/**
 * Clay 3.124.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
 */
/**
 * Clay 3.124.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
 */
@import "font-awesome-3/css/font-awesome.min.css";
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.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 .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.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 .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,
.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 - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .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 {
  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 {
  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 {
  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(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.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;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.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 {
    background-color: #fff;
    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(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.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,
.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,
.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;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.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 .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;
  }
}
.c-prefers-reduced-motion .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: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.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: #6c757d;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #ff4d4d;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ff6200;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #bf66ff;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #ff4db2;
}

.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 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 {
  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;
  }
}
.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: #6c757d;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #66abff;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff6200;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4d4d;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #24a892;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4db2;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #53a117;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf66ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #b38900;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #0099e6;
}

.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-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.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;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
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;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .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: 12px;
  font-weight: 600;
  margin-left: 4px;
}
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;
  }
}
@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 {
    align-items: center;
    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;
  }
}
@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: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.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-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.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .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: 2px 2px 2px 2px;
  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;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .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;
}

/* Breakpoints ----------*/
/* Fonts ----------*/
:root {
  --primary-font: "ehuSans", sans-serif;
}
:root body.eu-ES {
  --primary-font: "ehuSerif", sans-serif;
}

/* Neutral Colors */
/* Colors ----------*/
/* Thematic Colors */
/* Support Colors */
/* Texts Colors */
/* Breakpoint */
/* Heredadas UPV-EHU-THEME */
@font-face {
  font-family: "ehuSans";
  font-style: normal;
  font-weight: bold;
  src: url("../font/ehusans-bold-webfont.eot");
  src: url("../font/ehusans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ehusans-bold-webfont.woff") format("woff"), url("../font/ehusans-bold-webfont.ttf") format("truetype"), url("../font/ehusans-bold-webfont.svg#ehusansbold") format("svg");
}
@font-face {
  font-family: "ehuSans";
  font-style: italic;
  font-weight: normal;
  src: url("../font/ehusans-italic-webfont.eot");
  src: url("../font/ehusans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ehusans-italic-webfont.woff") format("woff"), url("../font/ehusans-italic-webfont.ttf") format("truetype"), url("../font/ehusans-italic-webfont.svg#ehusansitalic") format("svg");
}
@font-face {
  font-family: "ehuSans";
  font-style: normal;
  font-weight: normal;
  src: url("../font/ehusans-regular-webfont.eot");
  src: url("../font/ehusans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ehusans-regular-webfont.woff") format("woff"), url("../font/ehusans-regular-webfont.ttf") format("truetype"), url("../font/ehusans-regular-webfont.svg#ehusansregular") format("svg");
}
@font-face {
  font-family: "ehuSerif";
  font-style: normal;
  font-weight: bold;
  src: url("../font/ehuserif-bold-webfont.eot");
  src: url("../font/ehuserif-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ehuserif-bold-webfont.woff") format("woff"), url("../font/ehuserif-bold-webfont.ttf") format("truetype"), url("../font/ehuserif-bold-webfont.svg#ehuserifbold") format("svg");
}
@font-face {
  font-family: "ehuSerif";
  font-style: italic;
  font-weight: normal;
  src: url("../font/ehuserif-italic-webfont.eot");
  src: url("../font/ehuserif-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ehuserif-italic-webfont.woff") format("woff"), url("../font/ehuserif-italic-webfont.ttf") format("truetype"), url("../font/ehuserif-italic-webfont.svg#ehuserifitalic") format("svg");
}
@font-face {
  font-family: "ehuSerif";
  font-style: normal;
  font-weight: normal;
  src: url("../font/ehuserif-regular-webfont.eot");
  src: url("../font/ehuserif-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ehuserif-regular-webfont.woff") format("woff"), url("../font/ehuserif-regular-webfont.ttf") format("truetype"), url("../font/ehuserif-regular-webfont.svg#ehuserif_regular") format("svg");
}
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}

html {
  font-size: 14px;
}

body {
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  overflow-x: hidden;
}

abbr[title],
abbr[data-original-title] {
  border-color: currentColor;
}

@supports (text-decoration: dotted underline) {
  abbr[title],
  abbr[data-original-title] {
    border-bottom: none;
    text-decoration: dotted underline;
  }
}
.text-warning {
  color: #CC0000 !important;
}

.list-group-item-primary {
  color: #000000;
}

*:focus {
  outline: initial !important;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 1px #000 inset !important;
}

.controls-hidden #wrapper header.portlet-topper,
.controls-hidden #wrapper .lfr-meta-actions.asset-action {
  display: none !important;
}

html .desmayusculas {
  text-transform: initial;
}
html h2.p-20 {
  padding-bottom: 0;
}
html h2.p-20 + p.p-20 {
  padding-top: 0;
}

/* Container --------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
/* Headers ----------*/
h1,
h2,
h3,
h4 {
  color: #000000;
  font-family: var(--primary-font);
}

h1 {
  font-size: 2.57rem;
  line-height: 3.28rem;
  margin-bottom: 1.71rem;
}

h2 {
  font-size: 1.71rem;
  line-height: 2.42rem;
  margin-bottom: 1.71rem;
}

h3 {
  font-size: 1.29rem;
  line-height: 2rem;
  margin-bottom: 1.71rem;
}

h4 {
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 1.71rem;
}

p {
  color: #000000;
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 1.71rem;
}

a[target=_blank] .icon-external-link {
  margin-left: 10px;
}

dl {
  color: #000000;
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 20px;
}

dd {
  margin-left: 10px;
}
dd p {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid #c7c7c7;
}

blockquote {
  border-left: 9px solid #000000;
  padding: 18px 22px;
  margin: 2rem 0;
}
@media (max-width: 575.98px) {
  blockquote {
    border-left: 5px solid #000000;
    padding: 12px 10px;
    margin: 1.2rem 0;
  }
}
blockquote p {
  font-size: 1.71rem;
  font-family: var(--primary-font);
  font-weight: bold;
  line-height: 2.57rem;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  blockquote p {
    font-size: 1.29rem;
    line-height: 2rem;
  }
}

.bg-grey {
  background-color: #E9E9E9;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.bg-dark h3 {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}
.bg-white dl {
  overflow: hidden;
  margin-bottom: 0;
}
.bg-white dl dt {
  float: left;
  min-width: 260px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  color: #5C5C5C;
  margin-bottom: 25px;
  clear: both;
}
@media (max-width: 767.98px) {
  .bg-white dl dt {
    float: none;
    margin-bottom: 5px;
    display: block;
  }
}
.bg-white dl dd {
  float: left;
  width: calc(100% - 270px);
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .bg-white dl dd {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.bg-white dl dd span.icon-envelope a {
  font-family: Arial, sans-serif;
  margin-left: 8px;
}
.bg-white.profesorado .row {
  margin-bottom: 1.14rem;
}
.bg-white.profesorado dl dt {
  width: 45%;
  min-width: 188px;
}
@media (max-width: 767.98px) {
  .bg-white.profesorado dl dt {
    width: 100%;
  }
}
.bg-white.profesorado dl dd {
  width: 50%;
}
@media (max-width: 767.98px) {
  .bg-white.profesorado dl dd {
    width: 100%;
  }
}
.bg-white.profesorado .foto-profesor {
  align-items: center;
  justify-content: center;
}
.bg-white.profesorado .foto-profesor img {
  max-height: 200px;
}
.bg-white.asignaturacontenido dl dd:nth-last-child(-n+4) {
  width: auto;
}
@media (max-width: 767.98px) {
  .bg-white.asignaturacontenido dl dd:last-child,
  .bg-white.asignaturacontenido dl dd:nth-last-child(2) {
    width: 30%;
    float: left;
  }
}

.grey {
  color: rgba(0, 0, 0, 0.87);
}

.ehu-sans {
  font-family: var(--primary-font);
}

.m-l-20 {
  margin-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-0 {
  margin: 0 !important;
}

.p-20 {
  padding: 20px;
}

.p-10 {
  padding: 10px;
}

.p-10-20 {
  padding: 10px 20px;
}

.m-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-t-20 {
  margin-top: 20px;
}

.width-55 {
  width: 55%;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Accesible text ----------*/
#skip-to-content:focus {
  background: #ffffff;
  clip: rect(auto auto auto auto);
  color: #000000;
  left: 5px;
  margin-top: 5px;
  padding: 5px;
  z-index: 200;
}

/* .hide-accessible {	 */
/* .sr-only {
	height: 0;
	width: 0;
} */
span.hide-accesible {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}

/* a:not([title]):focus span.sr-only,
a:not([title]):hover span.sr-only {
	background-color: $neutral-color-medium;
	clip: rect(auto auto auto auto) !important;
	height: auto;
	padding: 0.5rem;
	transform: scale(1);
	width: auto;
	z-index: 200;
	margin-top: 1rem;
	margin-left: 1rem;
	line-height: 1.2;
	display: block;
	color: $color-white;
} */
/* Dockbar liferay ----------*/
li.control-menu-nav-item > span.lfr-portal-tooltip a {
  display: block !important;
}

/* Portlet ----------*/
@media (max-width: 767.98px) {
  .portlet-column-content.empty {
    padding: 0;
  }
}
/* Wrapper ----------*/
#wrapper {
  border: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* Tooltip ----------*/
button.upv-tooltip-trigger {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  font-size: 1.14rem;
  color: inherit;
  text-transform: inherit;
}

.upv-tooltip-container {
  position: relative;
}

.upv-tooltip {
  position: absolute;
  z-index: 1070;
  font-size: 0.857rem;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  line-break: auto;
}
@media (max-width: 979px) {
  .upv-tooltip {
    font-size: 10px;
  }
}
.upv-tooltip.top {
  padding: 0 2px 10px 0;
  margin-top: -255px;
}
.upv-tooltip.top .upv-tooltip-inner {
  height: 200px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.upv-tooltip.top .upv-tooltip-inner::after {
  top: 100%;
  left: 15px;
  border-top-color: #ebeef0;
  margin-left: -8px;
}
.upv-tooltip.bottom {
  padding: 10px 2px 0 0;
}
.upv-tooltip.bottom .upv-tooltip-inner::after {
  bottom: 100%;
  left: 15px;
  border-bottom-color: #ebeef0;
  margin-left: -8px;
}
.upv-tooltip.left {
  padding: 0 10px 0 0;
  margin-left: -340px;
  margin-top: -30px;
}
.upv-tooltip.left .upv-tooltip-inner {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.upv-tooltip.left .upv-tooltip-inner::after {
  left: 100%;
  top: 20px;
  border-left-color: #ebeef0;
  margin-top: -8px;
}
.upv-tooltip.right {
  padding: 0 0 0 10px;
  margin-left: 100%;
  margin-top: -70px;
}
.upv-tooltip.right .upv-tooltip-inner::after {
  right: 100%;
  top: 55px;
  border-right-color: #ebeef0;
  margin-top: -8px;
}

.upv-tooltip-inner {
  background-color: #ebeef0;
  padding: 10px;
  text-align: left;
  color: #000000;
  -webkit-box-shadow: -5px -5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -5px -5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -5px -5px 10px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 300px;
}
.upv-tooltip-inner::after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(235, 238, 240, 0);
  border-width: 8px;
}

/* Asset Publisher ----------*/
body:not(.portal-popup) #main-content .portlet-asset-publisher .print-action,
body:not(.portal-popup) #main-content .portlet-asset-publisher .separator {
  display: none;
}

/* Portlet ----------*/
.hide-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html .portlet-content {
  border: 0;
  padding: 0 !important;
}

body:not(.signed-in) .portlet-borderless .autofit-float.autofit-row.portlet-header {
  height: 0;
  margin: 0;
}

.portlet-borderless .autofit-float.autofit-row.portlet-header .autofit-col.autofit-col-expand {
  display: none;
}

.portlet-borderless .portlet-decorate .autofit-float.autofit-row.portlet-header {
  height: auto;
  margin: initial;
  margin-bottom: 0;
}
.portlet-borderless .portlet-decorate .autofit-float.autofit-row.portlet-header .autofit-col.autofit-col-expand {
  display: block;
}

.portlet-borderless .portlet-decorate .portlet-header,
.portlet-decorate .portlet-header {
  margin-bottom: 0;
}
.portlet-borderless .portlet-decorate .autofit-col.autofit-col-expand,
.portlet-decorate .autofit-col.autofit-col-expand {
  padding: 30px 20px 0 20px;
}
.portlet-borderless .portlet-decorate .autofit-col.autofit-col-expand .portlet-title-text,
.portlet-decorate .autofit-col.autofit-col-expand .portlet-title-text {
  font-weight: 700;
  margin: 0 0 0 24px;
}

.portlet-decorate .autofit-col.autofit-col-expand {
  padding: inherit;
}

.journal-content-article .taglib-header {
  display: none;
}

.journal-content-article article {
  background-color: white;
  padding: 20px 35px;
  overflow: auto;
}
.journal-content-article article.outstanding {
  background-color: transparent;
  padding: 0;
}

.portlet-configuration-body-content .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #fff;
}
.portlet-configuration-body-content .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .portlet-configuration-body-content .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .portlet-configuration-body-content .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #5a6268;
}

.dropdown.lfr-icon-menu.btn.btn-monospaced.btn-sm {
  background-image: none !important;
  box-shadow: none !important;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  left: inherit;
  margin-top: 20px;
  right: 28px;
  width: 30px;
  z-index: 9;
}

/* Image Gallery (old version) ----------*/
.image-gallery .row {
  margin-left: -15px;
  margin-right: -15px;
}
.image-gallery .image-thumbnail {
  margin-right: 15px;
  max-width: 170px;
}
.image-gallery .image-thumbnail figcaption {
  font-size: 1rem;
}

/* Breadcrumb ----------*/
.breadcrumb {
  background-color: transparent;
  font-size: 1rem;
  font-weight: normal;
  padding: 0 10px 0 0;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .divider {
  display: none;
}
.breadcrumb li.first {
  text-transform: uppercase;
}
.breadcrumb li .breadcrumb-text-truncate {
  color: #252525;
  font-weight: normal;
  font-size: 1rem;
  overflow: visible;
  max-width: 100%;
}
.breadcrumb li .breadcrumb-link {
  color: #000000;
}
.breadcrumb li .breadcrumb-link:hover {
  color: #000000;
}
.breadcrumb li .breadcrumb-link:hover .breadcrumb-text-truncate {
  text-decoration: none;
}
.breadcrumb li .breadcrumb-link .breadcrumb-text-truncate {
  text-decoration: underline;
}

html:not(#__):not(#___) .cadmin.affix, html:not(#__):not(#___) .cadmin.control-menu-container {
  position: relative !important;
  z-index: inherit !important;
}

/* Videos ( heredado upv-ehu-theme)----------*/
/* trello 023 */
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-embed img {
  width: 100%;
  height: auto;
  margin-top: -30px;
}

.text-secondary {
  color: #424242 !important;
}

/* Estilos contenido informacion diseño upv-ehu-theme*/
html article.information p.entry {
  font-size: 18px;
  margin-bottom: 0px;
}
html article.information section.upv-ehu-image-description + div.additional-documents p.documents-title {
  clip: rect(0 0 0 0);
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}
html article.information section.upv-ehu-image-description + div.additional-documents ul {
  margin: 10px 0;
}
html article.information section.upv-ehu-image-description + div.additional-documents ul li {
  display: inline-block;
  margin: 4px 4px 4px 0;
}
@media (max-width: 767.98px) {
  html article.information section.upv-ehu-image-description + div.additional-documents ul li {
    margin: 4px 20px 4px 0;
    float: right;
  }
}
html article.information section.upv-ehu-image-description + div.additional-documents ul li:before {
  content: none;
}
html article.information section.upv-ehu-image-description + div.additional-documents ul li a {
  display: block;
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
  padding: 11px 19px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: var(--primary-font);
  font-size: 1.14rem;
}
html article.information section.upv-ehu-image-description + div.additional-documents ul li a .icon-external-link::before {
  content: "\f0f6";
  font-family: "fontawesome-alloy";
}
html article.information section.upv-ehu-image-description + div.additional-documents ul li a.bullet-pdf .icon-external-link::before {
  content: "\f1c1";
}
html article.information section.upv-ehu-image-description + div.additional-documents ul li a.bullet-jpg .icon-external-link::before {
  content: "\f1c5";
}
html article.information section.upv-ehu-image-description + div.additional-documents ul li a:visited {
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}
html article.information section.upv-ehu-image-description + div.additional-documents ul li a:hover,
html article.information section.upv-ehu-image-description + div.additional-documents ul li a:active {
  color: #000000;
  background: transparent;
  text-decoration: none;
}
html article.information section.upv-ehu-image-description + div.additional-documents + div.additional-links p.links-title,
html article.information section.upv-ehu-image-description + div.additional-links p.links-title {
  clip: rect(0 0 0 0);
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}
html article.information section.upv-ehu-image-description + div.additional-documents + div.additional-links ul,
html article.information section.upv-ehu-image-description + div.additional-links ul {
  margin: 10px 0;
}
html article.information section.upv-ehu-image-description + div.additional-documents + div.additional-links ul li,
html article.information section.upv-ehu-image-description + div.additional-links ul li {
  display: inline-block;
  margin: 4px 4px 4px 0;
}
html article.information section.upv-ehu-image-description + div.additional-documents + div.additional-links ul li a,
html article.information section.upv-ehu-image-description + div.additional-links ul li a {
  display: block;
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
  padding: 11px 19px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: var(--primary-font);
  font-size: 1.14rem;
}
html article.information section.upv-ehu-image-description + div.additional-documents + div.additional-links ul li a .icon-external-link::before,
html article.information section.upv-ehu-image-description + div.additional-links ul li a .icon-external-link::before {
  content: "\f054";
  font-family: "fontawesome-alloy";
}
html article.information section.upv-ehu-image-description + div.additional-documents + div.additional-links ul li a:not([target=_blank])::before,
html article.information section.upv-ehu-image-description + div.additional-links ul li a:not([target=_blank])::before {
  content: "\f054";
  font-family: "fontawesome-alloy";
  float: right;
  margin-left: 10px;
}
html article.information section.upv-ehu-image-description + div.additional-documents + div.additional-links ul li a:visited,
html article.information section.upv-ehu-image-description + div.additional-links ul li a:visited {
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}
html article.information section.upv-ehu-image-description + div.additional-documents + div.additional-links ul li a:hover,
html article.information section.upv-ehu-image-description + div.additional-documents + div.additional-links ul li a:active,
html article.information section.upv-ehu-image-description + div.additional-links ul li a:hover,
html article.information section.upv-ehu-image-description + div.additional-links ul li a:active {
  color: #000000;
  background: transparent;
  text-decoration: none;
}
html section.upv-ehu-image-description {
  background-color: #ffffff;
  margin-bottom: 0;
  overflow: visible;
  position: relative;
}
html section.upv-ehu-image-description::before, html section.upv-ehu-image-description::after {
  display: table;
  content: "";
  line-height: 0;
}
html section.upv-ehu-image-description p.documents-title,
html section.upv-ehu-image-description p.links-title {
  clip: rect(0 0 0 0);
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}
html section.upv-ehu-image-description .documents ul,
html section.upv-ehu-image-description .links ul {
  padding: 20px;
  list-style-type: none;
  margin: 12px 0;
}
html section.upv-ehu-image-description .documents ul li,
html section.upv-ehu-image-description .links ul li {
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 10px;
}
html section.upv-ehu-image-description .documents ul li a::before,
html section.upv-ehu-image-description .links ul li a::before {
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-right: 10px;
  background-color: #ebeef0;
  color: #333;
  padding: 11px 15px;
  border-radius: 40px;
  width: auto;
}
html section.upv-ehu-image-description .documents ul li a::before {
  content: "\f0f6";
}
html section.upv-ehu-image-description .documents ul li a.bullet-pdf::before {
  content: "\f1c1";
}
html section.upv-ehu-image-description .documents ul li a.bullet-jpg::before {
  content: "\f1c5";
}
html section.upv-ehu-image-description .links ul li a::before {
  content: "\f0c1";
}
html section.upv-ehu-image-description div.figure {
  margin: 0;
}
html section.upv-ehu-image-description div.figure[class*=span] {
  margin: 0;
}
html section.upv-ehu-image-description div.figure.center {
  width: 100%;
}
html section.upv-ehu-image-description div.figure.center img {
  width: 100%;
  height: auto;
}
html section.upv-ehu-image-description div.figure.right {
  margin-left: 0;
  float: right;
}
html section.upv-ehu-image-description div.figure.right + div.main {
  float: left;
  width: calc(50% - 40px);
  padding: 20px;
}
html section.upv-ehu-image-description div.figure.left {
  margin-right: 0;
  float: left;
}
html section.upv-ehu-image-description div.figure.left + div.main {
  float: left;
  width: calc(50% - 40px);
  padding: 20px;
}
html section.upv-ehu-image-description div.figure.span4 {
  width: 50%;
  height: auto;
}
html section.upv-ehu-image-description div.figure.span4 img {
  width: 100%;
}
html section.upv-ehu-image-description div.figure figure {
  margin: 0;
}
html section.upv-ehu-image-description figure {
  margin: 0;
}
html section.upv-ehu-image-description .info-section {
  padding: 20px 20px 4px 20px;
}
html section.upv-ehu-image-description .info-section h2 {
  margin: 0;
}
html section.upv-ehu-image-description div.main {
  padding: 20px;
}
html section.upv-ehu-image-description div.main ul {
  list-style-type: none;
  margin: 12px 0;
}
html section.upv-ehu-image-description div.main ul li {
  margin-bottom: 12px;
  padding-left: 30px;
}
html section.upv-ehu-image-description div.main ul li::before {
  color: rgba(0, 0, 0, 0.35);
  content: "\f00c";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-left: -26px;
  width: 26px;
  background-color: transparent;
  border: none;
  left: initial;
  height: initial;
  top: initial;
  position: initial;
  margin-right: initial;
}
html section.upv-ehu-image-description div.main ul.list-links li {
  margin-bottom: 0;
  padding-left: 0;
}
html section.upv-ehu-image-description div.main ul.list-links li::before {
  display: none;
}
html section.upv-ehu-image-description div.main ol {
  list-style: none;
  margin: 12px 0;
  padding: 0;
  counter-reset: li;
}
html section.upv-ehu-image-description div.main ol li {
  position: relative;
  list-style: none;
  margin-bottom: 12px;
}
html section.upv-ehu-image-description div.main ol li::before {
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.35);
  margin-right: 10px;
  width: 26px;
  display: inline-block;
  text-align: right;
}
html section.upv-ehu-image-description div.main .list-icons {
  font-size: 1.14rem;
  padding: 0;
}
html section.upv-ehu-image-description div.main .list-icons li {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding-left: 26px;
  width: 100%;
}
html section.upv-ehu-image-description div.main .list-icons .icon-external-link {
  display: none;
}
html section.upv-ehu-image-description div.main .list-icons li::before,
html section.upv-ehu-image-description div.main .list-icons p::before {
  align-items: center;
  border: none;
  background-color: #E9E9E9;
  border-radius: 50%;
  color: #5C5C5C;
  content: "\f0c1";
  display: flex;
  font-family: "fontawesome-alloy";
  height: 44px;
  justify-content: center;
  margin-right: 10px;
  padding: 11px 15px;
  position: initial;
  width: 44px;
}
html section.upv-ehu-image-description div.main .list-icons li.mail::before,
html section.upv-ehu-image-description div.main .list-icons p.mail::before {
  content: "\f003";
}
html section.upv-ehu-image-description div.main .list-icons li.pdf::before,
html section.upv-ehu-image-description div.main .list-icons p.pdf::before {
  /* content: "\f1c1"; */
  content: "\f0f6";
}
html section.upv-ehu-image-description div.main .list-icons li.phone::before,
html section.upv-ehu-image-description div.main .list-icons p.phone::before {
  content: "\f095";
}
html section.upv-ehu-image-description div.main .list-check {
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin: 0;
}
html section.upv-ehu-image-description div.main .list-check li {
  list-style-type: none;
  margin: 0 0 12px 0;
  padding-left: 30px;
}
html section.upv-ehu-image-description div.main .list-check li::before {
  color: rgba(0, 0, 0, 0.35);
  content: "\f00c";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-left: -26px;
  width: 26px;
}
html .fnd-destacado section.upv-ehu-image-description h2 {
  width: calc(100% + 40px);
}
html .caja-presentacion .upv-ehu-image-description .main {
  min-height: 482px;
}
@media (max-width: 767.98px) {
  html .caja-presentacion .upv-ehu-image-description .main {
    float: none;
    min-height: 1px;
  }
}

html #wrapper .information .additional_documents .documents_title {
  display: none;
}

/* XSL content  -----------------------*/
.xsl-content.ldap {
  margin-bottom: 50px;
}

.xsl-content h1 {
  font-weight: bold;
  font-size: 2.57rem;
  margin-bottom: 1.29rem;
  line-height: 3.25rem;
}

/* XSL content  - Doctorados ----------*/
html section.upv-ehu-image-description div.main ul li {
  display: inline-block;
  margin: 4px 4px 4px 0;
  padding-left: 0;
  padding-right: 10px;
}
html section.upv-ehu-image-description div.main ul li:before {
  content: none;
}
html section.upv-ehu-image-description div.main ul > li > ol > li::before {
  font-family: unset;
}
html section.upv-ehu-image-description div.main ul ol,
html section.upv-ehu-image-description div.main ul ul {
  margin-bottom: 0px;
}
html section.upv-ehu-image-description div.main ul ul,
html section.upv-ehu-image-description div.main ul ol {
  padding-left: 0;
}
html section.upv-ehu-image-description div.main ul ul > li,
html section.upv-ehu-image-description div.main ul ol > li {
  padding-left: 22px;
}
html section.upv-ehu-image-description div.main ul ol ul li {
  padding-left: 0;
  margin-left: 25px;
}
html section.upv-ehu-image-description div.main ul ol li {
  padding-left: 14px;
}

html section.upv-ehu-image-description div.main .menu-orden-doctorado {
  font-size: 1.14rem;
  margin-bottom: 15px;
}
html section.upv-ehu-image-description div.main .menu-orden-doctorado a {
  text-decoration: none;
}
html section.upv-ehu-image-description div.main .menu-orden-doctorado a:hover {
  text-decoration: underline;
}

ul#doctorate-order-buttons {
  font-size: 1.14rem;
}

html section.upv-ehu-image-description div.main ol {
  padding-left: 5px;
  margin: 0px;
}
html section.upv-ehu-image-description div.main ol li {
  margin-bottom: 0px;
}
html section.upv-ehu-image-description div.main ol li::before {
  margin-right: 4px;
}
html section.upv-ehu-image-description div.main ol > li > ol > li::before {
  font-family: unset;
}
html section.upv-ehu-image-description div.main ol ol,
html section.upv-ehu-image-description div.main ol ul {
  margin-bottom: 0px;
}
html section.upv-ehu-image-description div.main ol ul,
html section.upv-ehu-image-description div.main ol ol {
  padding-left: 0;
}
html section.upv-ehu-image-description div.main ol ul > li,
html section.upv-ehu-image-description div.main ol ol > li {
  padding-left: 22px;
}
html section.upv-ehu-image-description div.main ol ol ul li {
  padding-left: 0;
  margin-left: 25px;
}
html section.upv-ehu-image-description div.main ol ol li {
  padding-left: 14px;
}

html section.upv-ehu-image-description div.main > ul,
html section.upv-ehu-image-description div.main > ol {
  margin: 12px 0;
  padding-left: 20px;
}
html section.upv-ehu-image-description div.main > ul li > *,
html section.upv-ehu-image-description div.main > ol li > * {
  display: inline;
}
html section.upv-ehu-image-description div.main > ul li,
html section.upv-ehu-image-description div.main > ol li {
  margin-top: 12px;
}
html section.upv-ehu-image-description div.main > ul li::before,
html section.upv-ehu-image-description div.main > ol li::before {
  content: " ";
  color: #5C5C5C;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  content: " ";
  display: inline-flex;
  height: 7px;
  left: 10px;
  margin-right: 0px;
  position: absolute;
  top: 9px;
  width: 7px;
  line-height: 0px;
}

html .information.caja-sin-fondo.caja-sin-padding section.upv-ehu-image-description {
  background-color: transparent;
}
html .information.caja-sin-fondo.caja-sin-padding section.upv-ehu-image-description div.main {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  html section.upv-ehu-image-description div.main {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  html section.upv-ehu-image-description div.main {
    width: calc(100% - 25px);
  }
}
html section.upv-ehu-image-description div.main ul {
  width: 100%;
  display: inline-block;
}
html section.upv-ehu-image-description div.main ul li p {
  display: inline-block;
  margin-bottom: 0;
}
html section.upv-ehu-image-description > .main .figure.right.span4 {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
}
@media (max-width: 825px) {
  html section.upv-ehu-image-description > .main .figure.right.span4 {
    position: static;
  }
}
html section.upv-ehu-image-description > .main .figure.right.span4 .video-embed {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 0;
  padding: 0;
  right: 0;
  text-align: right;
  min-height: 325px;
}
@media (max-width: 1199.98px) {
  html section.upv-ehu-image-description > .main .figure.right.span4 .video-embed {
    min-height: 270px;
  }
}
html section.upv-ehu-image-description > .main .figure.right.span4 .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 767.98px) {
  html section.upv-ehu-image-description div.figure.span4 {
    width: 100%;
    height: auto;
    float: none;
  }
}
html section.upv-ehu-image-description div.figure.right + div.main,
html section.upv-ehu-image-description div.figure.left + div.main, html section.upv-ehu-image-description > .figure.span4 + .main {
  width: 50%;
}
@media (max-width: 767.98px) {
  html section.upv-ehu-image-description div.figure.right + div.main,
  html section.upv-ehu-image-description div.figure.left + div.main, html section.upv-ehu-image-description > .figure.span4 + .main {
    float: none;
    width: 100%;
  }
}
html section.upv-ehu-image-description div.figure.right + div.main {
  min-height: 305px;
}
@media (min-width: 1200px) {
  html section.upv-ehu-image-description div.figure.right + div.main {
    padding: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  html section.upv-ehu-image-description div.figure.right + div.main {
    min-height: 250px;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  html section.upv-ehu-image-description div.figure.right + div.main {
    padding: 20px;
  }
}

.journal-content-article article.information section.upv-ehu-image-description {
  overflow: hidden;
}

.btn-more {
  background-color: transparent;
  background-image: none;
  border: 2px solid #ffffff;
  padding: 12px;
  color: #ffffff;
  text-shadow: none;
  font-family: var(--primary-font);
  font-size: 1.14rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition-duration: 0.45s;
  box-shadow: none;
}
.btn-more:visited {
  color: #ffffff;
}
.btn-more:hover {
  color: #000000;
  background-color: #ffffff;
  transition-duration: 0.45s;
}
.btn-more .fa,
.btn-more *[class*=icon-] {
  padding-left: 24px;
}

html .quick-access-nav ul.list-unstyled li {
  margin: 0;
}

/* Galeria con modal  ----------*/
html .image-viewer .image-viewer-caption {
  white-space: unset;
  margin: 10px 20px;
  text-transform: unset;
}

/* Sitemap  ----------*/
#sitemap a {
  color: #000000;
}
#sitemap a:hover, #sitemap a:focus {
  color: #5C5C5C;
}
#sitemap section > hr {
  border-width: 3px 0;
  margin: 30px 0;
}
#sitemap h2 {
  padding: 0;
}
#sitemap h3 {
  min-height: 60px;
}
#sitemap ul {
  margin: 0;
}
#sitemap li {
  line-height: 18px;
  list-style: none;
  padding: 6px 0;
}

.yui3-widget-bd .dropdown-menu.dropdown-menu-left-side {
  margin-top: 0;
  padding: 8px 0 2px 0;
  border: 0;
  border-radius: 0;
  width: 100%;
}
.yui3-widget-bd .dropdown-menu.dropdown-menu-left-side li a {
  transition: all 0.4s ease-in-out;
}
.yui3-widget-bd .dropdown-menu.dropdown-menu-left-side li a:hover {
  background-color: black;
  background-image: none;
  color: white;
}
.yui3-widget-bd .dropdown-menu.dropdown-menu-left-side li a:focus {
  background-color: black;
  background-image: none;
  color: white;
}
.yui3-widget-bd .dropdown-menu.dropdown-menu-left-side li a:active {
  background-color: black;
  background-image: none;
  color: white;
}
.yui3-widget-bd .dropdown-menu.dropdown-menu-left-side li a.taglib-icon span.inline-item {
  display: none;
}

/* Otros ---------- */
.has-control-menu .affix,
.has-control-menu #wrapper {
  margin-top: 0 !important;
}

.has-control-menu {
  overflow-x: hidden;
}

html .portlet-barebone .autofit-float.autofit-row.portlet-header .autofit-col.autofit-col-expand h2 {
  width: 100%;
  display: inline-block;
  max-width: inherit;
  color: #000000;
  font-size: 1.71rem;
  line-height: 2.42rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.visible-title .autofit-float.autofit-row.portlet-header .autofit-col.autofit-col-expand {
  display: block;
}

@media (max-width: 991.98px) {
  html #wrapper .nav-collapse .nav > li {
    float: left;
  }
}
@media (max-width: 767.98px) {
  html #wrapper .responsive-header {
    background-color: #f34235;
  }
  html #wrapper #masthead #btn-responsive.nav-item {
    display: none !important;
  }
  #wrapper section#content.section-padded #main-content > .portlet-layout.row {
    display: block;
  }
  #wrapper .col-md-8.portlet-column.portlet-column-first {
    width: 100%;
    display: block;
    position: relative;
    flex: none;
  }
  #wrapper .col-md-4.portlet-column.portlet-column-last {
    width: 100%;
    display: block;
    position: relative;
    flex: none;
  }
}
/* Texts Colors*/
.u-text-white {
  color: #ffffff;
}

.u-primary-text, .container-fluid table caption {
  color: #000000;
}

.u-secondary-text {
  color: #5C5C5C;
}

/* Backgrounds -----------------------------------*/
/* Interaction Colors */
.u-bg-primary {
  background-color: #000000;
}

.u-bg-primary-light {
  background-color: #949494;
}

.u-bg-primary-dark {
  background-color: #000000;
}

/* Thematic Colors */
/* .u-bg-upv-base{
	background-color: $color-upv-base;
}

.u-bg-upv-light{
	background-color: $color-upv-light;
}

.u-bg-upv-dark{
	background-color: $color-upv-dark;
}

.u-bg-estudiar-base{
	background-color: $color-estudiar-base;
}

.u-bg-estudiar-light{
	background-color: $color-estudiar-light;
}

.u-bg-estudiar-dark{
	background-color: $color-estudiar-dark;
}

.u-bg-investigar-base{
	background-color: $color-investigar-base;
}

.u-bg-investigar-light{
	background-color: $color-investigar-light;
}

.u-bg-investigar-dark{
	background-color: $color-investigar-dark;
}

.u-bg-colaborar-base{
	background-color: $color-colaborar-base;
}

.u-bg-colaborar-light{
	background-color: $color-colaborar-light;
}

.u-bg-colaborar-dark{
	background-color: $color-colaborar-dark;
}

.u-bg-vivir-base{
	background-color: $color-vivir-base;
}

.u-bg-vivir-light{
	background-color: $color-vivir-light;
}

.u-bg-vivir-dark{
	background-color: $color-vivir-dark;
} */
/*  Neutral Colors */
.u-bg-white, .container-fluid table.profesorado-doc tr:nth-child(odd), .container-fluid table thead th {
  background-color: #ffffff;
}

.u-bg-box {
  background-color: #E9E9E9;
}

.u-bg, .container-fluid table tr:nth-child(odd), body {
  background-color: #F9F9F9;
}

.u-bg-neutral-color-medium {
  background-color: #5C5C5C;
}

.u-bg-neutral-color-medium {
  background-color: #5c5c5c;
}

/* Support Colors */
.u-bg-danger {
  background-color: #FF0000;
}

.u-bg-danger-light {
  background-color: #FF7A7A;
}

.u-bg-danger-dark {
  background-color: #CC0000;
}

.u-bg-warning {
  background-color: #FF6D00;
}

.u-bg-warning-light {
  background-color: #FFAB6B;
}

.u-bg-warning-dark {
  background-color: #CC5700;
}

.u-bg-success {
  background-color: #00B84D;
}

.u-bg-success-light {
  background-color: #70E6A1;
}

.u-bg-success-dark {
  background-color: #00963F;
}

/*  Borders */
.u-border-s {
  border: solid 1px #949494;
}

.u-border-s-top {
  border-top: solid 1px #949494;
}

.u-border-s-bottom, .container-fluid table thead th {
  border-bottom: solid 1px #949494;
}

.u-border-s-left {
  border-left: solid 1px #949494;
}

.u-border-s-right {
  border-right: solid 1px #949494;
}

.u-border-m {
  border: solid 2px #949494;
}

.u-border-m-top {
  border-top: solid 2px #949494;
}

.u-border-m-bottom {
  border-bottom: solid 2px #949494;
}

.u-border-m-left {
  border-left: solid 2px #949494;
}

.u-border-m-right {
  border-right: solid 2px #949494;
}

.u-border-l {
  border: solid 5px #949494;
}

.u-border-l-top {
  border-top: solid 5px #949494;
}

.u-border-l-bottom {
  border-bottom: solid 5px #949494;
}

.u-border-l-left {
  border-left: solid 5px #949494;
}

.u-border-l-right {
  border-right: solid 5px #949494;
}

/* Font siz/line height */
.u-text-14-24, body {
  font-size: 1rem;
  line-height: 1.71rem;
}

.u-text-16-24, .container-fluid table th {
  font-size: 1.14rem;
  line-height: 1.71rem;
}

.u-text-18-28 {
  font-size: 1.29rem;
  line-height: 2rem;
}

.u-text-24-36 {
  font-size: 1.71rem;
  line-height: 2.57rem;
}

.u-text-36-46 {
  font-size: 2.57rem;
  line-height: 3.25rem;
}

/* Text truncate  -----------------------------------*/
.u-text-truncate, .c-cards__body__title, #child-pages .row > ul > li > a .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-text-truncate--1,
.u-text-truncate--2,
.u-text-truncate--3,
.c-cards__body__title,
#child-pages .row > ul > li > a .card-title,
.u-text-truncate--4,
.u-text-truncate--5,
.u-text-truncate--6,
.u-text-truncate--7,
.u-text-truncate--8,
.u-text-truncate--9 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.u-text-truncate--1 {
  -webkit-line-clamp: 1;
}

.u-text-truncate--2 {
  -webkit-line-clamp: 2;
}

.u-text-truncate--3, .c-cards__body__title, #child-pages .row > ul > li > a .card-title {
  -webkit-line-clamp: 3;
}

.u-text-truncate--4 {
  -webkit-line-clamp: 4;
}

.u-text-truncate--5 {
  -webkit-line-clamp: 5;
}

.u-text-truncate--6 {
  -webkit-line-clamp: 6;
}

.u-text-truncate--7 {
  -webkit-line-clamp: 7;
}

.u-text-truncate--8 {
  -webkit-line-clamp: 8;
}

.u-text-truncate--9 {
  -webkit-line-clamp: 9;
}

/* Ajustar altura al 100% en el modulo aplicaciones anidadas ----------

.u-height-100 .portlet-layout.row > div {
	display: flex;
	width: 100%;

	> div {
		display: flex;
		width: 100%;

		> div {
			display: flex;
			width: 100%;

			.portlet {
				width: 100%;
			}
		}
	}

	.portlet-journal-content {
		.journal-content-article {
			height: 100%;
		}
	}
	div[data-fragments-editor-item-type="fragments-editor-mapped-item"],
	.portlet-body,
	.portlet-content-container,
	.portlet-content {
		height: 100%;
	}
} */
.visible-print {
  display: none !important;
}

@media print {
  html body {
    font-size: 0.857rem;
  }
  html h1 {
    font-size: 1.71rem;
  }
  html h2 {
    font-size: 1.187rem;
  }
  html h2 span.visible-print {
    display: inline-block !important;
  }
  html h2 span.visible-print::before {
    content: "-";
    margin: 0 10px;
  }
  html h3 {
    font-size: 1.14rem;
  }
  html h4 {
    font-size: 1rem;
  }
  html .portlet-column-content.empty {
    padding: 0;
  }
  html a[href]:after {
    content: "";
  }
  html .journal-content-article a[href]:after,
  html .portlet-wiki .wiki-body a[href]:after,
  html .portlet-blogs .entry-body a[href]:after {
    content: " (" attr(href) ")";
  }
  html .journal-content-article .documents a[href]:after,
  html .journal-content-article .image-gallery a[href]:after,
  html .portlet-wiki .wiki-body .documents a[href]:after,
  html .portlet-wiki .wiki-body .image-gallery a[href]:after,
  html .portlet-blogs .entry-body .documents a[href]:after,
  html .portlet-blogs .entry-body .image-gallery a[href]:after {
    content: "";
  }
  html #masthead {
    display: none;
  }
  html #side-menu {
    margin-top: 0;
  }
  html #side-menu ul.level-1 {
    display: none;
  }
  html #side-menu h2 {
    padding: 0;
  }
  html #footer {
    display: none;
  }
  html #main-content > div > .row,
  html #main-content__principal > div > .row {
    display: block;
  }
  html .bg-white.p-20 {
    padding: 15px 0;
  }
  html .m-b-30,
  html .m-b-60 {
    margin-bottom: 15px;
  }
  html #toggler .toggler-header,
  html #myToggler .toggler-header {
    margin-bottom: 15px;
    padding: 10px 0;
  }
  html #toggler h3.toggler-header,
  html #myToggler h3.toggler-header {
    padding: 8px 0;
    font-size: 1.14rem;
  }
  html #toggler .toggler-content-expanded,
  html #myToggler .toggler-content-expanded {
    padding: 15px 0;
  }
  html #toggler .toggler-content-expanded::after,
  html #myToggler .toggler-content-expanded::after {
    content: "";
  }
  html #toggler .toggler-header-collapsed::after,
  html #myToggler .toggler-header-collapsed::after {
    content: "";
  }
  html .upv-acordeon.accordion .accordion-heading .accordion-toggle::after {
    content: "";
  }
  html .upv-acordeon.accordion .accordion-heading .accordion-toggle.collapsed::after {
    content: "";
  }
  html .toggler-content-collapsed {
    display: block;
  }
  html .upv-acordeon .accordion-body.collapse {
    height: auto !important;
  }
  html .upv-tabla .table th,
  html .upv-tabla .table td {
    padding: 5px;
    line-height: 1.2;
  }
  html .upv-tabla .table thead tr th:last-child, html .upv-tabla .table thead tr th:first-child {
    padding: 8px 5px;
  }
  html .upv-tabla .table tbody tr td:first-child, html .upv-tabla .table tbody tr td:last-child {
    padding: 8px 5px;
  }
  html .upv-tabla .table thead tr th {
    padding: 8px 5px;
    font-size: 0.857rem;
  }
}
.header .navbar-inner {
  width: 100%;
}
.header .navbar .container {
  position: relative;
}
@media (max-width: 575.98px) {
  .header.header--featured nav#top-menu {
    margin-right: 0px !important;
  }
}
@media (max-width: 767.98px) {
  .header.header--featured:not(.header--featured--masters) .header-content {
    height: auto !important;
    margin-top: -108px;
  }
}
@media (max-width: 575.98px) {
  .header.header--featured:not(.header--featured--masters) .header-content {
    margin-top: -92px;
  }
}
@media (max-width: 767.98px) {
  .header.header--featured:not(.header--featured--masters) .header-content > .portlet-journal-content {
    max-height: 164px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .header.header--featured:not(.header--featured--masters) .header-content .header-content__bgtitle {
    left: 0;
    margin-bottom: 70px;
    top: 0;
  }
  .header.header--featured:not(.header--featured--masters) .header-content .header-content__bgtitle .title {
    background: transparent;
    display: block;
    position: static;
    margin: 0;
    max-width: 100%;
    min-width: 100%;
  }
  .header.header--featured:not(.header--featured--masters) .header-content .header-content__bgtitle .title::after, .header.header--featured:not(.header--featured--masters) .header-content .header-content__bgtitle .title::before {
    display: none;
  }
  .header.header--featured:not(.header--featured--masters) .header-content .header-content__bgtitle .title h1 {
    background-color: transparent;
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .header.header--featured:not(.header--featured--masters) .navbar {
    position: static;
  }
  .header.header--featured:not(.header--featured--masters) .navbar .navbar-inner > .container {
    position: static;
  }
  .header.header--featured:not(.header--featured--masters) .navbar .navbar-inner > .container #top-menu {
    position: static !important;
    z-index: 16;
  }
  .header.header--featured:not(.header--featured--masters) .navbar .header__rrss {
    bottom: 10px;
    left: 50%;
    margin-left: auto;
    max-width: 540px;
    margin-left: -270px;
    padding-right: 13px;
    position: absolute;
    padding-left: 20px;
    top: inherit;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .header.header--featured:not(.header--featured--masters) .navbar .header__rrss {
    left: 0px;
    max-width: 100%;
    margin-left: 0px;
    padding-left: 20px;
    top: inherit;
  }
}
.header.header--featured.header--featured--masters .navbar {
  z-index: 99;
}
.header .navbar {
  padding: 0;
}
.header .navbar .container {
  justify-content: initial;
  min-height: 259px;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .header .navbar .container {
    min-height: 164px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar .container {
    padding: 0 15px;
  }
}
.header .navbar .brand {
  margin-left: 62px;
}
.header .navbar .brand img {
  height: 136px;
  width: auto;
}
@media (max-width: 1199.98px) {
  .header .navbar .brand {
    margin-left: 37px;
  }
  .header .navbar .brand img {
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header .navbar .brand {
    margin-left: 20px;
  }
  .header .navbar .brand img {
    height: 108px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar .brand {
    margin-left: 5px;
  }
  .header .navbar .brand img {
    height: 92px;
  }
}
.header.header--featured {
  position: relative;
}
.header.header--featured .navbar {
  position: relative;
  top: 0;
  left: 0;
}
.header.header--featured .navbar .container {
  background-color: transparent !important;
  min-height: 380px;
  position: relative;
}
.header.header--featured .navbar .container > a, .header.header--featured .navbar .container > div.brand {
  z-index: 2;
}
.header.header--featured .navbar .container > nav {
  z-index: 2;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .header.header--featured .navbar .container {
    min-height: 0;
  }
}
.header.header--featured > .container {
  margin-top: -380px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .header.header--featured > .container {
    background-color: #ffffff;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
  }
}
.header.header--featured .header-content {
  height: 380px;
}
@media (max-width: 767.98px) {
  .header.header--featured .header-content {
    height: 400px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.header.header--featured .header-content .portlet-boundary.portlet-journal-content.lfr-configurator-visibility {
  position: relative;
  top: 330px;
  width: 50%;
  z-index: 99;
}
.header.header--featured .header-content .header-content__bgtitle {
  left: 62px;
  position: relative;
  top: -55px;
}
@media (max-width: 1199.98px) {
  .header.header--featured .header-content .header-content__bgtitle {
    left: 37px;
    top: -90px;
  }
}
@media (max-width: 991.98px) {
  .header.header--featured .header-content .header-content__bgtitle {
    top: -120px;
  }
}
.header.header--featured .header-content .header-content__bgtitle .title {
  bottom: 6px;
  background: #ffffff;
  position: absolute;
  max-width: 480px;
  padding: 10px 25px 10px 25px;
  min-width: 200px;
  z-index: 1;
}
.header.header--featured .header-content .header-content__bgtitle .title::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 175px;
  height: 26px;
  left: 0;
  top: -25px;
}
@media (max-width: 1199.98px) {
  .header.header--featured .header-content .header-content__bgtitle .title::before {
    width: 160px;
  }
}
.header.header--featured .header-content .header-content__bgtitle .title::after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 70%;
  height: 26px;
  left: 24px;
  bottom: -25px;
}
.header.header--featured .header-content .header-content__bgtitle .title h1 {
  background: #ffffff;
  border-bottom: none;
  color: #5C5C5C;
  display: inline-block;
  font-size: 2.38rem;
  font-weight: 600;
  line-height: 2.85rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .header.header--featured .header-content .header-content__bgtitle .title h1 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    word-break: break-word;
  }
}
.header.header--featured + section.section.section-padded { /* Titulo pendiente de eliminar con algun tipo de desarrollo*/ }
.header.header--featured + section.section.section-padded #side-menu .pageTitle {
  display: none !important;
}

.header__menu {
  margin: 38px 32px auto auto;
}
@media (max-width: 1599.98px) {
  .header__menu {
    margin: 38px auto auto auto;
  }
}
.header__menu .nav {
  display: flex;
  min-height: 43px;
  width: 42vw;
}
@media (max-width: 1599.98px) {
  .header__menu .nav {
    width: 37vw;
  }
}
@media (max-width: 1199.98px) {
  .header__menu .nav {
    width: 41vw;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .header__menu .nav {
    width: 45vw;
  }
}
.header__menu .nav li {
  flex-grow: 1;
  height: 40px;
  position: static;
}
.header__menu .nav li.hover.open a {
  margin-top: -5px;
}
.header__menu .nav li:hover:before {
  content: " ";
  display: flex;
  height: 5px;
  left: 50%;
  margin-left: -20px;
  position: relative;
  top: 38px;
  width: 40px;
  z-index: 3;
}
.header__menu .nav li a {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0;
  color: #000000;
  display: flex;
  font-family: var(--primary-font);
  font-size: 1.29rem;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  margin-bottom: 0;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .header__menu .nav li a {
    font-size: 1rem;
    padding: 0 7px;
  }
}
.header__menu .nav li a:hover {
  margin-top: -5px;
}
.header__menu .nav.nav-pills .nav-link.active, .header__menu .nav.nav-pills > li.active > a {
  background-color: #ffffff;
}
.header__menu .nav .dropdown.open > .dropdown-menu,
.header__menu .nav .overlay-content .open > .dropdown-menu {
  display: flex;
}
.header__menu .nav .child-menu.dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
  flex-wrap: wrap;
  margin-top: -3px;
  min-width: 42vw;
  max-width: 42vw;
  overflow: initial;
  padding: 10px 0 5px 0;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .header__menu .nav .child-menu.dropdown-menu {
    min-width: 37vw;
    max-width: 37vw;
  }
}
@media (max-width: 1199.98px) {
  .header__menu .nav .child-menu.dropdown-menu {
    min-width: 41vw;
    max-width: 41vw;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .header__menu .nav .child-menu.dropdown-menu {
    min-width: 45vw;
    max-width: 45vw;
  }
}
.header__menu .nav .child-menu.dropdown-menu li {
  flex-grow: 0;
  height: initial;
  width: 25%;
}
@media (max-width: 1599.98px) {
  .header__menu .nav .child-menu.dropdown-menu li {
    width: 33.33%;
  }
}
.header__menu .nav .child-menu.dropdown-menu li:hover:before {
  content: none;
}
.header__menu .nav .child-menu.dropdown-menu li:hover:after {
  content: none;
}
.header__menu .nav .child-menu.dropdown-menu li a {
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  height: initial;
  justify-content: flex-start;
  line-height: 1.15rem;
  padding: 5px 10px 5px 15px;
  text-transform: none;
}
.header__menu .nav .child-menu.dropdown-menu li a:hover {
  text-decoration: underline;
}
.header__menu .nav .child-menu.dropdown-menu:before {
  background-color: #949494;
  content: " ";
  display: flex;
  height: 1px;
  position: relative;
  top: -10px;
  width: 100%;
  z-index: 2;
}

.header__menu-mobile {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh !important;
  margin: 0;
  overflow-y: auto;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 999 !important;
  width: 100%;
}
.header__menu-mobile__title {
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  align-items: center;
  display: flex;
  min-height: 86px;
  padding-right: 20px;
  padding-left: 30px;
}
.header__menu-mobile__title p {
  font-family: var(--primary-font);
  font-weight: bold;
  margin: 0;
}
.header__menu-mobile__title .hamburguer-icon {
  background-color: #ffffff;
  border: none;
  height: 40px;
  margin-left: auto;
  position: initial;
  padding: 0;
  width: 40px;
}
.header__menu-mobile__title .hamburguer-icon span {
  height: 3px;
  border-radius: 0;
  left: 10px;
  width: 20px;
}
.header__menu-mobile__title .hamburguer-icon .hamburguer-icon-animated:nth-child(1) {
  top: 12px;
}
.header__menu-mobile__title .hamburguer-icon .hamburguer-icon-animated:nth-child(2),
.header__menu-mobile__title .hamburguer-icon .hamburguer-icon-animated:nth-child(3) {
  top: 19px;
}
.header__menu-mobile__title .hamburguer-icon .hamburguer-icon-animated:nth-child(4) {
  top: 26px;
}
.header__menu-mobile__nav {
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  display: flex;
  flex-wrap: wrap;
  min-height: initial;
  padding-right: 30px;
  padding-left: 30px;
}
.header__menu-mobile__nav > a {
  align-items: center;
  border-bottom: solid 1px #E9E9E9;
  display: flex;
  min-height: 66px;
  padding: 0 7px;
  width: 100%;
  color: #000000;
  flex-grow: 1;
  font-size: 1.29rem;
}
.header__menu-mobile__nav > a img {
  margin-right: 10px;
}
.header__menu-mobile__nav > div {
  width: 100%;
}
.header__menu-mobile__nav .portlet {
  margin: 0;
}
.header__menu-mobile__nav .accordion {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--primary-font);
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header__menu-mobile__nav .accordion li {
  border-bottom: solid 1px #E9E9E9;
  display: flex;
  flex-direction: column;
  min-height: 66px;
  padding: 16px 7px;
  width: 100%;
  text-transform: uppercase;
}
.header__menu-mobile__nav .accordion li > div {
  align-items: center;
  display: flex;
  height: 100%;
}
.header__menu-mobile__nav .accordion li:last-child {
  border-bottom: none;
}
.header__menu-mobile__nav .accordion li a {
  color: #000000;
  flex-grow: 1;
  font-size: 1.29rem;
  text-align: left;
}
.header__menu-mobile__nav .accordion li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-mobile__nav .accordion li ul li {
  min-height: 40px;
  padding: 10px 7px;
  text-transform: none;
}
.header__menu-mobile__nav .accordion li ul li a {
  font-size: 1.14rem;
  font-weight: normal;
}
.header__menu-mobile__nav .accordion li .btn {
  font-size: 28px;
  line-height: 0;
  margin-right: 10px;
  padding: 0;
}

.header__top-menu {
  height: 40px;
  margin-right: 30px !important;
  margin-top: 38px;
  background-color: #ffffff;
  position: relative;
  left: inherit !important;
  right: 0;
}
@media (max-width: 991.98px) {
  .header__top-menu {
    position: absolute !important;
  }
}
@media (max-width: 991.98px) {
  .header__top-menu {
    background-color: #ffffff !important;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 20px !important;
    margin-left: auto;
    top: initial !important;
  }
}
.header__top-menu .nav {
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding-inline: 0.5rem;
}
.header__top-menu__sign-in {
  display: flex;
  height: 40px;
}
.header__top-menu__sign-in:after {
  background-color: #000000;
  content: " ";
  display: flex;
  height: 20px;
  margin: auto 0 auto 5px;
  width: 2px;
}
.header__top-menu__sign-in a {
  color: #000000;
  display: flex;
  height: 40px;
  text-decoration: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin: auto 5px;
  display: flex;
}
.header__top-menu__sign-in a:hover {
  background-color: #ededed;
}
.header__top-menu__sign-in a:hover span {
  text-decoration: underline;
}
.header__top-menu__sign-in a img {
  margin: auto;
  width: 20px;
}
.header__top-menu__sign-in a i,
.header__top-menu__sign-in a span {
  margin: auto 0;
}
.header__top-menu__sign-in a i {
  color: #000000;
  font-size: 24px;
  margin: auto 8px auto 0 !important;
  padding: 0 !important;
}
.header__top-menu__languages {
  display: flex;
  height: 40px;
}
.header__top-menu__languages > ul {
  list-style: none;
  margin: auto 10px auto 0;
  padding: 0;
}
.header__top-menu__languages > ul::before {
  background-color: #000000;
  content: " ";
  display: flex;
  height: 20px;
  width: 2px;
  position: absolute;
  top: 10px;
}
.header__top-menu__languages > ul li.language {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .header__top-menu__languages > ul li.language {
    width: 45px;
  }
}
.header__top-menu__languages > ul li.language a {
  color: #000000;
  display: flex;
  height: 40px;
  text-decoration: none;
}
@media (max-width: 1599.98px) {
  .header__top-menu__languages > ul li.language a {
    font-size: 1rem;
  }
}
.header__top-menu__languages > ul li.language a span,
.header__top-menu__languages > ul li.language a i {
  margin: auto 0;
}
.header__top-menu__languages > ul li.language a span {
  margin-right: 8px;
}
.header__top-menu__languages > ul li.language.open .dropdown-menu, .header__top-menu__languages > ul li.language:hover .dropdown-menu, .header__top-menu__languages > ul li.language:focus .dropdown-menu {
  display: block;
}
.header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection {
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  left: initial;
  margin: 0 -11px 0 0;
  min-width: initial;
  padding: 8px 0 0 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection {
    min-width: 65px;
  }
}
@media (max-width: 480px) {
  .header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection {
    min-width: 52px;
  }
}
.header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection li {
  background-color: #ffffff;
  border-left: solid #000000 1px;
  border-right: solid #000000 1px;
}
.header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection li:first-child {
  border-top: solid #000000 1px;
}
.header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection li:last-child {
  border-bottom: solid #000000 1px;
}
.header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection li a {
  height: auto;
  padding: 5px 10px;
  min-width: 120px;
}
@media (max-width: 767.98px) {
  .header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection li a {
    padding: 8px 6px;
  }
}
.header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection li a:active,
.header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection li a:hover {
  background-color: #F9F9F9;
}
.header__top-menu__languages > ul li.language .dropdown-menu.child-menu.language-selection:after {
  content: none;
}
.header__top-menu .hamburguer-icon {
  background-color: #ffffff;
  border: none;
  height: 40px;
  position: initial;
  padding: 0;
  width: 40px;
}
.header__top-menu .hamburguer-icon span {
  height: 3px;
  border-radius: 0;
  left: 10px;
  width: 20px;
}
.header__top-menu .hamburguer-icon .hamburguer-icon-animated:nth-child(1) {
  top: 12px;
}
.header__top-menu .hamburguer-icon .hamburguer-icon-animated:nth-child(2),
.header__top-menu .hamburguer-icon .hamburguer-icon-animated:nth-child(3) {
  top: 19px;
}
.header__top-menu .hamburguer-icon .hamburguer-icon-animated:nth-child(4) {
  top: 26px;
}

.header.header--featured.header--featured--masters .header__top-menu {
  position: initial !important;
}

/*accesibilidad*/
.focusin input#_com_liferay_portal_search_web_portlet_SearchPortlet_keywords {
  display: block;
}

.focusin .search-out {
  display: block;
}

input#_com_liferay_portal_search_web_portlet_SearchPortlet_keywords {
  padding-right: 40px;
}

.focusin input#_com_liferay_portal_search_web_portlet_SearchPortlet_keywords + a,
.header__top-menu__search fieldset.input-container .form-group input.search-input.search-portlet-keywords-input:focus + a {
  display: block !important;
}

a.search-find {
  background-color: white;
  width: 26px;
  height: 26px;
  top: 52px;
  position: absolute;
  right: -74px;
  border: 1px solid #fff;
}
a.search-find:focus {
  border: 1px dashed #000;
}
@media (max-width: 991.98px) {
  a.search-find {
    right: -57px;
  }
}
a.search-find::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #3a3a3a;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
a.search-find::before {
  content: "";
  width: 6px;
  height: 2px;
  background-color: #3a3a3a;
  position: absolute;
  transform: rotate(45deg);
  top: 17px;
  left: 15px;
}

.focusin span.search-find-close {
  display: block !important;
}

span.search-find-close {
  width: 30px;
  height: 30px;
  background-color: #e2e6ea;
  position: absolute;
  top: 5px;
  left: 9px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
}
span.search-find-close:hover {
  background-color: #e2e6ea;
}
@media (max-width: 991.98px) {
  span.search-find-close {
    top: 5px;
    left: 5px;
  }
}
span.search-find-close::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #414141;
  position: absolute;
  transform: rotate(45deg);
  top: 14px;
  left: 7px;
}
span.search-find-close::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #414141;
  position: absolute;
  transform: rotate(-45deg);
  top: 14px;
  left: 7px;
}

.search-out {
  display: none;
}

.focusin .search-out {
  display: block;
}

.top-menu-search-public .btn-search,
.top-menu-search-private .btn-search {
  border-radius: 50%;
  font-size: 20px;
  width: 34px;
  height: 34px;
  justify-content: center;
  display: flex;
  margin: auto;
  align-items: center;
}
.top-menu-search-public .btn-search::before,
.top-menu-search-private .btn-search::before {
  font-family: "fontawesome-alloy";
}
.top-menu-search-public .btn-search[aria-expanded=false]::before,
.top-menu-search-private .btn-search[aria-expanded=false]::before {
  content: "\f002";
}
.top-menu-search-public .btn-search[aria-expanded=true],
.top-menu-search-private .btn-search[aria-expanded=true] {
  background-color: #e2e6ea;
}
.top-menu-search-public .btn-search[aria-expanded=true]::before,
.top-menu-search-private .btn-search[aria-expanded=true]::before {
  content: "\f00d";
}
.top-menu-search-public .btn-search:focus,
.top-menu-search-private .btn-search:focus {
  box-shadow: none !important;
  background-color: #e2e6ea;
}
.top-menu-search-public #collapseSearch,
.top-menu-search-private #collapseSearch {
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 1;
}

.top-menu-search-public #collapseSearch .gsc-control-cse {
  background-color: transparent;
  border: none;
  padding: 0;
}
.top-menu-search-public #collapseSearch .gsc-control-cse table {
  margin-bottom: 0;
}
.top-menu-search-public #collapseSearch .gsc-control-cse table td {
  padding: 0;
  height: 36px;
}
.top-menu-search-public #collapseSearch .gsc-control-cse table tr:nth-child(2n+1) {
  background-color: transparent;
}
.top-menu-search-public #collapseSearch .gsc-control-cse table tr:last-child td {
  border-bottom: none;
}
.top-menu-search-public #collapseSearch .gsc-control-cse td.gsc-input {
  padding-right: 0;
}
.top-menu-search-public #collapseSearch .gsc-control-cse td.gsc-input .gsc-input-box {
  border: none;
  min-width: 14.25rem;
  /*padding-left: 4px;*/
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.top-menu-search-public #collapseSearch .gsc-control-cse td.gsc-input .gsc-input-box input#gsc-i-id1 {
  padding: 2px 65px 2px 4px !important;
  border: none !important;
  background: none !important;
  margin: 0 3px !important;
  height: 30px !important;
  width: 237px !important;
  color: #495057;
  font-size: 1rem;
}
.top-menu-search-public #collapseSearch .gsc-control-cse td.gsc-input .gsc-input-box input#gsc-i-id1:focus {
  box-shadow: 0px 0px 0px 2px #000 !important;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsib_b {
  position: absolute;
  left: 175px;
  top: 8px;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsib_b .gsst_a .gscb_a {
  color: black;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsc-search-button-v2 {
  background-color: transparent;
  border: none;
  padding: 6px 10px;
  margin-left: 0;
  border-radius: 0;
  position: absolute;
  left: 205px;
  top: 5px;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsc-search-button-v2 svg {
  fill: black;
  width: 20px;
  height: 20px;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsc-results-wrapper-overlay .gsc-results-close-btn {
  z-index: 100003;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsc-results-wrapper-overlay table {
  display: table;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsc-results-wrapper-overlay .gsc-webResult.gsc-result {
  border-bottom: 1px solid #e9e9e9;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsc-results-wrapper-overlay .gs-result .gs-title * {
  color: black;
  font-weight: 600;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsc-results-wrapper-overlay .gs-result .gs-title *:focus, .top-menu-search-public #collapseSearch .gsc-control-cse .gsc-results-wrapper-overlay .gs-result .gs-title *:hover {
  text-decoration: underline;
}
.top-menu-search-public #collapseSearch .gsc-control-cse .gsc-results-wrapper-overlay .gs-webResult .gs-visibleUrl {
  color: #676767;
}

.top-menu-search-private #collapseSearch form .panel-body {
  padding-right: 0;
}
.top-menu-search-private #collapseSearch form .panel-body .input-group.search-bar-scope {
  display: inline-block;
}
.top-menu-search-private #collapseSearch form .panel-body .input-group.search-bar-scope input,
.top-menu-search-private #collapseSearch form .panel-body .input-group.search-bar-scope select {
  border: none;
  border-radius: unset;
}
.top-menu-search-private #collapseSearch form .panel-body .input-group.search-bar-scope input:focus,
.top-menu-search-private #collapseSearch form .panel-body .input-group.search-bar-scope select:focus {
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #000 inset !important;
}
.top-menu-search-private #collapseSearch form .panel-body .input-group.search-bar-scope .search-bar-keywords-input-wrapper {
  width: auto;
}
.top-menu-search-private #collapseSearch form .panel-body .input-group.search-bar-scope .search-bar-keywords-input-wrapper input.form-control {
  width: 237px;
  height: 35px;
  padding-inline-end: 3rem;
  background: white;
}
.top-menu-search-private #collapseSearch form .panel-body .input-group.search-bar-scope button {
  position: absolute;
  z-index: 5;
  right: 2px;
  top: 2px;
  margin: 0;
  overflow: hidden;
  height: 30px;
  font-size: 1.2rem;
  color: black;
  border-radius: 0;
  background-color: white;
  border: none;
}
.top-menu-search-private #collapseSearch form .panel-body .input-group.search-bar-scope select {
  margin-block-start: 0.2rem;
}

.footer {
  display: flex !important;
  min-height: 177px;
}
.footer > .container {
  background-color: #000000;
  padding: 0 48px 0 0;
}
@media (max-width: 991.98px) {
  .footer > .container {
    padding: 0 30px;
    flex-direction: column;
  }
}
.footer__logo {
  display: flex;
}
.footer__logo img {
  margin: auto 0;
  height: 300px;
}
@media (max-width: 991.98px) {
  .footer__logo img {
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .footer__logo img {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .footer__logo {
    padding-top: 35px;
  }
}
.footer__navigations {
  margin: auto 0 auto auto;
}
@media (max-width: 991.98px) {
  .footer__navigations {
    margin: 0;
  }
}
.footer__rrss {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .footer__rrss {
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer__rrss {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .footer__rrss {
    justify-content: space-between;
  }
}
.footer__rrss li {
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .footer__rrss li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .footer__rrss li {
    margin-left: 5px;
    margin-bottom: 20px !important;
  }
}
.footer__rrss a {
  align-items: center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: flex;
  height: 44px;
  width: 44px;
  text-decoration: none;
  justify-content: center;
}
.footer__rrss a i {
  font-size: 22px;
  text-decoration: none;
}
.footer__rrss a svg {
  fill: #ffffff;
  height: 22px;
  width: 22px;
}
.footer__rrss a:hover {
  background-color: #ffffff;
}
.footer__rrss a:hover svg,
.footer__rrss a:hover i {
  fill: #000000;
  color: #000000;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}
@media (max-width: 991.98px) {
  .footer__menu {
    padding: 15px 40px 15px 40px;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .footer__menu {
    padding: 15px 0 15px 0;
    flex-wrap: wrap;
  }
}
.footer__menu li {
  margin-bottom: 20px;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .footer__menu li {
    padding-left: 0;
    margin-bottom: 20px;
    width: 50%;
  }
  .footer__menu li:nth-child(odd) {
    padding-right: 5px;
  }
  .footer__menu li:nth-child(even) {
    padding-left: 5px;
  }
}
.footer__menu a {
  font-family: var(--primary-font);
  text-decoration: none;
}
.footer__menu a:hover, .footer__menu a:focus {
  text-decoration: underline;
}

a {
  color: #000000;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
a.dropdown-item {
  text-decoration: none;
}

.journal-content-article article:not(.image-gallery) a, .journal-content-article article:not(.information-interest) a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.journal-content-article article:not(.image-gallery) a .main-image__footer p, .journal-content-article article:not(.information-interest) a .main-image__footer p {
  text-decoration: underline;
}
.journal-content-article article:not(.image-gallery) a .icon-external-link, .journal-content-article article:not(.information-interest) a .icon-external-link {
  text-decoration: none;
}
.journal-content-article article:not(.image-gallery) a:hover, .journal-content-article article:not(.image-gallery) a:focus, .journal-content-article article:not(.information-interest) a:hover, .journal-content-article article:not(.information-interest) a:focus {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #5FD790;
  text-decoration-thickness: 1px;
}
.journal-content-article article:not(.image-gallery) a:hover .icon-external-link, .journal-content-article article:not(.image-gallery) a:focus .icon-external-link, .journal-content-article article:not(.information-interest) a:hover .icon-external-link, .journal-content-article article:not(.information-interest) a:focus .icon-external-link {
  text-decoration: none;
}
.journal-content-article article:not(.image-gallery) a:hover .main-image__footer p, .journal-content-article article:not(.image-gallery) a:focus .main-image__footer p, .journal-content-article article:not(.information-interest) a:hover .main-image__footer p, .journal-content-article article:not(.information-interest) a:focus .main-image__footer p {
  text-decoration-color: #5FD790;
}

.map__result-list a, .map__info a {
  text-decoration: underline;
}
.map__result-list a:hover, .map__result-list a:focus, .map__info a:hover, .map__info a:focus {
  text-decoration-color: #5FD790;
}

.portlet-xsl-content a,
html section.upv-ehu-image-description div.main .menu-orden-doctorado a,
html .masters .estructura-modular .bloque.especializacion .bloque-nombre a, html .masters .estructura-modular .bloque.tfm .bloque-nombre a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.portlet-xsl-content a:hover, .portlet-xsl-content a:focus,
html section.upv-ehu-image-description div.main .menu-orden-doctorado a:hover,
html section.upv-ehu-image-description div.main .menu-orden-doctorado a:focus,
html .masters .estructura-modular .bloque.especializacion .bloque-nombre a:hover,
html .masters .estructura-modular .bloque.especializacion .bloque-nombre a:focus, html .masters .estructura-modular .bloque.tfm .bloque-nombre a:hover, html .masters .estructura-modular .bloque.tfm .bloque-nombre a:focus {
  text-decoration-color: #5FD790;
}

.accordion .accordion-heading a {
  text-decoration: none;
}
.accordion .accordion-heading a:hover, .accordion .accordion-heading a:focus {
  text-decoration: none;
  background-color: #B0FBC1;
}

.ehu-oferta-masteres-titulos-propios__lists ul li a,
.ehu-oferta-doctorados__lists ul li a,
.ehu-oferta-grados__lists ul li a {
  text-decoration: none;
}
.ehu-oferta-masteres-titulos-propios__lists ul li a:hover,
.ehu-oferta-doctorados__lists ul li a:hover,
.ehu-oferta-grados__lists ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
.ehu-oferta-masteres-titulos-propios__lists .panel-title a,
.ehu-oferta-doctorados__lists .panel-title a,
.ehu-oferta-grados__lists .panel-title a {
  text-decoration: none;
}
.ehu-oferta-masteres-titulos-propios__lists .panel-title a:hover, .ehu-oferta-masteres-titulos-propios__lists .panel-title a:focus,
.ehu-oferta-doctorados__lists .panel-title a:hover,
.ehu-oferta-doctorados__lists .panel-title a:focus,
.ehu-oferta-grados__lists .panel-title a:hover,
.ehu-oferta-grados__lists .panel-title a:focus {
  text-decoration: none;
  background-color: #B0FBC1;
}

.asset-list-summary a:hover,
.asset-list-summary a:focus {
  text-decoration: none;
}

.portlet-rss .feed-title a,
.portlet-rss .feed-entry-content a {
  text-decoration: underline;
}
.portlet-rss .feed-title a:hover, .portlet-rss .feed-title a:focus,
.portlet-rss .feed-entry-content a:hover,
.portlet-rss .feed-entry-content a:focus {
  text-decoration-color: #5FD790;
}

/* Buttons ----------*/
html a.c-button, html .portlet-xsl-content .xsl-content.department table + a, .portlet-xsl-content .xsl-content.department html table + a, html .portlet-xsl-content .xsl-content.department ul.nav-pills li a, .portlet-xsl-content .xsl-content.department ul.nav-pills li html a, html .portlet-xsl-content .xsl-content.ldap #tab > a, .portlet-xsl-content .xsl-content.ldap html #tab > a, html .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a, .portlet-xsl-content .xsl-content.ldap html .nav-pills > li.active > a, html .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a, .portlet-xsl-content .xsl-content.ldap html .nav-pills > li > a, html .portlet-message-boards a.btn.btn-secondary, html .portlet-message-boards a.btn.btn-primary, html .portlet-forms a.btn.btn-primary, html .portlet-blogs a.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html a.btn.btn-outline-secondary:not(.btn-monospaced),
html .portlet-blogs a.btn.btn-outline-primary,
.portlet-blogs html a.btn.btn-outline-primary, html .data-processing .backtop a, .data-processing .backtop html a,
html .technology-offer .backtop a,
.technology-offer .backtop html a, html .faq .nav-pills li a[aria-selected=true], .faq .nav-pills li html a[aria-selected=true], html .faq .nav-pills li a[aria-selected=false], .faq .nav-pills li html a[aria-selected=false], html .faq .backtop a, .faq .backtop html a, html .contact a.btn, .contact html a.btn, html .alumni a#descarga, .alumni html a#descarga, html .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary, html .ehu-oferta-grados__lists a.back-to-top,
html .ehu-oferta-masteres__lists a.back-to-top,
html .ehu-oferta-doctorados__lists a.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists a.back-to-top, html .ehu-oferta-grados__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a, html .ehu-oferta-grados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a, html #doctorate-order-buttons li a, html #doctorate-order-buttons li.additional-active a, html .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html a, html .lfr-pagination .pagination li a, .lfr-pagination .pagination li html a,
html .lfr-pagination .pager li a,
.lfr-pagination .pager li html a, html .pagination-bar .pagination a.page-link, html a.btn.btn-upv, html section.upv-ehu-image-description div.main ul li.additional-active a,
html button.c-button,
html .portlet-message-boards button.btn.btn-secondary,
html .portlet-message-boards button.btn.btn-primary,
html .portlet-forms button.btn.btn-primary,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button,
html .portlet-blogs button.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html button.btn.btn-outline-secondary:not(.btn-monospaced),
html .portlet-blogs button.btn.btn-outline-primary,
.portlet-blogs html button.btn.btn-outline-primary,
html .call button[id^=lopd-msg_],
.call html button[id^=lopd-msg_],
html .contact button.btn,
.contact html button.btn,
html .alumni button#descarga,
.alumni html button#descarga,
html .ehu-oferta-grados__lists button.back-to-top,
html .ehu-oferta-masteres__lists button.back-to-top,
html .ehu-oferta-doctorados__lists button.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists button.back-to-top,
html .pagination-bar .pagination button.page-link,
html .pagination-bar button,
html button.btn.btn-upv {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-flex;
  font-weight: 400;
  font-size: 1.14rem;
  font-weight: 400;
  line-height: 1.5rem;
  min-height: 44px;
  padding: 5px 21px;
  text-align: center;
  text-decoration: none;
}
html a.c-button--primary:hover, html .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:hover, .portlet-xsl-content .xsl-content.ldap html .nav-pills > li.active > a:hover, html .portlet-message-boards a.btn.btn-primary:hover, html .portlet-forms a.btn.btn-primary:hover, html .alumni a#descarga:hover, .alumni html a#descarga:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:hover, html #doctorate-order-buttons li a:hover,
html button.c-button--primary:hover,
html .portlet-message-boards button.btn.btn-primary:hover,
html .portlet-forms button.btn.btn-primary:hover,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:hover,
html .alumni button#descarga:hover,
.alumni html button#descarga:hover {
  color: #ffffff;
  text-decoration: none;
}
html a.c-button--primary:focus, html .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:focus, .portlet-xsl-content .xsl-content.ldap html .nav-pills > li.active > a:focus, html .portlet-message-boards a.btn.btn-primary:focus, html .portlet-forms a.btn.btn-primary:focus, html .alumni a#descarga:focus, .alumni html a#descarga:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:focus, html #doctorate-order-buttons li a:focus,
html button.c-button--primary:focus,
html .portlet-message-boards button.btn.btn-primary:focus,
html .portlet-forms button.btn.btn-primary:focus,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:focus,
html .alumni button#descarga:focus,
.alumni html button#descarga:focus {
  color: #ffffff;
  text-decoration: none;
}
html a.c-button--primary.c-button--disabled, html .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html .nav-pills > li.active > a.c-button--disabled, html .portlet-message-boards a.c-button--disabled.btn.btn-primary, html .portlet-forms a.c-button--disabled.btn.btn-primary, html .alumni a.c-button--disabled#descarga, .alumni html a.c-button--disabled#descarga, html .ehu-oferta-grados__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a.c-button--disabled, html #doctorate-order-buttons li a.c-button--disabled,
html button.c-button--primary.c-button--disabled,
html .portlet-message-boards button.c-button--disabled.btn.btn-primary,
html .portlet-forms button.c-button--disabled.btn.btn-primary,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button.c-button--disabled,
html .alumni button.c-button--disabled#descarga,
.alumni html button.c-button--disabled#descarga {
  cursor: initial;
}
html a.c-button--secondary:hover, html .portlet-xsl-content .xsl-content.department ul.nav-pills li a:hover, .portlet-xsl-content .xsl-content.department ul.nav-pills li html a:hover, html .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:hover, .portlet-xsl-content .xsl-content.ldap html .nav-pills > li > a:hover, html .portlet-message-boards a.btn.btn-secondary:hover, html .portlet-blogs a.btn.btn-outline-secondary:hover:not(.btn-monospaced), .portlet-blogs html a.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html .portlet-blogs a.btn.btn-outline-primary:hover,
.portlet-blogs html a.btn.btn-outline-primary:hover, html .faq .nav-pills li a[aria-selected=true]:hover, .faq .nav-pills li html a[aria-selected=true]:hover, html .contact a.btn:hover, .contact html a.btn:hover, html .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:hover,
html .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:hover, html #doctorate-order-buttons li.additional-active a:hover, html .lfr-pagination .pagination li a:hover, .lfr-pagination .pagination li html a:hover,
html .lfr-pagination .pager li a:hover,
.lfr-pagination .pager li html a:hover, html .pagination-bar .pagination a.page-link:hover, html a.btn.btn-upv:hover, html section.upv-ehu-image-description div.main ul li.additional-active a:hover,
html button.c-button--secondary:hover,
html .portlet-message-boards button.btn.btn-secondary:hover,
html .portlet-blogs button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
.portlet-blogs html button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html .portlet-blogs button.btn.btn-outline-primary:hover,
.portlet-blogs html button.btn.btn-outline-primary:hover,
html .call button[id^=lopd-msg_]:hover,
.call html button[id^=lopd-msg_]:hover,
html .contact button.btn:hover,
.contact html button.btn:hover,
html .pagination-bar .pagination button.page-link:hover,
html .pagination-bar button:hover,
html button.btn.btn-upv:hover {
  background-color: #E9E9E9;
  text-decoration: none;
}
html a.c-button--secondary:focus, html .portlet-xsl-content .xsl-content.department ul.nav-pills li a:focus, .portlet-xsl-content .xsl-content.department ul.nav-pills li html a:focus, html .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:focus, .portlet-xsl-content .xsl-content.ldap html .nav-pills > li > a:focus, html .portlet-message-boards a.btn.btn-secondary:focus, html .portlet-blogs a.btn.btn-outline-secondary:focus:not(.btn-monospaced), .portlet-blogs html a.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html .portlet-blogs a.btn.btn-outline-primary:focus,
.portlet-blogs html a.btn.btn-outline-primary:focus, html .faq .nav-pills li a[aria-selected=true]:focus, .faq .nav-pills li html a[aria-selected=true]:focus, html .contact a.btn:focus, .contact html a.btn:focus, html .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:focus,
html .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:focus, html #doctorate-order-buttons li.additional-active a:focus, html .lfr-pagination .pagination li a:focus, .lfr-pagination .pagination li html a:focus,
html .lfr-pagination .pager li a:focus,
.lfr-pagination .pager li html a:focus, html .pagination-bar .pagination a.page-link:focus, html a.btn.btn-upv:focus, html section.upv-ehu-image-description div.main ul li.additional-active a:focus,
html button.c-button--secondary:focus,
html .portlet-message-boards button.btn.btn-secondary:focus,
html .portlet-blogs button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
.portlet-blogs html button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html .portlet-blogs button.btn.btn-outline-primary:focus,
.portlet-blogs html button.btn.btn-outline-primary:focus,
html .call button[id^=lopd-msg_]:focus,
.call html button[id^=lopd-msg_]:focus,
html .contact button.btn:focus,
.contact html button.btn:focus,
html .pagination-bar .pagination button.page-link:focus,
html .pagination-bar button:focus,
html button.btn.btn-upv:focus {
  background-color: #ffffff;
  text-decoration: none;
}
html a.c-button--secondary.c-button--disabled, html .portlet-xsl-content .xsl-content.department ul.nav-pills li a.c-button--disabled, .portlet-xsl-content .xsl-content.department ul.nav-pills li html a.c-button--disabled, html .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html .nav-pills > li > a.c-button--disabled, html .portlet-message-boards a.c-button--disabled.btn.btn-secondary, html .portlet-blogs a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html .portlet-blogs a.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html a.c-button--disabled.btn.btn-outline-primary, html .faq .nav-pills li a.c-button--disabled[aria-selected=true], .faq .nav-pills li html a.c-button--disabled[aria-selected=true], html .contact a.c-button--disabled.btn, .contact html a.c-button--disabled.btn, html .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-outline-secondary, html .ehu-oferta-grados__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a.c-button--disabled, html #doctorate-order-buttons li.additional-active a.c-button--disabled, html .lfr-pagination .pagination li a.c-button--disabled, .lfr-pagination .pagination li html a.c-button--disabled,
html .lfr-pagination .pager li a.c-button--disabled,
.lfr-pagination .pager li html a.c-button--disabled, html .pagination-bar .pagination a.c-button--disabled.page-link, html a.c-button--disabled.btn.btn-upv, html section.upv-ehu-image-description div.main ul li.additional-active a.c-button--disabled,
html button.c-button--secondary.c-button--disabled,
html .portlet-message-boards button.c-button--disabled.btn.btn-secondary,
html .portlet-blogs button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html .portlet-blogs button.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html button.c-button--disabled.btn.btn-outline-primary,
html .call button.c-button--disabled[id^=lopd-msg_],
.call html button.c-button--disabled[id^=lopd-msg_],
html .contact button.c-button--disabled.btn,
.contact html button.c-button--disabled.btn,
html .pagination-bar .pagination button.c-button--disabled.page-link,
html .pagination-bar button.c-button--disabled,
html button.c-button--disabled.btn.btn-upv {
  cursor: initial;
}
html a.c-button--tertiary, html .portlet-xsl-content .xsl-content.department table + a, .portlet-xsl-content .xsl-content.department html table + a, html .portlet-xsl-content .xsl-content.ldap #tab > a, .portlet-xsl-content .xsl-content.ldap html #tab > a, html .data-processing .backtop a, .data-processing .backtop html a,
html .technology-offer .backtop a,
.technology-offer .backtop html a, html .faq .nav-pills li a[aria-selected=false], .faq .nav-pills li html a[aria-selected=false], html .faq .backtop a, .faq .backtop html a, html .ehu-oferta-grados__lists a.back-to-top,
html .ehu-oferta-masteres__lists a.back-to-top,
html .ehu-oferta-doctorados__lists a.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists a.back-to-top, html .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html a,
html button.c-button--tertiary,
html .ehu-oferta-grados__lists button.back-to-top,
html .ehu-oferta-masteres__lists button.back-to-top,
html .ehu-oferta-doctorados__lists button.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists button.back-to-top {
  background-color: transparent;
  text-decoration: underline;
}
html a.c-button--tertiary i, html .portlet-xsl-content .xsl-content.department table + a i, .portlet-xsl-content .xsl-content.department html table + a i, html .portlet-xsl-content .xsl-content.ldap #tab > a i, .portlet-xsl-content .xsl-content.ldap html #tab > a i, html .data-processing .backtop a i, .data-processing .backtop html a i,
html .technology-offer .backtop a i,
.technology-offer .backtop html a i, html .faq .nav-pills li a[aria-selected=false] i, .faq .nav-pills li html a[aria-selected=false] i, html .faq .backtop a i, .faq .backtop html a i, html .ehu-oferta-grados__lists a.back-to-top i,
html .ehu-oferta-masteres__lists a.back-to-top i,
html .ehu-oferta-doctorados__lists a.back-to-top i,
html .ehu-oferta-masteres-titulos-propios__lists a.back-to-top i, html .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a i, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html a i,
html button.c-button--tertiary i,
html .ehu-oferta-grados__lists button.back-to-top i,
html .ehu-oferta-masteres__lists button.back-to-top i,
html .ehu-oferta-doctorados__lists button.back-to-top i,
html .ehu-oferta-masteres-titulos-propios__lists button.back-to-top i {
  text-decoration: none;
}
html a.c-button--tertiary:hover, html .portlet-xsl-content .xsl-content.department table + a:hover, .portlet-xsl-content .xsl-content.department html table + a:hover, html .portlet-xsl-content .xsl-content.ldap #tab > a:hover, .portlet-xsl-content .xsl-content.ldap html #tab > a:hover, html .data-processing .backtop a:hover, .data-processing .backtop html a:hover,
html .technology-offer .backtop a:hover,
.technology-offer .backtop html a:hover, html .faq .nav-pills li a[aria-selected=false]:hover, .faq .nav-pills li html a[aria-selected=false]:hover, html .faq .backtop a:hover, .faq .backtop html a:hover, html .ehu-oferta-grados__lists a.back-to-top:hover,
html .ehu-oferta-masteres__lists a.back-to-top:hover,
html .ehu-oferta-doctorados__lists a.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:hover, html .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:hover, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html a:hover,
html button.c-button--tertiary:hover,
html .ehu-oferta-grados__lists button.back-to-top:hover,
html .ehu-oferta-masteres__lists button.back-to-top:hover,
html .ehu-oferta-doctorados__lists button.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:hover {
  background-color: #E9E9E9;
  border: 1px solid transparent;
  text-decoration-color: #000000;
}
html a.c-button--tertiary:hover i, html .portlet-xsl-content .xsl-content.department table + a:hover i, .portlet-xsl-content .xsl-content.department html table + a:hover i, html .portlet-xsl-content .xsl-content.ldap #tab > a:hover i, .portlet-xsl-content .xsl-content.ldap html #tab > a:hover i, html .data-processing .backtop a:hover i, .data-processing .backtop html a:hover i,
html .technology-offer .backtop a:hover i,
.technology-offer .backtop html a:hover i, html .faq .nav-pills li a[aria-selected=false]:hover i, .faq .nav-pills li html a[aria-selected=false]:hover i, html .faq .backtop a:hover i, .faq .backtop html a:hover i, html .ehu-oferta-grados__lists a.back-to-top:hover i,
html .ehu-oferta-masteres__lists a.back-to-top:hover i,
html .ehu-oferta-doctorados__lists a.back-to-top:hover i,
html .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:hover i, html .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:hover i, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html a:hover i,
html button.c-button--tertiary:hover i,
html .ehu-oferta-grados__lists button.back-to-top:hover i,
html .ehu-oferta-masteres__lists button.back-to-top:hover i,
html .ehu-oferta-doctorados__lists button.back-to-top:hover i,
html .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:hover i {
  text-decoration: none;
}
html a.c-button--tertiary:focus, html .portlet-xsl-content .xsl-content.department table + a:focus, .portlet-xsl-content .xsl-content.department html table + a:focus, html .portlet-xsl-content .xsl-content.ldap #tab > a:focus, .portlet-xsl-content .xsl-content.ldap html #tab > a:focus, html .data-processing .backtop a:focus, .data-processing .backtop html a:focus,
html .technology-offer .backtop a:focus,
.technology-offer .backtop html a:focus, html .faq .nav-pills li a[aria-selected=false]:focus, .faq .nav-pills li html a[aria-selected=false]:focus, html .faq .backtop a:focus, .faq .backtop html a:focus, html .ehu-oferta-grados__lists a.back-to-top:focus,
html .ehu-oferta-masteres__lists a.back-to-top:focus,
html .ehu-oferta-doctorados__lists a.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:focus, html .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:focus, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html a:focus,
html button.c-button--tertiary:focus,
html .ehu-oferta-grados__lists button.back-to-top:focus,
html .ehu-oferta-masteres__lists button.back-to-top:focus,
html .ehu-oferta-doctorados__lists button.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:focus {
  background-color: #ffffff;
}
html a.c-button--tertiary.c-button--disabled, html .portlet-xsl-content .xsl-content.department table + a.c-button--disabled, .portlet-xsl-content .xsl-content.department html table + a.c-button--disabled, html .portlet-xsl-content .xsl-content.ldap #tab > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html #tab > a.c-button--disabled, html .data-processing .backtop a.c-button--disabled, .data-processing .backtop html a.c-button--disabled,
html .technology-offer .backtop a.c-button--disabled,
.technology-offer .backtop html a.c-button--disabled, html .faq .nav-pills li a.c-button--disabled[aria-selected=false], .faq .nav-pills li html a.c-button--disabled[aria-selected=false], html .faq .backtop a.c-button--disabled, .faq .backtop html a.c-button--disabled, html .ehu-oferta-grados__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists a.c-button--disabled.back-to-top, html .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a.c-button--disabled, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html a.c-button--disabled,
html button.c-button--tertiary.c-button--disabled,
html .ehu-oferta-grados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists button.c-button--disabled.back-to-top {
  cursor: initial;
}
html a.c-button--alert,
html button.c-button--alert {
  background-color: #FF0000;
  border: 3px solid #FF0000;
  color: #000000 !important;
}
html a.c-button--alert:hover,
html button.c-button--alert:hover {
  background-color: #CC0000;
  border: 3px solid #CC0000;
  color: #ffffff;
  text-decoration: none;
}
html a.c-button--alert:focus,
html button.c-button--alert:focus {
  background-color: #FF0000;
  border: solid 3px #CC0000;
  color: #000000;
  text-decoration: none;
}
html a.c-button--alert.c-button--disabled,
html button.c-button--alert.c-button--disabled {
  background-color: #FF7A7A;
  border: solid 3px #FF7A7A;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: initial;
}
html a.c-button--alert.c-button--disabled:hover, html a.c-button--alert.c-button--disabled:focus,
html button.c-button--alert.c-button--disabled:hover,
html button.c-button--alert.c-button--disabled:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
html a.c-button--icon-right i, html .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a i, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html a i, html a.c-button--icon-left i,
html button.c-button--icon-right i,
html button.c-button--icon-left i {
  font-size: 24px;
  line-height: 29px;
}
html a.c-button--icon-left i,
html button.c-button--icon-left i {
  margin-right: 10px;
}
html a.c-button--icon-right i, html .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a i, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html a i,
html button.c-button--icon-right i {
  margin-left: 10px;
}
html a.c-button--only-icon,
html button.c-button--only-icon {
  align-items: center;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  width: 44px;
}
html a.c-button--only-icon i,
html button.c-button--only-icon i {
  font-size: 24px;
  line-height: 0;
}

/* Heredado del theme upv-ehu-theme */
.btn.btn-upv {
  color: #000;
  border-color: #000;
  background: transparent;
  background-image: none;
  filter: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: var(--primary-font);
  font-size: 1.14rem;
}
.btn.btn-upv .icon-chevron-left {
  margin-right: 10px;
}
.btn.btn-upv .icon-print {
  margin-left: 10px;
}
.btn.btn-upv.btn-inverse {
  color: #fff;
  border-color: #fff;
}
.btn.btn-upv.btn-inverse:visited {
  color: #fff;
  border-color: #fff;
}
.btn.btn-upv.btn-inverse:hover, .btn.btn-upv.btn-inverse:focus, .btn.btn-upv.btn-inverse:active {
  background-color: #fff;
  color: #000;
}
.btn.btn-upv.documento::after {
  content: "\f0f6";
  font-family: "fontawesome-alloy";
  margin-left: 8px;
  vertical-align: top;
  display: inline-block;
}

.btn.btn-vermas {
  text-align: left;
}
.btn.btn-vermas::after {
  content: "\f054";
  font-family: "fontawesome-alloy";
  margin-left: 10px;
  font-size: 22px;
  vertical-align: middle;
}

/* Tables ----------*/
.journal-content-article table {
  margin-bottom: 15px;
}

.container-fluid table {
  border-collapse: collapse;
  direction: ltr;
  display: block;
  font-size: 1.14rem;
  margin-bottom: 20px;
  overflow-x: auto;
  padding: 5px 0 10px 0;
  scrollbar-color: #949494 #d5deea;
  /* Firefox custom colors*/
  scrollbar-width: auto;
  /* Firefox custom width */
  width: 100%;
  /* @include media-breakpoint-down(md) {
      display: block;
  } */
}
.container-fluid table::-webkit-scrollbar {
  width: 10px;
}
.container-fluid table::-webkit-scrollbar-track {
  background-color: #E9E9E9;
  border-radius: 100px;
}
.container-fluid table::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 100px;
  border: 2px solid transparent;
}
.container-fluid table tr:last-child td,
.container-fluid table tr:last-child th {
  border-bottom: solid 1px #000000;
}
.container-fluid table thead {
  border-top: solid 1px #000000;
}
.container-fluid table thead th {
  border-bottom: solid 1px #000000;
  padding: 5px 15px;
  vertical-align: middle !important;
}
.container-fluid table th {
  color: #000000;
  font-family: Arial, sans-serif;
  height: 47px;
  padding: 5px 15px;
}
.container-fluid table th p {
  margin-bottom: 0;
}
.container-fluid table td {
  border-bottom: solid 1px #949494;
  height: 47px;
  padding: 5px 15px;
}
.container-fluid table td p {
  margin: 5px 0;
}
.container-fluid table tbody th {
  border-bottom: solid 1px #949494;
}
.container-fluid table caption {
  caption-side: top;
  font-weight: bold;
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 1rem;
  padding: 0;
}

@-moz-document url-prefix() {
  .container-fluid table thead tr:last-child th {
    border-bottom: solid 2px #000000;
  }
}
/* Estilos para la tablas heredados del upv-ehu-theme ----------*/
.upv-tabla .table caption {
  display: none;
}

.graduate .upv-tabla .table a[target=_blank] {
  position: relative;
}

.portlet-xsl-content .toggler-content-expanded,
.portlet-xsl-content .main,
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  scrollbar-color: #949494 #d5deea;
  /* Firefox custom colors*/
  scrollbar-width: auto;
  /* Firefox custom width */
}
.portlet-xsl-content .toggler-content-expanded::-webkit-scrollbar,
.portlet-xsl-content .main::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  width: 10px;
}
.portlet-xsl-content .toggler-content-expanded::-webkit-scrollbar-track,
.portlet-xsl-content .main::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  background-color: #E9E9E9;
  border-radius: 100px;
}
.portlet-xsl-content .toggler-content-expanded::-webkit-scrollbar-thumb,
.portlet-xsl-content .main::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 100px;
  border: 2px solid transparent;
}
.portlet-xsl-content .toggler-content-expanded table,
.portlet-xsl-content .main table,
.table-responsive table {
  display: table;
}
@media screen and (max-width: 767px) {
  .portlet-xsl-content .toggler-content-expanded,
  .portlet-xsl-content .main,
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .portlet-xsl-content .toggler-content-expanded > .table,
  .portlet-xsl-content .main > .table,
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .portlet-xsl-content .toggler-content-expanded > .table > thead > tr > th,
  .portlet-xsl-content .toggler-content-expanded > .table > thead > tr > td,
  .portlet-xsl-content .toggler-content-expanded > .table > tbody > tr > th,
  .portlet-xsl-content .toggler-content-expanded > .table > tbody > tr > td,
  .portlet-xsl-content .toggler-content-expanded > .table > tfoot > tr > th,
  .portlet-xsl-content .toggler-content-expanded > .table > tfoot > tr > td,
  .portlet-xsl-content .main > .table > thead > tr > th,
  .portlet-xsl-content .main > .table > thead > tr > td,
  .portlet-xsl-content .main > .table > tbody > tr > th,
  .portlet-xsl-content .main > .table > tbody > tr > td,
  .portlet-xsl-content .main > .table > tfoot > tr > th,
  .portlet-xsl-content .main > .table > tfoot > tr > td,
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

/* Estilos para la tablas estudiar/departamentos ----------*/
html .journal-content-article .new-detail {
  background-color: #ffffff;
  overflow: initial !important;
  padding: 29px 46px !important;
}
@media (max-width: 767.98px) {
  html .journal-content-article .new-detail {
    margin-top: 25px;
    padding: 20px !important;
  }
}
html .journal-content-article .new-detail h3,
html .journal-content-article .new-detail h4 {
  font-weight: bold;
  margin-bottom: 1.3rem;
}
@media (max-width: 575.98px) {
  html .journal-content-article .new-detail h3,
  html .journal-content-article .new-detail h4 {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .new-detail__pretitle {
  font-weight: bold;
  font-size: 1.14rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.71rem;
}
html .journal-content-article .new-detail__title {
  font-weight: bold;
  font-size: 2.57rem;
  margin-bottom: 1.29rem;
  line-height: 3.25rem;
}
@media (max-width: 575.98px) {
  html .journal-content-article .new-detail__title {
    font-size: 1.71rem;
    line-height: 2.42rem;
  }
}
html .journal-content-article .new-detail__subtitle {
  font-weight: bold;
  font-size: 1.71rem;
  margin-bottom: 1.71rem;
  line-height: 2.57rem;
  color: #5C5C5C;
}
@media (max-width: 575.98px) {
  html .journal-content-article .new-detail__subtitle {
    font-size: 1.29rem;
    line-height: 2rem;
  }
}
html .journal-content-article .new-detail__info-date-share {
  border-top: solid 1px #C0C0C0;
  border-bottom: solid 1px #C0C0C0;
  display: flex;
  min-height: 60px;
  margin-bottom: 1.07rem;
}
@media (max-width: 991.98px) {
  html .journal-content-article .new-detail__info-date-share {
    flex-direction: column;
    padding: 10px 0;
  }
}
@media (max-width: 575.98px) {
  html .journal-content-article .new-detail__info-date-share {
    flex-direction: column;
    padding: 10px 0;
  }
}
html .journal-content-article .new-detail__info-date-share .campusa-category {
  align-content: center;
  background-color: #5C5C5C;
  color: #ffffff;
  display: flex;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
  margin-right: 20px;
  padding: 0 2rem;
}
html .journal-content-article .new-detail__info-date-share__date,
html .journal-content-article .new-detail__info-date-share .publication_date {
  font-size: 1rem;
  color: #5C5C5C;
  margin-top: auto;
  margin-bottom: auto;
}
html .journal-content-article .new-detail__info-date-share__date .text,
html .journal-content-article .new-detail__info-date-share .publication_date .text {
  display: none;
}
html .journal-content-article .new-detail__info-date-share .share-social-bar {
  display: flex;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  html .journal-content-article .new-detail__info-date-share .share-social-bar {
    margin-left: 0;
    margin-top: 10px;
  }
}
html .journal-content-article .new-detail__body {
  font-size: 1.14rem;
  line-height: 1.71rem;
}
html .journal-content-article .new-detail__body__main-image {
  display: flex;
  flex-direction: column;
}
html .journal-content-article .new-detail__body__main-image img {
  max-height: 485px;
  margin: auto auto 1rem;
}
@media (max-width: 575.98px) {
  html .journal-content-article .new-detail__body__main-image img {
    height: auto;
  }
}
html .journal-content-article .new-detail__body__main-image.left, html .journal-content-article .new-detail__body__main-image.right {
  width: 50%;
}
@media (max-width: 991.98px) {
  html .journal-content-article .new-detail__body__main-image.left, html .journal-content-article .new-detail__body__main-image.right {
    width: 100%;
  }
}
html .journal-content-article .new-detail__body__main-image.left img, html .journal-content-article .new-detail__body__main-image.right img {
  height: auto;
  max-height: initial;
  width: 100%;
}
html .journal-content-article .new-detail__body__main-image.left .main-image__footer, html .journal-content-article .new-detail__body__main-image.right .main-image__footer {
  margin-bottom: 0.3rem;
}
html .journal-content-article .new-detail__body__main-image.left .main-image__footer p, html .journal-content-article .new-detail__body__main-image.right .main-image__footer p {
  margin-right: 0;
  margin-left: 0;
}
html .journal-content-article .new-detail__body__main-image.left {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
html .journal-content-article .new-detail__body__main-image.left + .new-detail__body__entry > ul, html .journal-content-article .new-detail__body__main-image.left + .new-detail__body__entry > ol {
  padding-left: 0;
  width: 100%;
}
html .journal-content-article .new-detail__body__main-image.left + .new-detail__body__entry > ul li:before, html .journal-content-article .new-detail__body__main-image.left + .new-detail__body__entry > ol li:before {
  left: -2px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
html .journal-content-article .new-detail__body__main-image.left + .new-detail__body__entry + .new-detail__body__description > ul, html .journal-content-article .new-detail__body__main-image.left + .new-detail__body__entry + .new-detail__body__description > ol {
  padding-left: 0;
  width: 100%;
}
html .journal-content-article .new-detail__body__main-image.left + .new-detail__body__entry + .new-detail__body__description > ul li:before, html .journal-content-article .new-detail__body__main-image.left + .new-detail__body__entry + .new-detail__body__description > ol li:before {
  left: -2px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
html .journal-content-article .new-detail__body__main-image.right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
html .journal-content-article .new-detail__body__main-image.right + .new-detail__body__entry > ul, html .journal-content-article .new-detail__body__main-image.right + .new-detail__body__entry > ol {
  padding-left: 0;
  width: 100%;
}
html .journal-content-article .new-detail__body__main-image.right + .new-detail__body__entry > ul li:before, html .journal-content-article .new-detail__body__main-image.right + .new-detail__body__entry > ol li:before {
  left: -2px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
html .journal-content-article .new-detail__body__main-image.right + .new-detail__body__entry + .new-detail__body__description > ul, html .journal-content-article .new-detail__body__main-image.right + .new-detail__body__entry + .new-detail__body__description > ol {
  padding-left: 0;
  width: 100%;
}
html .journal-content-article .new-detail__body__main-image.right + .new-detail__body__entry + .new-detail__body__description > ul li:before, html .journal-content-article .new-detail__body__main-image.right + .new-detail__body__entry + .new-detail__body__description > ol li:before {
  left: -2px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
html .journal-content-article .new-detail__body__main-image .main-image__footer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}
html .journal-content-article .new-detail__body__main-image .main-image__footer p {
  color: #5C5C5C;
  font-size: 1rem;
  line-height: 1.71rem;
  margin-bottom: 0.3rem;
  margin-left: auto;
  margin-right: auto;
}
html .journal-content-article .new-detail__body__main-image .main-image__footer p:last-child:after {
  content: none;
}
html .journal-content-article .new-detail__body__main-image .main-image__footer p:after {
  content: " | ";
  margin-right: 5px;
}
html .journal-content-article .new-detail__body__entry {
  font-family: var(--primary-font);
  font-weight: bold;
}
html .journal-content-article .new-detail__body__image-gallery {
  clear: both;
  display: block;
  margin-bottom: 15px;
}
html .journal-content-article .new-detail__body__image-gallery h2 {
  font-size: 1.29rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  html .journal-content-article .new-detail__body__image-gallery h2 {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .new-detail__body__image-gallery figcaption {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
html .journal-content-article .new-detail__bibliographic-reference h2 {
  font-size: 1.29rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  html .journal-content-article .new-detail__bibliographic-reference h2 {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .new-detail__bibliographic-reference__item p {
  color: #5C5C5C;
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 1rem;
}
html .journal-content-article .new-detail__bibliographic-reference__item li::marker {
  content: none;
}
html .journal-content-article .new-detail__links h2, html .journal-content-article .new-detail__documents h2 {
  font-size: 1.29rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  html .journal-content-article .new-detail__links h2, html .journal-content-article .new-detail__documents h2 {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .new-detail__links ul, html .journal-content-article .new-detail__documents ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 0 2rem 0;
  padding-left: 3px;
}
html .journal-content-article .new-detail__links ul > li, html .journal-content-article .new-detail__documents ul > li {
  display: flex;
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 1.5rem;
}
html .journal-content-article .new-detail__links ul > li:before, html .journal-content-article .new-detail__documents ul > li:before {
  content: none;
}
html .journal-content-article .new-detail__links ul > li:last-child, html .journal-content-article .new-detail__documents ul > li:last-child {
  margin-bottom: 0;
}
html .journal-content-article .new-detail__links ul > li i, html .journal-content-article .new-detail__documents ul > li i {
  color: #5C5C5C;
  display: flex;
  font-size: 24px;
  margin-right: 10px;
  text-decoration: none;
}
html .journal-content-article .new-detail__links ul > li a, html .journal-content-article .new-detail__documents ul > li a {
  margin: auto 0;
}
html .journal-content-article .new-detail__links ul > li a .icon-external-link, html .journal-content-article .new-detail__documents ul > li a .icon-external-link {
  display: none;
}
html .journal-content-article .new-detail__links ul > li a abbr, html .journal-content-article .new-detail__documents ul > li a abbr {
  text-transform: uppercase;
}
html .journal-content-article .new-detail__links ul > li a[target=_blank] .icon-external-link, html .journal-content-article .new-detail__documents ul > li a[target=_blank] .icon-external-link {
  display: inline-block !important;
  margin-left: 10px;
}

html .journal-content-article a .new-detail__body__main-image .main-image__footer p {
  color: #000000;
}

@media (max-width: 575.98px) {
  .share-social-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0 0 0;
    width: 100%;
  }
}
.share-social-bar__item {
  align-content: center;
  background-color: transparent;
  border-radius: 50%;
  border: solid 1px #949494;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin-right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  width: 40px;
}
@media (max-width: 991.98px) {
  .share-social-bar__item {
    margin-right: 8px;
  }
}
.share-social-bar__item.svg-icon {
  float: right;
}
.share-social-bar__item.svg-icon svg {
  margin: auto;
  width: 20px;
  height: 20px;
  fill: #949494;
}
.share-social-bar__item.svg-icon svg.svg-whatsapp, .share-social-bar__item.svg-icon svg.svg-telegram {
  width: 25px;
  height: 25px;
}
.share-social-bar__item.svg-icon:hover svg, .share-social-bar__item.svg-icon:focus svg {
  fill: #ffffff;
}
.share-social-bar__item:hover, .share-social-bar__item:focus {
  background-color: #949494;
  color: #ffffff;
  text-decoration: none;
}
.share-social-bar__item:last-child {
  margin-right: 0;
}

.image-viewer .image-viewer-content,
.image-viewer .image-gallery-content {
  padding: 0;
  margin: 0 20%;
  text-align: center;
  background-color: black;
}

.image-viewer .image-viewer-base-image-container {
  padding: 20px 120px;
}
.image-viewer .image-viewer-base-image-container a.image-download-button.glyphicon.glyphicon-download {
  color: #ffffff;
  font-size: 30px;
  left: 25px;
  position: absolute;
  text-decoration: none;
  top: 15px;
}
.image-viewer .image-viewer-base-image-container a.image-download-button.glyphicon.glyphicon-download:hover {
  top: 25px;
}
.image-viewer .image-viewer-base-image-container a.image-download-button.glyphicon.glyphicon-download:before {
  content: "\f019";
  font-family: "fontawesome-alloy";
}

.close.image-viewer-base-control.image-viewer-close {
  color: #ffffff;
  font-size: 29px;
  opacity: 1;
  right: 21%;
  top: 15px;
}
.close.image-viewer-base-control.image-viewer-close:hover {
  opacity: 0.5;
}

.image-viewer-base,
.image-viewer-base-control.carousel-control {
  z-index: 3000 !important;
}

html .carousel-control.right {
  left: auto;
  right: 22%;
}

html .carousel-control {
  position: fixed;
  top: 50%;
  left: 22%;
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  background: #000000;
  font-size: 25px;
  border-radius: 50%;
}

html .carousel-control.right {
  left: auto !important;
  right: 22% !important;
}

.yui3-widget-mask.image-viewer-mask {
  opacity: 0.9;
  z-index: 2999 !important;
}

.header__carousel {
  height: 380px;
}
@media (max-width: 767.98px) {
  .header__carousel {
    height: 164px;
  }
}
.header__carousel .carousel-indicators {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  bottom: 30px;
  height: 40px;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px !important;
  width: fit-content;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .header__carousel .carousel-indicators {
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .header__carousel .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0;
  }
}
.header__carousel .carousel-indicators li {
  background: transparent;
  border: none;
  display: flex !important;
  height: 40px;
  margin: 0 2px !important;
  width: 40px;
}
@media (max-width: 1599.98px) {
  .header__carousel .carousel-indicators li {
    height: 30px;
    width: 30px;
  }
}
.header__carousel .carousel-indicators li:before {
  content: none !important;
}
.header__carousel .carousel-indicators li:after {
  background-color: #949494;
  border-radius: 50%;
  content: "";
  display: flex;
  height: 10px;
  margin: auto;
  opacity: 1;
  width: 10px;
}
.header__carousel .carousel-indicators li:before {
  content: none;
}
.header__carousel .carousel-indicators li:last-child {
  margin-right: 0;
}
.header__carousel .carousel-indicators li:first-child {
  margin-left: 0;
}
.header__carousel .carousel-indicators .active:after {
  background-color: #ffffff;
  opacity: 1;
}
.header__carousel .carousel-item {
  height: 380px;
}
@media (max-width: 767.98px) {
  .header__carousel .carousel-item {
    height: 164px;
  }
}
.header__carousel .carousel-item img {
  object-fit: cover;
  height: 100%;
  object-position: top center;
  width: 100%;
}

.header__rrss {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  /*z-index: 4; con esto queda delante del popup de los resultados de busqueda de google y parece que no afecta quitarlo*/
}
@media (max-width: 767.98px) {
  .header__rrss {
    margin-bottom: -8px;
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .header__rrss {
    padding-left: 0px;
  }
}
.header__rrss a {
  align-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 18px;
  text-decoration: none;
  width: 40px;
}
@media (max-width: 1199.98px) {
  .header__rrss a {
    margin-right: 13px;
  }
}
@media (max-width: 767.98px) {
  .header__rrss a {
    border: 1px solid #000000;
  }
}
.header__rrss a.svg-icon {
  padding-top: 8px;
}
.header__rrss a.header__rrss__img-icon {
  background-size: 70%;
  background-image: url("../images/icons/ico-rss-ehu-black.png");
  background-position: center 8px;
  background-repeat: no-repeat;
}
.header__rrss a.header__rrss__img-icon:hover, .header__rrss a.header__rrss__img-icon:focus {
  background-image: url("../images/icons/ico-rss-ehu-white.png");
}
.header__rrss a:last-child {
  margin-right: 0;
}
.header__rrss a:hover, .header__rrss a:focus {
  background-color: #000000;
}
.header__rrss a:hover i, .header__rrss a:focus i {
  color: #ffffff;
}
.header__rrss a:hover svg, .header__rrss a:focus svg {
  fill: #ffffff;
}
.header__rrss a i {
  color: #000000;
  font-size: 25px;
  margin: auto;
}
.header__rrss a svg {
  fill: #000000;
  height: 22px;
  width: 22px;
}

@media (max-width: 991.98px) {
  .header.header--featured:not(.header--featured--masters) .header__rrss {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    padding-right: 13px;
    width: 123px;
  }
}
@media (max-width: 991.98px) {
  .header.header--featured:not(.header--featured--masters) .header__rrss a {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .header.header--featured:not(.header--featured--masters) .header__rrss a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .header.header--featured:not(.header--featured--masters) .header__rrss a {
    margin-right: 8px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .header.header--featured.header--featured--masters .header__rrss {
    justify-content: flex-start;
    padding-left: 60px;
  }
}
@media (max-width: 767.98px) {
  .header.header--featured.header--featured--masters .header__rrss {
    padding-left: 12px;
  }
}
@media (max-width: 575.98px) {
  .header.header--featured.header--featured--masters .header__rrss {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .header.header--featured.header--featured--masters .header__rrss a {
    border: 1px solid #000000;
  }
}

/*refresh RRSS*/
.header.header--featured:not(.header--featured--masters) > .header-rss-refresh {
  margin-top: 0px;
}
.header.header--featured:not(.header--featured--masters) > .header-rss-refresh .header__rrss {
  margin-top: -70px;
}
@media (min-width: 1200px) {
  .header.header--featured:not(.header--featured--masters) > .header-rss-refresh .header__rrss {
    position: absolute;
    max-width: max-content;
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .header.header--featured:not(.header--featured--masters) > .header-rss-refresh {
    margin-bottom: 0;
    width: 100%;
    justify-content: center;
    padding-top: 0;
    background-color: #efefef;
    margin-top: 0;
    padding-top: 0;
  }
  .header.header--featured:not(.header--featured--masters) > .header-rss-refresh .header__rrss {
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 15px;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .header.header--featured:not(.header--featured--masters) > .header-rss-refresh .header__rrss {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .header.header--featured:not(.header--featured--masters) > .header-rss-refresh {
    margin-bottom: 0;
    width: 100%;
    justify-content: flex-start;
    margin-top: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .header.header--featured:not(.header--featured--masters) > .header-rss-refresh .header__rrss {
    justify-content: flex-start;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 27px;
  }
}
@media (max-width: 991.98px) {
  .header.header--featured:not(.header--featured--masters) > .header-rss-refresh .header__rrss {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .header.header--featured:not(.header--featured--masters) .header-content .header-content__bgtitle {
    margin-bottom: 0;
  }
}

#side-btn {
  display: none;
}

#side-menu {
  font-family: var(--primary-font);
  margin-bottom: 45px;
  margin-top: -20px;
}
@media (max-width: 767.98px) {
  #side-menu {
    margin-bottom: 0;
  }
}
#side-menu h2 {
  border-bottom: solid 1px #E9E9E9;
  font-size: 1.14rem;
  line-height: 20px;
  margin: 0;
}
#side-menu h2 a {
  color: #000000;
  font-weight: bold;
  padding: 20px 30px 20px 35px;
}
#side-menu h2 a:hover, #side-menu h2 a:focus {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
#side-menu a {
  color: #000000;
  display: flex;
  text-decoration: none;
}
#side-menu ul {
  margin: 0;
  padding-left: 0;
}
#side-menu ul li {
  list-style: none;
  position: relative;
}
#side-menu ul li.sel:hover, #side-menu ul li.sel:focus {
  background-color: inherit;
}
#side-menu ul li.has-sub-nav.sel > ul > li {
  font-weight: normal;
}
#side-menu ul li.sel {
  font-weight: bold;
}
#side-menu ul li .children-marker {
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 38px;
  line-height: 13px;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 12px;
}
#side-menu ul li .children-marker.icon-chevron-up:before {
  content: "\f106";
}
#side-menu ul li .children-marker.icon-chevron-down:before {
  content: "\f107";
}
#side-menu ul.level-1 > li {
  border-bottom: 1px solid #E9E9E9;
}
#side-menu ul.level-1 > li > a {
  font-weight: 400;
  font-size: 1.14rem;
  color: #000000;
  line-height: 20px;
  padding: 16px 0 16px 0;
}
#side-menu ul.level-1 > li > a span {
  padding: 4px 30px 4px 35px;
  width: 100%;
}
@media (max-width: 767.98px) {
  #side-menu ul.level-1 > li > a span {
    padding: 0;
  }
}
#side-menu ul.level-1 > li > a li > a {
  font-size: 1rem;
}
#side-menu ul.level-1 > li > a li > a:hover, #side-menu ul.level-1 > li > a li > a:focus {
  text-decoration: none;
}
#side-menu ul.level-1 > li > a:hover, #side-menu ul.level-1 > li > a:focus {
  text-decoration: none;
}
#side-menu ul.level-1 > li span::before {
  margin: auto;
}
#side-menu ul.sub-nav.level-2 {
  margin-bottom: 18px;
}
#side-menu ul.sub-nav.level-2 li {
  margin-bottom: 15px;
}
#side-menu ul.sub-nav.level-2 li:last-child {
  margin-bottom: 0;
}
#side-menu ul.sub-nav.level-2 li a {
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  #side-menu ul.sub-nav.level-2 li a {
    padding: 0 0 0 14px;
  }
}
#side-menu ul.sub-nav.level-2 li a:hover, #side-menu ul.sub-nav.level-2 li a:focus {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
#side-menu ul.sub-nav.level-2 li.sel:hover, #side-menu ul.sub-nav.level-2 li.sel:focus {
  background-color: inherit;
}
#side-menu li.sel > a,
#side-menu ul.level-2 li.child-sel > a {
  color: #D83C3C;
}
#side-menu .has-sub-nav.sel > ul > li:hover,
#side-menu .has-sub-nav.sel > ul > li:focus {
  background-color: #d4d4d4;
}
#side-menu .has-sub-nav .sub-nav {
  display: none;
}
#side-menu .has-sub-nav.class-toggle-active > .sub-nav,
#side-menu .has-sub-nav.sel > .sub-nav,
#side-menu .has-sub-nav.child-sel > .sub-nav {
  display: block;
}
#side-menu .has-sub-nav.class-toggle-active .icon-chevron-down + .sub-nav,
#side-menu .has-sub-nav.sel .icon-chevron-down + .sub-nav,
#side-menu .has-sub-nav.child-sel .icon-chevron-down + .sub-nav {
  display: none;
}

#side-menu.affix {
  top: 0;
  margin-top: 10px;
  padding: 0;
  z-index: 10;
  position: relative;
}

#side-menu.affix-bottom {
  position: absolute;
}

body.open #side-menu.affix {
  left: 0 !important;
}

@media (max-width: 767.98px) {
  html span.pageTitle {
    display: block !important;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding: 20px;
  }
  html .open span.pageTitle {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  html #wrapper #side-menu .level-1 > li > a {
    font-size: 1.3rem;
    padding-left: 50px;
  }
  html .masters #side-menu li:hover {
    background-color: transparent;
  }
  html .masters #side-menu li a:hover {
    text-decoration: none;
  }
  html #wrapper nav#side-menu.open {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: #5C5C5C;
    overflow-y: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    left: 0;
  }
  html #wrapper nav#side-menu.open #icon-chevron:before {
    content: "\f00d";
  }
  html #wrapper nav#side-menu.open ul.level-1 {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 30px);
  }
  html #wrapper .open #side-btn.btn {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 30px;
  }
  html .open div#side-menu-head h2 {
    padding: 20px 55px 20px 30px !important;
    border-bottom: 1px solid #ffffff;
    min-height: 90px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  html #side-menu.open h2 span {
    overflow: initial;
    text-overflow: initial;
    white-space: pre-wrap;
  }
  html #side-menu h2 {
    background-color: #5C5C5C !important;
  }
  html #side-menu h2 a {
    color: #ffffff !important;
  }
  html #side-menu h2 a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html #side-menu .level-1 .side-nav-item,
  html #side-menu .level-1 > li {
    background-color: #5C5C5C;
  }
  html #side-menu .level-1 > .side-nav-item,
  html #side-menu .level-1 > li {
    position: relative;
  }
  html #side-menu > .level-1 > .side-nav-item::after,
  html #side-menu > .level-1 > li::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    border-bottom: 1px solid #ffffff;
  }
  html #side-menu .level-1 .side-nav-item,
  html #side-menu .level-1 > li {
    background-color: #5C5C5C;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html #side-menu .level-1 .side-nav-item .side-nav-item,
  html #side-menu .level-1 > li li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
  html .level-1 > li {
    border-bottom: 0px;
  }
  html .level-1 > li a {
    color: #ffffff !important;
  }
  html #wrapper #side-menu .level-1 li span::before {
    color: #ffffff;
  }
  html #wrapper #side-menu li > span.class-toggle {
    right: inherit;
    left: 5px;
    top: 15px;
    padding: 10px;
  }
  .menu-opened {
    overflow: hidden;
  }
  #side-menu-head .menu-item_h2 + #side-btn.btn {
    background-color: #5C5C5C;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    color: #ffffff !important;
    display: inline-block;
    float: right;
    font-size: 21px;
    filter: none;
    margin-right: 0;
    margin-top: -50px;
    position: relative;
    padding: 14px 28px !important;
    top: -11px;
    text-align: left;
    text-shadow: none;
    width: 100%;
    /*z-index: 98; con esto queda delante del popup de los resultados de busqueda de google y parece que no afecta quitarlo*/
  }
  #side-menu-head .menu-item_h2 + #side-btn.btn > span:first-child {
    font-size: 1.3rem;
    font-weight: bold;
  }
  #side-menu-head .menu-item_h2 + #side-btn.btn span#icon-chevron {
    right: 30px;
    position: absolute;
    margin-top: 7px;
  }
  #side-menu.open #side-menu-head h2 {
    display: block;
  }
  #side-menu.open #side-menu-head h2 a {
    position: relative;
    z-index: 9999;
    top: 0;
    background-color: #5C5C5C;
    padding: 10px;
    width: 100%;
    display: inline-block;
    left: -10px;
  }
  #side-menu.open #side-menu-head h2 + a.btn.nav-item, #side-menu.open #side-menu-head h2 + span.btn.nav-item {
    right: 15px;
  }
  #side-menu.open #side-menu-head h2 + a.btn.nav-item > span:first-child, #side-menu.open #side-menu-head h2 + span.btn.nav-item > span:first-child {
    margin-left: 30px;
  }
  .mobile_open_menu {
    width: 85px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  html #side-menu.open #side-menu-head h2 {
    background-color: transparent;
  }
  #side-menu ul.level-1 {
    display: none;
  }
  #side-menu.open ul.level-1 {
    display: block;
  }
  #side-menu li {
    padding: 0;
  }
  #side-menu li > span.class-toggle {
    top: 14px;
  }
  #side-menu li a {
    padding: 12px 15px;
  }
  #side-menu li ul li {
    width: 100%;
    padding: 0;
  }
  #side-menu .sub-nav {
    padding-top: 0;
  }
  #side-menu #side-menu-head {
    display: block !important;
  }
  #side-menu .has-sub-nav.class-toggle-active > .sub-nav,
  #side-menu .has-sub-nav.sel > .sub-nav,
  #side-menu .has-sub-nav.child-sel > .sub-nav {
    padding: 0 15px;
  }
  #side-menu .level-1 .side-nav-item {
    background-color: #efefef;
  }
}
html body.blue-color-scheme #side-menu.open .level-1 > li > a span, html body.gray-color-scheme #side-menu.open .level-1 > li > a span, html body.green-color-scheme #side-menu.open .level-1 > li > a span, html body.orange-color-scheme #side-menu.open .level-1 > li > a span, html body.red-color-scheme #side-menu.open .level-1 > li > a span {
  padding: 0;
}
html body.blue-color-scheme #side-menu.open .level-1 > li > a:hover span, html body.gray-color-scheme #side-menu.open .level-1 > li > a:hover span, html body.green-color-scheme #side-menu.open .level-1 > li > a:hover span, html body.orange-color-scheme #side-menu.open .level-1 > li > a:hover span, html body.red-color-scheme #side-menu.open .level-1 > li > a:hover span {
  border-left: 2px solid transparent;
  padding: 0;
}
html body.blue-color-scheme #side-menu.open .level-1 > li.active-page > a:hover span, html body.gray-color-scheme #side-menu.open .level-1 > li.active-page > a:hover span, html body.green-color-scheme #side-menu.open .level-1 > li.active-page > a:hover span, html body.orange-color-scheme #side-menu.open .level-1 > li.active-page > a:hover span, html body.red-color-scheme #side-menu.open .level-1 > li.active-page > a:hover span {
  border: none;
}

#child-pages .row li {
  list-style: outside none none;
}
#child-pages .row > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
#child-pages .row > ul > li {
  flex: 0 0 33.33333%;
  position: relative;
  max-width: 33.33333%;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (max-width: 991.98px) {
  #child-pages .row > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#child-pages .row > ul > li > a {
  align-content: space-evenly;
  align-items: center;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  border-bottom: solid 3px #B0FBC1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  min-height: 117px;
  width: 100%;
}
#child-pages .row > ul > li > a .card-title {
  color: #000000;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0;
  padding: 0 23px;
  text-align: center;
  width: 100%;
}
#child-pages .row > ul > li > a p {
  padding: 0 23px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
#child-pages .row > ul > li:hover > ul, #child-pages .row > ul > li:focus > ul {
  border: solid 2px #c3c3c3;
  border-top: solid 3px #5FD790;
  margin-top: -3px;
}
#child-pages .row > ul > li:hover > a, #child-pages .row > ul > li:focus > a {
  border: solid 2px #c3c3c3;
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
#child-pages .row > ul > li figure {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 23px 23px 0 23px;
  width: 100%;
}
#child-pages .row > ul > li figure > div {
  border-radius: 7px;
  position: relative;
  padding-top: 62.5%;
  width: 100%;
}
#child-pages .row > ul > li figure img {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
}
#child-pages .row > ul > li figure figcaption {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 117px;
  width: 100%;
}
#child-pages .row > ul > li > ul {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  border-top: none;
  border-bottom: solid 3px #B0FBC1;
  padding: 25px 23px;
}
#child-pages .row > ul > li > ul > li {
  margin-bottom: 10px;
}
#child-pages .row > ul > li > ul > li a {
  font-size: 16px;
}
#child-pages .row > ul > li > ul > li a:hover,
#child-pages .row > ul > li > ul > li a:focus {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}

html .journal-content-article .information-detail {
  background-color: #ffffff;
  overflow: initial !important;
  padding: 50px 46px 30px 46px !important;
}
@media (max-width: 767.98px) {
  html .journal-content-article .information-detail {
    margin-top: 25px;
    padding: 20px !important;
  }
}
html .journal-content-article .information-detail h3,
html .journal-content-article .information-detail h4 {
  font-weight: bold;
  margin-bottom: 1.3rem;
}
@media (max-width: 575.98px) {
  html .journal-content-article .information-detail h3,
  html .journal-content-article .information-detail h4 {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .information-detail__title {
  font-weight: bold;
  font-size: 2.57rem;
  margin-bottom: 1.29rem;
  line-height: 3.25rem;
}
@media (max-width: 575.98px) {
  html .journal-content-article .information-detail__title {
    font-size: 1.71rem;
    line-height: 2.42rem;
  }
}
html .journal-content-article .information-detail__subtitle {
  font-weight: bold;
  font-size: 1.14rem;
  margin-bottom: 1.2rem;
  line-height: 1.71rem;
}
@media (max-width: 575.98px) {
  html .journal-content-article .information-detail__subtitle {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .information-detail__body {
  display: flex;
  font-size: 1.14rem;
  line-height: 1.71rem;
  flex-direction: column;
}
html .journal-content-article .information-detail__body__anchors-nav {
  border-bottom: solid 1px #c0c0c0;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
html .journal-content-article .information-detail__body__anchors-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
html .journal-content-article .information-detail__body__anchors-nav ul li {
  margin-bottom: 7px;
}
html .journal-content-article .information-detail__body__anchors-nav ul li:before {
  content: none;
}
html .journal-content-article .information-detail__body__anchors-nav ul li:last-child {
  margin-bottom: 0;
}
html .journal-content-article .information-detail__body__anchors-nav ul li a {
  color: #5C5C5C;
  display: flex;
  text-decoration: none;
}
html .journal-content-article .information-detail__body__anchors-nav ul li a i {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-right: 20px;
}
html .journal-content-article .information-detail__body__anchors-nav ul li a span {
  font-size: 1.14rem;
  line-height: 1.71rem;
}
html .journal-content-article .information-detail__body__anchors-nav ul li a:hover i {
  text-decoration: none;
}
html .journal-content-article .information-detail__body__anchors-nav ul li a:hover span {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
html .journal-content-article .information-detail__body__section__main-image.left + .information-detail__body__section__entry > ul, html .journal-content-article .information-detail__body__section__main-image.left + .information-detail__body__section__entry > ol {
  padding-left: 0;
  width: 100%;
}
html .journal-content-article .information-detail__body__section__main-image.left + .information-detail__body__section__entry > ul li:before, html .journal-content-article .information-detail__body__section__main-image.left + .information-detail__body__section__entry > ol li:before {
  left: -2px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
@media (max-width: 575.98px) {
  html .journal-content-article .information-detail__body__section__title {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .information-detail__body__section__main-image figure {
  display: flex;
  flex-direction: column;
}
html .journal-content-article .information-detail__body__section__main-image figure img {
  max-height: 485px;
  margin: auto auto 0;
}
@media (max-width: 575.98px) {
  html .journal-content-article .information-detail__body__section__main-image figure img {
    height: auto;
  }
}
html .journal-content-article .information-detail__body__section__main-image.left, html .journal-content-article .information-detail__body__section__main-image.right {
  width: 50%;
}
@media (max-width: 991.98px) {
  html .journal-content-article .information-detail__body__section__main-image.left, html .journal-content-article .information-detail__body__section__main-image.right {
    width: 100%;
  }
}
html .journal-content-article .information-detail__body__section__main-image.left img, html .journal-content-article .information-detail__body__section__main-image.right img {
  height: auto;
  max-height: initial;
  width: 100%;
}
html .journal-content-article .information-detail__body__section__main-image.left .main-image__footer, html .journal-content-article .information-detail__body__section__main-image.right .main-image__footer {
  margin-bottom: 0.3rem;
}
html .journal-content-article .information-detail__body__section__main-image.left .main-image__footer p, html .journal-content-article .information-detail__body__section__main-image.right .main-image__footer p {
  margin-right: 0;
  margin-left: 0;
}
html .journal-content-article .information-detail__body__section__main-image.left {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
html .journal-content-article .information-detail__body__section__main-image.left + .information-detail__body__section__entry {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  html .journal-content-article .information-detail__body__section__main-image.left + .information-detail__body__section__entry {
    width: 100%;
  }
}
html .journal-content-article .information-detail__body__section__main-image.right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
html .journal-content-article .information-detail__body__section__main-image.right + .information-detail__body__section__entry {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  html .journal-content-article .information-detail__body__section__main-image.right + .information-detail__body__section__entry {
    width: 100%;
  }
}
html .journal-content-article .information-detail__body__section__main-image .main-image__footer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}
html .journal-content-article .information-detail__body__section__main-image .main-image__footer p {
  color: #5C5C5C;
  font-size: 1rem;
  line-height: 1.71rem;
  margin-bottom: 0.3rem;
  margin-left: auto;
  margin-right: auto;
}
html .journal-content-article .information-detail__body__section__main-image .main-image__footer p:last-child:after {
  content: none;
}
html .journal-content-article .information-detail__body__section__main-image .main-image__footer p:after {
  content: " | ";
  margin-right: 5px;
}
html .journal-content-article .information-detail__body__section__main-image .documents,
html .journal-content-article .information-detail__body__section__main-image .links {
  margin: 25px 0;
}
html .journal-content-article .information-detail__body__section__main-image .documents-title,
html .journal-content-article .information-detail__body__section__main-image .links-title {
  display: none;
}
html .journal-content-article .information-detail__body__section__main-image .documents ul > li,
html .journal-content-article .information-detail__body__section__main-image .links ul > li {
  display: flex;
  font-size: 1.14rem;
  line-height: 1.14rem;
  margin-bottom: 1.5rem;
}
html .journal-content-article .information-detail__body__section__main-image .documents ul > li:before,
html .journal-content-article .information-detail__body__section__main-image .links ul > li:before {
  background-color: transparent;
  border: none;
  color: #5C5C5C;
  content: "\f0f6";
  display: flex;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  height: inherit;
  margin-right: 10px;
  position: inherit;
  width: inherit;
}
html .journal-content-article .information-detail__body__section__main-image .links ul > li:before {
  content: "\f0c1";
}
html .journal-content-article .information-detail__body .backtop {
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: auto;
}
html .journal-content-article .information-detail__body .backtop a {
  color: #5C5C5C;
  display: flex;
  text-decoration: none;
}
html .journal-content-article .information-detail__body .backtop a i {
  font-size: 1.8rem;
  line-height: 1.5rem;
  margin-right: 15px;
}
html .journal-content-article .information-detail__body .backtop a span:hover {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
html .journal-content-article .information-detail__body .backtop a span span {
  margin-left: 5px;
  text-transform: lowercase;
}
html .journal-content-article .information-detail__links, html .journal-content-article .information-detail__documents {
  display: inline-flex;
  clear: both;
  margin-top: 10px;
  width: 100%;
}
html .journal-content-article .information-detail__links .documents-title,
html .journal-content-article .information-detail__links .links-title, html .journal-content-article .information-detail__documents .documents-title,
html .journal-content-article .information-detail__documents .links-title {
  display: none;
}
html .journal-content-article .information-detail__links ul, html .journal-content-article .information-detail__documents ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 0 2rem 0;
  padding-left: 3px;
}
html .journal-content-article .information-detail__links ul li, html .journal-content-article .information-detail__documents ul li {
  display: flex;
  font-size: 1.14rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
html .journal-content-article .information-detail__links ul li:last-child, html .journal-content-article .information-detail__documents ul li:last-child {
  margin-bottom: 0;
}
html .journal-content-article .information-detail__links ul li:before, html .journal-content-article .information-detail__documents ul li:before {
  background-color: transparent;
  border: none;
  color: #5C5C5C;
  content: "\f0f6";
  display: flex;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  height: inherit;
  margin-right: 10px;
  position: inherit;
  width: inherit;
  left: 0px;
}
html .journal-content-article .information-detail__links ul li a, html .journal-content-article .information-detail__documents ul li a {
  margin: auto 0;
}
html .journal-content-article .information-detail__links ul li a .icon-external-link, html .journal-content-article .information-detail__documents ul li a .icon-external-link {
  display: none;
}
html .journal-content-article .information-detail__links ul li a abbr, html .journal-content-article .information-detail__documents ul li a abbr {
  text-transform: uppercase;
}
html .journal-content-article .information-detail__links ul li a[target=_blank] .icon-external-link, html .journal-content-article .information-detail__documents ul li a[target=_blank] .icon-external-link {
  display: inline-block;
  margin-bottom: auto;
  margin-top: auto;
}
html .journal-content-article .information-detail__links ul li a[target=_blank] .icon-external-link:before, html .journal-content-article .information-detail__documents ul li a[target=_blank] .icon-external-link:before {
  line-height: 22px;
}
html .journal-content-article .information-detail__links ul li:before {
  content: "\f0c1";
}
html .journal-content-article .information-detail__footer {
  color: #5C5C5C;
  font-weight: normal;
  font-size: 1.14rem;
}
html .journal-content-article .information-detail__footer p {
  margin-bottom: 0;
}
html .journal-content-article .information-detail__footer strong {
  font-weight: normal;
}

html .journal-content-article a .information-detail__body__section__main-image .main-image__footer p {
  color: #000000;
}

html .journal-content-article ul li > ol,
html .portlet-xsl-content ul li > ol {
  counter-reset: item-inner;
  padding-left: 50px;
  margin-bottom: 15px;
  margin-top: 8px;
}
html .journal-content-article ul li > ol > li,
html .portlet-xsl-content ul li > ol > li {
  counter-increment: item-inner;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
html .journal-content-article ul li > ol > li:before,
html .portlet-xsl-content ul li > ol > li:before {
  content: counters(item-inner, ".") ".";
  left: -30px;
  margin-right: -14px;
  position: absolute;
}
@media (max-width: 991.98px) {
  html .journal-content-article ul li > ol > li:before,
  html .portlet-xsl-content ul li > ol > li:before {
    left: -20px;
  }
}
html .journal-content-article ul li > ol ul li > ol,
html .portlet-xsl-content ul li > ol ul li > ol {
  counter-reset: item-inner2;
  padding-left: 50px;
  margin-bottom: 15px;
  margin-top: 8px;
}
html .journal-content-article ul li > ol ul li > ol > li,
html .portlet-xsl-content ul li > ol ul li > ol > li {
  counter-increment: item-inner2;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
html .journal-content-article ul li > ol ul li > ol > li:before,
html .portlet-xsl-content ul li > ol ul li > ol > li:before {
  content: counters(item-inner2, ".") ".";
  left: -30px;
  margin-right: -14px;
  position: absolute;
}
@media (max-width: 991.98px) {
  html .journal-content-article ul li > ol ul li > ol > li:before,
  html .portlet-xsl-content ul li > ol ul li > ol > li:before {
    left: -20px;
  }
}
html .journal-content-article ul li > ol ul li > ol ul li > ol,
html .portlet-xsl-content ul li > ol ul li > ol ul li > ol {
  counter-reset: item-inner3;
  padding-left: 50px;
  margin-bottom: 15px;
  margin-top: 8px;
}
html .journal-content-article ul li > ol ul li > ol ul li > ol > li,
html .portlet-xsl-content ul li > ol ul li > ol ul li > ol > li {
  counter-increment: item-inner3;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
html .journal-content-article ul li > ol ul li > ol ul li > ol > li:before,
html .portlet-xsl-content ul li > ol ul li > ol ul li > ol > li:before {
  content: counters(item-inner3, ".") ".";
  left: -30px;
  margin-right: -14px;
  position: absolute;
}
@media (max-width: 991.98px) {
  html .journal-content-article ul li > ol ul li > ol ul li > ol > li:before,
  html .portlet-xsl-content ul li > ol ul li > ol ul li > ol > li:before {
    left: -20px;
  }
}
html .journal-content-article ol,
html .portlet-xsl-content ol {
  counter-reset: item;
  padding-left: 50px;
  margin-bottom: 15px;
  margin-top: 8px;
}
html .journal-content-article ol > li,
html .portlet-xsl-content ol > li {
  counter-increment: item;
  display: block;
  font-size: 1.14rem;
  position: relative;
  margin-bottom: 10px;
}
html .journal-content-article ol > li:before,
html .portlet-xsl-content ol > li:before {
  content: counters(item, ".") ".";
  left: -30px;
  margin-right: -14px;
  position: absolute;
}
@media (max-width: 991.98px) {
  html .journal-content-article ol > li:before,
  html .portlet-xsl-content ol > li:before {
    left: -20px;
  }
}
@media (max-width: 991.98px) {
  html .journal-content-article ol,
  html .portlet-xsl-content ol {
    padding-left: 20px;
  }
}
html .journal-content-article ol > li > ol,
html .portlet-xsl-content ol > li > ol {
  padding-left: 33px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  html .journal-content-article ol > li > ol,
  html .portlet-xsl-content ol > li > ol {
    padding-left: 32px;
  }
}
html .journal-content-article ol > li > ol > li:before,
html .portlet-xsl-content ol > li > ol > li:before {
  left: -34px;
  margin-right: -24px;
  position: absolute;
}
html .journal-content-article ol > li > ol > li > ol,
html .portlet-xsl-content ol > li > ol > li > ol {
  padding-left: 48px;
}
html .journal-content-article ol > li > ol > li > ol > li:before,
html .portlet-xsl-content ol > li > ol > li > ol > li:before {
  left: -47px;
  margin-right: -39px;
  position: absolute;
}
@media (max-width: 991.98px) {
  html .journal-content-article ol > li > ol > li > ol,
  html .portlet-xsl-content ol > li > ol > li > ol {
    padding-left: 46px;
  }
}
html .journal-content-article ol > li > ol > li > ol > li > ol,
html .portlet-xsl-content ol > li > ol > li > ol > li > ol {
  padding-left: 60px;
}
html .journal-content-article ol > li > ol > li > ol > li > ol > li:before,
html .portlet-xsl-content ol > li > ol > li > ol > li > ol > li:before {
  left: -60px;
  margin-right: -52px;
  position: absolute;
}
@media (max-width: 991.98px) {
  html .journal-content-article ol > li > ol > li > ol > li > ol,
  html .portlet-xsl-content ol > li > ol > li > ol > li > ol {
    padding-left: 59px;
  }
}
html .journal-content-article ol > li > ol > li > ol > li > ol > li > ol,
html .portlet-xsl-content ol > li > ol > li > ol > li > ol > li > ol {
  padding-left: 72px;
}
html .journal-content-article ol > li > ol > li > ol > li > ol > li > ol > li:before,
html .portlet-xsl-content ol > li > ol > li > ol > li > ol > li > ol > li:before {
  left: -72px;
  margin-right: -65px;
  position: absolute;
}
html .journal-content-article ol > li > ol > li > ol > li > ol > li > ol > li > ol,
html .portlet-xsl-content ol > li > ol > li > ol > li > ol > li > ol > li > ol {
  padding-left: 85px;
}
html .journal-content-article ol > li > ol > li > ol > li > ol > li > ol > li > ol > li:before,
html .portlet-xsl-content ol > li > ol > li > ol > li > ol > li > ol > li > ol > li:before {
  left: -85px;
  margin-right: -78px;
  position: absolute;
}
@media (max-width: 991.98px) {
  html .journal-content-article ol > li > ol > li > ol > li > ol > li > ol > li > ol,
  html .portlet-xsl-content ol > li > ol > li > ol > li > ol > li > ol > li > ol {
    padding-left: 85px;
  }
}
html .journal-content-article ul,
html .portlet-xsl-content ul {
  margin-left: 8px;
  margin-bottom: 15px;
  margin-top: 8px;
  list-style: none;
}
@media (max-width: 991.98px) {
  html .journal-content-article ul,
  html .portlet-xsl-content ul {
    padding-left: 20px;
    padding-inline-start: 10px;
  }
}
html .journal-content-article ul > li,
html .portlet-xsl-content ul > li {
  display: block;
  font-size: 1.14rem;
  position: relative;
}
html .journal-content-article ul > li:before,
html .portlet-xsl-content ul > li:before {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  content: " ";
  display: inline-flex;
  height: 7px;
  left: -27px;
  margin-right: 0;
  position: absolute;
  top: 10px;
  width: 7px;
  line-height: 0;
}
@media (max-width: 991.98px) {
  html .journal-content-article ul > li:before,
  html .portlet-xsl-content ul > li:before {
    left: -18px;
  }
}
html .journal-content-article ul > li > ul,
html .portlet-xsl-content ul > li > ul {
  list-style: none;
  margin-left: 23px;
  margin-bottom: 15px;
  margin-top: 8px;
  padding-left: 23px;
}
@media (max-width: 991.98px) {
  html .journal-content-article ul > li > ul,
  html .portlet-xsl-content ul > li > ul {
    margin-left: 18px;
    padding-left: 0;
  }
}
html .journal-content-article ul > li > ul > li:before,
html .portlet-xsl-content ul > li > ul > li:before {
  background-color: #ffffff;
}
html .journal-content-article ul > li > ul > li > ul,
html .portlet-xsl-content ul > li > ul > li > ul {
  padding-left: 4px;
}
@media (max-width: 991.98px) {
  html .journal-content-article ul > li > ul > li > ul,
  html .portlet-xsl-content ul > li > ul > li > ul {
    padding-left: 0;
  }
}
html .journal-content-article ul > li > ul > li > ul > li:before,
html .portlet-xsl-content ul > li > ul > li > ul > li:before {
  border: none;
  content: "-";
}
html .journal-content-article ul > li > ul > li > ul > li > ul > li:before,
html .portlet-xsl-content ul > li > ul > li > ul > li > ul > li:before {
  border: none;
  border-radius: 0;
  background-color: #000000;
  content: " ";
  height: 7px;
  left: -25px;
  transform: rotate(45deg);
  width: 7px;
}
@media (max-width: 991.98px) {
  html .journal-content-article ul > li > ul > li > ul > li > ul > li:before,
  html .portlet-xsl-content ul > li > ul > li > ul > li > ul > li:before {
    left: -17px;
  }
}
html .journal-content-article ul > li > ul > li > ul > li > ul > li > ul > li:before,
html .portlet-xsl-content ul > li > ul > li > ul > li > ul > li > ul > li:before {
  background-color: #ffffff;
  border: 1px solid #000000;
}
html .journal-content-article ul > li > ul > li > ul > li > ul > li > ul > li > ul,
html .portlet-xsl-content ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  margin-left: 35px;
}
@media (max-width: 991.98px) {
  html .journal-content-article ul > li > ul > li > ul > li > ul > li > ul > li > ul,
  html .portlet-xsl-content ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    margin-left: 17px;
  }
}
html .journal-content-article ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:before,
html .portlet-xsl-content ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:before {
  background-color: #000000;
  border-radius: 50%;
  transform: rotate(0deg);
}
html .journal-content-article ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:before,
html .portlet-xsl-content ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:before {
  background-color: #ffffff;
  border: 1px solid #000000;
}
html .journal-content-article ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:before,
html .portlet-xsl-content ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:before {
  border: none;
  content: "-";
}
html .journal-content-article table ul,
html .portlet-xsl-content table ul {
  padding-left: 20px;
  padding-inline-start: 10px;
}
html .journal-content-article table ul > li:before,
html .portlet-xsl-content table ul > li:before {
  left: -18px;
}
html .journal-content-article table ol,
html .portlet-xsl-content table ol {
  padding-left: 30px;
}
html .journal-content-article .navbar-nav > li:before,
html .portlet-xsl-content .navbar-nav > li:before {
  content: none;
}
html .journal-content-article .list-icons,
html .portlet-xsl-content .list-icons {
  font-size: 1.14rem;
  margin-left: 0;
  padding: 0;
}
html .journal-content-article .list-icons li,
html .portlet-xsl-content .list-icons li {
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 10px;
}
html .journal-content-article .list-icons li::before,
html .journal-content-article .list-icons p::before,
html .portlet-xsl-content .list-icons li::before,
html .portlet-xsl-content .list-icons p::before {
  background-color: #E9E9E9;
  border: none;
  border-radius: 50%;
  content: "\f0c1";
  color: #5C5C5C;
  display: inline-block;
  font-family: "fontawesome-alloy";
  line-height: 20px;
  left: 0;
  margin-right: 10px;
  padding: 11px 15px;
  position: relative;
  width: 44px;
  height: 44px;
  text-align: center;
  top: 0;
}
html .journal-content-article .list-icons li.linkplus::before,
html .portlet-xsl-content .list-icons li.linkplus::before {
  content: "\f067";
}
html .journal-content-article .list-icons li.mail::before,
html .journal-content-article .list-icons p.mail::before,
html .portlet-xsl-content .list-icons li.mail::before,
html .portlet-xsl-content .list-icons p.mail::before {
  content: "\f003";
}
html .journal-content-article .list-icons li.pdf::before,
html .journal-content-article .list-icons p.pdf::before,
html .portlet-xsl-content .list-icons li.pdf::before,
html .portlet-xsl-content .list-icons p.pdf::before {
  content: "\f1c1" !important;
  content: "\f0f6" !important;
}
html .journal-content-article .list-icons li.phone::before,
html .journal-content-article .list-icons p.phone::before,
html .portlet-xsl-content .list-icons li.phone::before,
html .portlet-xsl-content .list-icons p.phone::before {
  content: "\f095";
}
html .journal-content-article ul.unstyled,
html .journal-content-article ol.unstyled,
html .portlet-xsl-content ul.unstyled,
html .portlet-xsl-content ol.unstyled {
  margin: 0 !important;
  list-style: none;
  font-size: 1.14rem;
  line-height: 1.71rem;
  padding: 0;
}
html .journal-content-article ul.unstyled li:before,
html .portlet-xsl-content ul.unstyled li:before {
  content: none;
}

html section.upv-ehu-image-description div.main ol {
  margin: 0;
}
html section.upv-ehu-image-description div.main ol li {
  margin-bottom: 0;
}
html section.upv-ehu-image-description div.main ol ol {
  padding-left: 20px;
  margin-bottom: 0;
}
html section.upv-ehu-image-description div.main ol ol li::last-child {
  margin-bottom: 0;
}
html section.upv-ehu-image-description div.main ol ul {
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
}
html section.upv-ehu-image-description div.main ol ul > li {
  margin-left: 22px;
}
html section.upv-ehu-image-description div.main ol ul > li::before {
  color: #5C5C5C;
  content: "\f00c";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-left: -26px;
  width: 26px;
  counter-increment: none;
  font-weight: normal;
}
html section.upv-ehu-image-description div.main ol ul > li::last-child {
  margin-bottom: 0;
}

html .list-unstyled,
html ul.list-unstyled {
  list-style: none;
  margin-left: 0;
  font-size: 1.14rem;
  line-height: 1.71rem;
}
html .list-unstyled li,
html ul.list-unstyled li {
  margin-bottom: 10px;
}
html .list-unstyled li::before,
html ul.list-unstyled li::before {
  content: none;
}

.list-check {
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin: 12px 0;
}
.list-check li {
  list-style-type: none;
  margin-bottom: 12px;
  padding-left: 30px;
}
.list-check li::before {
  color: rgba(0, 0, 0, 0.35);
  content: "\f00c";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-left: -26px;
  width: 26px;
}

.list-links,
ul.list-links {
  font-size: 1.14rem;
  list-style: none;
  margin-left: 0;
  margin-top: 10px;
  padding: 0;
}
.list-links li:before,
ul.list-links li:before {
  content: none !important;
}
.list-links p.empty-links,
ul.list-links p.empty-links {
  display: block;
  padding: 10px 20px 0;
}
.list-links a,
ul.list-links a {
  display: block;
  padding: 10px 20px;
}
.list-links a:hover,
ul.list-links a:hover {
  background-color: #ebeef0;
}

li::marker {
  content: none !important;
}

.nav.nav-tabs + .tab-content {
  padding: 1rem;
}
.nav.nav-tabs > li:before {
  content: none;
}

ol.nav.nav-pills {
  padding: 0;
}
ol.nav.nav-pills li:before {
  content: none;
}

.nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"].icon-large,
.nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"].icon-large {
  line-height: 0.75em;
  margin-top: -7px;
  padding-top: 5px;
  margin-bottom: -5px;
  padding-bottom: 4px;
}

html .nav-tabs,
html .nav-pills {
  *zoom: 1;
}
html .nav-tabs:before, html .nav-tabs:after,
html .nav-pills:before,
html .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
html .nav-tabs:after,
html .nav-pills:after {
  clear: both;
}

html .nav-tabs {
  border-bottom: 1px solid #949494;
}
html .nav-tabs li:before {
  content: none !important;
}
html .nav-tabs > li > a:hover, html .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #949494;
}
html .nav-tabs > .active > a, html .nav-tabs > .active > a:hover, html .nav-tabs > .active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #949494;
  border-bottom-color: transparent;
  cursor: default;
}

html .nav-pills > .active > a,
html .nav-pills > .active > a:hover,
html .nav-pills > .active > a:focus {
  color: white;
  background-color: #026aa6;
}

html .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
html .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
html .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
html .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
html .nav > .dropdown.active > a:hover,
html .nav > .dropdown.active > a:focus {
  cursor: pointer;
}
html .tabs-below > .nav-tabs,
html .tabs-right > .nav-tabs,
html .tabs-left > .nav-tabs {
  border-bottom: 0;
}
html .tabs-below > .nav-tabs {
  border-top: 1px solid #949494;
}
html .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
html .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
html .tabs-below > .nav-tabs > li > a:hover, html .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #949494;
}
html .tabs-below > .nav-tabs > .active > a, html .tabs-below > .nav-tabs > .active > a:hover, html .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #949494 #949494 #949494;
}
html .tabs-left > .nav-tabs > li,
html .tabs-right > .nav-tabs > li {
  float: none;
}
html .tabs-left > .nav-tabs > li > a,
html .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
html .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #949494;
}
html .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
html .tabs-left > .nav-tabs > li > a:hover, html .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #949494 #eeeeee #eeeeee;
}
html .tabs-left > .nav-tabs .active > a, html .tabs-left > .nav-tabs .active > a:hover, html .tabs-left > .nav-tabs .active > a:focus {
  border-color: #949494 transparent #949494 #949494;
  *border-right-color: white;
}
html .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #949494;
}
html .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
html .tabs-right > .nav-tabs > li > a:hover, html .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #949494;
}
html .tabs-right > .nav-tabs .active > a,
html .tabs-right > .nav-tabs .active > a:hover,
html .tabs-right > .nav-tabs .active > a:focus {
  border-color: #949494 #949494 #949494 transparent;
  *border-left-color: white;
}
html .nav > .disabled > a {
  color: #999999;
}
html .nav > .disabled > a:hover, html .nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
html .tabbable-hidden {
  display: none;
}

.journal-content-article .portlet-msg-info,
.journal-content-article .portlet-msg-alert,
.journal-content-article .portlet-msg-error,
.journal-content-article .portlet-msg-success,
.portlet-asset-publisher .portlet-msg-info,
.portlet-asset-publisher .portlet-msg-alert,
.portlet-asset-publisher .portlet-msg-error,
.portlet-asset-publisher .portlet-msg-success {
  align-items: center;
  border: solid #E9E9E9 3px;
  border-radius: 4px;
  color: #000000;
  font-size: 1.14rem;
  padding: 18px 25px;
  width: auto;
  padding-left: 60px;
  position: relative;
  overflow: auto;
}
.journal-content-article .portlet-msg-info p,
.journal-content-article .portlet-msg-alert p,
.journal-content-article .portlet-msg-error p,
.journal-content-article .portlet-msg-success p,
.portlet-asset-publisher .portlet-msg-info p,
.portlet-asset-publisher .portlet-msg-alert p,
.portlet-asset-publisher .portlet-msg-error p,
.portlet-asset-publisher .portlet-msg-success p {
  margin-bottom: 0;
}
.journal-content-article .portlet-msg-info:before,
.journal-content-article .portlet-msg-alert:before,
.journal-content-article .portlet-msg-error:before,
.journal-content-article .portlet-msg-success:before,
.portlet-asset-publisher .portlet-msg-info:before,
.portlet-asset-publisher .portlet-msg-alert:before,
.portlet-asset-publisher .portlet-msg-error:before,
.portlet-asset-publisher .portlet-msg-success:before {
  font-family: "fontawesome-alloy";
  font-size: 24px;
  margin-right: 15px;
  position: absolute;
  left: 20px;
  top: calc(50% - 12px);
}
.journal-content-article .portlet-msg-info,
.portlet-asset-publisher .portlet-msg-info {
  background-color: #E9E9E9;
}
.journal-content-article .portlet-msg-info:before,
.portlet-asset-publisher .portlet-msg-info:before {
  content: "\f05a";
}
.journal-content-article .portlet-msg-alert,
.portlet-asset-publisher .portlet-msg-alert {
  background-color: #ffffff;
  border-color: #FF6D00;
}
.journal-content-article .portlet-msg-alert:before,
.portlet-asset-publisher .portlet-msg-alert:before {
  color: #FF6D00;
  content: "\f06a";
}
.journal-content-article .portlet-msg-error,
.portlet-asset-publisher .portlet-msg-error {
  background-color: #ffffff;
  border-color: #FF0000;
}
.journal-content-article .portlet-msg-error:before,
.portlet-asset-publisher .portlet-msg-error:before {
  color: #FF0000;
  content: "\f071";
}
.journal-content-article .portlet-msg-success,
.portlet-asset-publisher .portlet-msg-success {
  background-color: #ffffff;
  border-color: #00963F;
}
.journal-content-article .portlet-msg-success:before,
.portlet-asset-publisher .portlet-msg-success:before {
  color: #00963F;
  content: "\f058";
}
.journal-content-article article.advice.portlet-msg-alert,
.portlet-asset-publisher article.advice.portlet-msg-alert {
  flex-direction: column;
}
.journal-content-article article.advice.portlet-msg-alert::before,
.portlet-asset-publisher article.advice.portlet-msg-alert::before {
  position: absolute;
  margin-top: 10px;
}
.journal-content-article article.advice.portlet-msg-alert > h1,
.portlet-asset-publisher article.advice.portlet-msg-alert > h1 {
  margin-left: 40px;
}

.alert,
.portlet-msg-help,
.portlet-msg-progress {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert-success {
  background-color: #ffffff;
  border-color: #00963F;
  color: #000000;
}

.alert-info,
.portlet-msg-help,
.portlet-msg-progress {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #000000;
}

.alert-danger,
.alert-error {
  background-color: #ffffff;
  border-color: #FF0000;
  color: #000000;
}

.alert,
.alert-danger,
.alert-error,
.alert-info,
.alert-success,
.portlet-msg-help,
.portlet-msg-progress,
.alert h4,
.alert-danger h4,
.alert-error h4,
.alert-info h4,
.alert-success h4,
.portlet-msg-alert h4,
.portlet-msg-error h4,
.portlet-msg-help h4,
.portlet-msg-info h4,
.portlet-msg-progress h4,
.portlet-msg-success h4 {
  color: #000000;
}

.alert h4,
.alert-danger h4,
.alert-error h4,
.alert-info h4,
.alert-success h4,
.portlet-msg-alert h4,
.portlet-msg-error h4,
.portlet-msg-help h4,
.portlet-msg-info h4,
.portlet-msg-progress h4,
.portlet-msg-success h4 {
  margin: 0;
}

.alert .close,
.portlet-msg-alert .close,
.portlet-msg-error .close,
.portlet-msg-help .close,
.portlet-msg-info .close,
.portlet-msg-progress .close,
.portlet-msg-success .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.alert,
.portlet-msg-help,
.portlet-msg-progress {
  display: table;
}

.portlet-asset-publisher .portlet-msg-info,
.portlet-asset-publisher .portlet-msg-alert,
.portlet-asset-publisher .portlet-msg-error,
.portlet-asset-publisher .portlet-msg-success {
  margin-top: 1rem;
  padding: 8px 15px;
  padding-left: 53px;
  margin-bottom: 0;
}

.journal-content-article .timeline-detail {
  background-color: #ffffff;
  overflow: initial !important;
  padding: 29px 46px !important;
  width: 100%;
  /*TIMELINE V2 EXTENDIDO*/
  /*TIMELINE EXTENDIDO V2*/
}
@media (max-width: 767.98px) {
  .journal-content-article .timeline-detail {
    margin-top: 25px;
    padding: 20px !important;
  }
}
.journal-content-article .timeline-detail .timeline-toggle {
  color: #000000;
}
.journal-content-article .timeline-detail button.timeline-toggle strong {
  margin-top: 0;
}
.journal-content-article .timeline-detail button.timeline-toggle.expanded strong {
  margin-top: -3px;
}
.journal-content-article .timeline-detail button.timeline-toggle:hover {
  background-color: #B0FBC1;
}
.journal-content-article .timeline-detail__title {
  font-weight: bold;
  font-size: 2.57rem;
  margin-bottom: 1.29rem;
  line-height: 2.87rem;
}
@media (max-width: 575.98px) {
  .journal-content-article .timeline-detail__title {
    font-size: 1.71rem;
    line-height: 2.42rem;
  }
}
.journal-content-article .timeline-detail__description {
  font-weight: bold;
  font-size: 1.71rem;
  margin-bottom: 1.71rem;
  line-height: 2.57rem;
  color: #5C5C5C;
}
@media (max-width: 575.98px) {
  .journal-content-article .timeline-detail__description {
    font-size: 1.29rem;
    line-height: 2rem;
  }
}
.journal-content-article .timeline-detail .carousel {
  height: 435px;
}
@media (max-width: 991.98px) {
  .journal-content-article .timeline-detail .carousel {
    height: auto;
  }
}
.journal-content-article .timeline-detail .carousel .carousel-inner {
  height: 100%;
  max-height: 435px;
}
@media (max-width: 991.98px) {
  .journal-content-article .timeline-detail .carousel .carousel-inner {
    height: 100%;
  }
}
.journal-content-article .timeline-detail .carousel .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}
.journal-content-article .timeline-detail .carousel .carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100% !important;
}
.journal-content-article .timeline-detail .carousel .carousel-inner .carousel-item img:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .journal-content-article .timeline-detail .carousel .carousel-inner .carousel-item img {
    height: auto;
    object-fit: cover;
    position: relative;
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .journal-content-article .timeline-detail .carousel .carousel-inner p {
    display: none;
  }
}
.journal-content-article .timeline-detail .carousel .carousel-indicators {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  bottom: 20px;
  height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .journal-content-article .timeline-detail .carousel .carousel-indicators {
    bottom: 0;
  }
}
.journal-content-article .timeline-detail .carousel .carousel-indicators li {
  background-color: #fff;
  border-radius: 50%;
  height: 10px;
  margin: auto 8px;
  width: 10px;
}
.journal-content-article .timeline-detail .carousel .carousel-indicators li:before {
  content: none;
}
.journal-content-article .timeline-detail .carousel .carousel-indicators li.active:after {
  background-color: #ffffff;
  opacity: 1;
}
.journal-content-article .timeline-detail .timeline-event__destacado {
  display: inline-block;
  height: 25px;
  min-width: 20px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.journal-content-article .timeline-detail .timeline-event__destacado::after {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.journal-content-article .timeline-detail .timeline-event__destacado::before {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  bottom: -15px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 25px;
  transform: rotate(45deg);
  z-index: 1;
}
.journal-content-article .timeline-detail .timeline-event__title-picture {
  align-items: center;
  display: inline-flex;
  flex: 1;
  opacity: 0;
  min-width: 200px;
  transition: opacity 0.25s linear;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .journal-content-article .timeline-detail .timeline-event__title-picture {
    max-width: 200px;
    min-width: 1px;
    width: auto;
  }
}
.journal-content-article .timeline-detail .timeline-event__title-picture__image {
  display: inline-block;
  width: 100px;
}
.journal-content-article .timeline-detail .timeline-event__title-picture__line {
  display: inline-block;
  flex: 1;
  height: 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .journal-content-article .timeline-detail .timeline-event__title-picture__line {
    margin-right: 15px;
    width: 25px;
  }
}
@media (max-width: 1199.98px) {
  .journal-content-article .timeline-detail .timeline-event__title-picture__line > span {
    background-color: #8c8c8c;
    height: 30px;
    position: absolute;
    left: 2px;
    top: -150%;
    width: 1px;
  }
}
.journal-content-article .timeline-detail .timeline-event__title-picture__line::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  background-color: #8c8c8c;
  margin-left: 10%;
  top: 50%;
  margin-top: -1px;
}
.journal-content-article .timeline-detail .timeline-event__title-picture__line::before {
  background-color: #8c8c8c;
  content: "";
  height: 15px;
  position: absolute;
  margin-top: -7px;
  right: 5%;
  top: 50%;
  width: 1px;
}
.journal-content-article .timeline-detail span.timeline-event-content-flex {
  display: flex;
}
.journal-content-article .timeline-detail .timeline-event > a {
  align-items: center;
  display: flex;
}
@media (max-width: 1199.98px) {
  .journal-content-article .timeline-detail .timeline-event > a {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
}
.journal-content-article .timeline-detail a.closed > span.timeline-event__title-picture {
  opacity: 1;
  visibility: visible !important;
}
@media (max-width: 1199.98px) {
  .journal-content-article .timeline-detail a.closed > span.timeline-event__title-picture {
    padding-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .journal-content-article .timeline-detail a.open > span.timeline-event__title-picture {
    display: none;
  }
}
.journal-content-article .timeline-detail .timeline-event-content .feature_article-video {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  position: relative;
  padding-bottom: 42.25% !important;
  padding-top: 30px !important;
  text-align: center;
}
.journal-content-article .timeline-detail .feature_article-audio {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.journal-content-article .timeline-detail .feature_article-audio audio {
  max-width: 700px;
  width: 100%;
}
.journal-content-article .timeline-detail .feature_article-video iframe {
  background-color: black;
  border: none;
  border-radius: 10px;
  height: 370px;
  height: 100%;
  left: 0;
  max-width: 650px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .journal-content-article .timeline-detail .feature_article-video iframe {
    max-width: 95%;
  }
}
.journal-content-article .timeline-detail .timeline-event-content .links {
  margin-bottom: 30px;
}
.journal-content-article .timeline-detail .timeline-event-content .links h2 {
  font-size: 1.2rem !important;
  padding-left: 0;
}
.journal-content-article .timeline-detail .timeline-event-content .links h2::after {
  opacity: 0;
}
.journal-content-article .timeline-detail .timeline-event-content .links > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.journal-content-article .timeline-detail .timeline-event-content .links > ul > li {
  margin-bottom: 1.5rem;
}
.journal-content-article .timeline-detail .timeline-event-content .links > ul > li::before {
  background-color: transparent;
  border: none;
  color: #5C5C5C;
  display: inline-flex;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  height: inherit;
  margin-right: 10px;
  position: inherit;
  width: inherit;
  left: 0px;
  content: "\f0c1";
  top: 5px;
}

.image-viewer-base.image-viewer.image-viewer-timeline {
  background-color: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.image-viewer-timeline .image-viewer-timeline-content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.image-viewer-timeline .download-item {
  cursor: pointer;
  float: left;
  position: relative;
}
.image-viewer-timeline .download-item::after {
  content: "\f019";
  color: #fff;
  display: inline-block;
  font-family: "fontawesome-alloy";
  font-size: 25px;
  margin-left: 10px;
  margin-top: 12px;
  top: 8px;
}
.image-viewer-timeline .close-popup::before {
  content: "";
  background-color: #fff;
  height: 4px;
  position: absolute;
  transform: rotate(-45deg);
  top: 8px;
  width: 20px;
}
.image-viewer-timeline .close-popup::after {
  background-color: #fff;
  content: "";
  height: 4px;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
  width: 20px;
}
.image-viewer-timeline .close-popup {
  cursor: pointer;
  float: right;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  width: 20px;
}
.image-viewer-timeline .iv-timeline-navigator {
  display: flex;
  justify-content: center;
  min-height: 100px;
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
}
.image-viewer-timeline .iv-timeline-navigator .carousel-item {
  width: 60px !important;
  height: 60px !important;
  overflow: hidden;
  display: block !important;
  margin-left: 5px;
  margin-right: 5px;
  border: 2px solid black;
  position: relative;
  cursor: pointer;
}
.image-viewer-timeline .iv-timeline-navigator .carousel-item.active, .image-viewer-timeline .iv-timeline-navigator .carousel-item:hover {
  border: 2px solid #707070;
}
.image-viewer-timeline .iv-timeline-navigator .carousel-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image-viewer-timeline .iv-timeline-navigator .image-item {
  border: 2px solid #707070;
  cursor: pointer;
  display: block !important;
  height: 60px !important;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  width: 60px !important;
}
.image-viewer-timeline .iv-timeline-navigator .image-item .imagen-item__container {
  height: 60px;
  width: 60px;
}
.image-viewer-timeline .iv-timeline-navigator .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-viewer-timeline .iv-timeline-carousel {
  display: flex;
  height: auto;
  overflow: hidden;
  position: relative;
}
.image-viewer-timeline .iv-timeline-carousel .carousel-item {
  height: 100%;
  text-align: center;
}
.image-viewer-timeline .iv-timeline-carousel .carousel-item img {
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
}
.image-viewer-timeline .iv-timeline-carousel > .image-item {
  backface-visibility: hidden;
  float: left;
  height: 100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  text-align: center;
  width: 100%;
}
.image-viewer-timeline .iv-timeline-carousel > .image-item .imagen-item__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.image-viewer-timeline .iv-timeline-carousel > .image-item img {
  align-self: center;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
}
.image-viewer-timeline h4.iv-timeline-carousel-title.image-viewer-caption {
  min-height: 24px;
  text-align: center;
}
.image-viewer-timeline .arrow-prev {
  cursor: pointer;
  height: 30px;
  left: 1px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 1;
}
.image-viewer-timeline .arrow-prev:hover {
  opacity: 1;
}
.image-viewer-timeline .arrow-next {
  cursor: pointer;
  height: 30px;
  opacity: 0.8;
  position: absolute;
  right: 1px;
  top: 50%;
  width: 30px;
  z-index: 1;
}
.image-viewer-timeline .arrow-next:hover {
  opacity: 1;
}
.image-viewer-timeline .arrow-prev::after {
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  content: "";
  height: 20px;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
}
.image-viewer-timeline .arrow-next::after {
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  content: "";
  height: 20px;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
}
.image-viewer-timeline .image-viewer-info {
  color: #777;
  text-align: center;
}
.image-viewer-timeline .image-viewer-info .glyphicon {
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
}
.image-viewer-timeline .download-item a {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.image-viewer-timeline .iv-timeline-carousel .carousel-item p {
  display: none;
}

@media (max-width: 1199.98px) {
  .image-viewer-timeline .image-viewer-timeline-content {
    max-width: inherit;
  }
  .image-viewer-timeline .arrow-prev {
    left: 40px;
  }
  .image-viewer-timeline .arrow-next {
    right: 30px;
  }
  .image-viewer-timeline .carousel-item {
    margin-left: 0;
    margin-right: 0;
  }
  .image-viewer-timeline .carousel-item.active {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .image-viewer-timeline .iv-timeline-navigator {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    height: 100%;
    overflow-y: scroll;
    max-height: 70px;
  }
  .image-viewer-timeline .iv-timeline-navigator .carousel-item {
    margin-bottom: 20px;
  }
  .image-viewer-timeline.only-one-image .iv-timeline-navigator {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .image-viewer-timeline .iv-timeline-navigator {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
  .image-viewer-timeline.only-one-image .iv-timeline-navigator {
    display: flex;
  }
}
/*Accesibilidad*/
.timeline-series dt a {
  color: #000 !important;
  text-decoration: none !important;
}

span.container_image {
  display: inline-block;
  position: relative;
}

span.image-gallery-ico {
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  span.image-gallery-ico {
    display: none;
  }
}

span.bg-ico {
  background-color: #282828;
  bottom: 1px;
  cursor: pointer;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  right: 1px;
  width: 100%;
  z-index: 1;
}

.images-section .image-item img:focus + span,
.images-section .image-item:hover span,
.images-section .carousel-item img:focus + span,
.images-section .carousel-item:hover span {
  opacity: 1;
}

span.image-gallery-ico:focus {
  opacity: 1;
}
span.image-gallery-ico:focus span.bg-ico {
  opacity: 0.8;
}

.image-viewer-base span.image-gallery-ico {
  overflow: hidden;
  text-indent: 100px;
  width: 1px;
}

.iv-timeline-navigator .imagen-item__container p {
  display: none;
}

div.download-item a:focus {
  height: 45px;
  width: 45px;
}

.image-viewer-base span.container_image {
  height: 100%;
}

.image-viewer-timeline-content img:focus {
  height: 100% !important;
  width: 100% !important;
}

.timeline-popup div#wrapper {
  display: none;
}

.image-viewer-timeline span.gallery-text,
.timeline-detail span.gallery-text {
  background-color: #282828;
  bottom: 4px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 5px;
  text-align: right;
  white-space: nowrap;
  width: auto;
}
.image-viewer-timeline span.container_image,
.timeline-detail span.container_image {
  height: 100%;
  width: 100%;
}

.iv-timeline-navigator .carousel-item > p {
  display: none;
}

.image-viewer-timeline .iv-timeline-carousel .carousel-item p {
  color: #fff;
}
.image-viewer-timeline .close-popup {
  position: absolute;
  right: 0;
  top: 0;
}

.image-viewer-base span.container_image {
  align-items: center;
  display: flex;
  justify-content: center;
}

.image-viewer-base.image-viewer.image-viewer-timeline .iv-timeline-navigator .carousel-item a {
  display: none;
}

.image-viewer-base .iv-timeline-carousel .carousel-item a {
  display: none;
}

.journal-content-article .timeline-detail .carousel .carousel-indicators li:focus {
  opacity: 1;
}

.image-viewer-timeline .arrow-prev::after {
  left: 8px;
  top: 4px;
}
.image-viewer-timeline .arrow-next::after {
  top: 4px;
}

.journal-content-article .timeline-detail .carousel .carousel-indicators li {
  overflow: hidden;
  text-indent: 100px;
}

.journal-content-article .timeline-detail .carousel .carousel-indicators li span span {
  display: none;
}

.journal-content-article .timeline-detail .carousel .carousel-indicators li.active span span {
  display: block;
}

.image-viewer-timeline p.iv-timeline-carousel-title.image-viewer-caption {
  min-height: 24px;
  text-align: center;
}
.image-viewer-timeline .image-viewer-info .glyphicon span {
  display: inline-block;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
}
.image-viewer-timeline .arrow-prev span,
.image-viewer-timeline .arrow-next span,
.image-viewer-timeline .close-popup span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  white-space: nowrap;
}

.c-cards {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  border-bottom: solid 3px #E9E9E9;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 23px;
}
.c-cards:hover, .c-cards:focus {
  border: solid 2px #c3c3c3;
  color: #000000;
}
.c-cards:hover .c-cards__body__title, .c-cards:focus .c-cards__body__title {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
.c-cards__img {
  border-radius: 7px;
  position: relative;
  padding-top: 62.5%;
  width: 100%;
}
.c-cards__img img {
  border-radius: 7px;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
}
.c-cards__body {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 94px;
  width: 100%;
}
.c-cards__body__title {
  color: #000000;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin: 0;
  padding: 0 23px;
  text-decoration: none;
}

div.c-cards:hover, div.c-cards:focus {
  border-bottom: solid 3px #E9E9E9 !important;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
}
div.c-cards:hover .c-cards__body__title, div.c-cards:focus .c-cards__body__title {
  text-decoration: none;
}

.c-cards--30-70 .col-md-8 .c-cards__img {
  padding-top: 27.3%;
}
@media (max-width: 1599.98px) {
  .c-cards--30-70 .col-md-8 .c-cards__img {
    padding-top: 26.55%;
  }
}
@media (max-width: 1199.98px) {
  .c-cards--30-70 .col-md-8 .c-cards__img {
    padding-top: 24.8%;
  }
}
@media (max-width: 991.98px) {
  .c-cards--30-70 .col-md-8 .c-cards__img {
    padding-top: 21.9%;
  }
}
@media (max-width: 767.98px) {
  .c-cards--30-70 .col-md-8 .c-cards__img {
    padding-top: 62.5%;
  }
}

.information-interest {
  background-color: #ffffff;
  padding: 33px 45px 4px 45px;
}
.information-interest h2 {
  font-weight: bold;
}
.information-interest ul {
  padding: 0;
  list-style: none !important;
  margin-left: -15px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.information-interest ul > li:before {
  content: none;
}
.information-interest__item {
  margin-bottom: 29px;
}
.information-interest__item:before {
  content: none !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .information-interest__item.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.information-interest__item a {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: solid 2px #E9E9E9;
  border-bottom: solid 3px #f0f0f0;
  display: flex !important;
  font-family: var(--primary-font);
  font-size: 1.142rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.5rem;
  padding: 12px 18px;
  text-align: left;
}
.information-interest__item a .icono-enlace-destacado {
  background-color: #7e7e7e;
  background-position: center;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-right: 22px;
  -webkit-mask-size: 100% !important;
  width: 40px;
}

#column-3 .information-interest {
  padding: 29px 15px 0;
}
#column-3 .information-interest .row {
  flex-direction: column;
}
#column-3 .information-interest .row .col-sm-6 {
  max-width: 100%;
}

.content-featured {
  /*  Content Featured - Main  */
  background-color: #ffffff;
  padding: 33px 44px 25px 44px;
  margin-bottom: 30px;
  /*  Content Featured - Horizontal  */
}
.content-featured .linkArrow {
  text-decoration: underline;
}
.content-featured .linkArrow:hover, .content-featured .linkArrow:focus {
  text-decoration-color: #5FD790;
}
@media (max-width: 767.98px) {
  .content-featured {
    padding: 27px 20px 25px 20px;
  }
}
.content-featured__title {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .content-featured__title {
    font-size: 1.29rem;
    line-height: 2rem;
    margin-bottom: 16px;
  }
}
.content-featured__description {
  margin-bottom: 1.2rem;
}
@media (max-width: 767.98px) {
  .content-featured__description {
    display: block !important;
  }
}
.content-featured__link {
  font-size: 1.14rem;
  line-height: 1.2rem;
  margin-bottom: 8px;
  /* display: flex; */
}
.content-featured__image {
  border-radius: 5px;
  margin-top: 15px;
}
.content-featured__image img {
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 100%;
}
.content-featured.content-featured--main-video .content-featured__video {
  border-radius: 5px;
  margin: 15px auto 0 auto;
  width: 85%;
}
.content-featured--horizontal-image .content-featured__link, .content-featured--horizontal-video .content-featured__link {
  /* display: flex; */
  margin-bottom: 8px;
}
.content-featured--horizontal-image .content-featured__image {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .content-featured--horizontal-image .content-featured__image {
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .content-featured--horizontal-video .content-featured__video {
    margin-bottom: 25px;
  }
}

.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-last .content-featured--vertical-image,
.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-last .content-featured--vertical-video,
.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-last .content-featured--vertical-trama {
  padding: 25px 44px 25px 22px;
  margin-left: -15px;
}
@media (max-width: 767.98px) {
  .portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-last .content-featured--vertical-image,
  .portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-last .content-featured--vertical-video,
  .portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-last .content-featured--vertical-trama {
    padding: 25px 22px 0 22px;
    margin-left: 0;
  }
}
.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-first .content-featured--vertical-image,
.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-first .content-featured--vertical-video,
.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-first .content-featured--vertical-trama {
  padding: 25px 22px 25px 44px;
  margin-right: -15px;
}
@media (max-width: 767.98px) {
  .portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-first .content-featured--vertical-image,
  .portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-first .content-featured--vertical-video,
  .portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_ .portlet-column.portlet-column-first .content-featured--vertical-trama {
    padding: 25px 22px 0 22px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.image-gallery-carousel {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 26px 45px 24px 45px;
}
.image-gallery-carousel h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.image-gallery-carousel .carousel-indicators {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  bottom: 30px;
  height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px !important;
  width: fit-content;
}
@media (max-width: 1599.98px) {
  .image-gallery-carousel .carousel-indicators {
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .image-gallery-carousel .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0;
  }
}
.image-gallery-carousel .carousel-indicators li {
  background: transparent;
  border: none;
  display: flex !important;
  height: 40px;
  margin: 0 2px !important;
  width: 40px;
}
@media (max-width: 1599.98px) {
  .image-gallery-carousel .carousel-indicators li {
    height: 30px;
    width: 30px;
  }
}
.image-gallery-carousel .carousel-indicators li:after {
  background-color: #949494;
  border-radius: 50%;
  content: "";
  display: flex;
  height: 10px;
  margin: auto;
  opacity: 1;
  width: 10px;
}
.image-gallery-carousel .carousel-indicators li:before {
  content: none !important;
}
.image-gallery-carousel .carousel-indicators li:last-child {
  margin-right: 0;
}
.image-gallery-carousel .carousel-indicators li:first-child {
  margin-left: 0;
}
.image-gallery-carousel .carousel-indicators li.btn-carousel-showmore {
  opacity: 1;
}
.image-gallery-carousel .carousel-indicators li.btn-carousel-showmore:after {
  background-color: transparent;
  background-position: center;
  background-image: url("../images/icons/ico-plus.png");
  height: 70%;
  width: 70%;
}
.image-gallery-carousel .carousel-indicators .active:after {
  background-color: #ffffff;
  opacity: 1;
}
.image-gallery-carousel .carousel-item {
  height: 435px;
}
@media (max-width: 991.98px) {
  .image-gallery-carousel .carousel-item {
    height: 307px;
  }
}
.image-gallery-carousel .carousel-item img {
  border-radius: 5px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.image-gallery-carousel .carousel-item a {
  display: block;
  height: 100%;
  position: relative;
}
.image-gallery-carousel .carousel-item a .icon-fullscreen {
  display: none;
}
.image-gallery-carousel .carousel-item a:hover .icon-fullscreen {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  height: 45px;
  font-size: 25px;
  justify-content: center;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 20px;
  width: 45px;
  z-index: 2;
}

.content-featured-publisher {
  background-color: #ffffff;
  padding: 33px 44px 5px 44px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .content-featured-publisher {
    padding: 27px 20px 0 20px;
  }
}
.content-featured-publisher__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.content-featured-publisher__item__title {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .content-featured-publisher__item__title {
    font-size: 1.29rem;
    line-height: 2rem;
    margin-bottom: 16px;
  }
}
.content-featured-publisher__item__title + div {
  display: flex;
  flex-direction: column;
}
.content-featured-publisher__item__description {
  margin-top: auto;
  margin-bottom: 1.2rem;
}
@media (max-width: 767.98px) {
  .content-featured-publisher__item__description {
    display: block !important;
  }
}
.content-featured-publisher__item__link {
  display: inline-flex;
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 0;
  text-decoration: underline;
}
.content-featured-publisher__item__link:hover {
  text-decoration-color: #5FD790;
}
.content-featured-publisher__item__link:last-child {
  margin-bottom: auto;
}
.content-featured-publisher__item__image {
  border-radius: 5px;
  margin-bottom: 25px;
}
.content-featured-publisher__item__image img {
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 100%;
}
.content-featured-publisher__item__video {
  border-radius: 5px;
  margin-bottom: 25px;
}

.news-horizontal-publisher {
  background-color: #ffffff;
  padding: 25px 44px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .news-horizontal-publisher {
    padding: 27px 22px 0 22px;
  }
}
@media (max-width: 767.98px) {
  .news-horizontal-publisher {
    padding: 19px 22px 0 22px;
  }
}
.news-horizontal-publisher__header {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .news-horizontal-publisher__header {
    margin-bottom: 14px;
  }
}
.news-horizontal-publisher__header h2 {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-horizontal-publisher__header h2 {
    font-size: 1.285rem;
    line-height: 2rem;
  }
}
.news-horizontal-publisher__header a {
  margin-left: auto;
}
.news-horizontal-publisher__list {
  display: flex;
  flex-wrap: wrap;
}
.news-horizontal-publisher__list__item {
  display: inline-flex;
  margin-bottom: 27px;
  width: 100%;
}
.news-horizontal-publisher__list__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-horizontal-publisher__list__item {
    flex-direction: column;
  }
}
.news-horizontal-publisher__list__item__title {
  font-weight: 700;
  font-size: 1.29rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-horizontal-publisher__list__item__title {
    font-size: 1.14rem;
    line-height: 1.714rem;
    margin-bottom: 1px;
  }
}
.news-horizontal-publisher__list__item__description {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .news-horizontal-publisher__list__item__description {
    display: block !important;
  }
}
.news-horizontal-publisher__list__item__date {
  color: #5C5C5C;
  margin-bottom: 14px;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .news-horizontal-publisher__list__item__date {
    margin-bottom: 7px;
  }
}
.news-horizontal-publisher__list__item__image {
  border-radius: 5px;
  margin-right: 22px;
  width: 31.5%;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .news-horizontal-publisher__list__item__image {
    width: 40.5%;
  }
}
@media (max-width: 767.98px) {
  .news-horizontal-publisher__list__item__image {
    margin-bottom: 14px;
    margin-right: 0;
    width: 100%;
  }
}
.news-horizontal-publisher__list__item__image .aspect-ratio-4-to-3 {
  padding-bottom: 80%;
}
.news-horizontal-publisher__list__item__image img {
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 5px;
  position: absolute;
  width: 100%;
}
.news-horizontal-publisher__list__item__image + div {
  margin-right: 20px;
  width: calc(68.5% - 44px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .news-horizontal-publisher__list__item__image + div {
    width: 59.5%;
  }
}
@media (max-width: 767.98px) {
  .news-horizontal-publisher__list__item__image + div {
    width: 100%;
  }
}
.news-horizontal-publisher__list__item__image + div > a {
  margin-bottom: 6px;
  width: 100%;
}
.news-horizontal-publisher__list__item__image + div > a:hover {
  color: #000000;
}

.news-one-column-publisher {
  background-color: #ffffff;
  padding: 15px 44px 24px 44px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .news-one-column-publisher {
    padding: 15px 22px 15px 22px;
  }
}
@media (max-width: 767.98px) {
  .news-one-column-publisher {
    padding: 19px 22px 19px 22px;
  }
}
.news-one-column-publisher__header {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .news-one-column-publisher__header {
    margin-bottom: 14px;
  }
}
.news-one-column-publisher__header h2 {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-one-column-publisher__header h2 {
    font-size: 1.285rem;
    line-height: 2rem;
  }
}
.news-one-column-publisher__header a {
  margin-left: auto;
}
.news-one-column-publisher__list {
  display: flex;
  flex-wrap: wrap;
}
.news-one-column-publisher__list__item {
  display: inline-flex;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .news-one-column-publisher__list__item {
    flex-direction: column;
  }
}
.news-one-column-publisher__list__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-one-column-publisher__list__item {
    flex-direction: column;
    margin-bottom: 7px;
  }
}
.news-one-column-publisher__list__item__title {
  font-weight: 700;
  font-size: 1.29rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .news-one-column-publisher__list__item__title {
    font-size: 1.14rem;
    line-height: 1.6rem;
    margin-bottom: 1px;
  }
}
@media (max-width: 767.98px) {
  .news-one-column-publisher__list__item__title {
    font-size: 1.14rem;
    line-height: 1.714rem;
    margin-bottom: 1px;
  }
}
.news-one-column-publisher__list__item__image {
  border-radius: 5px;
  margin-right: 22px;
  width: 28.5%;
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .news-one-column-publisher__list__item__image {
    width: 35.5%;
  }
}
@media (max-width: 991.98px) {
  .news-one-column-publisher__list__item__image {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .news-one-column-publisher__list__item__image {
    margin-bottom: 14px;
    margin-right: 0;
    width: 100%;
  }
}
.news-one-column-publisher__list__item__image .aspect-ratio-4-to-3 {
  padding-bottom: 80%;
}
.news-one-column-publisher__list__item__image img {
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 5px;
  position: absolute;
  width: 100%;
}
.news-one-column-publisher__list__item__image + div {
  margin-right: 20px;
  width: calc(71.5% - 44px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .news-one-column-publisher__list__item__image + div {
    width: calc(64.5% - 44px);
  }
}
@media (max-width: 991.98px) {
  .news-one-column-publisher__list__item__image + div {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .news-one-column-publisher__list__item__image + div {
    width: 100%;
  }
}
.news-one-column-publisher__list__item__image + div > a {
  color: #000000;
  width: 100%;
}
.news-one-column-publisher__list__item__image + div > a:hover {
  color: #000000;
}

.news-two-column-publisher {
  background-color: #ffffff;
  padding: 25px 44px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .news-two-column-publisher {
    padding: 27px 22px 27px 22px;
  }
}
@media (max-width: 767.98px) {
  .news-two-column-publisher {
    padding: 19px 22px 19px 22px;
  }
}
.news-two-column-publisher__header {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .news-two-column-publisher__header {
    margin-bottom: 14px;
  }
}
.news-two-column-publisher__header h2 {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-two-column-publisher__header h2 {
    font-size: 1.285rem;
    line-height: 2rem;
  }
}
.news-two-column-publisher__header a {
  margin-left: auto;
}
.news-two-column-publisher__list {
  display: flex;
  flex-wrap: wrap;
}
.news-two-column-publisher__list .col:first-child {
  padding-right: 52px;
}
@media (max-width: 767.98px) {
  .news-two-column-publisher__list .col:first-child {
    padding-right: 15px;
  }
}
.news-two-column-publisher__list .col:last-child {
  padding-left: 52px;
}
@media (max-width: 767.98px) {
  .news-two-column-publisher__list .col:last-child {
    padding-left: 15px;
  }
}
.news-two-column-publisher__list__item {
  display: inline-flex;
  margin-bottom: 22px;
  width: 100%;
}
.news-two-column-publisher__list__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-two-column-publisher__list__item {
    flex-direction: column;
    margin-bottom: 7px;
  }
}
.news-two-column-publisher__list__item__title {
  font-weight: 700;
  font-size: 1.29rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-two-column-publisher__list__item__title {
    font-size: 1.14rem;
    line-height: 1.714rem;
    margin-bottom: 1px;
  }
}
@media (max-width: 767.98px) {
  .news-two-column-publisher__list__item__title {
    font-size: 1.14rem;
    line-height: 1.714rem;
    margin-bottom: 1px;
  }
}
.news-two-column-publisher__list__item__image {
  border-radius: 5px;
  margin-right: 22px;
  width: 28.5%;
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .news-two-column-publisher__list__item__image {
    width: 35.5%;
  }
}
@media (max-width: 767.98px) {
  .news-two-column-publisher__list__item__image {
    margin-bottom: 14px;
    margin-right: 0;
    width: 100%;
  }
}
.news-two-column-publisher__list__item__image .aspect-ratio-4-to-3 {
  padding-bottom: 80%;
}
.news-two-column-publisher__list__item__image img {
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 5px;
  position: absolute;
  width: 100%;
}
.news-two-column-publisher__list__item__image + div {
  margin-right: 20px;
  width: calc(71.5% - 44px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .news-two-column-publisher__list__item__image + div {
    width: calc(64.5% - 44px);
  }
}
@media (max-width: 767.98px) {
  .news-two-column-publisher__list__item__image + div {
    width: 100%;
  }
}
.news-two-column-publisher__list__item__image + div > a {
  color: #000000;
  width: 100%;
}
.news-two-column-publisher__list__item__image + div > a:hover {
  color: #000000;
}

.news-main-publisher {
  background-color: #ffffff;
  padding: 33px 44px 40px 44px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .news-main-publisher {
    padding: 27px 20px 25px 20px;
  }
}
.news-main-publisher__text {
  align-items: center;
  display: flex;
  margin-bottom: 1.71rem;
}
.news-main-publisher__text > div {
  margin-right: 30px;
  width: calc(100% - 74px);
}
.news-main-publisher__title {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-main-publisher__title {
    font-size: 1.29rem;
    line-height: 2rem;
    margin-bottom: 16px;
  }
}
.news-main-publisher__description {
  margin-bottom: 0;
  margin-top: 1.71rem;
}
@media (max-width: 767.98px) {
  .news-main-publisher__description {
    display: block !important;
  }
}
.news-main-publisher__link {
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 25px;
  display: inline-flex;
}
.news-main-publisher__image {
  border-radius: 5px;
}
.news-main-publisher__image img {
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 100%;
}

.title-and-link {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  margin-bottom: -10px;
  padding: 20px 44px 0 44px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .title-and-link {
    padding: 27px 22px 0 22px;
  }
}
@media (max-width: 767.98px) {
  .title-and-link {
    padding: 19px 22px 0 22px;
  }
}
@media (max-width: 575.98px) {
  .title-and-link {
    flex-direction: column;
    text-align: left;
  }
}
.title-and-link h2 {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .title-and-link h2 {
    font-size: 1.285rem;
    line-height: 2rem;
  }
}
@media (max-width: 575.98px) {
  .title-and-link h2 {
    width: 100%;
  }
}
.title-and-link a {
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .title-and-link a {
    align-self: flex-start;
    margin-top: 15px;
    margin-left: 0;
  }
}

#wrapper .upv-acordeon:not(.new-upv-acordeon) .accordion-group .accordion-heading {
  position: relative;
}
#wrapper .upv-acordeon:not(.new-upv-acordeon) .accordion-group .accordion-heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
}

.accordion.nomargin {
  margin: 0 -20px;
}
.accordion .accordion-group {
  margin: 0 !important;
}
.accordion .accordion-heading {
  cursor: pointer;
}
.accordion .accordion-heading h4,
.accordion .accordion-heading h5 {
  margin: 0;
}
.accordion .accordion-heading h4 {
  font-size: 1.29rem;
  line-height: 2rem;
}
.accordion .accordion-heading .accordion-toggle {
  display: flex;
  font-family: var(--primary-font);
  padding: 15px;
  width: 100%;
}
.accordion .accordion-heading .accordion-toggle::after, .accordion .accordion-heading .accordion-toggle[aria-expanded=true]::after {
  content: "\f106";
  float: right;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  line-height: 20px;
  margin-left: auto;
}
.accordion .accordion-heading .accordion-toggle.collapsed::after, .accordion .accordion-heading .accordion-toggle[aria-expanded=false]::after {
  content: "\f107";
}
.accordion .accordion-heading .accordion-toggle span {
  font-size: 1.29rem;
  float: left;
  line-height: 2rem;
  padding-right: 15px;
}
.accordion .accordion-heading .accordion-toggle p {
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 0;
  padding: 14px 12px;
}
.accordion .accordion-heading .accordion-toggle h2,
.accordion .accordion-heading .accordion-toggle h4,
.accordion .accordion-heading .accordion-toggle h5 {
  font-size: 1.29rem;
  line-height: 2rem;
  margin: 0;
}
.accordion .collapse > div,
.accordion .collapsing > div {
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin: 0;
  padding: 15px;
}
.accordion .accordion-inner {
  padding: 0;
  padding: 9px 15px;
}
.accordion h6.tit-h6-accor {
  color: #000000;
  font-size: 16px;
  line-height: 21px;
}

#toggler, #myToggler {
  background-color: #ffffff;
  counter-reset: section;
  position: relative;
}
#toggler h3.toggler-header, #myToggler h3.toggler-header {
  padding: 15px;
}
#toggler .toggler-header, #myToggler .toggler-header {
  cursor: pointer;
  font-size: 1.29rem;
  line-height: 2rem;
  margin: 0;
  padding: 15px;
  font-weight: normal;
}
#toggler .toggler-header-collapsed:after,
#toggler .toggler-header-expanded:after, #myToggler .toggler-header-collapsed:after,
#myToggler .toggler-header-expanded:after {
  float: right;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  line-height: 20px;
  margin-left: auto;
  margin-top: 1px;
}
#toggler .toggler-header-collapsed:after, #myToggler .toggler-header-collapsed:after {
  content: "\f107";
}
#toggler .toggler-header-expanded:after, #myToggler .toggler-header-expanded:after {
  content: "\f106";
}
#toggler .toggler-content-expanded, #myToggler .toggler-content-expanded {
  padding: 15px;
}

/* Pagination liferay ----------*/
html .pagination-bar {
  justify-content: space-between;
}
html .pagination-bar .pagination-results {
  display: none;
}
html .pagination-bar button {
  padding-right: 14px;
}
html .pagination-bar button:active, html .pagination-bar button[aria-expanded=true] {
  background-color: #E9E9E9;
}
html .pagination-bar button .c-inner:focus {
  box-shadow: none !important;
}
html .pagination-bar .pagination .page-item.disabled .page-link {
  padding: 5px 21px;
  min-height: 44px;
  font-size: 1.14rem;
}
html .pagination-bar .pagination a.page-link,
html .pagination-bar .pagination button.page-link {
  border-radius: 0;
}
html .pagination-bar .pagination .page-item:first-child .page-link,
html .pagination-bar .pagination .page-link-first {
  border-radius: 0.25rem 0 0 0.25rem;
}
html .pagination-bar .pagination .page-item:last-child .page-link,
html .pagination-bar .pagination .page-link-last {
  border-radius: 0 0.25rem 0.25rem 0;
}
html .pagination-bar .dropdown-item.active {
  background-color: #E9E9E9;
}

.portlet-blogs .pagination-bar,
.portlet-asset-publisher .pagination-bar {
  justify-content: center;
  margin-bottom: 35px;
  margin-top: 25px;
}

.lfr-pagination {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: -30px;
  padding: 15px 44px 25px 44px;
}
.lfr-pagination .pagination,
.lfr-pagination .pager {
  display: flex;
  float: initial;
  margin: 0 10px;
  margin-block-end: 0;
}
.lfr-pagination .pagination li,
.lfr-pagination .pager li {
  margin-right: 10px;
}
.lfr-pagination .pagination li:last-child,
.lfr-pagination .pager li:last-child {
  margin-right: 0;
}
.lfr-pagination .pagination li.disabled,
.lfr-pagination .pager li.disabled {
  display: none;
}
.lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a {
  text-decoration: none !important;
}
.lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a .lfr-icon-menu-text {
  text-decoration: underline;
}
.lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a i.caret {
  border: none;
  height: 25px;
  font-style: normal;
  text-decoration: none;
  width: 20px;
}
.lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a i.caret:before {
  content: "\f107";
  font-family: "fontawesome-alloy";
}
.lfr-pagination .lfr-pagination-config .lfr-pagination-delta-selector,
.lfr-pagination .search-results {
  display: none;
}

@media (max-width: 1199.98px) {
  .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .pagination-bar {
    padding: 0 25px;
  }
}
/* GRADOS HOME - Caja gris con los datos de los grados */
.grado-datos {
  font-family: var(--primary-font);
  font-size: 1.14rem;
}
.grado-datos h5 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.grado-datos h2 {
  display: none;
}
.grado-datos h3, .grado-datos p {
  margin-bottom: 0;
}
.grado-datos h3 strong, .grado-datos p strong {
  margin-top: 20px;
  color: #5C5C5C;
  font-size: 1rem;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
}
.grado-datos h3 span, .grado-datos p span {
  font-weight: bold;
}
.grado-datos h3:first-child strong, .grado-datos p:first-child strong {
  margin-top: 5px;
}
.grado-datos h3 a[href^=mailto], .grado-datos p a[href^=mailto] {
  word-wrap: break-word;
}
.grado-datos p.m-b-20 {
  margin-bottom: 20px;
}

/* Contenido tipo información customizado para estudiar -----------------------------------*/
html .fnd-primary {
  color: #000000;
  display: flex;
  flex-wrap: wrap;
}
html .fnd-primary .btn.btn-upv {
  margin: auto;
}
html .fnd-secondary {
  color: #000000;
}
html .color-primary {
  color: #000000;
}
html .color-secondary {
  color: #000000;
}
html .caja-presentacion .journal-content-article .information-detail {
  background-color: transparent;
  padding: 0 !important;
}
html .caja-presentacion .journal-content-article .information-detail .video-embed + p {
  margin-bottom: 0;
}
html .caja-presentacion .journal-content-article .information-detail__body__section {
  background-color: #ffffff;
  padding: 20px;
}
@media (max-width: 991.98px) {
  html .caja-presentacion .journal-content-article .information-detail__body__section__title {
    font-size: 1.71rem;
    line-height: 2.42rem;
    margin-bottom: 1.71rem;
    width: calc(100% + 40px);
  }
}
@media (max-width: 767.98px) {
  html .caja-presentacion .journal-content-article .information-detail__body__section__entry {
    width: 100%;
  }
}
html .caja-presentacion .journal-content-article .information-detail__body__section__entry ul {
  margin: 0 0 20px 0;
  padding-left: 5px;
  list-style-type: none;
  width: 100%;
  margin-top: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
html .caja-presentacion .journal-content-article .information-detail__body__section__entry ul li {
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 20px;
}
html .caja-presentacion .journal-content-article .information-detail__body__section__entry ul li:before {
  background-color: transparent;
  border: none;
  border-radius: initial;
  height: 26px;
  left: 0;
  padding-top: 11px;
  position: relative;
  top: 0;
  line-height: 0px;
  color: #555;
  content: "\f00c";
  font-family: "fontawesome-alloy";
  margin-left: 0;
  width: 26px;
  float: left;
}
html .caja-presentacion .journal-content-article .information-detail__body__section__main-image {
  margin: -20px -20px 0 -20px;
}
@media (max-width: 991.98px) {
  html .caja-presentacion .journal-content-article .information-detail__body__section__main-image {
    margin: -20px -20px 20px -20px !important;
    float: none;
    width: calc(100% + 40px);
  }
}
html .caja-presentacion .journal-content-article .information-detail__body__section__main-image.left {
  margin-right: 20px;
  margin-left: -20px;
}
html .caja-presentacion .journal-content-article .information-detail__body__section__main-image.left figure {
  margin-bottom: 0;
}
html .caja-presentacion .journal-content-article .information-detail__body__section__main-image.right {
  margin-left: 20px;
  margin-right: -20px;
}
html .caja-presentacion .journal-content-article .information-detail__body__section__main-image.right figure {
  margin-bottom: 0;
}
html .caja-presentacion .journal-content-article .information-detail .informacion-adicional__title {
  display: none;
}
html .caja-sin-fondo .information-detail__body__section,
html .caja-presentacion.caja-sin-fondo .information-detail__body__section {
  background-color: transparent;
}
html .caja-sin-fondo a.btn.btn-upv,
html .caja-presentacion.caja-sin-fondo a.btn.btn-upv {
  margin: 20px 0;
}
html .caja-sin-padding .information-detail__body__section,
html .caja-presentacion.caja-sin-padding .information-detail__body__section {
  padding: 0;
}
html .caja-presentacion.fnd-destacado section.information-detail__body__section {
  padding: 20px 20px 0 20px;
  margin-bottom: 15px;
}
html .caja-presentacion.fnd-destacado .information-detail__body h2 {
  margin-top: -20px;
  margin-left: -20px;
  padding: 20px;
  width: calc(100% + 40px);
}
html .caja-destacada .information-detail {
  padding: 0 !important;
}
html .caja-destacada .lead {
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
html .caja-destacada div[class^=col-] {
  display: flex;
}
html {
  /* menu liferay hidden */
  /* body.signed-in .numbers.d-lg-block {
  	position: relative;
  	z-index: -2;
  }
   */
  /* Nueva Oferta - Grados / plew0040-new-offer .xsl */
  /* Nueva Oferta - Masteres / plew0050-new-offer .xsl */
  /* Nueva Oferta - Doctorados / plew0060-new-offer .xsl */
  /* #column-2 .menu-lateral-logos {
  	display: none;
  } */
  /* nuevo horizontal inferior 036 */
}
html .numbers {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: var(--primary-font);
  min-height: 375px;
  padding: 26px 42px 8px 42px;
  margin-bottom: 30px;
  /* carousel multiple */
}
@media (max-width: 767.98px) {
  html .numbers {
    min-height: 307px;
    padding: 20px 20px 8px 20px;
  }
}
html .numbers:before {
  background-color: rgba(0, 0, 0, 0.55);
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
html .numbers h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  html .numbers h2 {
    font-size: 1.29rem;
    line-height: 2rem;
    margin-bottom: 18px;
  }
}
html .numbers__list {
  padding: 0 0 55px 0;
}
html .numbers__list--noindicators {
  padding: 27px 0;
}
html .numbers__list__item__number {
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  display: flex;
  font-size: 72px;
  font-weight: 700;
  justify-content: center;
  line-height: 80px;
  margin-bottom: 7px;
  padding-bottom: 16px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html .numbers__list__item__number {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  html .numbers__list__item__number {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
}
html .numbers__list__item__info {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  min-height: 72px;
}
@media (max-width: 767.98px) {
  html .numbers__list__item__info {
    line-height: 1.5rem;
    min-height: 63px;
  }
}
html .numbers__list a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
html .numbers__list a:hover {
  text-decoration: none;
}
html .numbers__list a:hover .numbers__list__item__info {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
html .numbers__list a:focus {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 3px #000 inset !important;
}
html .numbers .carousel-item-column {
  display: inline-block;
  flex: 0 0 33%;
  max-width: 33%;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199.98px) {
  html .numbers .carousel-item-column {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
html .numbers .carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
html .numbers .carousel-item-next,
html .numbers .carousel-item-prev,
html .numbers .carousel-item.active {
  display: flex;
}
@media (max-width: 991.98px) {
  html .numbers .carousel-item-next,
  html .numbers .carousel-item-prev,
  html .numbers .carousel-item.active {
    display: block;
  }
}
html .numbers .carousel-item-next.carousel-item-left,
html .numbers .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  html .numbers .carousel-item-next.carousel-item-left,
  html .numbers .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html .numbers .active.carousel-item-right,
html .numbers .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  html .numbers .active.carousel-item-right,
  html .numbers .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
html .numbers .active.carousel-item-left,
html .numbers .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  html .numbers .active.carousel-item-left,
  html .numbers .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
html .numbers .carousel-indicators {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  bottom: 17px;
  height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: fit-content;
}
@media (max-width: 1599.98px) {
  html .numbers .carousel-indicators {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  html .numbers .carousel-indicators {
    bottom: -2px;
    margin-bottom: 0;
  }
}
html .numbers .carousel-indicators li {
  background: transparent;
  border: none;
  display: flex;
  height: 40px;
  margin: 0 2px;
  width: 40px;
}
@media (max-width: 1599.98px) {
  html .numbers .carousel-indicators li {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  html .numbers .carousel-indicators li {
    width: 21px;
  }
}
html .numbers .carousel-indicators li:after {
  background-color: #949494;
  border-radius: 50%;
  content: "";
  display: flex;
  height: 10px;
  margin: auto;
  opacity: 1;
  width: 10px;
}
@media (max-width: 767.98px) {
  html .numbers .carousel-indicators li:after {
    height: 7px;
    width: 7px;
  }
}
html .numbers .carousel-indicators li:before {
  content: none;
}
html .numbers .carousel-indicators li:last-child {
  margin-right: 0;
}
html .numbers .carousel-indicators li:first-child {
  margin-left: 0;
}
html .numbers .carousel-indicators .active:after {
  background-color: #ffffff;
  opacity: 1;
}
html .numbers--bgcolor {
  background-color: #f0f0f0;
  padding: 28px 42px 25px 42px;
}
@media (max-width: 767.98px) {
  html .numbers--bgcolor {
    padding: 28px 35px 25px 35px;
  }
}
html .numbers--bgcolor:before {
  content: none;
}
html .numbers--bgcolor h2 {
  color: #000000;
  margin-bottom: 20px;
}
html .numbers--bgcolor .numbers__list {
  border: solid 2px #d1d1d1;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 35px 40px 55px 40px;
}
html .numbers--bgcolor .numbers__list--noindicators {
  padding: 45px 40px;
}
@media (max-width: 767.98px) {
  html .numbers--bgcolor .numbers__list {
    padding: 30px 35px 67px 35px;
  }
}
html .numbers--bgcolor .numbers__list__item__number {
  border-bottom: solid 1px #afafaf;
  color: #000000;
}
html .numbers--bgcolor .numbers__list__item__info {
  color: #000000;
}
html .numbers--bgcolor .carousel-indicators {
  bottom: 22px;
}
html .journal-content-article .event-detail {
  background-color: #ffffff;
  overflow: initial !important;
  padding: 29px 46px !important;
}
@media (max-width: 767.98px) {
  html .journal-content-article .event-detail {
    margin-top: 25px;
    padding: 20px !important;
  }
}
html .journal-content-article .event-detail h3,
html .journal-content-article .event-detail h4 {
  font-weight: bold;
  margin-bottom: 1.3rem;
}
@media (max-width: 575.98px) {
  html .journal-content-article .event-detail h3,
  html .journal-content-article .event-detail h4 {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .event-detail__pretitle {
  font-weight: bold;
  font-size: 1.14rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.71rem;
}
html .journal-content-article .event-detail__title {
  font-weight: bold;
  font-size: 2.57rem;
  margin-bottom: 1.29rem;
  line-height: 3.25rem;
}
@media (max-width: 575.98px) {
  html .journal-content-article .event-detail__title {
    font-size: 1.71rem;
    line-height: 2.42rem;
  }
}
html .journal-content-article .event-detail__featured-information {
  background-color: #F9F9F9;
  margin-bottom: 1.07rem;
  padding: 20px 25px;
}
html .journal-content-article .event-detail__featured-information__location, html .journal-content-article .event-detail__featured-information__date, html .journal-content-article .event-detail__featured-information__time, html .journal-content-article .event-detail__featured-information__cycle, html .journal-content-article .event-detail__featured-information__receivers {
  display: flex;
  margin-bottom: 20px;
}
html .journal-content-article .event-detail__featured-information__location i, html .journal-content-article .event-detail__featured-information__date i, html .journal-content-article .event-detail__featured-information__time i, html .journal-content-article .event-detail__featured-information__cycle i, html .journal-content-article .event-detail__featured-information__receivers i {
  font-size: 24px;
  margin-right: 10px;
  text-align: center;
  width: 24px;
}
html .journal-content-article .event-detail__featured-information__location p, html .journal-content-article .event-detail__featured-information__date p, html .journal-content-article .event-detail__featured-information__time p, html .journal-content-article .event-detail__featured-information__cycle p, html .journal-content-article .event-detail__featured-information__receivers p {
  margin: auto 0;
}
html .journal-content-article .event-detail__featured-information__location h2, html .journal-content-article .event-detail__featured-information__date h2, html .journal-content-article .event-detail__featured-information__time h2, html .journal-content-article .event-detail__featured-information__cycle h2, html .journal-content-article .event-detail__featured-information__receivers h2 {
  display: none;
}
html .journal-content-article .event-detail__featured-information__location .location, html .journal-content-article .event-detail__featured-information__date .location, html .journal-content-article .event-detail__featured-information__time .location, html .journal-content-article .event-detail__featured-information__cycle .location, html .journal-content-article .event-detail__featured-information__receivers .location {
  width: 100%;
}
html .journal-content-article .event-detail__featured-information__receivers {
  margin-bottom: 0;
}
html .journal-content-article .event-detail__featured-information__receivers .receivers {
  margin: auto 0;
}
html .journal-content-article .event-detail__featured-information__receivers .receivers ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: auto 0;
  padding: 0;
}
html .journal-content-article .event-detail__featured-information__receivers .receivers ul li:before {
  content: none;
}
html .journal-content-article .event-detail__featured-information__receivers .receivers ul li:last-child:after {
  content: none;
}
html .journal-content-article .event-detail__featured-information__receivers .receivers ul li:after {
  content: "|";
  margin: 0 5px;
}
html .journal-content-article .event-detail__featured-information__time--list {
  flex-grow: 1;
}
html .journal-content-article .event-detail__featured-information__time--list p {
  margin-bottom: 5px;
}
html .journal-content-article .event-detail__share {
  align-items: center;
  border-top: solid 1px #C0C0C0;
  border-bottom: solid 1px #C0C0C0;
  display: flex;
  height: 60px;
  margin-bottom: 1.07rem;
  padding-right: 2rem;
}
@media (max-width: 575.98px) {
  html .journal-content-article .event-detail__share {
    padding-right: 0;
  }
}
html .journal-content-article .event-detail__share .share-social-bar {
  display: flex;
  margin-left: auto;
}
html .journal-content-article .event-detail__body {
  font-size: 1.14rem;
  line-height: 1.71rem;
}
html .journal-content-article .event-detail__body__main-image {
  display: flex;
  flex-direction: column;
}
html .journal-content-article .event-detail__body__main-image img {
  margin: auto auto 1rem;
  width: 100%;
}
html .journal-content-article .event-detail__body__main-image .main-image__footer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}
html .journal-content-article .event-detail__body__main-image .main-image__footer p {
  color: #5C5C5C;
  font-size: 1rem;
  line-height: 1.71rem;
  margin-bottom: 0.3rem;
  margin-left: auto;
  margin-right: auto;
}
html .journal-content-article .event-detail__body__main-image .main-image__footer p:last-child:after {
  content: none;
}
html .journal-content-article .event-detail__body__main-image .main-image__footer p:after {
  content: " | ";
  margin-right: 5px;
}
html .journal-content-article .event-detail__image-gallery {
  margin-bottom: 15px;
}
html .journal-content-article .event-detail__image-gallery h2 {
  font-size: 1.29rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  html .journal-content-article .event-detail__image-gallery h2 {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .event-detail__image-gallery figcaption {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
html .journal-content-article .event-detail__links h2, html .journal-content-article .event-detail__documents h2 {
  font-size: 1.29rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  html .journal-content-article .event-detail__links h2, html .journal-content-article .event-detail__documents h2 {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .event-detail__links ul, html .journal-content-article .event-detail__documents ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 0 2rem 0;
  padding-left: 3px;
}
html .journal-content-article .event-detail__links ul > li, html .journal-content-article .event-detail__documents ul > li {
  display: flex;
  font-size: 1.14rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
html .journal-content-article .event-detail__links ul > li:last-child, html .journal-content-article .event-detail__documents ul > li:last-child {
  margin-bottom: 0;
}
html .journal-content-article .event-detail__links ul > li i, html .journal-content-article .event-detail__documents ul > li i {
  color: #5C5C5C;
  display: flex;
  font-size: 24px;
  margin-right: 10px;
  text-decoration: none;
}
html .journal-content-article .event-detail__links ul > li a, html .journal-content-article .event-detail__documents ul > li a {
  margin: auto 0;
}
html .journal-content-article .event-detail__links ul > li a .icon-external-link, html .journal-content-article .event-detail__documents ul > li a .icon-external-link {
  display: none;
}
html .journal-content-article .event-detail__links ul > li a abbr, html .journal-content-article .event-detail__documents ul > li a abbr {
  text-transform: uppercase;
}
html .journal-content-article .event-detail__links ul > li a[target=_blank] .icon-external-link, html .journal-content-article .event-detail__documents ul > li a[target=_blank] .icon-external-link {
  display: inline-block !important;
  margin-left: 10px;
}
html .journal-content-article .event-detail__links ul > li:before, html .journal-content-article .event-detail__documents ul > li:before {
  background-color: transparent;
  border: none;
  color: #5C5C5C;
  display: flex;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  height: inherit;
  margin-right: 10px;
  position: inherit;
  width: inherit;
  left: 0px;
}
html .journal-content-article .event-detail__documents ul > li:before {
  content: "\f0f6";
}
html .journal-content-article .event-detail__links ul > li:before {
  content: "\f0c1";
}
html .journal-content-article .event-detail__communication h2, html .journal-content-article .event-detail__contact h2, html .journal-content-article .event-detail__registration h2 {
  font-size: 1.29rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  html .journal-content-article .event-detail__communication h2, html .journal-content-article .event-detail__contact h2, html .journal-content-article .event-detail__registration h2 {
    font-size: 1.14rem;
    line-height: 1.71rem;
  }
}
html .journal-content-article .event-detail__communication ul, html .journal-content-article .event-detail__contact ul, html .journal-content-article .event-detail__registration ul {
  color: #5C5C5C;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
html .journal-content-article .event-detail__communication ul > li, html .journal-content-article .event-detail__contact ul > li, html .journal-content-article .event-detail__registration ul > li {
  font-size: 1.14rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
html .journal-content-article .event-detail__communication ul > li:before, html .journal-content-article .event-detail__contact ul > li:before, html .journal-content-article .event-detail__registration ul > li:before {
  content: none;
}
html .journal-content-article .event-detail__communication ul > li:last-child, html .journal-content-article .event-detail__contact ul > li:last-child, html .journal-content-article .event-detail__registration ul > li:last-child {
  margin-bottom: 0;
}
html .journal-content-article .event-detail__communication ul > li a, html .journal-content-article .event-detail__contact ul > li a, html .journal-content-article .event-detail__registration ul > li a {
  margin-left: 5px;
}
html .ehu-oferta-grados__filtros,
html .ehu-oferta-masteres__filtros,
html .ehu-oferta-doctorados__filtros,
html .ehu-oferta-masteres-titulos-propios__filtros {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 20px 16px 10px 16px;
}
html .ehu-oferta-grados__filtros__search,
html .ehu-oferta-masteres__filtros__search,
html .ehu-oferta-doctorados__filtros__search,
html .ehu-oferta-masteres-titulos-propios__filtros__search {
  border-bottom: solid 1px #5C5C5C;
}
html .ehu-oferta-grados__filtros__search button,
html .ehu-oferta-masteres__filtros__search button,
html .ehu-oferta-doctorados__filtros__search button,
html .ehu-oferta-masteres-titulos-propios__filtros__search button {
  border: none;
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  color: #5C5C5C;
  padding: 5px;
}
html .ehu-oferta-grados__filtros__search button:before,
html .ehu-oferta-masteres__filtros__search button:before,
html .ehu-oferta-doctorados__filtros__search button:before,
html .ehu-oferta-masteres-titulos-propios__filtros__search button:before {
  font-family: "fontawesome-alloy";
  float: right;
  content: "\f002";
}
html .ehu-oferta-grados__filtros__search input::-webkit-input-placeholder,
html .ehu-oferta-masteres__filtros__search input::-webkit-input-placeholder,
html .ehu-oferta-doctorados__filtros__search input::-webkit-input-placeholder,
html .ehu-oferta-masteres-titulos-propios__filtros__search input::-webkit-input-placeholder {
  color: #5C5C5C !important;
}
html .ehu-oferta-grados__filtros__search input[type=search],
html .ehu-oferta-masteres__filtros__search input[type=search],
html .ehu-oferta-doctorados__filtros__search input[type=search],
html .ehu-oferta-masteres-titulos-propios__filtros__search input[type=search] {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #5C5C5C;
  display: inline-block;
  height: 40px;
  width: calc(100% - 40px);
  margin-bottom: 0;
}
html .ehu-oferta-grados__filtros .nav.nav-pills,
html .ehu-oferta-masteres__filtros .nav.nav-pills,
html .ehu-oferta-doctorados__filtros .nav.nav-pills,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills {
  margin-bottom: 0;
}
html .ehu-oferta-grados__filtros .nav.nav-pills li,
html .ehu-oferta-masteres__filtros .nav.nav-pills li,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li {
  margin-right: 17px;
  margin-bottom: 15px;
}
html .ehu-oferta-grados__filtros .nav.nav-pills li:before,
html .ehu-oferta-masteres__filtros .nav.nav-pills li:before,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li:before,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li:before {
  content: none;
}
html .ehu-oferta-grados__filtros .nav.nav-pills li:last-child,
html .ehu-oferta-masteres__filtros .nav.nav-pills li:last-child,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li:last-child,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li:last-child {
  margin-bottom: 0;
}
html .ehu-oferta-grados__lists,
html .ehu-oferta-masteres__lists,
html .ehu-oferta-doctorados__lists,
html .ehu-oferta-masteres-titulos-propios__lists {
  background-color: #ffffff;
  margin-bottom: 45px;
}
html .ehu-oferta-grados__lists ul,
html .ehu-oferta-masteres__lists ul,
html .ehu-oferta-doctorados__lists ul,
html .ehu-oferta-masteres-titulos-propios__lists ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html .ehu-oferta-grados__lists ul li,
html .ehu-oferta-masteres__lists ul li,
html .ehu-oferta-doctorados__lists ul li,
html .ehu-oferta-masteres-titulos-propios__lists ul li {
  border-bottom: solid 1px #949494;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}
html .ehu-oferta-grados__lists ul li:last-child,
html .ehu-oferta-masteres__lists ul li:last-child,
html .ehu-oferta-doctorados__lists ul li:last-child,
html .ehu-oferta-masteres-titulos-propios__lists ul li:last-child {
  border-bottom: none;
}
html .ehu-oferta-grados__lists ul li a,
html .ehu-oferta-masteres__lists ul li a,
html .ehu-oferta-doctorados__lists ul li a,
html .ehu-oferta-masteres-titulos-propios__lists ul li a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 16px;
  padding: 15px 20px 12px 20px;
}
html .ehu-oferta-grados__lists ul li a small,
html .ehu-oferta-masteres__lists ul li a small,
html .ehu-oferta-doctorados__lists ul li a small,
html .ehu-oferta-masteres-titulos-propios__lists ul li a small {
  font-size: 12px;
}
html .ehu-oferta-grados__lists .elements__list li:before,
html .ehu-oferta-masteres__lists .elements__list li:before,
html .ehu-oferta-doctorados__lists .elements__list li:before,
html .ehu-oferta-masteres-titulos-propios__lists .elements__list li:before {
  content: none;
}
html .ehu-oferta-grados__lists .panel-body,
html .ehu-oferta-masteres__lists .panel-body,
html .ehu-oferta-doctorados__lists .panel-body,
html .ehu-oferta-masteres-titulos-propios__lists .panel-body {
  border-radius: 0;
  padding: 0;
}
html .ehu-oferta-grados__lists .panel,
html .ehu-oferta-masteres__lists .panel,
html .ehu-oferta-doctorados__lists .panel,
html .ehu-oferta-masteres-titulos-propios__lists .panel {
  margin-bottom: -2px;
}
html .ehu-oferta-grados__lists .panel .panel-title,
html .ehu-oferta-masteres__lists .panel .panel-title,
html .ehu-oferta-doctorados__lists .panel .panel-title,
html .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title {
  margin: 0;
}
html .ehu-oferta-grados__lists .panel .panel-title a,
html .ehu-oferta-masteres__lists .panel .panel-title a,
html .ehu-oferta-doctorados__lists .panel .panel-title a,
html .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title a {
  border-bottom: none;
  cursor: pointer;
  display: block;
  padding: 15px;
  width: 100%;
}
html .ehu-oferta-grados__lists .panel .panel-title a:after,
html .ehu-oferta-masteres__lists .panel .panel-title a:after,
html .ehu-oferta-doctorados__lists .panel .panel-title a:after,
html .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title a:after {
  content: "\f107";
  font-size: 24px;
  line-height: 20px;
  font-family: "fontawesome-alloy";
  float: right;
  margin: 4px 0;
}
html .ehu-oferta-grados__lists .panel .panel-title a.active:after,
html .ehu-oferta-masteres__lists .panel .panel-title a.active:after,
html .ehu-oferta-doctorados__lists .panel .panel-title a.active:after,
html .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title a.active:after {
  content: "\f106";
}
html .ehu-oferta-grados__lists .panel .panel-collapse,
html .ehu-oferta-masteres__lists .panel .panel-collapse,
html .ehu-oferta-doctorados__lists .panel .panel-collapse,
html .ehu-oferta-masteres-titulos-propios__lists .panel .panel-collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
}
html .ehu-oferta-grados__lists .back-to-top,
html .ehu-oferta-masteres__lists .back-to-top,
html .ehu-oferta-doctorados__lists .back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists .back-to-top {
  margin: 20px 0 0 0;
}
html .ehu-oferta-grados__lists .back-to-top .icon-chevron-up,
html .ehu-oferta-masteres__lists .back-to-top .icon-chevron-up,
html .ehu-oferta-doctorados__lists .back-to-top .icon-chevron-up,
html .ehu-oferta-masteres-titulos-propios__lists .back-to-top .icon-chevron-up {
  text-decoration: none;
  margin-left: 10px;
}
html .journal-content-article .buttons-content {
  margin-bottom: 30px;
  margin-top: 20px;
}
html .journal-content-article .buttons-content__documents-links ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0;
}
@media (max-width: 575.98px) {
  html .journal-content-article .buttons-content__documents-links ul {
    padding-left: 0;
    padding-inline-start: 0;
  }
}
html .journal-content-article .buttons-content__documents-links ul li {
  margin-bottom: 10px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  html .journal-content-article .buttons-content__documents-links ul li {
    width: 100%;
  }
}
html .journal-content-article .buttons-content__documents-links ul li:before {
  content: none !important;
}
@media (max-width: 575.98px) {
  html .journal-content-article .buttons-content__documents-links ul li a {
    width: 100%;
  }
}
html .journal-content-article .buttons-content .icon-external-link:before {
  content: "\f0f6";
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  html .journal-content-article .buttons-content .icon-angle-right,
  html .journal-content-article .buttons-content .icon-external-link {
    margin-left: auto;
  }
}
html .portlet-asset-publisher ul.asset-list.asset-list-summary {
  font-size: 1.14rem;
  padding: 25px 20px 35px 20px;
  margin: 0 0 10px 25px;
  list-style: none;
}
html .portlet-asset-publisher .asset-entries-group-label {
  margin-left: 25px;
}
html .portlet-asset-publisher .asset-entries-group-label:first-of-type {
  padding-top: 20px;
}
html .portlet-asset-publisher .mb-4.subscribe-action {
  padding: 0 25px;
  margin-bottom: 0 !important;
  margin-top: 1.71rem;
  display: flex;
}
html .portlet-asset-publisher ul.asset-list.asset-list-summary li.asset-summary {
  margin-bottom: 10px;
  /* trello 038
  .lfr-meta-actions {
  	display: none;
  } */
}
html .portlet-asset-publisher ul.asset-list.asset-list-summary li.asset-summary div.event,
html .portlet-asset-publisher ul.asset-list.asset-list-summary li.asset-summary div.person {
  display: inline-table;
}
html .portlet-asset-publisher ul.asset-list.asset-list-summary li.asset-summary div.event p,
html .portlet-asset-publisher ul.asset-list.asset-list-summary li.asset-summary div.person p {
  color: #000000;
  margin: 0;
}
html .portlet-asset-publisher ul.asset-list.asset-list-summary li.asset-summary .help-icon {
  height: 24px;
  width: 24px;
  margin-right: 5px;
  border-radius: 0;
}
html .portlet-nested-portlets.portlet-borderless .portlet-barebone .autofit-float.autofit-row.portlet-header {
  height: auto;
  margin: initial;
  margin-bottom: 1rem;
}
html .portlet-nested-portlets.portlet-borderless .portlet-barebone .autofit-float.autofit-row.portlet-header .autofit-col.autofit-col-expand {
  display: block;
}
html .portlet-nested-portlets.portlet-borderless .portlet-barebone ul.asset-list.asset-list-summary,
html .portlet-barebone ul.asset-list.asset-list-summary {
  margin: 0;
  padding: 0 0 10px 0;
}
html .portlet-nested-portlets.portlet-borderless .portlet-barebone ul.asset-list.asset-list-summary .asset-summary,
html .portlet-barebone ul.asset-list.asset-list-summary .asset-summary {
  margin-bottom: 15px;
  background-color: #ffffff;
  padding: 10px 15px;
  border-left: solid 3px #B0FBC1;
  display: flex;
  width: 100%;
  min-height: 69px;
  align-items: center;
  flex-wrap: wrap;
}
html .portlet-nested-portlets.portlet-borderless .portlet-barebone ul.asset-list.asset-list-summary .asset-summary > *,
html .portlet-barebone ul.asset-list.asset-list-summary .asset-summary > * {
  width: 100%;
}
html .portlet-nested-portlets.portlet-borderless .portlet-barebone ul.asset-list.asset-list-summary .asset-summary a > div,
html .portlet-barebone ul.asset-list.asset-list-summary .asset-summary a > div {
  margin-top: 10px;
}
html .portlet-nested-portlets.portlet-borderless .portlet-barebone ul.asset-list.asset-list-summary + .taglib-page-iterator .lfr-pagination, html .portlet-nested-portlets.portlet-borderless .portlet-barebone ul.asset-list.asset-list-summary + .lfr-pagination,
html .portlet-barebone ul.asset-list.asset-list-summary + .taglib-page-iterator .lfr-pagination,
html .portlet-barebone ul.asset-list.asset-list-summary + .lfr-pagination {
  background: transparent;
  padding: 5px 0 15px 0;
  margin-top: 0;
}
html .portlet-borderless ul.asset-list.asset-list-summary {
  font-size: 1.14rem;
  padding: 25px 0;
  margin: 0;
}
html .portlet-borderless ul.asset-list.asset-list-summary .asset-summary {
  margin-bottom: 15px;
}
html .portlet-borderless ul.asset-list.asset-list-summary .asset-summary a {
  color: #000000;
}
html .portlet-borderless ul.asset-list.asset-list-summary + .taglib-page-iterator .lfr-pagination, html .portlet-borderless ul.asset-list.asset-list-summary + .lfr-pagination {
  background: transparent;
  padding: 5px 0 15px 0;
}
html .portlet-nested-portlets.portlet-borderless .portlet-decorate ul.asset-list.asset-list-summary,
html .portlet-decorate ul.asset-list.asset-list-summary {
  margin: 0 25px 10px 25px;
  padding: 25px 20px 35px 20px;
}
html .portlet-nested-portlets.portlet-borderless .portlet-decorate ul.asset-list.asset-list-summary .asset-summary,
html .portlet-decorate ul.asset-list.asset-list-summary .asset-summary {
  margin-bottom: 0 !important;
  border-bottom: solid 3px #B0FBC1;
}
html .portlet-nested-portlets.portlet-borderless .portlet-decorate ul.asset-list.asset-list-summary .asset-summary a,
html .portlet-decorate ul.asset-list.asset-list-summary .asset-summary a {
  padding: 10px 0;
  display: flex;
  color: #000000;
  /* min-height: 69px; trello 38 */
  align-items: center;
}
html .portlet-nested-portlets.portlet-borderless .portlet-decorate ul.asset-list.asset-list-summary .asset-summary a + div,
html .portlet-decorate ul.asset-list.asset-list-summary .asset-summary a + div {
  margin-bottom: 15px;
}
html .portlet-nested-portlets.portlet-borderless .portlet-decorate ul.asset-list.asset-list-summary .asset-summary .help-state,
html .portlet-decorate ul.asset-list.asset-list-summary .asset-summary .help-state {
  font-size: 1.14rem;
}
html .portlet-nested-portlets.portlet-borderless .portlet-decorate ul.asset-list.asset-list-summary + .taglib-page-iterator .lfr-pagination, html .portlet-nested-portlets.portlet-borderless .portlet-decorate ul.asset-list.asset-list-summary + .lfr-pagination,
html .portlet-decorate ul.asset-list.asset-list-summary + .taglib-page-iterator .lfr-pagination,
html .portlet-decorate ul.asset-list.asset-list-summary + .lfr-pagination {
  padding: 10px 44px 25px 44px;
}
html #wrapper .menu-lateral-logos {
  border-top: 1px solid #bababa;
  margin-top: 1px;
  text-align: center;
  padding: 30px;
}
html #wrapper .menu-lateral-logos .logo {
  margin-bottom: 15px;
  width: 100%;
  /* trello 015 */
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
html #wrapper .menu-lateral-logos .logo img {
  max-height: 120px;
  width: auto;
}
@media (min-width: 768px) {
  html #column-2 .menu-lateral-logos:not(.horiz) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  html #column-1 .menu-lateral-logos:not(.horiz) {
    display: none;
  }
}
html #wrapper .menu-lateral-logos:not(.horiz) h2 {
  display: none;
}
html #wrapper .menu-lateral-logos.horiz {
  position: relative;
  background-color: #ffffff;
  border-top: none;
  padding: 30px 0;
}
html #wrapper .menu-lateral-logos.horiz h2 {
  text-align: left;
  text-transform: none;
  font-weight: 700 !important;
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 1.71rem;
  font-weight: normal;
}
html #wrapper .menu-lateral-logos.horiz ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem 2rem;
}
html #wrapper .menu-lateral-logos.horiz ul li {
  margin-bottom: 0;
  width: auto;
}
html #wrapper .menu-lateral-logos.horiz ul li::before {
  content: none;
}
@media (max-width: 767.98px) {
  html #wrapper .menu-lateral-logos.horiz ul li {
    width: 100%;
  }
}
html #wrapper .menu-lateral-logos.horiz ul li img {
  max-width: 200px !important;
  max-height: 120px;
}

/* Variables -----------------------------------*/
/* Colors */
.journal-content-article .call .nav-tabs a,
.journal-content-article .help .nav-tabs a,
.journal-content-article .person .nav-tabs a {
  text-decoration: none;
}

.journal-content-article .call .documents ul,
.journal-content-article .call .links ul,
.journal-content-article .enterprise .documents ul,
.journal-content-article .enterprise .links ul,
.journal-content-article .help .documents ul,
.journal-content-article .help .links ul,
.journal-content-article .person .documents ul,
.journal-content-article .person .links ul {
  list-style: none;
  margin: 0 0 2rem 1rem;
  padding-left: 3px;
}
.journal-content-article .call .documents ul li,
.journal-content-article .call .links ul li,
.journal-content-article .enterprise .documents ul li,
.journal-content-article .enterprise .links ul li,
.journal-content-article .help .documents ul li,
.journal-content-article .help .links ul li,
.journal-content-article .person .documents ul li,
.journal-content-article .person .links ul li {
  display: flex;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.journal-content-article .call .documents ul li::before,
.journal-content-article .call .links ul li::before,
.journal-content-article .enterprise .documents ul li::before,
.journal-content-article .enterprise .links ul li::before,
.journal-content-article .help .documents ul li::before,
.journal-content-article .help .links ul li::before,
.journal-content-article .person .documents ul li::before,
.journal-content-article .person .links ul li::before {
  background-color: transparent;
  border: none;
  color: #5C5C5C;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  height: inherit;
  margin-right: 10px;
  position: inherit;
  width: inherit;
  left: 0;
}
.journal-content-article .call .documents li::before,
.journal-content-article .enterprise .documents li::before,
.journal-content-article .help .documents li::before,
.journal-content-article .person .documents li::before {
  content: "\f0f6";
}
.journal-content-article .call .links li::before,
.journal-content-article .enterprise .links li::before,
.journal-content-article .help .links li::before,
.journal-content-article .person .links li::before {
  content: "\f0c1";
}
.journal-content-article .intellectual-property dd.document::before,
.journal-content-article .intellectual-property dd.link::before,
.journal-content-article .research-project dd.document::before,
.journal-content-article .research-project dd.link::before,
.journal-content-article .thesis dd.document::before,
.journal-content-article .thesis dd.link::before {
  color: #5C5C5C;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.journal-content-article .intellectual-property dd.document::before,
.journal-content-article .research-project dd.document::before,
.journal-content-article .thesis dd.document::before {
  content: "\f0f6";
}
.journal-content-article .intellectual-property dd.link::before,
.journal-content-article .research-project dd.link::before,
.journal-content-article .thesis dd.link::before {
  content: "\f0c1";
}
.journal-content-article .publication ul {
  padding: 0;
}
.journal-content-article .publication li.document,
.journal-content-article .publication li.link {
  margin-bottom: 1.5rem;
}
.journal-content-article .publication li.document::before,
.journal-content-article .publication li.link::before {
  border: none;
  color: #5C5C5C;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  height: inherit;
  margin-right: 10px;
  position: inherit;
  width: inherit;
  left: 0;
  top: 5px;
}
.journal-content-article .publication li.document::before {
  content: "\f0f6";
}
.journal-content-article .publication li.link::before {
  content: "\f0c1";
}

@media (max-width: 991.98px) {
  .journal-content-article .help .documents ul,
  .journal-content-article .help .links ul,
  .journal-content-article .call .documents ul,
  .journal-content-article .call .links ul,
  .journal-content-article .person .documents ul,
  .journal-content-article .person .links ul {
    margin-left: 0;
  }
}
.alumni #acreditacion1 {
  padding: 0px 15px;
  background-image: url("https://www.ehu.eus/documents/4615962/5480001/fondo_acreditacion_2018/3b07e770-782f-9a92-516e-a12d34a2febb?t=1524660987723");
}
.alumni #acreditacion1 .photo {
  overflow: hidden;
}
.alumni #acreditacion1 .photo .acd_div_tx {
  float: left;
  background-color: #FFFFFF;
}
.alumni #acreditacion1 .photo .acd_div_tx p {
  font-size: 25px;
  margin: 18px;
}
.alumni #acreditacion1 .photo .acd_div_tx p span {
  color: #becf00;
}
.alumni #acreditacion1 .description {
  clear: both;
  padding-top: 34px;
}
.alumni #acreditacion1 .description p {
  color: #FFFFFF;
  margin: 0;
  font-weight: bold;
  padding: 5px 0;
  font-size: 19px;
}
.alumni #acreditacion1 .description p:first-of-type {
  padding-top: 18px;
}
.alumni #acreditacion1 .description .main p {
  font-size: 15px;
  padding-top: 8px;
}
.alumni #acreditacion2 {
  background-image: url("https://www.ehu.eus/documents/4615962/5480001/fondo_acreditacion_2018/3b07e770-782f-9a92-516e-a12d34a2febb?t=1524660987723");
}
.alumni #acreditacion2 .photo img {
  display: block;
  padding: 10px 5px;
  background-color: #FFFFFF;
  margin-left: 15px;
  max-width: 240px;
  height: 57px;
}
.alumni #acreditacion2 .description {
  padding-top: 32px;
}
.alumni #acreditacion2 .main {
  margin-left: 15px;
  margin-top: 20px;
}
.alumni #acreditacion2 .main p {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 10px;
}
.alumni .acd_div_bq {
  width: 240.9448pt;
  height: 155.9055pt;
  box-sizing: border-box;
  border-radius: 10px;
  float: left;
  font-family: "ehuSans", sans-serif;
  margin: 5px;
  border: 1px solid black;
}
.alumni #descarga {
  margin: 5px;
}

.help {
  font-size: 1.14rem;
}
.help .help-state {
  border: solid #E9E9E9 2px;
  border-radius: 4px;
  color: #000000;
  padding: 18px 20px;
}
.help .help-icon {
  height: 20px;
  width: 20px;
  border-radius: 0;
  margin-right: 18px;
}

.banner {
  font-size: 1.14rem;
}
.banner figure {
  text-align: center;
}
.banner img {
  width: 100%;
}
.banner figcaption {
  background: #FFFFFF;
}

.contact {
  font-size: 1.14rem;
}
.contact .btn {
  margin-top: 1.71rem;
}

.call {
  font-size: 1.14rem;
}
.call button[id^=lopd-msg_] {
  margin: 0 1rem;
}
.call #modal {
  position: unset;
}
.call #modal .yui3-widget-mask {
  z-index: 99 !important;
}
.call #modal .modal-dialog {
  position: absolute;
  z-index: 100 !important;
  background-color: #FFFFFF;
  pointer-events: inherit !important;
  max-width: 650px;
  left: auto !important;
  right: auto !important;
}
.call #modal .modal-dialog::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  left: 0;
  z-index: 1;
}
.call #modal .modal-dialog #contentBox {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 7px;
}
.call #modal .modal-dialog #contentBox .modal-header .btn-toolbar-button.close {
  background-color: #FFFFFF;
  background-image: none;
  color: #000;
  opacity: 1;
}
.call #modal .modal-dialog #contentBox h2 {
  font-size: 1.187rem;
  margin-bottom: 0;
}

html .asset-list-highlight .box {
  margin: 0 0 20px 20px;
  background-color: #FFFFFF;
}
html .asset-list-highlight .box a {
  padding: 15px;
}
html .asset-list-highlight .box a:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
html .asset-list-highlight .box p.card-title {
  color: #000000;
  font-size: 18px;
  margin: 10px 0;
}
html .asset-list-highlight .box p {
  color: black;
  font-size: 1.14rem;
  margin-bottom: 0;
}
html .asset-list-highlight .box figure {
  margin: 0;
  display: flex;
  align-items: center;
}
html .asset-list-highlight .box figure img {
  width: 100%;
}

html .asset-full-content .outstanding .thumbnail,
html .asset-full-content .outstanding .img-thumbnail {
  margin: 0 20px;
}
html .journal-content-article .portlet-asset-publisher .outstanding.asset-list-highlight {
  margin: 0 0 0 -20px;
  padding: 0;
}
html .portlet-asset-publisher .journal-content-article .portlet-asset-publisher .outstanding.asset-list-highlight {
  margin-left: 0;
}
@media (max-width: 767px) {
  html .asset-list-highlight .box p.card-title {
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  html .portlet-asset-publisher .asset-list-highlight .box figure {
    display: block;
  }
  html .portlet-asset-publisher .asset-list-highlight .box figure img.col-4,
  html .portlet-asset-publisher .asset-list-highlight .box figure figcaption.col-8 {
    max-width: 100%;
  }
}

.journal-content-article .person {
  font-size: 1.14rem;
}
.journal-content-article .person .person_photo {
  float: right;
  margin: 5px 10px 20px;
  width: 30%;
}

@media (max-width: 480px) {
  .person .person_photo {
    width: 100%;
  }
}
.asset-list-highlight .box .person figure {
  display: flex;
}
.asset-list-highlight .box .person figure picture, .asset-list-highlight .box .person figure > img {
  margin-left: auto;
  order: 2;
}
.asset-list-highlight .box .person figure .person_photo {
  width: 100px;
  padding-left: 0.5rem;
}
.asset-list-highlight .box .person h2,
.asset-list-highlight .box .person h3 {
  color: #000000;
  margin-bottom: 1.14rem;
}

.faq .backtop {
  text-align: right;
  margin-bottom: 1.71rem;
}
.faq .backtop a .icon-chevron-up {
  text-decoration: none;
  margin-left: 10px;
}
.faq .nav-pills {
  display: flex;
  justify-content: center;
}
.data-processing,
.technology-offer {
  font-size: 1.14rem;
}

.data-processing .backtop,
.technology-offer .backtop {
  text-align: right;
  margin-bottom: 1.71rem;
}
.data-processing .backtop a .icon-chevron-up,
.technology-offer .backtop a .icon-chevron-up {
  text-decoration: none;
  margin-left: 10px;
}

.portlet-blogs {
  font-size: 1.14rem;
}
.portlet-blogs .rating-element {
  font-size: 1.14rem;
}
.portlet-blogs .taglib-social-bookmark {
  margin-top: 10px;
}
.portlet-blogs .taglib-social-bookmark a.btn-monospaced .lexicon-icon {
  font-size: 1.5rem;
}
.portlet-blogs .taglib-social-bookmark.taglib-social-bookmark-twitter .inline-item {
  background-color: #6c757d;
  background-image: url("data:image/svg+xml,%3Csvg class='bi bi-twitter-x' fill='white' height='18' viewBox='0 0 16 16' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'%3E%3C/path%3E%3C/svg%3E");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  border-radius: 1px;
  height: 21px;
  width: 21px;
}
.portlet-blogs .taglib-social-bookmark.taglib-social-bookmark-twitter a.btn:hover .inline-item {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg class='bi bi-twitter-x' fill='%236c757d' height='18' viewBox='0 0 16 16' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'%3E%3C/path%3E%3C/svg%3E");
}
.portlet-blogs .taglib-social-bookmark.taglib-social-bookmark-twitter svg.lexicon-icon {
  display: none;
}

html .portlet-document-library {
  font-size: 1.14rem;
}
html .portlet-document-library .breadcrumb {
  margin-top: 20px;
}
html .portlet-document-library .table-head-bordered thead th,
html .portlet-document-library .table-head-bordered thead td {
  border-left: none;
}
html .portlet-document-library .table-list.table-striped tbody tr:nth-of-type(2n+1):not(.table-active):not(.table-disabled):not(.table-divider),
html .portlet-document-library .table-list.table-striped tbody tr:nth-of-type(2n+1):not(.table-active):not(.table-disabled):not(.table-divider) th,
html .portlet-document-library .table-list.table-striped tbody tr:nth-of-type(2n+1):not(.table-active):not(.table-disabled):not(.table-divider) td {
  background-color: #ffffff;
}
html .portlet-document-library .table-list.table-hover tbody tr:hover {
  background-color: transparent;
}
html .portlet-document-library dd {
  margin-left: 0;
  font-size: 1rem;
}
html .portlet-document-library dd.list-group-item.active {
  background-color: #E9E9E9;
  color: #000000;
}
html .portlet-document-library dd.list-group-item.active .dropdown-toggle {
  color: #000000;
}
html .portlet-document-library dd.list-group-item.active .dropdown-toggle:hover, html .portlet-document-library dd.list-group-item.active .dropdown-toggle:focus {
  color: #000000;
}
html .portlet-document-library dd .autofit-col.autofit-col-expand {
  padding: 0;
}
html .portlet-document-library dd .card-row .autofit-col.autofit-col-expand {
  padding-left: 10px;
  padding-right: 10px;
}
html .portlet-document-library dd h2 {
  font-family: Arial, sans-serif;
}
html .portlet-document-library .lfr-search-container-wrapper .list-group .list-group-item .h5 {
  font-size: 1.14rem;
}

html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ .portlet-content-container {
  margin: 30px 20px 0 20px;
}
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ .lfr-search-container {
  margin-top: 0;
  overflow: unset;
}
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ .lfr-search-container-wrapper a {
  color: #000000;
}
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ table.table-bordered.table-striped {
  display: table;
  border: none;
}
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ table.table-bordered.table-striped th {
  height: auto;
  border: none;
}
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ table.table-bordered.table-striped td {
  border: none;
}
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ table.table-bordered.table-striped tbody tr:nth-of-type(2n+1) td {
  background-color: unset;
}

html .portlet-forms {
  background-color: #FFFFFF;
  padding: 20px 35px;
}
@media (max-width: 767.98px) {
  html .portlet-forms .portlet-forms {
    padding: 20px 15px;
  }
}
html .portlet-forms .ddm-form-basic-info .ddm-form-description {
  padding-bottom: 24px;
}
html .portlet-forms .table-list.table-hover tbody tr:hover {
  background-color: transparent;
}
html .portlet-forms .table-head-bordered thead th,
html .portlet-forms .table-head-bordered thead td {
  border-left: none;
}
html .portlet-forms .multi-step-item.active .multi-step-icon,
html .portlet-forms .ddm-user-view-content .multi-step-item.active .multi-step-divider {
  background-color: #424242;
}
html .portlet-forms .multi-step-indicator-label {
  clip: rect(0 0 0 0);
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
}
html .portlet-forms .multi-step-indicator-label-top .multi-step-item {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  html .portlet-forms .lfr-ddm-form-container .ddm-form-pagination .multi-step-nav.multi-step-nav-collapse-sm {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  html .portlet-forms .lfr-ddm-form-container .ddm-form-pagination .multi-step-nav.multi-step-nav-collapse-sm .multi-step-item {
    margin-bottom: 10px;
  }
  html .portlet-forms .lfr-ddm-form-container .ddm-form-pagination .multi-step-nav.multi-step-nav-collapse-sm .multi-step-item.multi-step-item-expand {
    width: 50px;
  }
}
html .portlet-forms .form-group {
  margin-bottom: 2rem;
}
html .portlet-forms .form-group .form-group {
  margin-bottom: 0;
}
html .portlet-forms .reference-mark,
html .portlet-forms legend .reference-mark,
html .portlet-forms p .reference-mark,
html .portlet-forms .help-block {
  color: #DC3545;
}
html .portlet-forms .reference-mark,
html .portlet-forms legend .reference-mark,
html .portlet-forms p .reference-mark {
  font-size: 0.75rem;
}
html .portlet-forms .help-block {
  font-size: 1rem;
}
html .portlet-forms .text-warning {
  color: #DC3545 !important;
}
html .portlet-forms label,
html .portlet-forms .custom-control-label {
  font-size: 1.14rem;
}
html .portlet-forms legend {
  color: #000000;
  font-size: 1.14rem;
  font-weight: 400;
}
html .portlet-forms .btn.btn-primary {
  background-image: none;
}
html .portlet-forms .lfr-ddm-form-field-repeatable-toolbar button.btn.btn-primary.ddm-form-field-repeatable-add-button,
html .portlet-forms .lfr-ddm-form-field-repeatable-toolbar button.btn.btn-primary.ddm-form-field-repeatable-delete-button {
  display: inline-block;
  min-height: unset;
  display: grid;
}
html .portlet-forms .lfr-ddm-form-field-repeatable-toolbar button.btn.btn-primary.ddm-form-field-repeatable-delete-button {
  margin-right: 10px;
}
html .portlet-forms input[type=text].form-control[readonly],
html .portlet-forms input[type=email].form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

html .portlet-message-boards {
  font-size: 1.14rem;
}
html .portlet-message-boards h2.portlet-title-text {
  padding-top: 30px;
}
html .portlet-message-boards .basic-search {
  margin: 30px;
}
html .portlet-message-boards .navigation-bar-light {
  background-color: #FFFFFF;
}
html .portlet-message-boards .breadcrumb {
  margin-left: 10px;
}
html .portlet-message-boards .btn.btn-primary {
  background-image: none;
}
html .portlet-message-boards .taglib-flags button.btn-outline-secondary {
  padding: 5px;
}
html .portlet-message-boards.portlet-decorate .autofit-col.autofit-col-expand, html .portlet-message-boards.portlet-borderless .autofit-col.autofit-col-expand {
  padding-top: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
html .portlet-message-boards .lfr-search-container-wrapper .list-group .list-group-item .autofit-col div {
  font-size: 0.857rem;
}
html .portlet-message-boards .lfr-search-container-wrapper .list-group .list-group-item .autofit-col div.h5 {
  font-size: 1.14rem;
}
html .portlet-message-boards .lfr-search-container-wrapper a {
  color: #000000;
}
html .portlet-message-boards dd.list-group-item {
  margin-left: 0;
}
html .portlet-message-boards .page-item.active .page-link,
html .portlet-message-boards .nav-underline .tab.active a.page-item .page-link,
html .portlet-message-boards .page-item.show .page-link,
html .portlet-message-boards .pagination-items-per-page.active > a,
html .portlet-message-boards .nav-underline .tab.active a.pagination-items-per-page > a,
html .portlet-message-boards .pagination-items-per-page.active > button,
html .portlet-message-boards .nav-underline .tab.active a.pagination-items-per-page > button,
html .portlet-message-boards .pagination-items-per-page.show > a,
html .portlet-message-boards .pagination-items-per-page.show > button {
  color: #FFFFFF;
}
html .portlet-message-boards .rating-element {
  font-size: 1.14rem;
}

html .portlet-asset-categories-navigation .tree-node-content .tree-hitarea {
  font-size: 20px;
}

.asset-full-content.clearfix.mb-5 .component-title.h4 {
  margin: 20px 35px 0;
}
.asset-full-content.clearfix.mb-5 .asset-details {
  justify-content: flex-end;
  margin-top: -30px;
  background: #FFFFFF;
  /*Estilo iconos Liferay ajustados
  .taglib-social-bookmarks ul.list-unstyled {
  	//redes sociales en linea
  	margin-right: 35px;

  	.btn-monospaced.btn-sm {
  		height: 2.938rem;
  		width: 2.938rem;
  	}

  	.lexicon-icon {
  		height: 2em;
  		width: 2em;
  	}
  }*/
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks .dropdown button[aria-expanded=true]:not(:hover):not(:active):not(:focus) {
  background: #6c757d;
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks button {
  margin: 0 30px 30px;
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks ul.list-unstyled {
  margin: 0 35px 25px;
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks ul.list-unstyled li.taglib-social-bookmark {
  width: 100%;
  height: 40px;
  margin: 10px;
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks ul.list-unstyled li.taglib-social-bookmark a.btn {
  border: 0;
  box-shadow: none;
  background: #f4f4f4;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  padding: 10px;
  cursor: pointer;
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks ul.list-unstyled li.taglib-social-bookmark a.btn svg.lexicon-icon {
  width: 100%;
  height: 100%;
  color: #000000;
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks ul.list-unstyled li.taglib-social-bookmark a.btn:hover svg.lexicon-icon {
  color: #606060;
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks ul.list-unstyled li.taglib-social-bookmark.taglib-social-bookmark-twitter .inline-item {
  background-image: url("data:image/svg+xml,%3Csvg class='bi bi-twitter-x' fill='black' height='18' viewBox='0 0 16 16' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'%3E%3C/path%3E%3C/svg%3E");
  background-position-y: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks ul.list-unstyled li.taglib-social-bookmark.taglib-social-bookmark-twitter a.btn:hover .inline-item {
  background-image: url("data:image/svg+xml,%3Csvg class='bi bi-twitter-x' fill='%23606060' height='18' viewBox='0 0 16 16' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'%3E%3C/path%3E%3C/svg%3E");
}
.asset-full-content.clearfix.mb-5 .asset-details .taglib-social-bookmarks ul.list-unstyled li.taglib-social-bookmark.taglib-social-bookmark-twitter svg.lexicon-icon {
  display: none;
}

html .portlet-wiki {
  /* .main-content-body */
}
html .portlet-wiki .navigation-bar-light .nav-link {
  color: #000000;
}
html .portlet-wiki .lfr-search-container-wrapper a {
  color: #000000;
}
html .portlet-wiki .portlet-body > div > .container-fluid {
  padding-inline: 0;
}
html .portlet-wiki .portlet-body > div > .container-fluid > div:first-of-type {
  background-color: #FFFFFF;
  padding: 0 40px 40px 40px;
  margin-bottom: 20px;
}
html .portlet-wiki .portlet-body > div > .container-fluid > div:first-of-type nav {
  margin-inline: -40px;
  padding-block-end: 1rem;
}
html .portlet-wiki .portlet-body > div > .container-fluid > div:first-of-type .taglib-header {
  margin-top: 3rem;
}
html .portlet-wiki li {
  font-size: 1.14rem;
}
html .portlet-wiki .page-actions .stats {
  color: #6c757d;
}

.portlet-xsl-content .xsl-content.ldap {
  font-size: 1.14rem;
  background-color: #FFFFFF;
  padding: 20px 35px 50px;
}
.portlet-xsl-content .xsl-content.ldap h1 {
  margin-bottom: 1.71rem;
}
.portlet-xsl-content .xsl-content.ldap ul {
  padding-left: 0;
  margin-left: 0;
}
.portlet-xsl-content .xsl-content.ldap ul > li::before {
  content: none;
}
.portlet-xsl-content .xsl-content.ldap .person a {
  text-decoration: underline;
}
.portlet-xsl-content .xsl-content.ldap .person a:hover, .portlet-xsl-content .xsl-content.ldap .person a:focus {
  text-decoration-color: #5FD790;
}
.portlet-xsl-content .xsl-content.ldap .nav-pills > li {
  padding: 0 10px 10px 0;
}
.portlet-xsl-content .xsl-content.ldap .pagination {
  margin: 20px 0;
  list-style: none;
}
.portlet-xsl-content .xsl-content.ldap .pagination.pagination-centered {
  text-align: center;
}
.portlet-xsl-content .xsl-content.ldap .pagination ul li {
  display: inline;
}
.portlet-xsl-content .xsl-content.ldap .pagination ul li:first-child a {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.portlet-xsl-content .xsl-content.ldap .pagination ul li a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.portlet-xsl-content .xsl-content.ldap .pagination ul li a:hover, .portlet-xsl-content .xsl-content.ldap .pagination ul li a:focus {
  background-color: #F5F5F5;
}
.portlet-xsl-content .xsl-content.ldap .pagination ul li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.portlet-xsl-content .xsl-content.ldap #tab > a .icon-chevron-up {
  text-decoration: none;
  margin-left: 10px;
}
.portlet-xsl-content .xsl-content.department {
  font-size: 1.14rem;
  background-color: #FFFFFF;
  padding: 20px 35px 50px;
}
.portlet-xsl-content .xsl-content.department ul.nav-pills li::before {
  content: none;
}
.portlet-xsl-content .xsl-content.department table a {
  text-decoration: underline;
}
.portlet-xsl-content .xsl-content.department table a:hover, .portlet-xsl-content .xsl-content.department table a:focus {
  text-decoration-color: #5FD790;
}
.portlet-xsl-content .xsl-content.department table + a .icon-chevron-up {
  text-decoration: none;
  margin-left: 10px;
}

.hamburguer-icon {
  width: 75px;
  height: 75px;
  position: absolute;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  right: 0;
  top: 0;
  z-index: 4;
}
.hamburguer-icon span {
  background-color: #000000;
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  border-radius: 9px;
  opacity: 1;
  left: 22px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburguer-icon .hamburguer-icon-animated:nth-child(1) {
  top: 24px;
}
.hamburguer-icon .hamburguer-icon-animated:nth-child(2),
.hamburguer-icon .hamburguer-icon-animated:nth-child(3) {
  top: 34px;
}
.hamburguer-icon .hamburguer-icon-animated:nth-child(4) {
  top: 44px;
}
.hamburguer-icon .hamburguer-icon-animated.open:nth-child(1) {
  left: 50%;
  top: 11px;
  width: 0%;
}
.hamburguer-icon .hamburguer-icon-animated.open:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburguer-icon .hamburguer-icon-animated.open:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburguer-icon .hamburguer-icon-animated.open:nth-child(4) {
  left: 50%;
  top: 11px;
  width: 0%;
}

/** main.scss module **/
:root {
  --color-white: white;
  --color-black: black;
  --color-gray: #C1C1C1;
  --color-gray-light: #BDBDBD;
  --color-bg-gray-light: #F9F9F9;
  --color-gray-strong: #424242;
  --color-blue: #0066B3;
}

#ehu-calendar {
  padding: 1.5rem 0.5rem;
  background-color: var(--color-white);
  /* link todos los eventos */
  /* selector de categorias */
  /* listado eventos */
  /* modal */
}
@media (max-width: 540px) {
  #ehu-calendar {
    padding: 1.5rem 0;
  }
}
#ehu-calendar .calContainer {
  container: calendarContainer/inline-size;
}
#ehu-calendar .titCalendar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#ehu-calendar .titCalendar h2 {
  font-weight: 700;
  margin: 0;
}
#ehu-calendar .filterCal {
  margin-inline-start: auto;
  min-width: max-content;
  text-align: right;
}
#ehu-calendar .filterCal a {
  padding: 1rem;
  border-radius: 5px;
  text-decoration: underline;
}
#ehu-calendar .filterCal a span.icon {
  display: none;
}
#ehu-calendar .filterCal a:hover {
  background: #B0FBC1;
}
#ehu-calendar .selectedCategory {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block-end: 1rem;
}
#ehu-calendar .selectedCategory .selectedCategoryFilter {
  flex: 1;
  padding: 9px 2rem 9px 1rem;
  max-width: 100%;
  font-size: 1.15rem;
  border-radius: 7px;
  border: 1px solid var(--color-gray-light, #BDBDBD);
  background: var(--color-bg-gray-light, #F9F9F9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
#ehu-calendar .selectedCategory .selectedCategoryFilter:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 3 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}
#ehu-calendar .selectedCategory button#buttonSearch {
  padding: 9px 15px;
  border-radius: 5px;
  background: var(--color-white);
  font-family: Arial;
  font-size: 1.15rem;
  line-height: 1.72rem;
  border: 1px solid var(--color-black);
  text-transform: capitalize;
}
#ehu-calendar .selectedCategory button#buttonSearch:hover {
  background: #5FD790;
}
#ehu-calendar .yui3-u.yui3-calendar-pane {
  /* calendario */
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header {
  position: relative;
  margin: 1rem 0;
  text-align: center;
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* mes */
  /* flechas mes */
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendar-header-label {
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.72rem;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth,
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth {
  cursor: pointer;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth,
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth {
  /* position: absolute;
  top: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  background-color: var(--color-white);
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:after,
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:after {
  font-family: "fontawesome-alloy";
  font-size: 22px;
  color: var(--color-black);
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:after {
  content: "\f104";
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:after {
  content: "\f105";
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:hover,
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:hover,
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:focus,
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:focus {
  background-color: #B0FBC1;
  text-decoration: none;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover {
  cursor: default;
  border-right-color: var(--color-gray);
  border-left-color: transparent;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover {
  cursor: default;
  border-left-color: var(--color-gray-light);
  border-right-color: transparent;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table {
  display: table;
  font-size: 1.15rem;
  line-height: 1.72rem;
  /* border-collapse: initial; */
  border-collapse: collapse;
  /* letras calendario */
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table thead {
  border-block-start: 0;
  border-block-end: 1px solid black;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table thead .yui3-calendar-weekdayrow {
  text-transform: capitalize;
  border-block-end: 1px solid;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table thead .yui3-calendar-weekdayrow th {
  padding: 0;
  border: none;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody {
  /* num calendario */
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day {
  padding: 0;
  border: none;
  border-radius: 5px;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day a {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
}
#ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day a:hover, #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day a:focus {
  text-decoration-color: #5FD790;
}
#ehu-calendar .listadoCal h3, #ehu-calendar .listadoCal h3.display-4 {
  font-size: 1.29rem;
  line-height: 2rem;
  margin-block-end: 1rem;
  padding-inline: 1rem;
  color: var(--color-black);
  font-weight: bold;
}
#ehu-calendar .listadoCal h3 a, #ehu-calendar .listadoCal h3.display-4 a {
  color: var(--color-black);
}
#ehu-calendar .listadoCal ul li {
  padding: 0;
}
#ehu-calendar #modalEvents .yui3-widget-mask {
  z-index: 99 !important;
}
#ehu-calendar #modalEvents .modal-dialog {
  z-index: 100 !important;
  pointer-events: auto;
}
#ehu-calendar #modalEvents .modal-dialog .modal-header {
  flex-direction: row-reverse;
  border-color: black;
}
#ehu-calendar #modalEvents .modal-dialog .modal-header button {
  font-size: 1.5rem;
}
#ehu-calendar #modalEvents .modal-dialog .modal-header h3 {
  margin: 0;
  text-decoration-line: underline;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.72rem;
}
#ehu-calendar #modalEvents .modal-dialog .modal-body {
  overflow-y: auto;
}
#ehu-calendar .row .listadoCal h3:not(:first-child) {
  margin-block-start: 1.5rem;
}
#ehu-calendar .row .listadoCal ul {
  padding: 0 6px 6px 0;
}
#ehu-calendar .listadoCal ul.list-group, #ehu-calendar #modalEvents .modal-dialog ul.list-group {
  gap: 0.5rem;
}
#ehu-calendar .listadoCal ul.list-group .alert, #ehu-calendar #modalEvents .modal-dialog ul.list-group .alert {
  border-color: var(--color-gray-strong);
}
#ehu-calendar .listadoCal ul.list-group .alert:hover, #ehu-calendar #modalEvents .modal-dialog ul.list-group .alert:hover {
  background-color: var(--color-white) !important;
}
#ehu-calendar .listadoCal ul.list-group li, #ehu-calendar #modalEvents .modal-dialog ul.list-group li {
  padding-inline: 1rem;
  border: none;
}
#ehu-calendar .listadoCal ul.list-group a, #ehu-calendar #modalEvents .modal-dialog ul.list-group a {
  display: flex !important;
  flex-direction: column;
  gap: 0.5rem;
  padding: 15px 3px;
  border-top: none !important;
  border-block-end: 2px solid #B0FBC1;
}
#ehu-calendar .listadoCal ul.list-group a:hover, #ehu-calendar #modalEvents .modal-dialog ul.list-group a:hover {
  text-decoration: none;
  border-block-color: #5FD790;
}
#ehu-calendar .listadoCal ul.list-group a:hover strong, #ehu-calendar #modalEvents .modal-dialog ul.list-group a:hover strong {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
#ehu-calendar .listadoCal ul.list-group a strong, #ehu-calendar #modalEvents .modal-dialog ul.list-group a strong {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.15rem;
  line-height: 1.72rem;
  color: var(--color-black);
}
#ehu-calendar .listadoCal ul.list-group a span, #ehu-calendar #modalEvents .modal-dialog ul.list-group a span {
  color: var(--color-black);
}
#ehu-calendar .listadoCal ul.list-group a .span, #ehu-calendar #modalEvents .modal-dialog ul.list-group a .span {
  font-family: Arial;
  font-size: 1rem;
  line-height: 1;
}
#ehu-calendar .listadoCal.loading ul, #ehu-calendar .listadoCal.loading h3 {
  opacity: 0.6;
  filter: blur(1px);
}
#ehu-calendar .listadoCal.loading:after {
  content: "";
  position: absolute;
  top: 90px;
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  background: transparent;
  z-index: 2;
  border: 5px solid transparent;
  border-bottom-color: #424242;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ehu-calendar .container-fluid table tr:nth-child(2n+1) {
  background-color: transparent;
}
#ehu-calendar .alert {
  display: block;
}
@container calendarContainer (max-width: 310px) {
  #ehu-calendar .yui3-u.yui3-calendar-pane {
    box-shadow: none !important;
  }
}
@container calendarContainer (max-width: 190px) {
  #ehu-calendar .yui3-u.yui3-calendar-pane {
    margin-inline: -15px;
    width: calc(100% + 30px);
  }
  #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendar-header-label {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table {
    font-size: 0.8rem;
  }
}

/** Estilos previos **/
/* 
#portlet_es_ehu_calendarevents_EhuCalendarEventsPortlet .portlet-title-text {
	margin-bottom: 30px;
	margin-left: 0;
}

#ehu-calendar {
	margin-bottom: 25px;

	.col-4 {
		.yui3-calendar-pane {
			table {
				display: table;
			}
		}

		.filterCal {
			padding: 0 20px;
		}
	}

	.container-fluid {
		padding: 0;
	}

	.yui3-calendar-pane {
		background: white;
		padding: 12px;

		table {
			display: table;
			margin-bottom: 0;

			@include media-breakpoint-up(md) {
				display: block;
			}

			@include media-breakpoint-up(xl) {
				display: table;
			}

			@media (max-width: 340px) {
				display: block;
			}

			td {
				text-align: center !important;

				a {
					color: #FFFFFF;

					&:hover,
					&:focus {
						text-decoration: none;

						.color {
							opacity: 0.8;
						}
					}
				}
			}
		}

		table thead tr th {
			color: #212f96;
			font-size: 12px;
			border: 0;
			padding: 5px 15px !important;
			text-align: center;
			font-weight: bold;
			height: 20px;
		}

		table tbody tr td.vacio {
			border: none !important;
		}

		table tbody tr td.pasado {
			border: none !important;
			background: #f4f4f4 !important;
			transition: 0.35s;
		}

		table tbody tr td:hover {
			background: white !important;
			color: #5f5f5f !important;
		}

		table tbody tr td.eventoHoy,
		table tbody tr td.evento {
			padding: 0;
			border: 0;

			a {
				color: white;
				display: grid;

				&:hover {
					text-decoration: none;

					.color {
						opacity: 0.8;
					}
				}

				&:focus {
					text-decoration: none;

					.color {
						border-radius: 5px;
					}
				}

				.color {
					border-bottom: 5px solid;
					border-top: 5px solid;
					border-left: 6px solid;
					border-right: 6px solid;
					border-radius: 0px;
				}
			}
		}

		.yui3-calendar-day {

			.color.academico {
				border-color: #dd6b0e !important;
				background: #dd6b0e;
			}

			.color.general {
				border-color: #212f96 !important;
				background: #212f96;
			}

			.color.ambos {
				border-color: #212f96 !important;
				background: #dd6b0e;
			}

			&:hover {
				background: #FFFFFF;
			}

			.color {
				transition: 0.35s;
			}
		}

		.yui3-calendar-day:not(:empty) {
			background-color: #f4f4f4 !important;
		}

		.yui3-calendar-day.selected {
			background-color: #ddd !important;

			.color.academico {
				border-color: #a14901 !important;
				background: #a14901;
			}

			.color.general {
				border-color: #151e63 !important;
				background: #151e63;
			}

			.color.ambos {
				border-color: #151e63 !important;
				background: #a14901;
			}
		}

		.yui3-calendar-day {

			.color.academico {
				border-color: #dd6b0e !important;
				background: #dd6b0e;
			}

			.color.general {
				border-color: #212f96 !important;
				background: #212f96;
			}

			.color.ambos {
				border-color: #212f96 !important;
				background: #dd6b0e;
			}
		}
	}

	.filterCal .form-check {

		.form-check-label input[type="checkbox"] {
			-moz-appearance: none;
			width: 13px;
			margin-top: -2px;
			margin-right: 5px;
			position: relative;
		}

		.form-check-label input.evento-academico[type="checkbox"] {

			&::before {
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				background-color: #dd6b0e;
				border: 1px solid #dd6b0e;
				border-radius: 2px;
			}

			&:hover::before {
				border: 1px solid #dd6b0e;
				background-color: #dd6b0e;
			}

			&:focus::before {
				border: 2px solid #dd6b0e;
				background-color: #dd6b0e;
			}

			&:checked::before {
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				background-color: #dd6b0e;
				border: 1px solid #dd6b0e;
				border-radius: 2px;
			}

			&:checked:focus::before {
				background-color: #dd6b0e;
				border: 1px solid #dd6b0e;
			}

			&:hover:checked::before {
				background-color: #dd6b0e;
				border: 1px solid #dd6b0e;
			}

			&:checked::after {
				content: "";
				position: absolute;
				width: 4px;
				left: 4px;
				top: 2px;
				transform: rotate(45deg);
				height: 9px;
				border-bottom: 2px solid #FFFFFF;
				border-right: 2px solid #FFFFFF;
			}
		}

		.form-check-label input.evento[type="checkbox"] {

			&::before {
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				background-color: #212f96;
				border: 1px solid #212f96;
				border-radius: 2px;
			}

			&:hover::before {
				border: 1px solid #212f96;
				background-color: #212f96;
			}

			&:focus::before {
				border: 2px solid #212f96;
				background-color: #212f96;
			}

			&:checked::before {
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				background-color: #212f96;
				border: 1px solid #212f96;
				border-radius: 2px;
			}

			&:checked:focus::before {
				background-color: #212f96;
				border: 1px solid #212f96;
			}

			&:hover:checked::before {
				background-color: #212f96;
				border: 1px solid #212f96;
			}

			&:checked::after {
				content: "";
				position: absolute;
				width: 4px;
				left: 4px;
				top: 2px;
				transform: rotate(45deg);
				height: 9px;
				border-bottom: 2px solid #FFFFFF;
				border-right: 2px solid #FFFFFF;
			}
		}

		.btn-more {
			border: 2px solid #000;
			border-radius: 0;
			color: #000;
			background: white;
			z-index: 0;
			margin-top: 1.5rem;
			margin-bottom: 1.5rem;

			i {
				color: #5c5c5c !important;
			}

			&:hover,
			&:focus {
				background-color: #000;
				color: $color-white;
				border: 2px solid #000;
			}
		}
	}

	.listadoCal {
		overflow-y: auto;
		max-height: 510px;
		margin-bottom: 15px;
		scrollbar-color: $neutral-color-light #d5deea;
		scrollbar-width: auto;

		&::-webkit-scrollbar {
			width: 10px;
		}

		&::-webkit-scrollbar-track {
			background-color: $background-color;
			border-radius: 100px;
		}

		&::-webkit-scrollbar-thumb {
			background: $neutral-color-light;
			border-radius: 100px;
			border: 2px solid transparent;
		}

		h2 {
			font-size: 1.71rem;
			line-height: 2.42rem;
			margin-bottom: 0.5rem;
		}

		h4 {
			margin: 0px;
			margin-top: 12px;
			padding: 5px;
			background: white;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: bold;
			color: #42748c;

			&:first-child {
				margin-top: 0px;
			}
		}

		ul.list-group li {

			a {
				color: rgba(0, 0, 0, 0.87);
				padding: 5px 0px;
				font-size: 16px;

				&:hover {
					color: rgba(0, 0, 0, 0.87);
				}
			}

			p {
				margin: 0 0 5px;
				font-size: 13px;

				&:first-child {
					font-size: 16px;
				}
			}
		}

		.list-group {

			.list-group-item {

				&.evento-academico::before {
					content: "";
					position: absolute;
					width: 5px;
					height: calc(100% - 4px);
					top: 2px;
					left: 2px;
					background-color: #dd6b0e;
				}

				&.evento-general::before {
					content: "";
					position: absolute;
					width: 5px;
					height: calc(100% - 4px);
					top: 2px;
					left: 2px;
					background-color: #212f96;
				}
			}
		}
	}

	.listadoCal,
	.modal-dialog {

		h2 {
			font-size: $extra-font-size;
			margin-bottom: 0.5em;

			&:nth-child(3) {
				margin-top: $extra-font-size;
			}
		}

		.list-group {

			.list-group-item {
				font-size: $basic-font-size;

				a {
					color: #000000;
				}

				p {
					font-size: $small-font-size;
				}

				&.evento-academico::before {
					content: "";
					position: absolute;
					width: 5px;
					height: calc(100% - 4px);
					top: 2px;
					left: 2px;
					background-color: #dd6b0e;
				}

				&.evento-general::before {
					content: "";
					position: absolute;
					width: 5px;
					height: calc(100% - 4px);
					top: 2px;
					left: 2px;
					background-color: #212f96;
				}
			}
		}
	}

	@media (max-width: 1600px) and (min-width: 1200px) {
		.col-4 {
			flex: 0 0 41.66667%;
			max-width: 41.66667%;
		}

		.col-8 {
			flex: 0 0 58.33333%;
			max-width: 58.33333%;
		}
	}

	@media (max-width: 1199px) and (min-width: 992px) {
		.col-4 {
			flex: 0 0 50%;
			max-width: 50%;
		}

		.col-8 {
			flex: 0 0 50%;
			max-width: 50%;
		}
	}

	@media (max-width: 991px) {
		.col-4 {
			width: 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}

		.col-8 {
			margin-right: 15px;
			margin-left: 15px;
			width: calc(100% - 30px);
			flex: 0 0 calc(100% - 30px);
			max-width: 100%;
		}
	}

	.calendar-popup {
		overflow: auto;

		.yui3-calendar-pane {
			.yui3-skin-sam .yui3-calendar-header {
				margin-left: 0;
			}
		}
	}

	#modalEvents {

		.yui3-widget-mask {
			z-index: 99 !important;
		}

		.modal-dialog {
			z-index: 100 !important;

			@include media-breakpoint-down(sm) {
				max-width: calc(100% - 40px);
				margin: 0 55px;
			}

			.modal-header {
				padding: 9px 15px;
				border-bottom: 2px solid #bababa;
				height: auto;

				h2 {
					margin-bottom: 0;

					@include media-breakpoint-down(xs) {
						font-size: 20px;
						line-height: 20px;
						margin-bottom: 10px;
					}
				}

				.close {
					color: black;
					opacity: .75;
				}

				button {
					position: relative;
					width: 30px;
					height: 30px;
					border: none;
					background: transparent;
					box-shadow: none;
					@extend .c-button;
					@extend .c-button--tertiary;
					text-decoration: none;

					&::before {
						font-family: 'fontawesome-alloy';
						content: "";
						position: absolute;
						top: calc(50% - 0px);
						left: calc(50% - 7px);
						width: 14px;
						height: 0;
						border-bottom: 2px solid black;
						transform: rotate(135deg);
					}

					&::after {
						content: "";
						position: absolute;
						top: calc(50% - 1px);
						left: calc(50% - 7px);
						width: 14px;
						height: 0;
						border-bottom: 2px solid black;
						transform: rotate(45deg);
					}

					.hide-accesible {
						opacity: 0;
						visibility: hidden;
						position: absolute;
					}
				}
			}

			.modal-body {
				padding: 0;

				.list-group {

					.list-group-item {
						border-bottom: 2px solid #bababa !important;
						margin-bottom: 1px;

						&.evento-academico::before {
							content: "";
							position: absolute;
							width: 5px;
							height: calc(100% - 4px);
							top: 2px;
							left: 2px;
							background-color: #dd6b0e;
						}

						&.evento-general::before {
							content: "";
							position: absolute;
							width: 5px;
							height: calc(100% - 4px);
							top: 2px;
							left: 2px;
							background-color: #6495ed;
						}

						a {
							border-top: 0;
							font-size: 16px;

							p {
								margin: 0;
							}
						}
					}
				}
			}
		}
	}
} */
.search-facet button.facet-clear-btn {
  color: white;
  padding-inline: 0.5rem;
  border-radius: 5px;
}
.search-facet ul.list-unstyled {
  font-size: 1rem;
}

.map {
  /* a:focus span.sr-only {
  	display: none;
  }

     a:hover span.sr-only {
  	display: block;
  } */
}
.map__buscador {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.map__buscador input {
  background-color: #ffffff;
  border-radius: 0;
  border: solid 1px #000000;
  height: 35px;
  margin: 0;
  padding-left: 10px;
  width: 100%;
}
.map__buscador .search-find {
  height: 33px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 33px;
}
.map__buscador .search-find:before {
  background-color: #3a3a3a;
  content: "";
  height: 2px;
  left: 19px;
  position: absolute;
  transform: rotate(45deg);
  top: 21px;
  width: 6px;
}
.map__buscador .search-find:after {
  border-radius: 50%;
  border: 2px solid #3a3a3a;
  content: "";
  height: 14px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.map__result-list__item {
  background-color: #ffffff;
  margin-bottom: 15px;
}
.map__result-list__item__accordion-title button {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  font-weight: bold;
  font-family: var(--primary-font);
  font-size: 16px;
  justify-content: left;
  line-height: 20px;
  padding: 10px 25px;
  text-align: left;
  width: 100%;
}
.map__result-list__item__accordion-title button h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  padding-right: 20px;
  width: 100%;
}
.map__result-list__item__accordion-title button.collapsed:after {
  content: "\f107";
}
.map__result-list__item__accordion-title button:after {
  content: "\f106";
  display: inline-block;
  font-size: 24px;
  font-family: "fontawesome-alloy";
  line-height: 20px;
  margin: 4px 0 4px auto;
}
.map__result-list__item__accordion-title + div {
  padding: 25px;
}
.map__result-list__item__header {
  display: flex;
}
.map__result-list__item__header a.c-button--only-icon {
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  position: relative;
  width: 40px;
  /* span.sr-only{
     margin-top: -11px;
     margin-left: 0;
  top: 58px;
   	} */
}
.map__result-list__item__img img {
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 100%;
}
.map__result-list__item__title {
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: var(--primary-font);
  line-height: 1.8rem;
  margin-bottom: 12px;
}
.map__result-list__item__title h2 {
  color: #000000;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin-bottom: 12px;
}
.map__result-list__item__address {
  display: flex;
  margin-bottom: 1rem;
}
.map__result-list__item__address .icon-map-marker {
  margin-top: 4px;
}
.map__result-list__item__description {
  margin-bottom: 0;
}
.map__map-area {
  background-color: #ffffff;
  padding: 25px;
}
.map__map-area > div {
  height: 300px;
  width: 100%;
}
.map__info {
  margin-right: 10px;
}
.map__info__header {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.map__info__header div {
  position: relative;
}
.map__info__header a.c-button--only-icon {
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  position: unset;
  width: 40px;
  /* span.sr-only{
  	margin-top: 0;
  	margin-left: 0;
  	right: 0;
  	top: 44px;
  } */
}
.map__info__title {
  font-family: var(--primary-font);
  font-size: 1.14rem;
  line-height: 1.71rem;
  margin-bottom: 10px !important;
  margin-right: 20px !important;
}
.map__info p {
  margin: 0 0 15px 0;
  /* display: flex; */
}
.map__info p .icon-map-marker {
  margin-top: 5px;
}
.map--one-column .map__result-list__item {
  padding: 33px 44px 25px 44px;
}
@media (max-width: 575.98px) {
  .map--one-column .map__result-list__item {
    padding: 24px;
  }
}
.map--one-column .map__map-area {
  padding: 33px 44px 25px 44px;
}
@media (max-width: 575.98px) {
  .map--one-column .map__map-area {
    padding: 24px;
  }
}
.map--one-column .map__result-list__item__address,
.map--one-column .map__result-list__item__description {
  padding-right: 100px;
}
@media (max-width: 991.98px) {
  .map--one-column .map__result-list__item__address,
  .map--one-column .map__result-list__item__description {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .map--one-column .map__result-list__item__img {
    margin-bottom: 20px;
  }
}
.map--one-column .map__map-area > div {
  height: 500px;
}

button.gm-ui-hover-effect {
  align-items: center !important;
  display: flex !important;
  height: 30px !important;
  justify-content: center !important;
  right: 5px !important;
  top: 0 !important;
  width: 30px !important;
}
button.gm-ui-hover-effect span {
  height: 19px !important;
  margin: 0 !important;
  width: 19px !important;
}

.gm-style .gm-style-iw-c {
  max-width: 320px !important;
  max-height: 210px !important;
  padding: 20px 15px 20px 20px !important;
}

.gm-style .gm-style-iw-d {
  max-height: 170px !important;
  margin-top: 10px;
}

/* #map a:not([title]) span.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;
} */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ============ TIMELINER.JS ============= */
.timeline-container {
  margin: 20px auto;
  width: 900px;
}

.last-item-timeline {
  width: 100%;
  position: relative;
  height: 50px;
  display: inline-block;
}
.last-item-timeline::after {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #5C5C5C;
  position: absolute;
  left: -1px;
  bottom: 0px;
}
.last-item-timeline::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #5C5C5C;
  position: absolute;
  left: 6px;
}

.last-item-timeline + button.timeline-toggle {
  margin-top: -50px;
}

.timeline-toggle {
  float: right;
  border: 0px;
  font-size: 16px !important;
  padding: 10px 18px;
  min-width: 180px;
  border-radius: 5px;
  color: #0066b3;
}

.timeline-wrapper {
  clear: left;
  display: inline-block;
  margin: 0px;
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-left: 35px;
}

.timeline-wrapper h2 {
  padding: 4px 4px 4px 10px;
  position: relative;
  font-weight: bold;
  margin-bottom: 0px;
  cursor: pointer;
}

button.timeline-toggle + .timeline-wrapper::before {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #5C5C5C;
  position: absolute;
  left: -1px;
  top: 0px;
}

button.timeline-toggle {
  background-color: transparent;
}

button.timeline-toggle:hover {
  background-color: #efefef;
}

button.timeline-toggle strong {
  font-size: 28px;
  position: absolute;
  margin-top: -6px;
  margin-left: -23px;
}

button.timeline-toggle {
  padding-left: 40px !important;
  text-decoration: underline;
  position: relative;
  z-index: 2;
  top: 20px;
}

button.timeline-toggle.expanded strong {
  margin-top: -9px;
}

.timeline-wrapper h2::after {
  content: "";
  width: 27px;
  height: 3px;
  background-color: #5C5C5C;
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -2px;
}

.timeline-wrapper::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 6px;
  background-color: #5C5C5C;
  top: 0px;
}

.timeline-wrapper h2 span {
  background: #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #131313;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding: 3px 5px 1px;
}

.timeline-series {
  clear: left;
  float: left;
  margin: 0 12px 0 0;
  padding: 4px 4px 4px 0;
  position: relative;
  width: 100%;
  padding-left: 5px;
}

.timeline-series dt {
  clear: left;
  font-size: 1.1rem;
  list-style-type: none;
  line-height: 1.2em;
  margin: 0 0 12px;
  padding: 0px;
  padding-left: 10px;
}

.timeline-series dd {
  margin-left: 0px;
}

.timeline-series dt a {
  color: #000;
  cursor: pointer;
  font-size: 1.3rem !important;
}
.timeline-series dt a:hover {
  text-decoration: underline;
}

.timeline-series dt a .closed {
  color: #999;
  font-size: 1em;
  margin-left: 0;
}

.timeline-series dt a .open {
  color: #7DBADF;
}

.timeline-series dt a:hover {
  color: #7DBADF;
}

.timeline-series dd {
  width: 100%;
}

.timeline-series dd h3 {
  color: #FFF;
  clear: both;
  float: left;
  font-size: 1.5em;
  margin: 0;
  white-space: nowrap;
}

.timeline-event-content {
  display: none;
}

.timeline-event-content h4 {
  clear: left;
  float: left;
  font-size: 1.4em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

.timeline-event-content blockquote {
  border-left: 2px solid #ccc;
  clear: left;
  float: left;
  font-size: 1.8em;
  margin-left: 0;
  padding: 0 30px;
  width: 400px;
}

.timeline-event-content blockquote .attribution {
  font-size: 0.7em;
  text-align: right;
}

.timeline-event-content .media {
  float: right;
  padding: 0 0 12px;
  width: 300px;
}

.timeline-event-content .media img {
  border: 2px solid #000;
  margin: 0;
}

.timeline-event-content .media p {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

.timeline-event-content .media a:link,
.timeline-event-content .media a:visited {
  color: #ab221b;
}

.timeline-event-content .media a:hover {
  color: #7DBADF;
}

.clear {
  clear: both;
}

.images-section {
  margin: 25px 30px 0 30px;
}
.images-section .image-item {
  text-align: center;
}
.images-section .image-item img {
  max-height: 435px;
  width: auto;
}
.images-section .image-item img:hover {
  cursor: pointer;
}
.images-section .image-item .imagen-item__container {
  display: inline-block;
  position: relative;
}
.images-section .image-item .imagen-item__container p {
  margin-bottom: 0;
}
.images-section p {
  margin-top: 1rem;
}

.timeline-popup {
  overflow: hidden;
}
.timeline-popup .iv-timeline-carousel .imagen-item__container p {
  display: none;
}

/* Variables -----------------------------------*/
/* Colors */
/* Utilities -----------------------------------*/
/* Backgrounds */
.u-bg-secondary {
  background-color: #5FD790;
}

.u-bg-secondary-light {
  background-color: #B0FBC1;
}

.u-bg-secondary-dark {
  background-color: #2fbb68;
}

html .masters {
  font-size: 1.14rem;
  line-height: 1.71rem;
  /* Colores */
  /* Buttons -----------------------------------*/
  /* Headers -----------------------------------*/
  /* Footer  -----------------------------------*/
  /* Headings ----------------------------------*/
  /* Lits ----------------------------------*/
  /* Images  -----------------------------------*/
  /* Layout  -----------------------------------*/
  /* Header -----------------------------------*/
  /* Menu Masters -----------------------------------*/
  /* Section content -----------------------------------*/
  /* Footer ---------------------------------------------*/
  /* Elementos estilados para masters ---------------------*/
  /* Masters especificos -----------------------------------*/
  /* Títulos de la home de Masteres */
  /* Importado de study esquema rojos -----------------------------------*/
  /* Content */
  /* XSL content */
  /* Toggler */
  /* Accordion acordeon */
  /* XSL content */
  /* Contenidos de liferay */
  /* Estructura Modular */
}
html .masters .titcomoh4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
html .masters .text-uppercase {
  text-transform: uppercase;
}
html .masters .fnd-primary {
  background-color: #5FD790;
  color: #000000;
}
html .masters .fnd-secondary {
  background-color: #5FD790;
  color: #000000;
}
html .masters .color-primary {
  color: #000000;
}
html .masters .color-secondary {
  color: #000000;
}
html .masters a.c-button, html .masters section.upv-ehu-image-description div.main ul li.additional-active a, html section.upv-ehu-image-description div.main ul li.additional-active .masters a, html .masters a.btn.btn-upv, html .masters .pagination-bar .pagination a.page-link, html .pagination-bar .pagination .masters a.page-link, html .masters .lfr-pagination .pagination li a, .lfr-pagination .pagination li html .masters a,
html .masters .lfr-pagination .pager li a,
.lfr-pagination .pager li html .masters a, html .masters .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html .masters a, html .masters #doctorate-order-buttons li.additional-active a, html #doctorate-order-buttons li.additional-active .masters a, html .masters #doctorate-order-buttons li a, html #doctorate-order-buttons li .masters a, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li.active a, html .ehu-oferta-grados__filtros .nav.nav-pills li.active .masters a,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active .masters a,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active .masters a,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active .masters a, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li a, html .ehu-oferta-grados__filtros .nav.nav-pills li .masters a,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li .masters a,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li .masters a,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li .masters a, html .masters .ehu-oferta-grados__lists a.back-to-top, html .ehu-oferta-grados__lists .masters a.back-to-top,
html .masters .ehu-oferta-masteres__lists a.back-to-top,
html .ehu-oferta-masteres__lists .masters a.back-to-top,
html .masters .ehu-oferta-doctorados__lists a.back-to-top,
html .ehu-oferta-doctorados__lists .masters a.back-to-top,
html .masters .ehu-oferta-masteres-titulos-propios__lists a.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists .masters a.back-to-top, html .masters .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action .masters a.btn.btn-secondary,
html .masters .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action .masters a.btn.btn-outline-secondary, html .masters .alumni a#descarga, .alumni html .masters a#descarga, html .masters .contact a.btn, .contact html .masters a.btn, html .masters .faq .backtop a, .faq .backtop html .masters a, html .masters .faq .nav-pills li a[aria-selected=false], .faq .nav-pills li html .masters a[aria-selected=false], html .masters .faq .nav-pills li a[aria-selected=true], .faq .nav-pills li html .masters a[aria-selected=true], html .masters .data-processing .backtop a, .data-processing .backtop html .masters a,
html .masters .technology-offer .backtop a,
.technology-offer .backtop html .masters a, html .masters .portlet-blogs a.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html .masters a.btn.btn-outline-secondary:not(.btn-monospaced),
html .masters .portlet-blogs a.btn.btn-outline-primary,
.portlet-blogs html .masters a.btn.btn-outline-primary, html .masters .portlet-forms a.btn.btn-primary, html .portlet-forms .masters a.btn.btn-primary, html .masters .portlet-message-boards a.btn.btn-primary, html .portlet-message-boards .masters a.btn.btn-primary, html .masters .portlet-message-boards a.btn.btn-secondary, html .portlet-message-boards .masters a.btn.btn-secondary, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li > a, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li.active > a, html .masters .portlet-xsl-content .xsl-content.ldap #tab > a, .portlet-xsl-content .xsl-content.ldap html .masters #tab > a, html .masters .portlet-xsl-content .xsl-content.department ul.nav-pills li a, .portlet-xsl-content .xsl-content.department ul.nav-pills li html .masters a, html .masters .portlet-xsl-content .xsl-content.department table + a, .portlet-xsl-content .xsl-content.department html .masters table + a,
html .masters button.c-button,
html .masters button.btn.btn-upv,
html .masters .pagination-bar button,
html .pagination-bar .masters button,
html .masters .pagination-bar .pagination button.page-link,
html .pagination-bar .pagination .masters button.page-link,
html .masters .ehu-oferta-grados__lists button.back-to-top,
html .ehu-oferta-grados__lists .masters button.back-to-top,
html .masters .ehu-oferta-masteres__lists button.back-to-top,
html .ehu-oferta-masteres__lists .masters button.back-to-top,
html .masters .ehu-oferta-doctorados__lists button.back-to-top,
html .ehu-oferta-doctorados__lists .masters button.back-to-top,
html .masters .ehu-oferta-masteres-titulos-propios__lists button.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists .masters button.back-to-top,
html .masters .alumni button#descarga,
.alumni html .masters button#descarga,
html .masters .contact button.btn,
.contact html .masters button.btn,
html .masters .call button[id^=lopd-msg_],
.call html .masters button[id^=lopd-msg_],
html .masters .portlet-blogs button.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html .masters button.btn.btn-outline-secondary:not(.btn-monospaced),
html .masters .portlet-blogs button.btn.btn-outline-primary,
.portlet-blogs html .masters button.btn.btn-outline-primary,
html .masters .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ .masters button,
html .masters .portlet-forms button.btn.btn-primary,
html .portlet-forms .masters button.btn.btn-primary,
html .masters .portlet-message-boards button.btn.btn-primary,
html .portlet-message-boards .masters button.btn.btn-primary,
html .masters .portlet-message-boards button.btn.btn-secondary,
html .portlet-message-boards .masters button.btn.btn-secondary {
  border-radius: 0;
  color: #000000;
}
html .masters a.c-button--primary, html .masters #doctorate-order-buttons li a, html #doctorate-order-buttons li .masters a, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li.active a, html .ehu-oferta-grados__filtros .nav.nav-pills li.active .masters a,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active .masters a,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active .masters a,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active .masters a, html .masters .alumni a#descarga, .alumni html .masters a#descarga, html .masters .portlet-forms a.btn.btn-primary, html .portlet-forms .masters a.btn.btn-primary, html .masters .portlet-message-boards a.btn.btn-primary, html .portlet-message-boards .masters a.btn.btn-primary, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li.active > a,
html .masters button.c-button--primary,
html .masters .alumni button#descarga,
.alumni html .masters button#descarga,
html .masters .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ .masters button,
html .masters .portlet-forms button.btn.btn-primary,
html .portlet-forms .masters button.btn.btn-primary,
html .masters .portlet-message-boards button.btn.btn-primary,
html .portlet-message-boards .masters button.btn.btn-primary {
  background-color: #5FD790;
  border: 3px solid #5FD790;
  color: #000000;
}
html .masters a.c-button--primary:hover, html .masters #doctorate-order-buttons li a:hover, html #doctorate-order-buttons li .masters a:hover, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li.active a:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li.active .masters a:hover,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active .masters a:hover,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active .masters a:hover,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active .masters a:hover, html .masters .alumni a#descarga:hover, .alumni html .masters a#descarga:hover, html .masters .portlet-forms a.btn.btn-primary:hover, html .portlet-forms .masters a.btn.btn-primary:hover, html .masters .portlet-message-boards a.btn.btn-primary:hover, html .portlet-message-boards .masters a.btn.btn-primary:hover, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:hover, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li.active > a:hover,
html .masters button.c-button--primary:hover,
html .masters .alumni button#descarga:hover,
.alumni html .masters button#descarga:hover,
html .masters .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:hover,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ .masters button:hover,
html .masters .portlet-forms button.btn.btn-primary:hover,
html .portlet-forms .masters button.btn.btn-primary:hover,
html .masters .portlet-message-boards button.btn.btn-primary:hover,
html .portlet-message-boards .masters button.btn.btn-primary:hover {
  background-color: #2fbb68;
  border: 3px solid #2fbb68;
  color: #000000;
}
html .masters a.c-button--primary:focus, html .masters #doctorate-order-buttons li a:focus, html #doctorate-order-buttons li .masters a:focus, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li.active a:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li.active .masters a:focus,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active .masters a:focus,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active .masters a:focus,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active .masters a:focus, html .masters .alumni a#descarga:focus, .alumni html .masters a#descarga:focus, html .masters .portlet-forms a.btn.btn-primary:focus, html .portlet-forms .masters a.btn.btn-primary:focus, html .masters .portlet-message-boards a.btn.btn-primary:focus, html .portlet-message-boards .masters a.btn.btn-primary:focus, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:focus, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li.active > a:focus,
html .masters button.c-button--primary:focus,
html .masters .alumni button#descarga:focus,
.alumni html .masters button#descarga:focus,
html .masters .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:focus,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ .masters button:focus,
html .masters .portlet-forms button.btn.btn-primary:focus,
html .portlet-forms .masters button.btn.btn-primary:focus,
html .masters .portlet-message-boards button.btn.btn-primary:focus,
html .portlet-message-boards .masters button.btn.btn-primary:focus {
  background-color: #2fbb68;
  border: solid 3px #2fbb68;
  color: #000000;
}
html .masters a.c-button--primary.c-button--disabled, html .masters #doctorate-order-buttons li a.c-button--disabled, html #doctorate-order-buttons li .masters a.c-button--disabled, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li.active a.c-button--disabled, html .ehu-oferta-grados__filtros .nav.nav-pills li.active .masters a.c-button--disabled,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active .masters a.c-button--disabled,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active .masters a.c-button--disabled,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active .masters a.c-button--disabled, html .masters .alumni a.c-button--disabled#descarga, .alumni html .masters a.c-button--disabled#descarga, html .masters .portlet-forms a.c-button--disabled.btn.btn-primary, html .portlet-forms .masters a.c-button--disabled.btn.btn-primary, html .masters .portlet-message-boards a.c-button--disabled.btn.btn-primary, html .portlet-message-boards .masters a.c-button--disabled.btn.btn-primary, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li.active > a.c-button--disabled,
html .masters button.c-button--primary.c-button--disabled,
html .masters .alumni button.c-button--disabled#descarga,
.alumni html .masters button.c-button--disabled#descarga,
html .masters .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button.c-button--disabled,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ .masters button.c-button--disabled,
html .masters .portlet-forms button.c-button--disabled.btn.btn-primary,
html .portlet-forms .masters button.c-button--disabled.btn.btn-primary,
html .masters .portlet-message-boards button.c-button--disabled.btn.btn-primary,
html .portlet-message-boards .masters button.c-button--disabled.btn.btn-primary {
  background-color: #B0FBC1;
  border: solid 3px #B0FBC1;
  color: #5C5C5C;
}
html .masters a.c-button--secondary, html .masters section.upv-ehu-image-description div.main ul li.additional-active a, html section.upv-ehu-image-description div.main ul li.additional-active .masters a, html .masters a.btn.btn-upv, html .masters .pagination-bar .pagination a.page-link, html .pagination-bar .pagination .masters a.page-link, html .masters .lfr-pagination .pagination li a, .lfr-pagination .pagination li html .masters a,
html .masters .lfr-pagination .pager li a,
.lfr-pagination .pager li html .masters a, html .masters #doctorate-order-buttons li.additional-active a, html #doctorate-order-buttons li.additional-active .masters a, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li a, html .ehu-oferta-grados__filtros .nav.nav-pills li .masters a,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li .masters a,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li .masters a,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li .masters a, html .masters .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action .masters a.btn.btn-secondary,
html .masters .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action .masters a.btn.btn-outline-secondary, html .masters .contact a.btn, .contact html .masters a.btn, html .masters .faq .nav-pills li a[aria-selected=true], .faq .nav-pills li html .masters a[aria-selected=true], html .masters .portlet-blogs a.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html .masters a.btn.btn-outline-secondary:not(.btn-monospaced),
html .masters .portlet-blogs a.btn.btn-outline-primary,
.portlet-blogs html .masters a.btn.btn-outline-primary, html .masters .portlet-message-boards a.btn.btn-secondary, html .portlet-message-boards .masters a.btn.btn-secondary, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li > a, html .masters .portlet-xsl-content .xsl-content.department ul.nav-pills li a, .portlet-xsl-content .xsl-content.department ul.nav-pills li html .masters a,
html .masters button.c-button--secondary,
html .masters button.btn.btn-upv,
html .masters .pagination-bar button,
html .pagination-bar .masters button,
html .masters .pagination-bar .pagination button.page-link,
html .pagination-bar .pagination .masters button.page-link,
html .masters .contact button.btn,
.contact html .masters button.btn,
html .masters .call button[id^=lopd-msg_],
.call html .masters button[id^=lopd-msg_],
html .masters .portlet-blogs button.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html .masters button.btn.btn-outline-secondary:not(.btn-monospaced),
html .masters .portlet-blogs button.btn.btn-outline-primary,
.portlet-blogs html .masters button.btn.btn-outline-primary,
html .masters .portlet-message-boards button.btn.btn-secondary,
html .portlet-message-boards .masters button.btn.btn-secondary {
  border: 1px solid #5FD790;
}
html .masters a.c-button--secondary:hover, html .masters section.upv-ehu-image-description div.main ul li.additional-active a:hover, html section.upv-ehu-image-description div.main ul li.additional-active .masters a:hover, html .masters a.btn.btn-upv:hover, html .masters .pagination-bar .pagination a.page-link:hover, html .pagination-bar .pagination .masters a.page-link:hover, html .masters .lfr-pagination .pagination li a:hover, .lfr-pagination .pagination li html .masters a:hover,
html .masters .lfr-pagination .pager li a:hover,
.lfr-pagination .pager li html .masters a:hover, html .masters #doctorate-order-buttons li.additional-active a:hover, html #doctorate-order-buttons li.additional-active .masters a:hover, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li a:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li .masters a:hover,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li .masters a:hover,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li .masters a:hover,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li .masters a:hover, html .masters .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:hover, html .portlet-asset-publisher .mb-4.subscribe-action .masters a.btn.btn-secondary:hover,
html .masters .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:hover,
html .portlet-asset-publisher .mb-4.subscribe-action .masters a.btn.btn-outline-secondary:hover, html .masters .contact a.btn:hover, .contact html .masters a.btn:hover, html .masters .faq .nav-pills li a[aria-selected=true]:hover, .faq .nav-pills li html .masters a[aria-selected=true]:hover, html .masters .portlet-blogs a.btn.btn-outline-secondary:hover:not(.btn-monospaced), .portlet-blogs html .masters a.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html .masters .portlet-blogs a.btn.btn-outline-primary:hover,
.portlet-blogs html .masters a.btn.btn-outline-primary:hover, html .masters .portlet-message-boards a.btn.btn-secondary:hover, html .portlet-message-boards .masters a.btn.btn-secondary:hover, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:hover, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li > a:hover, html .masters .portlet-xsl-content .xsl-content.department ul.nav-pills li a:hover, .portlet-xsl-content .xsl-content.department ul.nav-pills li html .masters a:hover,
html .masters button.c-button--secondary:hover,
html .masters button.btn.btn-upv:hover,
html .masters .pagination-bar button:hover,
html .pagination-bar .masters button:hover,
html .masters .contact button.btn:hover,
.contact html .masters button.btn:hover,
html .masters .call button[id^=lopd-msg_]:hover,
.call html .masters button[id^=lopd-msg_]:hover,
html .masters .portlet-blogs button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
.portlet-blogs html .masters button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html .masters .portlet-blogs button.btn.btn-outline-primary:hover,
.portlet-blogs html .masters button.btn.btn-outline-primary:hover,
html .masters .portlet-message-boards button.btn.btn-secondary:hover,
html .portlet-message-boards .masters button.btn.btn-secondary:hover {
  border: 1px solid #2fbb68;
  color: #000000;
}
html .masters a.c-button--secondary:focus, html .masters section.upv-ehu-image-description div.main ul li.additional-active a:focus, html section.upv-ehu-image-description div.main ul li.additional-active .masters a:focus, html .masters a.btn.btn-upv:focus, html .masters .pagination-bar .pagination a.page-link:focus, html .pagination-bar .pagination .masters a.page-link:focus, html .masters .lfr-pagination .pagination li a:focus, .lfr-pagination .pagination li html .masters a:focus,
html .masters .lfr-pagination .pager li a:focus,
.lfr-pagination .pager li html .masters a:focus, html .masters #doctorate-order-buttons li.additional-active a:focus, html #doctorate-order-buttons li.additional-active .masters a:focus, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li a:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li .masters a:focus,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li .masters a:focus,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li .masters a:focus,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li .masters a:focus, html .masters .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:focus, html .portlet-asset-publisher .mb-4.subscribe-action .masters a.btn.btn-secondary:focus,
html .masters .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:focus,
html .portlet-asset-publisher .mb-4.subscribe-action .masters a.btn.btn-outline-secondary:focus, html .masters .contact a.btn:focus, .contact html .masters a.btn:focus, html .masters .faq .nav-pills li a[aria-selected=true]:focus, .faq .nav-pills li html .masters a[aria-selected=true]:focus, html .masters .portlet-blogs a.btn.btn-outline-secondary:focus:not(.btn-monospaced), .portlet-blogs html .masters a.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html .masters .portlet-blogs a.btn.btn-outline-primary:focus,
.portlet-blogs html .masters a.btn.btn-outline-primary:focus, html .masters .portlet-message-boards a.btn.btn-secondary:focus, html .portlet-message-boards .masters a.btn.btn-secondary:focus, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:focus, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li > a:focus, html .masters .portlet-xsl-content .xsl-content.department ul.nav-pills li a:focus, .portlet-xsl-content .xsl-content.department ul.nav-pills li html .masters a:focus,
html .masters button.c-button--secondary:focus,
html .masters button.btn.btn-upv:focus,
html .masters .pagination-bar button:focus,
html .pagination-bar .masters button:focus,
html .masters .contact button.btn:focus,
.contact html .masters button.btn:focus,
html .masters .call button[id^=lopd-msg_]:focus,
.call html .masters button[id^=lopd-msg_]:focus,
html .masters .portlet-blogs button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
.portlet-blogs html .masters button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html .masters .portlet-blogs button.btn.btn-outline-primary:focus,
.portlet-blogs html .masters button.btn.btn-outline-primary:focus,
html .masters .portlet-message-boards button.btn.btn-secondary:focus,
html .portlet-message-boards .masters button.btn.btn-secondary:focus {
  border: solid 3px #2fbb68;
  color: #000000;
}
html .masters a.c-button--secondary.c-button--disabled, html .masters section.upv-ehu-image-description div.main ul li.additional-active a.c-button--disabled, html section.upv-ehu-image-description div.main ul li.additional-active .masters a.c-button--disabled, html .masters a.c-button--disabled.btn.btn-upv, html .masters .pagination-bar .pagination a.c-button--disabled.page-link, html .pagination-bar .pagination .masters a.c-button--disabled.page-link, html .masters .lfr-pagination .pagination li a.c-button--disabled, .lfr-pagination .pagination li html .masters a.c-button--disabled,
html .masters .lfr-pagination .pager li a.c-button--disabled,
.lfr-pagination .pager li html .masters a.c-button--disabled, html .masters #doctorate-order-buttons li.additional-active a.c-button--disabled, html #doctorate-order-buttons li.additional-active .masters a.c-button--disabled, html .masters .ehu-oferta-grados__filtros .nav.nav-pills li a.c-button--disabled, html .ehu-oferta-grados__filtros .nav.nav-pills li .masters a.c-button--disabled,
html .masters .ehu-oferta-masteres__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li .masters a.c-button--disabled,
html .masters .ehu-oferta-doctorados__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li .masters a.c-button--disabled,
html .masters .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li .masters a.c-button--disabled, html .masters .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action .masters a.c-button--disabled.btn.btn-secondary,
html .masters .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action .masters a.c-button--disabled.btn.btn-outline-secondary, html .masters .contact a.c-button--disabled.btn, .contact html .masters a.c-button--disabled.btn, html .masters .faq .nav-pills li a.c-button--disabled[aria-selected=true], .faq .nav-pills li html .masters a.c-button--disabled[aria-selected=true], html .masters .portlet-blogs a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html .masters a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html .masters .portlet-blogs a.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html .masters a.c-button--disabled.btn.btn-outline-primary, html .masters .portlet-message-boards a.c-button--disabled.btn.btn-secondary, html .portlet-message-boards .masters a.c-button--disabled.btn.btn-secondary, html .masters .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html .masters .nav-pills > li > a.c-button--disabled, html .masters .portlet-xsl-content .xsl-content.department ul.nav-pills li a.c-button--disabled, .portlet-xsl-content .xsl-content.department ul.nav-pills li html .masters a.c-button--disabled,
html .masters button.c-button--secondary.c-button--disabled,
html .masters button.c-button--disabled.btn.btn-upv,
html .masters .pagination-bar button.c-button--disabled,
html .pagination-bar .masters button.c-button--disabled,
html .masters .contact button.c-button--disabled.btn,
.contact html .masters button.c-button--disabled.btn,
html .masters .call button.c-button--disabled[id^=lopd-msg_],
.call html .masters button.c-button--disabled[id^=lopd-msg_],
html .masters .portlet-blogs button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html .masters button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html .masters .portlet-blogs button.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html .masters button.c-button--disabled.btn.btn-outline-primary,
html .masters .portlet-message-boards button.c-button--disabled.btn.btn-secondary,
html .portlet-message-boards .masters button.c-button--disabled.btn.btn-secondary {
  background-color: #ffffff;
  border: solid 1px #949494;
  color: #5C5C5C;
}
html .masters a.c-button--tertiary:hover, html .masters .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:hover, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html .masters a:hover, html .masters .ehu-oferta-grados__lists a.back-to-top:hover, html .ehu-oferta-grados__lists .masters a.back-to-top:hover,
html .masters .ehu-oferta-masteres__lists a.back-to-top:hover,
html .ehu-oferta-masteres__lists .masters a.back-to-top:hover,
html .masters .ehu-oferta-doctorados__lists a.back-to-top:hover,
html .ehu-oferta-doctorados__lists .masters a.back-to-top:hover,
html .masters .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists .masters a.back-to-top:hover, html .masters .faq .backtop a:hover, .faq .backtop html .masters a:hover, html .masters .faq .nav-pills li a[aria-selected=false]:hover, .faq .nav-pills li html .masters a[aria-selected=false]:hover, html .masters .data-processing .backtop a:hover, .data-processing .backtop html .masters a:hover,
html .masters .technology-offer .backtop a:hover,
.technology-offer .backtop html .masters a:hover, html .masters .portlet-xsl-content .xsl-content.ldap #tab > a:hover, .portlet-xsl-content .xsl-content.ldap html .masters #tab > a:hover, html .masters .portlet-xsl-content .xsl-content.department table + a:hover, .portlet-xsl-content .xsl-content.department html .masters table + a:hover,
html .masters button.c-button--tertiary:hover,
html .masters .ehu-oferta-grados__lists button.back-to-top:hover,
html .ehu-oferta-grados__lists .masters button.back-to-top:hover,
html .masters .ehu-oferta-masteres__lists button.back-to-top:hover,
html .ehu-oferta-masteres__lists .masters button.back-to-top:hover,
html .masters .ehu-oferta-doctorados__lists button.back-to-top:hover,
html .ehu-oferta-doctorados__lists .masters button.back-to-top:hover,
html .masters .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists .masters button.back-to-top:hover {
  background-color: #B0FBC1;
  color: #000000;
}
html .masters a.c-button--tertiary:focus, html .masters .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:focus, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html .masters a:focus, html .masters .ehu-oferta-grados__lists a.back-to-top:focus, html .ehu-oferta-grados__lists .masters a.back-to-top:focus,
html .masters .ehu-oferta-masteres__lists a.back-to-top:focus,
html .ehu-oferta-masteres__lists .masters a.back-to-top:focus,
html .masters .ehu-oferta-doctorados__lists a.back-to-top:focus,
html .ehu-oferta-doctorados__lists .masters a.back-to-top:focus,
html .masters .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists .masters a.back-to-top:focus, html .masters .faq .backtop a:focus, .faq .backtop html .masters a:focus, html .masters .faq .nav-pills li a[aria-selected=false]:focus, .faq .nav-pills li html .masters a[aria-selected=false]:focus, html .masters .data-processing .backtop a:focus, .data-processing .backtop html .masters a:focus,
html .masters .technology-offer .backtop a:focus,
.technology-offer .backtop html .masters a:focus, html .masters .portlet-xsl-content .xsl-content.ldap #tab > a:focus, .portlet-xsl-content .xsl-content.ldap html .masters #tab > a:focus, html .masters .portlet-xsl-content .xsl-content.department table + a:focus, .portlet-xsl-content .xsl-content.department html .masters table + a:focus,
html .masters button.c-button--tertiary:focus,
html .masters .ehu-oferta-grados__lists button.back-to-top:focus,
html .ehu-oferta-grados__lists .masters button.back-to-top:focus,
html .masters .ehu-oferta-masteres__lists button.back-to-top:focus,
html .ehu-oferta-masteres__lists .masters button.back-to-top:focus,
html .masters .ehu-oferta-doctorados__lists button.back-to-top:focus,
html .ehu-oferta-doctorados__lists .masters button.back-to-top:focus,
html .masters .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists .masters button.back-to-top:focus {
  background-color: #B0FBC1;
  color: #000000;
}
html .masters a.c-button--tertiary.c-button--disabled, html .masters .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a.c-button--disabled, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html .masters a.c-button--disabled, html .masters .ehu-oferta-grados__lists a.c-button--disabled.back-to-top, html .ehu-oferta-grados__lists .masters a.c-button--disabled.back-to-top,
html .masters .ehu-oferta-masteres__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists .masters a.c-button--disabled.back-to-top,
html .masters .ehu-oferta-doctorados__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists .masters a.c-button--disabled.back-to-top,
html .masters .ehu-oferta-masteres-titulos-propios__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists .masters a.c-button--disabled.back-to-top, html .masters .faq .backtop a.c-button--disabled, .faq .backtop html .masters a.c-button--disabled, html .masters .faq .nav-pills li a.c-button--disabled[aria-selected=false], .faq .nav-pills li html .masters a.c-button--disabled[aria-selected=false], html .masters .data-processing .backtop a.c-button--disabled, .data-processing .backtop html .masters a.c-button--disabled,
html .masters .technology-offer .backtop a.c-button--disabled,
.technology-offer .backtop html .masters a.c-button--disabled, html .masters .portlet-xsl-content .xsl-content.ldap #tab > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html .masters #tab > a.c-button--disabled, html .masters .portlet-xsl-content .xsl-content.department table + a.c-button--disabled, .portlet-xsl-content .xsl-content.department html .masters table + a.c-button--disabled,
html .masters button.c-button--tertiary.c-button--disabled,
html .masters .ehu-oferta-grados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-grados__lists .masters button.c-button--disabled.back-to-top,
html .masters .ehu-oferta-masteres__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists .masters button.c-button--disabled.back-to-top,
html .masters .ehu-oferta-doctorados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists .masters button.c-button--disabled.back-to-top,
html .masters .ehu-oferta-masteres-titulos-propios__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists .masters button.c-button--disabled.back-to-top {
  background-color: #ffffff;
  border: solid 1px transparent;
  color: #5C5C5C;
}
html .masters .btn-upv.btn-primary {
  color: #000000 !important;
  border-color: #5FD790;
}
html .masters .btn-upv.btn-primary:visited {
  color: #000000;
  border-color: #5FD790;
}
html .masters .btn-upv.btn-primary:hover, html .masters .btn-upv.btn-primary:focus, html .masters .btn-upv.btn-primary:active {
  background-color: #2fbb68;
  color: #000000 !important;
}
html .masters .btn-upv.btn-primary.btn-fill {
  color: #000000 !important;
  border-color: #5FD790;
  background-color: #5FD790;
}
html .masters .btn-upv.btn-primary.btn-fill:visited {
  color: #000000;
  border-color: #5FD790;
  background-color: #5FD790;
}
html .masters .btn-upv.btn-primary.btn-fill:hover, html .masters .btn-upv.btn-primary.btn-fill:focus, html .masters .btn-upv.btn-primary.btn-fill:active {
  background-color: #ffffff !important;
  color: #000000;
}
html .masters .journal-content-article a.btn-upv.btn-primary:hover, html .masters .journal-content-article a.btn-upv.btn-primary:focus, html .masters .journal-content-article a.btn-upv.btn-primary:active {
  background-color: #2fbb68;
  color: #000000 !important;
}
html .masters .journal-content-article a.btn-upv.btn-primary.btn-fill:hover, html .masters .journal-content-article a.btn-upv.btn-primary.btn-fill:focus, html .masters .journal-content-article a.btn-upv.btn-primary.btn-fill:active {
  background-color: transparent;
  color: #000000 !important;
}
html .masters .header .navbar .container {
  background-color: #5FD790;
}
html .masters .header__menu .nav li:hover:before {
  background-color: #5FD790;
}
html .masters .header .nav.nav-pills .nav-link.active, html .masters .header .nav.nav-pills > li.active > a {
  background-color: #5FD790;
  color: #000000;
}
html .masters .header.header--featured .navbar .container {
  background-color: transparent;
}
html .masters .footer__menu li a {
  color: #ffffff;
}
html .masters .footer__rrss a {
  color: #ffffff;
}
html .masters h2, html .masters h3, html .masters h4 {
  font-weight: 700;
}
html .masters .list-check {
  padding: 0;
}
html .masters .list-links,
html .masters ul.list-links {
  padding: 0;
}
html .masters .list-links li:before,
html .masters ul.list-links li:before {
  content: none !important;
}
html .masters ul.unstyled li:before,
html .masters ol.unstyled li:before {
  content: none !important;
}
html .masters ul.unstyled li {
  margin-bottom: 10px;
}
html .masters .portlet-journal-content .journal-content-article img,
html .masters .portlet-journal-content .journal-content-article .cke_widget_image {
  max-width: 100%;
  width: 100%;
}
html .masters #column-1,
html .masters #column-2,
html .masters #column-3,
html .masters #column-4 {
  background: transparent;
  padding: 0;
}
html .masters #column-1 > .portlet-column-content > div,
html .masters #column-2 > .portlet-column-content > div,
html .masters #column-3 > .portlet-column-content > div,
html .masters #column-4 > .portlet-column-content > div {
  margin-bottom: 40px;
}
html .masters .portlet-column-content.empty {
  padding: 1px;
}
html .masters .metodologia {
  margin-bottom: -65px;
}
html .masters #headerMasters.header.header--featured.header--featured--masters .header-content {
  background-color: #ffffff !important;
}
@media (max-width: 767.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .navbar .container {
    height: 380px;
    min-height: 380px;
  }
}
html .masters #headerMasters.header.header--featured.header--featured--masters.isHomeMasters {
  background-color: #ffffff;
  min-height: 380px;
}
@media (max-width: 991.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters.isHomeMasters {
    min-height: 340px;
  }
}
html .masters #headerMasters.header.header--featured.header--featured--masters section {
  position: absolute;
  top: 0;
  width: 100%;
}
html .masters #headerMasters.header.header--featured.header--featured--masters .header-image {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-image {
    height: 164px;
  }
}
html .masters #headerMasters.header.header--featured.header--featured--masters .header-image img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content {
    height: 380px;
    min-height: 380px;
  }
}
html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle {
    left: 46px;
    top: -185px;
  }
}
@media (max-width: 1199.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle {
    left: 20px;
    top: -185px;
  }
}
@media (max-width: 991.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle {
    top: 30px;
  }
}
@media (max-width: 767.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle {
    display: block;
    left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle {
    left: 15px;
  }
}
html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle h1 {
  color: #ffffff;
  font-size: 2.38rem;
  line-height: 2.85rem;
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  width: calc(100% - 64px);
}
@media (max-width: 991.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle h1 {
    color: #000000;
    text-shadow: none;
    font-weight: bold;
    font-size: 2.07rem;
  }
}
@media (max-width: 767.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle h1 {
    margin: 20px 20px 20px 0;
  }
}
@media (max-width: 575.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle h1 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (max-width: 320px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle p {
  font-family: var(--primary-font);
  color: #ffffff;
  font-size: 1.71rem;
  text-transform: initial;
  margin: 0 0 25px 0;
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle p {
    color: #5c5c5c;
    text-shadow: none;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  html .masters #headerMasters.header.header--featured.header--featured--masters .header-content__bgtitle p {
    font-size: 1.2rem;
  }
}
html .masters #side-menu {
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  html .masters #side-menu {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 767.98px) {
  html .masters #side-menu > div {
    border-bottom: 1px solid #ffffff;
    padding: 12px 30px !important;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  html .masters #side-menu.open .container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  html .masters #side-menu.open > div {
    padding: 30px 30px !important;
  }
}
html .masters #side-menu.open > div .icon-chevron-up {
  color: #ffffff;
  font-size: 19px;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  html .masters #side-menu.open ul {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html .masters #side-menu ul {
    border-top: 3px solid #F9F9F9;
  }
}
@media (min-width: 768px) {
  html .masters #side-menu ul {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  html .masters #side-menu ul {
    display: none;
  }
}
html .masters #side-menu .level-1 > li {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  html .masters #side-menu .level-1 > li a span {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html .masters #side-menu li {
    padding: 10px 12px;
  }
}
@media (min-width: 768px) {
  html .masters #side-menu li {
    display: inline-block;
  }
}
html .masters #side-menu li.sel a {
  background-color: #5FD790;
  color: #000000;
}
@media (min-width: 768px) {
  html .masters #side-menu li:hover {
    background-color: #5FD790;
    color: #000000;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html .masters #side-menu li.booklet-download {
    padding: 0 12px 10px 12px;
  }
}
@media (max-width: 767.98px) {
  html .masters #side-menu li.booklet-download {
    padding: 10px 0 15px 0;
  }
}
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary,
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:visited {
  color: #000000;
  padding: 4px 12px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html .masters #side-menu li.booklet-download a.btn-upv.btn-primary,
  html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:visited {
    padding: 8px 15px;
  }
}
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary .fa,
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary *[class*=icon-],
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:visited .fa,
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:visited *[class*=icon-] {
  margin-bottom: auto;
  margin-left: 5px;
  margin-top: auto;
}
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:hover .fa,
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:hover *[class*=icon-], html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:focus .fa,
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:focus *[class*=icon-],
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:visited:hover .fa,
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:visited:hover *[class*=icon-],
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:visited:focus .fa,
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:visited:focus *[class*=icon-] {
  text-decoration: none;
}
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:hover,
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:active,
html .masters #side-menu li.booklet-download a.btn-upv.btn-primary:focus {
  color: #000000 !important;
}
html .masters #side-menu li a {
  font-size: 1.14rem;
  font-weight: normal !important;
  padding: 16px 0 16px 0;
}
@media (min-width: 768px) {
  html .masters #side-menu li a {
    text-align: center;
  }
}
html .masters #side-menu li a:hover {
  background-color: #5FD790;
  color: #000000;
  text-decoration: underline;
}
html .masters #side-menu #side-btn {
  background-color: #5C5C5C;
}
@media (max-width: 767.98px) {
  html .masters #side-menu #side-btn {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  html .masters #side-menu #side-btn span:first-child {
    color: #ffffff;
    float: left;
    font-size: 1.3rem;
    text-align: left;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767.98px) {
  html .masters #side-menu #side-btn span.icon-chevron-down {
    color: #ffffff;
    font-size: 21px;
  }
}
html .masters section#content::after {
  display: block;
  content: "";
  clear: both;
}
html .masters section#content > #column-1 {
  margin: 20px 5%;
  display: block;
  width: 90%;
}
html .masters .pre-footer {
  background: #5C5C5C;
  padding: 15px 0;
}
html .masters .pre-footer > .container {
  min-height: 42px;
}
html .masters .pre-footer p.ehu-sans {
  color: #ffffff;
  margin: auto 0;
  width: 70%;
}
html .masters .pre-footer #footerContact {
  margin: auto 0 auto auto;
}
html .masters #footer {
  background-color: #000000;
}
html .masters a[href^=tel]::before {
  content: "\f095";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-right: 5px;
  font-size: 80%;
}
html .masters a[href^=mailto].email-icon {
  word-wrap: break-word;
}
html .masters a[href^=mailto].email-icon::before {
  content: "\f0e0";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-right: 5px;
  font-size: 1rem;
  color: #5C5C5C;
}
html .masters .upv-tabla .table thead tr th {
  color: rgba(0, 0, 0, 0.54);
}
html .masters .upv-tabla .table td div + div {
  margin-top: 10px;
}
html .masters #myToggler .toggler-content h3 {
  border: none;
  padding: 0 20px;
  color: #000000;
}
html .masters .bg-white > .list-icons {
  margin-bottom: 30px;
}
html .masters .bg-white > .list-icons:last-child {
  margin-bottom: 0;
}
html .masters .isHomeMasters + section h2 {
  color: #5C5C5C;
  text-transform: uppercase;
}
html .masters .isHomeMasters + section h3 {
  color: #5C5C5C;
  text-transform: uppercase;
  font-size: 15px;
}
html .masters .isHomeMasters + section div#column-3 section.information-detail__body__section {
  min-height: 400px;
}
@media (max-width: 767.98px) {
  html .masters .isHomeMasters + section div#column-3 section.information-detail__body__section {
    min-height: 1px;
  }
}
html .masters .entidades h2 {
  color: #ffffff;
}
html .masters .entidades ul.unstyled {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  padding: 0;
}
@media (max-width: 991.98px) {
  html .masters .entidades ul.unstyled {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  html .masters .entidades ul.unstyled {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}
html .masters .entidades ul.unstyled li {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 1.14rem;
}
html .masters .participantes article {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../images/custom/upv-masters-bg-participacion.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  overflow: hidden;
  padding-bottom: 20px;
}
html .masters .participantes article .information-detail__body {
  flex-direction: row;
  flex-wrap: wrap;
}
html .masters .participantes article h2 {
  color: #ffffff;
  text-transform: uppercase;
}
html .masters .participantes article .information-detail__body__section:first-child {
  float: none;
  width: 100%;
}
html .masters .participantes article .information-detail__body__section {
  background-color: transparent;
  margin-bottom: 0;
  float: left;
  width: 50%;
}
@media (max-width: 991.98px) {
  html .masters .participantes article .information-detail__body__section {
    float: none;
    width: 100%;
  }
}
html .masters .participantes article .information-detail__body__section figure {
  padding: 20px 20px 0;
}
html .masters .participantes article .information-detail__body__section figure img {
  max-height: 150px;
}
html .masters .master-razones {
  clear: both;
}
html .masters .master-razones .entry.information-detail__subtitle {
  margin-bottom: 0;
}
html .masters .master-en-breve {
  /* display: inline-block;
  background: white;
  box-sizing: border-box;
  overflow: hidden; */
}
@media (min-width: 992px) {
  html .masters .master-en-breve {
    float: right;
    width: 50%;
    border-left: 1px solid #efefef;
    background: white;
  }
  html .masters .master-en-breve div.bg-white h2 {
    margin-top: 0;
  }
}
html .masters .master-en-breve h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
html .masters .master-en-breve p {
  margin-bottom: 10px;
}
html .masters .master-en-breve .row:nth-child(3) p {
  line-height: 1.5rem;
}
html .masters .master-en-breve .row.suggestionBox {
  margin-top: 15px;
}
html .masters .master-en-breve .row.suggestionBox a::before {
  content: "\f075";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-right: 5px;
}
html .masters .master-en-breve .telefono {
  margin-top: 10px;
  margin-bottom: 0;
}
html .masters .master-en-breve div.bg-white .bg-dark p {
  color: #ffffff;
}
html .masters #masterSitemap {
  background: white;
  padding: 20px 20px 1px;
}
html .masters #masterSitemap h3 {
  margin-bottom: 10px;
}
html .masters #masterSitemap ul {
  list-style-type: none;
}
html .masters #masterSitemap ul li + li {
  margin-top: 10px;
}
html .masters #masterSitemap ul li::before {
  color: rgba(0, 0, 0, 0.35);
  content: "\f00c";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-left: -26px;
  width: 26px;
}
html .masters #contactoPiePagina {
  color: #ffffff;
  font-size: 1.14rem;
}
html .masters #contactoPiePagina:hover, html .masters #contactoPiePagina:focus {
  text-decoration-color: #ffffff;
}
html .masters #contactoPiePagina:hover .fa,
html .masters #contactoPiePagina:hover *[class*=icon-], html .masters #contactoPiePagina:focus .fa,
html .masters #contactoPiePagina:focus *[class*=icon-] {
  text-decoration: none;
}
html .masters #contactoPiePagina .fa,
html .masters #contactoPiePagina *[class*=icon-] {
  color: #ffffff;
  font-size: 1.4rem;
  margin-right: 1rem;
  display: inline-block;
}
html .masters #contactoPiePagina #suggestionBoxFooter {
  margin: auto 0;
}
html .masters .header-content .img-wrapper {
  background-color: #E9E9E9;
}
html .masters h1,
html .masters h2 {
  color: #000000;
}
html .masters #toggler,
html .masters #myToggler {
  border-bottom: solid 1px #5FD790;
}
html .masters #toggler .toggler-header,
html .masters #myToggler .toggler-header {
  border-top: solid 1px #5FD790;
  color: #000000;
}
html .masters #toggler #toggler2,
html .masters #myToggler #toggler2 {
  border-bottom: solid 1px #5FD790;
}
html .masters #myToggler .toggler-header-expanded + .toggler-content,
html .masters #myToggler .toggler-header-collapsed + .toggler-content,
html .masters #myToggler .toggler-header-expanded + .toggler-content-wrapper,
html .masters #myToggler .toggler-header-collapsed + .toggler-content-wrapper {
  display: block !important;
  overflow: auto;
}
html .masters #myToggler .toggler-header-collapsed + .toggler-content,
html .masters #myToggler .toggler-header-collapsed + .toggler-content-wrapper {
  height: auto;
  transition: all 0.35s;
}
html .masters #myToggler .toggler-header-expanded + .toggler-content,
html .masters #myToggler .toggler-header-expanded + .toggler-content-wrapper {
  height: auto;
  transition: all 0.35s;
}
html .masters #myToggler .toggler-header-collapsed + .toggler-content .toggler-content-collapsed,
html .masters #myToggler .toggler-header-collapsed + .toggler-content-wrapper .toggler-content-collapsed {
  display: block !important;
  height: 0%;
  transition: all 0.35s;
  overflow: auto;
}
html .masters #myToggler .toggler-header-expanded + .toggler-content .toggler-content-expanded,
html .masters #myToggler .toggler-header-expanded + .toggler-content-wrapper .toggler-content-expanded {
  display: block !important;
  height: 100%;
  transition: all 0.35s;
  overflow: visible;
}
html .masters #myToggler .header.toggler-header.toggler-header-collapsed + .content.toggler-content.toggler-content-collapsed {
  height: 0;
}
html .masters div#myToggler .toggler-content-wrapper.toggler-content-expanded {
  display: block !important;
}
html .masters div#myToggler .toggler-content-wrapper.toggler-content-expanded > div {
  margin-top: 0 !important;
}
html .masters .upv-acordeon.accordion .accordion-heading .accordion-toggle {
  background-color: #5FD790;
  color: #ffffff;
  border-bottom: 1px solid #5FD790;
}
html .masters .upv-acordeon.accordion .accordion-heading .accordion-toggle span {
  background-color: #5FD790;
  color: #ffffff;
}
html .masters .portlet-xsl-content ul {
  margin: 12px 0;
}
html .masters .portlet-xsl-content li {
  margin-top: 12px;
}
html .masters .portlet-xsl-content ul > li:before {
  color: #555;
  content: "\f00c";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-left: -26px;
  width: 26px;
  background: transparent;
  border: none;
  left: initial;
  margin-right: initial;
  position: initial;
  height: auto;
  border-radius: 0;
}
html .masters .portlet-xsl-content .list-icons li:before, html .masters .portlet-xsl-content .list-icons p:before,
html .masters .list-icons li:before,
html .masters .list-icons p:before {
  background-color: #ebeef0;
  color: #5C5C5C;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  display: inline-flex;
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  html .masters section.upv-ehu-image-description div.main {
    overflow: auto;
  }
}
html .masters section.upv-ehu-image-description div.main ul {
  margin: 0;
  padding-left: 0;
}
html .masters section.upv-ehu-image-description div.main ul li:before {
  content: none;
}
html .masters div.barra-busqueda input[type=search]:focus {
  border-bottom: 3px solid #5FD790;
}
html .masters .fnd-destacado section.information-detail__body__section {
  background-color: #5FD790;
}
html .masters .fnd-destacado section.information-detail__body__section h2 {
  background-color: #5FD790;
}
html .masters article.information-detail {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 30px;
  width: 100%;
  /* Tablas Genericas */
  /* Listados de documentos y enlaces como botones en contenido info */
}
@media (min-width: 992px) {
  html .masters article.information-detail .video-embed {
    float: right;
    width: 50%;
    padding-bottom: 28.11%;
  }
}
html .masters article.information-detail .video-embed + p {
  display: none;
}
html .masters article.information-detail .information-detail__body__section__title {
  padding: 20px 20px 4px 20px;
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
html .masters article.information-detail .information-detail__body__section__main-image figure {
  margin: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  html .masters article.information-detail .information-detail__body__section__main-image figure {
    margin-bottom: 20px;
  }
}
html .masters article.information-detail .information-detail__body__section__main-image figure picture {
  width: 100%;
}
html .masters article.information-detail .information-detail__body__section__main-image.left {
  margin-right: 0;
}
html .masters article.information-detail .information-detail__body__section__main-image.left + .information-detail__body__section__entry {
  margin-bottom: 0;
  float: right;
  width: 50%;
}
@media (max-width: 991.98px) {
  html .masters article.information-detail .information-detail__body__section__main-image.left + .information-detail__body__section__entry {
    float: none;
    width: 100%;
  }
}
html .masters article.information-detail .information-detail__body__section__entry {
  padding: 20px;
}
html .masters article.information-detail ul {
  margin: 12px 0;
  padding-left: 32px !important;
}
html .masters article.information-detail li {
  margin-top: 12px;
}
html .masters article.information-detail ul > li:before {
  color: #555;
  content: "\f00c";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-left: -26px;
  width: 26px;
  background: transparent;
  border: none;
  left: initial;
  margin-right: initial;
  position: initial;
  height: auto;
  border-radius: 0;
}
html .masters article.information-detail section.information-detail__body__section table {
  min-width: 500px;
  border-top: none;
  width: 100%;
  max-width: 100%;
}
html .masters article.information-detail section.information-detail__body__section table th {
  font-weight: bold;
}
html .masters article.information-detail section.information-detail__body__section table th, html .masters article.information-detail section.information-detail__body__section table td {
  line-height: 20px;
  text-align: left;
}
html .masters article.information-detail section.information-detail__body__section table thead {
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
}
html .masters article.information-detail section.information-detail__body__section table thead tr th {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  padding: 15px 8px;
  vertical-align: bottom;
}
html .masters article.information-detail section.information-detail__body__section table thead tr th:first-child {
  padding: 15px 8px 15px 20px;
}
html .masters article.information-detail section.information-detail__body__section table thead tr th:last-child {
  padding: 15px 20px 15px 8px;
}
html .masters article.information-detail section.information-detail__body__section table tbody tr td:first-child {
  padding: 8px 8px 8px 20px;
}
html .masters article.information-detail section.information-detail__body__section table tbody tr td:last-child {
  padding: 8px 20px 8px 8px;
}
html .masters article.information-detail section.information-detail__body__section table tbody tr:nth-child(even) > td, html .masters article.information-detail section.information-detail__body__section table tbody tr:nth-child(even) > th {
  background-color: #f4f4f4;
}
html .masters article.information-detail section.information-detail__body__section table tbody tr:hover > td, html .masters article.information-detail section.information-detail__body__section table tbody tr:hover > th {
  background-color: #dcdfe0;
}
html .masters article.information-detail .informacion-adicional__title {
  display: none;
}
html .masters article.information-detail section.information-detail__body__section + div.additional-documents ul li a {
  border: 1px solid #5FD790;
  background: #5FD790;
  color: #000000;
}
html .masters article.information-detail section.information-detail__body__section + div.additional-documents ul li a:visited {
  border: 1px solid #5FD790;
  background: #5FD790;
  color: #000000;
}
html .masters article.information-detail section.information-detail__body__section + div.additional-documents ul li a:hover, html .masters article.information-detail section.information-detail__body__section + div.additional-documents ul li a:focus, html .masters article.information-detail section.information-detail__body__section + div.additional-documents ul li a:active {
  color: #000000;
}
html .masters section.information-detail__body__section {
  /* Listados de documentos en contenido info dentro del section */
}
html .masters section.information-detail__body__section .documents ul li a::before, html .masters section.information-detail__body__section .links ul li a::before {
  color: #5C5C5C;
}
html .masters section.information-detail__body__section div.main .list-icons li::before,
html .masters section.information-detail__body__section div.main .list-icons p::before {
  color: #5C5C5C;
}
html .masters .journal-content-article .information-detail__documents ul li:before,
html .masters .journal-content-article .information-detail__links ul li:before {
  background-color: transparent;
  border: none;
  color: #5C5C5C;
  display: flex;
  font-family: "fontawesome-alloy";
  font-size: 24px;
  height: inherit;
  margin-right: 10px;
  position: inherit;
  width: inherit;
  left: 0px;
}
html .masters .journal-content-article .information-detail__documents ul li:before {
  content: "\f0f6";
}
html .masters .journal-content-article .information-detail__links ul li:before {
  content: "\f0c1";
}
html .masters .estructura-modular {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  html .masters .estructura-modular .col-6 {
    margin: 0 20px;
  }
}
html .masters .estructura-modular .m-l-0 {
  margin-left: 0 !important;
}
html .masters .estructura-modular .bloque {
  display: block;
  font-family: var(--primary-font);
  border: 1px solid #5FD790;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  padding: 0;
}
html .masters .estructura-modular .bloque .bloque-tipo {
  background-color: #2fbb68;
  color: #000000;
  padding: 8px 10px;
  font-size: 14px;
}
html .masters .estructura-modular .bloque .bloque-tipo h2,
html .masters .estructura-modular .bloque .bloque-tipo h3,
html .masters .estructura-modular .bloque .bloque-tipo h4 {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  text-transform: none;
  font-weight: normal;
  color: #000000;
}
html .masters .estructura-modular .bloque.especializacion .bloque-tipo {
  background-color: #5FD790;
}
html .masters .estructura-modular .bloque.experto .bloque-tipo {
  background-color: #B0FBC1;
}
html .masters .estructura-modular .bloque .bloque-nombre {
  color: #000000;
  padding: 8px 10px;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  html .masters .estructura-modular .bloque.especializacion, html .masters .estructura-modular .bloque.tfm {
    margin-top: 15px;
  }
}
html .masters .estructura-modular .bloque.especializacion .bloque-nombre, html .masters .estructura-modular .bloque.tfm .bloque-nombre {
  min-height: 65px;
}
@media (max-width: 767.98px) {
  html .masters .estructura-modular .bloque.especializacion .bloque-nombre, html .masters .estructura-modular .bloque.tfm .bloque-nombre {
    min-height: 1px;
  }
}
@media (max-width: 767.98px) {
  html .masters .estructura-modular .bloque.experto {
    margin-bottom: 15px;
  }
}
html .masters .estructura-modular .bloque.experto .bloque-nombre {
  min-height: 120px;
}
@media (max-width: 767.98px) {
  html .masters .estructura-modular .bloque.experto .bloque-nombre {
    min-height: 1px;
  }
}
html .masters .estructura-modular .bloque .bloque-creditos {
  text-align: left;
  color: #000000;
  margin: 8px 10px;
  position: absolute;
  left: 8px;
  bottom: 6px;
}
html .masters .estructura-modular .bloque .bloque-creditos span {
  color: #000000;
  background-color: #5FD790;
  padding: 3px 5px;
  border-radius: 40px;
  margin-right: 10px;
}
html .masters .estructura-modular.modo-simple .mgt-30 {
  margin-top: 30px;
}
html .masters .estructura-modular.modo-simple .mg-15-horizontal {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  html .masters .estructura-modular.modo-simple .mg-15-horizontal {
    margin-top: 0;
  }
}
html .masters .estructura-modular.modo-simple .mg-30-exceed {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  html .masters .estructura-modular.modo-simple svg.orgLine.second-level {
    display: block;
  }
}
@media (max-width: 767.98px) {
  html .masters .estructura-modular.modo-simple .simple.bloque.especializacion,
  html .masters .estructura-modular.modo-simple .estructura-modular .simple.bloque.tfm {
    margin-top: 0;
  }
}
html .masters .estructura-modular .mas {
  position: absolute;
  text-align: center;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
html .masters .estructura-modular .mas img {
  display: block;
  margin: 0 auto;
}
html .masters .estructura-modular .vermas {
  width: 100%;
  text-align: center;
}
html .masters .estructura-modular .vermas a:focus {
  box-shadow: none !important;
}
html .masters .estructura-modular .vermas.col2 {
  width: 50%;
  float: left;
}
html .masters .estructura-modular .vermas img {
  display: block;
  margin: 0 auto;
  width: auto;
}
html .masters .estructura-modular img.lineas {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
html .masters .estructura-modular .row .collapse.col-6,
html .masters .estructura-modular .row .collapse.col-12 {
  min-height: 0;
}
html .masters .estructura-modular .bloque-level3 {
  padding-left: 30px;
  padding-right: 30px;
}
html .masters .estructura-modular .bloque-level3 .bloque.experto .bloque-nombre {
  min-height: 65px;
}
html .masters .estructura-modular .mgb-15 {
  margin-bottom: 15px;
}
html .masters .estructura-modular .mgt-56 {
  margin-top: 56px;
}
@media (max-width: 767.98px) {
  html .masters .estructura-modular .mgt-56 {
    margin-top: 0;
  }
}
html .masters .estructura-modular .mgt-36 {
  margin-top: 36px;
}
html .masters .estructura-modular .mgt-38 {
  margin-top: 38px;
}
html .masters .estructura-modular .over.in.collapse {
  overflow: visible;
}
html .masters .estructura-modular .over.in.collapse {
  overflow: visible;
}
html .masters .estructura-modular .vermas a.collapsed img.imgMore {
  display: block !important;
}
html .masters .estructura-modular .vermas a.collapsed img.imgMinus {
  display: none;
}
html .masters .estructura-modular svg.orgLine.second-level {
  margin: 0 auto;
  top: -57px;
}
@media (max-width: 767.98px) {
  html .masters .estructura-modular svg.orgLine.second-level {
    display: none;
  }
}
html .masters .estructura-modular .vermas a[aria-expanded=false] img.imgMinus {
  display: none;
}
html .masters .estructura-modular .vermas a[aria-expanded=false] img.imgMore {
  display: block !important;
}
html .masters .estructura-modular .over.bloque-01.collapse.show,
html .masters .estructura-modular .over.bloque-02.collapse.show {
  overflow: visible;
}
html .masters .estructura-modular .bloque-0.in.collapse,
html .masters .estructura-modular .bloque-01.in.collapse,
html .masters .estructura-modular .bloque-02.in.collapse {
  display: block !important;
  height: 100% !important;
  position: relative;
  transition: 0.35s ease;
}
html .masters .estructura-modular .bloque-0.collapse:not(.show),
html .masters .estructura-modular .bloque-01.collapse:not(.show),
html .masters .estructura-modular .bloque-02.collapse:not(.show) {
  display: block !important;
  height: 100% !important;
  position: relative;
  transition: 0.35s ease;
}
html .masters .estructura-modular .bloque-0.collapse.show,
html .masters .estructura-modular .bloque-01.collapse.show,
html .masters .estructura-modular .bloque-02.collapse.show {
  display: block !important;
  height: 100% !important;
  position: relative;
  transition: 0.35s ease;
}
html .masters .estructura-modular .bloque-0.in.collapse.show,
html .masters .estructura-modular .bloque-01.in.collapse.show,
html .masters .estructura-modular .bloque-02.in.collapse.show {
  display: block !important;
  height: 100% !important;
  position: relative;
  transition: 0.35s ease;
}
html .masters .estructura-modular .bloque-0.collapsing,
html .masters .estructura-modular .bloque-01.collapsing,
html .masters .estructura-modular .bloque-02.collapsing {
  height: 100% !important;
  overflow: visible !important;
  transition: none;
}
html .masters .estructura-modular .over.sbloque-01.collapse.show,
html .masters .estructura-modular .over.sbloque-02.collapse.show,
html .masters .estructura-modular .over.sbloque-03.collapse.show,
html .masters .estructura-modular .over.sbloque-04.collapse.show {
  overflow: visible;
}
html .masters .estructura-modular .sbloque-01.collapse.show,
html .masters .estructura-modular .sbloque-02.collapse.show,
html .masters .estructura-modular .sbloque-03.collapse.show,
html .masters .estructura-modular .sbloque-04.collapse.show {
  display: block !important;
  height: 100% !important;
  position: relative;
  transition: 0.35s ease;
}
html .masters #portlet_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet,
html .masters .masters .portlet_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet {
  display: flex;
  margin-bottom: 0;
  height: auto;
}
html .masters #wrapper article.information {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
html .masters #wrapper .isHomeMasters + section div#column-3 section.upv-ehu-image-description {
  min-height: 400px;
}
html .masters #wrapper #headerMasters .media-header ul li a {
  width: 52px;
}
html .masters #wrapper .menu-lateral-logos:not(.horiz) {
  display: none !important;
}
html .masters #wrapper .menu-lateral-logos.horiz {
  margin-bottom: -40px;
}
@media (max-width: 767.98px) {
  html .masters #wrapper .menu-lateral-logos.horiz {
    display: block;
  }
}
html .masters #wrapper .menu-lateral-logos.horiz:before {
  content: " ";
  width: 150vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: 50vw;
  z-index: -1;
}

/*------------ RESPONSIVE------------------*/
/*------------ 992px and above ------------*/
@media (min-width: 992px) {
  html .masters {
    /*para los masteres con especialidades*/
  }
  html .masters .portlet-nested-portlets.master-en-breve {
    width: calc(50% - 1px);
    background-color: #ffffff;
  }
  html .masters .portlet-nested-portlets.master-en-breve div.bg-white {
    min-height: 1px;
  }
  html .masters .claves-master {
    float: left;
    width: 50%;
  }
  html .masters .claves-master section.information-detail__body__section {
    margin-bottom: 0;
  }
}
/*------------ 991.98px and below ------------*/
@media (max-width: 991.98px) {
  html .masters .row .portlet-column.col-md-6 {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #column-1 article.information section.upv-ehu-image-description div.main {
    width: auto;
  }
  html .portlet-xsl-content.master-en-breve {
    height: auto;
    display: block;
    width: 100%;
  }
  html .portlet-boundary_56_ section.upv-ehu-image-description figure.center img {
    width: 100%;
  }
  html .portlet-boundary_56_.participantes section.information-detail__body__section figure.center img {
    width: auto;
  }
  html .masters .portlet-boundary.portlet-boundary_118_.master-en-breve {
    width: 100%;
  }
}
/*------------ 768px to 991.98px ------------*/
@media (min-width: 768px) and (max-width: 991.98px) {
  html .masters .claves-master {
    float: left;
  }
  html .masters .row .col-md-6:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  html .masters .portlet-boundary.portlet-boundary_118_.master-en-breve {
    width: 100%;
  }
  html .portlet-xsl-content.master-en-breve {
    height: auto;
    display: block;
    width: 100%;
  }
}
/*------------ 767.98px and below ------------*/
@media (max-width: 767.98px) {
  html .masters section#content > #column-1 {
    margin: 20px 1%;
    width: 98%;
  }
  html .masters.menu-opened nav#side-menu #side-btn {
    position: relative !important;
    background-color: transparent;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
  }
}
/* Variables -----------------------------------*/
/* Colors */
/* Utilities -----------------------------------*/
/* Backgrounds */
.u-bg-secondary {
  background-color: #424242;
}

.u-bg-secondary-light {
  background-color: #BDBDBD;
}

.u-bg-secondary-dark {
  background-color: #212121;
}

/* Components, module, layout -----------------------------------*/
html body.centers2 {
  /* Buttons -----------------------------------*/
  /* Child pages menu ---------------------------------*/
  /* Tarjetas/Cards ----------------------------*/
  /* Información de interes ----------------------------*/
  /* Images gallery lightbox ---------------------*/
  /* Contenido Información ---------------------*/
  /* Headers -----------------------------------*/
  /* Side menu -----------------------------------*/
  /* Footer  -----------------------------------*/
  /* News - Publishers -----------------------------------*/
  /* Nueva Oferta - Grados / plew0040-new-offer .xsl */
  /* Nueva Oferta - Masteres / plew0050-new-offer .xsl */
  /* Nueva Oferta - Doctorados / plew0060-new-offer .xsl */
  /* Accordion acordeon -----------------------------------*/
  /* toggler / myToggler -----------------------------------*/
  /* Mapa -----------------------------------*/
  /* Asset publisher - summary --------------*/
  /* Contenidos de liferay   -----------------------------------*/
  /* #masthead #top-menu .sr-only {
  	bottom: -60px;
  } */
  /* #wrapper .featured_links-wrapper .list-group-item .sr-only {
  	margin-top: 54px;
  } */
  /* .mb-2 .back-to a .taglib-text.sr-only {
  	display: none;
  } */
  /* .summary_data-wrapper .summary_data-content .summary_data-item p {
  	color: #37474F;

  	&:hover {
  		text-decoration: none;
  	}
  }

  .summary_data-wrapper .summary_data-content .summary_data-item a p {
  	color: #026aa6;
  }

  .summary_data-wrapper .summary_data-content .summary_data-item a:hover {
  	text-decoration: none;

  	& p {
  		color: #014a74;
  	}
  } */
  /* Por si ponen título a aplicaciones anidadas */
}
html body.centers2 a.c-button, html body.centers2 section.upv-ehu-image-description div.main ul li.additional-active a, html section.upv-ehu-image-description div.main ul li.additional-active body.centers2 a, html body.centers2 a.btn.btn-upv, html body.centers2 .pagination-bar .pagination a.page-link, html .pagination-bar .pagination body.centers2 a.page-link, html body.centers2 .lfr-pagination .pagination li a, .lfr-pagination .pagination li html body.centers2 a,
html body.centers2 .lfr-pagination .pager li a,
.lfr-pagination .pager li html body.centers2 a, html body.centers2 .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.centers2 a, html body.centers2 #doctorate-order-buttons li.additional-active a, html #doctorate-order-buttons li.additional-active body.centers2 a, html body.centers2 #doctorate-order-buttons li a, html #doctorate-order-buttons li body.centers2 a, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li.active a, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.centers2 a,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.centers2 a,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.centers2 a,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.centers2 a, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li a, html .ehu-oferta-grados__filtros .nav.nav-pills li body.centers2 a,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.centers2 a,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.centers2 a,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.centers2 a, html body.centers2 .ehu-oferta-grados__lists a.back-to-top, html .ehu-oferta-grados__lists body.centers2 a.back-to-top,
html body.centers2 .ehu-oferta-masteres__lists a.back-to-top,
html .ehu-oferta-masteres__lists body.centers2 a.back-to-top,
html body.centers2 .ehu-oferta-doctorados__lists a.back-to-top,
html .ehu-oferta-doctorados__lists body.centers2 a.back-to-top,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists a.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 a.back-to-top, html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.btn.btn-secondary,
html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.btn.btn-outline-secondary, html body.centers2 .alumni a#descarga, .alumni html body.centers2 a#descarga, html body.centers2 .contact a.btn, .contact html body.centers2 a.btn, html body.centers2 .faq .backtop a, .faq .backtop html body.centers2 a, html body.centers2 .faq .nav-pills li a[aria-selected=false], .faq .nav-pills li html body.centers2 a[aria-selected=false], html body.centers2 .faq .nav-pills li a[aria-selected=true], .faq .nav-pills li html body.centers2 a[aria-selected=true], html body.centers2 .data-processing .backtop a, .data-processing .backtop html body.centers2 a,
html body.centers2 .technology-offer .backtop a,
.technology-offer .backtop html body.centers2 a, html body.centers2 .portlet-blogs a.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html body.centers2 a.btn.btn-outline-secondary:not(.btn-monospaced),
html body.centers2 .portlet-blogs a.btn.btn-outline-primary,
.portlet-blogs html body.centers2 a.btn.btn-outline-primary, html body.centers2 .portlet-forms a.btn.btn-primary, html .portlet-forms body.centers2 a.btn.btn-primary, html body.centers2 .portlet-message-boards a.btn.btn-primary, html .portlet-message-boards body.centers2 a.btn.btn-primary, html body.centers2 .portlet-message-boards a.btn.btn-secondary, html .portlet-message-boards body.centers2 a.btn.btn-secondary, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li > a, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li.active > a, html body.centers2 .portlet-xsl-content .xsl-content.ldap #tab > a, .portlet-xsl-content .xsl-content.ldap html body.centers2 #tab > a, html body.centers2 .portlet-xsl-content .xsl-content.department ul.nav-pills li a, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.centers2 a, html body.centers2 .portlet-xsl-content .xsl-content.department table + a, .portlet-xsl-content .xsl-content.department html body.centers2 table + a,
html body.centers2 button.c-button,
html body.centers2 button.btn.btn-upv,
html body.centers2 .pagination-bar button,
html .pagination-bar body.centers2 button,
html body.centers2 .pagination-bar .pagination button.page-link,
html .pagination-bar .pagination body.centers2 button.page-link,
html body.centers2 .ehu-oferta-grados__lists button.back-to-top,
html .ehu-oferta-grados__lists body.centers2 button.back-to-top,
html body.centers2 .ehu-oferta-masteres__lists button.back-to-top,
html .ehu-oferta-masteres__lists body.centers2 button.back-to-top,
html body.centers2 .ehu-oferta-doctorados__lists button.back-to-top,
html .ehu-oferta-doctorados__lists body.centers2 button.back-to-top,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists button.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 button.back-to-top,
html body.centers2 .alumni button#descarga,
.alumni html body.centers2 button#descarga,
html body.centers2 .contact button.btn,
.contact html body.centers2 button.btn,
html body.centers2 .call button[id^=lopd-msg_],
.call html body.centers2 button[id^=lopd-msg_],
html body.centers2 .portlet-blogs button.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html body.centers2 button.btn.btn-outline-secondary:not(.btn-monospaced),
html body.centers2 .portlet-blogs button.btn.btn-outline-primary,
.portlet-blogs html body.centers2 button.btn.btn-outline-primary,
html body.centers2 .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.centers2 button,
html body.centers2 .portlet-forms button.btn.btn-primary,
html .portlet-forms body.centers2 button.btn.btn-primary,
html body.centers2 .portlet-message-boards button.btn.btn-primary,
html .portlet-message-boards body.centers2 button.btn.btn-primary,
html body.centers2 .portlet-message-boards button.btn.btn-secondary,
html .portlet-message-boards body.centers2 button.btn.btn-secondary {
  color: #424242;
}
html body.centers2 a.c-button--primary, html body.centers2 #doctorate-order-buttons li a, html #doctorate-order-buttons li body.centers2 a, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li.active a, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.centers2 a,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.centers2 a,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.centers2 a,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.centers2 a, html body.centers2 .alumni a#descarga, .alumni html body.centers2 a#descarga, html body.centers2 .portlet-forms a.btn.btn-primary, html .portlet-forms body.centers2 a.btn.btn-primary, html body.centers2 .portlet-message-boards a.btn.btn-primary, html .portlet-message-boards body.centers2 a.btn.btn-primary, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li.active > a,
html body.centers2 button.c-button--primary,
html body.centers2 .alumni button#descarga,
.alumni html body.centers2 button#descarga,
html body.centers2 .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.centers2 button,
html body.centers2 .portlet-forms button.btn.btn-primary,
html .portlet-forms body.centers2 button.btn.btn-primary,
html body.centers2 .portlet-message-boards button.btn.btn-primary,
html .portlet-message-boards body.centers2 button.btn.btn-primary {
  background-color: #424242;
  border: 3px solid #424242;
  color: #ffffff;
}
html body.centers2 a.c-button--primary:hover, html body.centers2 #doctorate-order-buttons li a:hover, html #doctorate-order-buttons li body.centers2 a:hover, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li.active a:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.centers2 a:hover,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.centers2 a:hover,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.centers2 a:hover,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.centers2 a:hover, html body.centers2 .alumni a#descarga:hover, .alumni html body.centers2 a#descarga:hover, html body.centers2 .portlet-forms a.btn.btn-primary:hover, html .portlet-forms body.centers2 a.btn.btn-primary:hover, html body.centers2 .portlet-message-boards a.btn.btn-primary:hover, html .portlet-message-boards body.centers2 a.btn.btn-primary:hover, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:hover, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li.active > a:hover,
html body.centers2 button.c-button--primary:hover,
html body.centers2 .alumni button#descarga:hover,
.alumni html body.centers2 button#descarga:hover,
html body.centers2 .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:hover,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.centers2 button:hover,
html body.centers2 .portlet-forms button.btn.btn-primary:hover,
html .portlet-forms body.centers2 button.btn.btn-primary:hover,
html body.centers2 .portlet-message-boards button.btn.btn-primary:hover,
html .portlet-message-boards body.centers2 button.btn.btn-primary:hover {
  background-color: #212121;
  border: 3px solid #212121;
  color: #ffffff;
}
html body.centers2 a.c-button--primary:focus, html body.centers2 #doctorate-order-buttons li a:focus, html #doctorate-order-buttons li body.centers2 a:focus, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li.active a:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.centers2 a:focus,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.centers2 a:focus,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.centers2 a:focus,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.centers2 a:focus, html body.centers2 .alumni a#descarga:focus, .alumni html body.centers2 a#descarga:focus, html body.centers2 .portlet-forms a.btn.btn-primary:focus, html .portlet-forms body.centers2 a.btn.btn-primary:focus, html body.centers2 .portlet-message-boards a.btn.btn-primary:focus, html .portlet-message-boards body.centers2 a.btn.btn-primary:focus, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:focus, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li.active > a:focus,
html body.centers2 button.c-button--primary:focus,
html body.centers2 .alumni button#descarga:focus,
.alumni html body.centers2 button#descarga:focus,
html body.centers2 .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:focus,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.centers2 button:focus,
html body.centers2 .portlet-forms button.btn.btn-primary:focus,
html .portlet-forms body.centers2 button.btn.btn-primary:focus,
html body.centers2 .portlet-message-boards button.btn.btn-primary:focus,
html .portlet-message-boards body.centers2 button.btn.btn-primary:focus {
  background-color: #424242;
  border: solid 3px #212121;
  color: #ffffff;
}
html body.centers2 a.c-button--primary.c-button--disabled, html body.centers2 #doctorate-order-buttons li a.c-button--disabled, html #doctorate-order-buttons li body.centers2 a.c-button--disabled, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li.active a.c-button--disabled, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.centers2 a.c-button--disabled,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.centers2 a.c-button--disabled,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.centers2 a.c-button--disabled,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.centers2 a.c-button--disabled, html body.centers2 .alumni a.c-button--disabled#descarga, .alumni html body.centers2 a.c-button--disabled#descarga, html body.centers2 .portlet-forms a.c-button--disabled.btn.btn-primary, html .portlet-forms body.centers2 a.c-button--disabled.btn.btn-primary, html body.centers2 .portlet-message-boards a.c-button--disabled.btn.btn-primary, html .portlet-message-boards body.centers2 a.c-button--disabled.btn.btn-primary, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li.active > a.c-button--disabled,
html body.centers2 button.c-button--primary.c-button--disabled,
html body.centers2 .alumni button.c-button--disabled#descarga,
.alumni html body.centers2 button.c-button--disabled#descarga,
html body.centers2 .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button.c-button--disabled,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.centers2 button.c-button--disabled,
html body.centers2 .portlet-forms button.c-button--disabled.btn.btn-primary,
html .portlet-forms body.centers2 button.c-button--disabled.btn.btn-primary,
html body.centers2 .portlet-message-boards button.c-button--disabled.btn.btn-primary,
html .portlet-message-boards body.centers2 button.c-button--disabled.btn.btn-primary {
  background-color: #BDBDBD;
  border: solid 3px #BDBDBD;
  color: #212121;
}
html body.centers2 a.c-button--secondary, html body.centers2 section.upv-ehu-image-description div.main ul li.additional-active a, html section.upv-ehu-image-description div.main ul li.additional-active body.centers2 a, html body.centers2 a.btn.btn-upv, html body.centers2 .pagination-bar .pagination a.page-link, html .pagination-bar .pagination body.centers2 a.page-link, html body.centers2 .lfr-pagination .pagination li a, .lfr-pagination .pagination li html body.centers2 a,
html body.centers2 .lfr-pagination .pager li a,
.lfr-pagination .pager li html body.centers2 a, html body.centers2 #doctorate-order-buttons li.additional-active a, html #doctorate-order-buttons li.additional-active body.centers2 a, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li a, html .ehu-oferta-grados__filtros .nav.nav-pills li body.centers2 a,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.centers2 a,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.centers2 a,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.centers2 a, html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.btn.btn-secondary,
html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.btn.btn-outline-secondary, html body.centers2 .contact a.btn, .contact html body.centers2 a.btn, html body.centers2 .faq .nav-pills li a[aria-selected=true], .faq .nav-pills li html body.centers2 a[aria-selected=true], html body.centers2 .portlet-blogs a.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html body.centers2 a.btn.btn-outline-secondary:not(.btn-monospaced),
html body.centers2 .portlet-blogs a.btn.btn-outline-primary,
.portlet-blogs html body.centers2 a.btn.btn-outline-primary, html body.centers2 .portlet-message-boards a.btn.btn-secondary, html .portlet-message-boards body.centers2 a.btn.btn-secondary, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li > a, html body.centers2 .portlet-xsl-content .xsl-content.department ul.nav-pills li a, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.centers2 a,
html body.centers2 button.c-button--secondary,
html body.centers2 button.btn.btn-upv,
html body.centers2 .pagination-bar button,
html .pagination-bar body.centers2 button,
html body.centers2 .pagination-bar .pagination button.page-link,
html .pagination-bar .pagination body.centers2 button.page-link,
html body.centers2 .contact button.btn,
.contact html body.centers2 button.btn,
html body.centers2 .call button[id^=lopd-msg_],
.call html body.centers2 button[id^=lopd-msg_],
html body.centers2 .portlet-blogs button.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html body.centers2 button.btn.btn-outline-secondary:not(.btn-monospaced),
html body.centers2 .portlet-blogs button.btn.btn-outline-primary,
.portlet-blogs html body.centers2 button.btn.btn-outline-primary,
html body.centers2 .portlet-message-boards button.btn.btn-secondary,
html .portlet-message-boards body.centers2 button.btn.btn-secondary {
  border: 1px solid #424242;
}
html body.centers2 a.c-button--secondary:hover, html body.centers2 section.upv-ehu-image-description div.main ul li.additional-active a:hover, html section.upv-ehu-image-description div.main ul li.additional-active body.centers2 a:hover, html body.centers2 a.btn.btn-upv:hover, html body.centers2 .pagination-bar .pagination a.page-link:hover, html .pagination-bar .pagination body.centers2 a.page-link:hover, html body.centers2 .lfr-pagination .pagination li a:hover, .lfr-pagination .pagination li html body.centers2 a:hover,
html body.centers2 .lfr-pagination .pager li a:hover,
.lfr-pagination .pager li html body.centers2 a:hover, html body.centers2 #doctorate-order-buttons li.additional-active a:hover, html #doctorate-order-buttons li.additional-active body.centers2 a:hover, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li a:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li body.centers2 a:hover,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.centers2 a:hover,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.centers2 a:hover,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.centers2 a:hover, html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:hover, html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.btn.btn-secondary:hover,
html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:hover,
html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.btn.btn-outline-secondary:hover, html body.centers2 .contact a.btn:hover, .contact html body.centers2 a.btn:hover, html body.centers2 .faq .nav-pills li a[aria-selected=true]:hover, .faq .nav-pills li html body.centers2 a[aria-selected=true]:hover, html body.centers2 .portlet-blogs a.btn.btn-outline-secondary:hover:not(.btn-monospaced), .portlet-blogs html body.centers2 a.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html body.centers2 .portlet-blogs a.btn.btn-outline-primary:hover,
.portlet-blogs html body.centers2 a.btn.btn-outline-primary:hover, html body.centers2 .portlet-message-boards a.btn.btn-secondary:hover, html .portlet-message-boards body.centers2 a.btn.btn-secondary:hover, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:hover, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li > a:hover, html body.centers2 .portlet-xsl-content .xsl-content.department ul.nav-pills li a:hover, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.centers2 a:hover,
html body.centers2 button.c-button--secondary:hover,
html body.centers2 button.btn.btn-upv:hover,
html body.centers2 .pagination-bar button:hover,
html .pagination-bar body.centers2 button:hover,
html body.centers2 .contact button.btn:hover,
.contact html body.centers2 button.btn:hover,
html body.centers2 .call button[id^=lopd-msg_]:hover,
.call html body.centers2 button[id^=lopd-msg_]:hover,
html body.centers2 .portlet-blogs button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
.portlet-blogs html body.centers2 button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html body.centers2 .portlet-blogs button.btn.btn-outline-primary:hover,
.portlet-blogs html body.centers2 button.btn.btn-outline-primary:hover,
html body.centers2 .portlet-message-boards button.btn.btn-secondary:hover,
html .portlet-message-boards body.centers2 button.btn.btn-secondary:hover {
  border: 1px solid #212121;
  color: #424242;
}
html body.centers2 a.c-button--secondary:focus, html body.centers2 section.upv-ehu-image-description div.main ul li.additional-active a:focus, html section.upv-ehu-image-description div.main ul li.additional-active body.centers2 a:focus, html body.centers2 a.btn.btn-upv:focus, html body.centers2 .pagination-bar .pagination a.page-link:focus, html .pagination-bar .pagination body.centers2 a.page-link:focus, html body.centers2 .lfr-pagination .pagination li a:focus, .lfr-pagination .pagination li html body.centers2 a:focus,
html body.centers2 .lfr-pagination .pager li a:focus,
.lfr-pagination .pager li html body.centers2 a:focus, html body.centers2 #doctorate-order-buttons li.additional-active a:focus, html #doctorate-order-buttons li.additional-active body.centers2 a:focus, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li a:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li body.centers2 a:focus,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.centers2 a:focus,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.centers2 a:focus,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.centers2 a:focus, html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:focus, html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.btn.btn-secondary:focus,
html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:focus,
html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.btn.btn-outline-secondary:focus, html body.centers2 .contact a.btn:focus, .contact html body.centers2 a.btn:focus, html body.centers2 .faq .nav-pills li a[aria-selected=true]:focus, .faq .nav-pills li html body.centers2 a[aria-selected=true]:focus, html body.centers2 .portlet-blogs a.btn.btn-outline-secondary:focus:not(.btn-monospaced), .portlet-blogs html body.centers2 a.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html body.centers2 .portlet-blogs a.btn.btn-outline-primary:focus,
.portlet-blogs html body.centers2 a.btn.btn-outline-primary:focus, html body.centers2 .portlet-message-boards a.btn.btn-secondary:focus, html .portlet-message-boards body.centers2 a.btn.btn-secondary:focus, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:focus, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li > a:focus, html body.centers2 .portlet-xsl-content .xsl-content.department ul.nav-pills li a:focus, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.centers2 a:focus,
html body.centers2 button.c-button--secondary:focus,
html body.centers2 button.btn.btn-upv:focus,
html body.centers2 .pagination-bar button:focus,
html .pagination-bar body.centers2 button:focus,
html body.centers2 .contact button.btn:focus,
.contact html body.centers2 button.btn:focus,
html body.centers2 .call button[id^=lopd-msg_]:focus,
.call html body.centers2 button[id^=lopd-msg_]:focus,
html body.centers2 .portlet-blogs button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
.portlet-blogs html body.centers2 button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html body.centers2 .portlet-blogs button.btn.btn-outline-primary:focus,
.portlet-blogs html body.centers2 button.btn.btn-outline-primary:focus,
html body.centers2 .portlet-message-boards button.btn.btn-secondary:focus,
html .portlet-message-boards body.centers2 button.btn.btn-secondary:focus {
  border: solid 3px #212121;
  color: #424242;
}
html body.centers2 a.c-button--secondary.c-button--disabled, html body.centers2 section.upv-ehu-image-description div.main ul li.additional-active a.c-button--disabled, html section.upv-ehu-image-description div.main ul li.additional-active body.centers2 a.c-button--disabled, html body.centers2 a.c-button--disabled.btn.btn-upv, html body.centers2 .pagination-bar .pagination a.c-button--disabled.page-link, html .pagination-bar .pagination body.centers2 a.c-button--disabled.page-link, html body.centers2 .lfr-pagination .pagination li a.c-button--disabled, .lfr-pagination .pagination li html body.centers2 a.c-button--disabled,
html body.centers2 .lfr-pagination .pager li a.c-button--disabled,
.lfr-pagination .pager li html body.centers2 a.c-button--disabled, html body.centers2 #doctorate-order-buttons li.additional-active a.c-button--disabled, html #doctorate-order-buttons li.additional-active body.centers2 a.c-button--disabled, html body.centers2 .ehu-oferta-grados__filtros .nav.nav-pills li a.c-button--disabled, html .ehu-oferta-grados__filtros .nav.nav-pills li body.centers2 a.c-button--disabled,
html body.centers2 .ehu-oferta-masteres__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.centers2 a.c-button--disabled,
html body.centers2 .ehu-oferta-doctorados__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.centers2 a.c-button--disabled,
html body.centers2 .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.centers2 a.c-button--disabled, html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.c-button--disabled.btn.btn-secondary,
html body.centers2 .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action body.centers2 a.c-button--disabled.btn.btn-outline-secondary, html body.centers2 .contact a.c-button--disabled.btn, .contact html body.centers2 a.c-button--disabled.btn, html body.centers2 .faq .nav-pills li a.c-button--disabled[aria-selected=true], .faq .nav-pills li html body.centers2 a.c-button--disabled[aria-selected=true], html body.centers2 .portlet-blogs a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html body.centers2 a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html body.centers2 .portlet-blogs a.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html body.centers2 a.c-button--disabled.btn.btn-outline-primary, html body.centers2 .portlet-message-boards a.c-button--disabled.btn.btn-secondary, html .portlet-message-boards body.centers2 a.c-button--disabled.btn.btn-secondary, html body.centers2 .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html body.centers2 .nav-pills > li > a.c-button--disabled, html body.centers2 .portlet-xsl-content .xsl-content.department ul.nav-pills li a.c-button--disabled, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.centers2 a.c-button--disabled,
html body.centers2 button.c-button--secondary.c-button--disabled,
html body.centers2 button.c-button--disabled.btn.btn-upv,
html body.centers2 .pagination-bar button.c-button--disabled,
html .pagination-bar body.centers2 button.c-button--disabled,
html body.centers2 .contact button.c-button--disabled.btn,
.contact html body.centers2 button.c-button--disabled.btn,
html body.centers2 .call button.c-button--disabled[id^=lopd-msg_],
.call html body.centers2 button.c-button--disabled[id^=lopd-msg_],
html body.centers2 .portlet-blogs button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html body.centers2 button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html body.centers2 .portlet-blogs button.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html body.centers2 button.c-button--disabled.btn.btn-outline-primary,
html body.centers2 .portlet-message-boards button.c-button--disabled.btn.btn-secondary,
html .portlet-message-boards body.centers2 button.c-button--disabled.btn.btn-secondary {
  background-color: #ffffff;
  border: solid 1px #949494;
  color: #5C5C5C;
}
html body.centers2 a.c-button--tertiary:hover, html body.centers2 .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:hover, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.centers2 a:hover, html body.centers2 .ehu-oferta-grados__lists a.back-to-top:hover, html .ehu-oferta-grados__lists body.centers2 a.back-to-top:hover,
html body.centers2 .ehu-oferta-masteres__lists a.back-to-top:hover,
html .ehu-oferta-masteres__lists body.centers2 a.back-to-top:hover,
html body.centers2 .ehu-oferta-doctorados__lists a.back-to-top:hover,
html .ehu-oferta-doctorados__lists body.centers2 a.back-to-top:hover,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 a.back-to-top:hover, html body.centers2 .faq .backtop a:hover, .faq .backtop html body.centers2 a:hover, html body.centers2 .faq .nav-pills li a[aria-selected=false]:hover, .faq .nav-pills li html body.centers2 a[aria-selected=false]:hover, html body.centers2 .data-processing .backtop a:hover, .data-processing .backtop html body.centers2 a:hover,
html body.centers2 .technology-offer .backtop a:hover,
.technology-offer .backtop html body.centers2 a:hover, html body.centers2 .portlet-xsl-content .xsl-content.ldap #tab > a:hover, .portlet-xsl-content .xsl-content.ldap html body.centers2 #tab > a:hover, html body.centers2 .portlet-xsl-content .xsl-content.department table + a:hover, .portlet-xsl-content .xsl-content.department html body.centers2 table + a:hover,
html body.centers2 button.c-button--tertiary:hover,
html body.centers2 .ehu-oferta-grados__lists button.back-to-top:hover,
html .ehu-oferta-grados__lists body.centers2 button.back-to-top:hover,
html body.centers2 .ehu-oferta-masteres__lists button.back-to-top:hover,
html .ehu-oferta-masteres__lists body.centers2 button.back-to-top:hover,
html body.centers2 .ehu-oferta-doctorados__lists button.back-to-top:hover,
html .ehu-oferta-doctorados__lists body.centers2 button.back-to-top:hover,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 button.back-to-top:hover {
  color: #424242;
}
html body.centers2 a.c-button--tertiary:focus, html body.centers2 .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:focus, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.centers2 a:focus, html body.centers2 .ehu-oferta-grados__lists a.back-to-top:focus, html .ehu-oferta-grados__lists body.centers2 a.back-to-top:focus,
html body.centers2 .ehu-oferta-masteres__lists a.back-to-top:focus,
html .ehu-oferta-masteres__lists body.centers2 a.back-to-top:focus,
html body.centers2 .ehu-oferta-doctorados__lists a.back-to-top:focus,
html .ehu-oferta-doctorados__lists body.centers2 a.back-to-top:focus,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 a.back-to-top:focus, html body.centers2 .faq .backtop a:focus, .faq .backtop html body.centers2 a:focus, html body.centers2 .faq .nav-pills li a[aria-selected=false]:focus, .faq .nav-pills li html body.centers2 a[aria-selected=false]:focus, html body.centers2 .data-processing .backtop a:focus, .data-processing .backtop html body.centers2 a:focus,
html body.centers2 .technology-offer .backtop a:focus,
.technology-offer .backtop html body.centers2 a:focus, html body.centers2 .portlet-xsl-content .xsl-content.ldap #tab > a:focus, .portlet-xsl-content .xsl-content.ldap html body.centers2 #tab > a:focus, html body.centers2 .portlet-xsl-content .xsl-content.department table + a:focus, .portlet-xsl-content .xsl-content.department html body.centers2 table + a:focus,
html body.centers2 button.c-button--tertiary:focus,
html body.centers2 .ehu-oferta-grados__lists button.back-to-top:focus,
html .ehu-oferta-grados__lists body.centers2 button.back-to-top:focus,
html body.centers2 .ehu-oferta-masteres__lists button.back-to-top:focus,
html .ehu-oferta-masteres__lists body.centers2 button.back-to-top:focus,
html body.centers2 .ehu-oferta-doctorados__lists button.back-to-top:focus,
html .ehu-oferta-doctorados__lists body.centers2 button.back-to-top:focus,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 button.back-to-top:focus {
  border: solid 3px #212121;
  color: #424242;
}
html body.centers2 a.c-button--tertiary.c-button--disabled, html body.centers2 .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a.c-button--disabled, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.centers2 a.c-button--disabled, html body.centers2 .ehu-oferta-grados__lists a.c-button--disabled.back-to-top, html .ehu-oferta-grados__lists body.centers2 a.c-button--disabled.back-to-top,
html body.centers2 .ehu-oferta-masteres__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists body.centers2 a.c-button--disabled.back-to-top,
html body.centers2 .ehu-oferta-doctorados__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists body.centers2 a.c-button--disabled.back-to-top,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 a.c-button--disabled.back-to-top, html body.centers2 .faq .backtop a.c-button--disabled, .faq .backtop html body.centers2 a.c-button--disabled, html body.centers2 .faq .nav-pills li a.c-button--disabled[aria-selected=false], .faq .nav-pills li html body.centers2 a.c-button--disabled[aria-selected=false], html body.centers2 .data-processing .backtop a.c-button--disabled, .data-processing .backtop html body.centers2 a.c-button--disabled,
html body.centers2 .technology-offer .backtop a.c-button--disabled,
.technology-offer .backtop html body.centers2 a.c-button--disabled, html body.centers2 .portlet-xsl-content .xsl-content.ldap #tab > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html body.centers2 #tab > a.c-button--disabled, html body.centers2 .portlet-xsl-content .xsl-content.department table + a.c-button--disabled, .portlet-xsl-content .xsl-content.department html body.centers2 table + a.c-button--disabled,
html body.centers2 button.c-button--tertiary.c-button--disabled,
html body.centers2 .ehu-oferta-grados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-grados__lists body.centers2 button.c-button--disabled.back-to-top,
html body.centers2 .ehu-oferta-masteres__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists body.centers2 button.c-button--disabled.back-to-top,
html body.centers2 .ehu-oferta-doctorados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists body.centers2 button.c-button--disabled.back-to-top,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 button.c-button--disabled.back-to-top {
  background-color: #ffffff;
  border: solid 1px transparent;
  color: #5C5C5C;
}
html body.centers2 .btn-upv.btn-primary {
  border-color: #D83C3C;
  color: #D83C3C;
}
html body.centers2 .btn-upv.btn-primary:visited {
  border-color: #D83C3C;
  color: #D83C3C;
}
html body.centers2 .btn-upv.btn-primary:hover, html body.centers2 .btn-upv.btn-primary:focus, html body.centers2 .btn-upv.btn-primary:active {
  background-color: #D83C3C;
  color: #ffffff;
}
html body.centers2 .btn-upv.btn-primary.btn-fill {
  border-color: #D83C3C;
  background-color: #D83C3C;
  color: #ffffff;
}
html body.centers2 .btn-upv.btn-primary.btn-fill:visited {
  border-color: #D83C3C;
  background-color: #D83C3C;
  color: #ffffff;
}
html body.centers2 .btn-upv.btn-primary.btn-fill:hover, html body.centers2 .btn-upv.btn-primary.btn-fill:focus, html body.centers2 .btn-upv.btn-primary.btn-fill:active {
  color: #D83C3C;
  background-color: transparent;
}
html body.centers2 .journal-content-article a.btn-upv.btn-primary:hover, html body.centers2 .journal-content-article a.btn-upv.btn-primary:focus, html body.centers2 .journal-content-article a.btn-upv.btn-primary:active {
  background-color: #D83C3C;
  color: #ffffff;
}
html body.centers2 .journal-content-article a.btn-upv.btn-primary.btn-fill:hover, html body.centers2 .journal-content-article a.btn-upv.btn-primary.btn-fill:focus, html body.centers2 .journal-content-article a.btn-upv.btn-primary.btn-fill:active {
  background-color: transparent;
  color: #D83C3C;
}
html body.centers2 #child-pages .row > ul > li:hover > a,
html body.centers2 #child-pages .row > ul > li:focus > a,
html body.centers2 #child-pages .row > ul > li:hover > ul,
html body.centers2 #child-pages .row > ul > li:focus > ul {
  border-bottom: solid 3px #424242;
}
html body.centers2 .c-cards:hover, html body.centers2 .c-cards:focus {
  border-bottom: solid 3px #424242;
}
html body.centers2 .information-interest__item a {
  color: #000000;
}
html body.centers2 .information-interest__item a:hover {
  border-bottom: solid 3px #424242;
}
html body.centers2 .information-interest__item a:hover .icono-enlace-destacado {
  background-color: #424242;
}
html body.centers2 .carousel-control {
  color: #ffffff;
}
html body.centers2 .carousel-control:hover {
  color: #ffffff;
}
html body.centers2 .journal-content-article .information-detail__body__anchors-nav ul li a span {
  color: #424242;
}
html body.centers2 .journal-content-article .information-detail__body .backtop a span {
  color: #424242;
}
html body.centers2 .header .navbar .container {
  background-color: #424242;
}
html body.centers2 .header__menu .nav li:hover:before {
  background-color: #424242;
}
html body.centers2 .header .nav.nav-pills .nav-link.active, html body.centers2 .header .nav.nav-pills > li.active > a {
  color: #424242;
}
@media (max-width: 520px) {
  html body.centers2 .header.header--featured .header-content {
    margin-top: initial;
  }
}
@media (max-width: 991.98px) {
  html body.centers2 .header-content figure img {
    height: 100%;
    object-fit: cover;
  }
}
html body.centers2 #side-menu .level-1 > li > a:hover span {
  border-left: 2px #424242 solid;
  color: #424242;
  padding: 4px 55px 4px 34px;
}
@media (max-width: 767.98px) {
  html body.centers2 #side-menu .level-1 > li > a:hover span {
    border: none;
    color: #ffffff;
    padding: 0;
  }
}
html body.centers2 #side-menu .level-1 > li.active-page > a span {
  border-left: 2px #424242 solid;
  color: #424242;
  font-weight: bold;
  padding: 4px 55px 4px 34px;
}
@media (max-width: 767.98px) {
  html body.centers2 #side-menu .level-1 > li.active-page > a span {
    border: none;
    color: #ffffff;
    padding: 0;
  }
}
html body.centers2 #side-menu .sub-nav.level-2 a:hover {
  color: #424242;
}
html body.centers2 #side-menu .sub-nav.level-2 .selected a {
  color: #424242;
  font-weight: bold;
}
html body.centers2 .footer__menu li a {
  color: #ffffff;
}
html body.centers2 .footer__rrss a {
  color: #ffffff;
}
html body.centers2 .news-main-publisher__text > div a {
  color: #000000;
}
html body.centers2 .news-one-column-publisher .news-one-column-publisher__list__item {
  position: relative;
  height: 100%;
  border-block-end: 2px solid transparent;
  overflow: hidden;
}
html body.centers2 .news-one-column-publisher .news-one-column-publisher__list__item:hover {
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.6);
  border-color: #5FD790;
}
html body.centers2 .news-one-column-publisher .news-one-column-publisher__list__item__image {
  border-radius: 0;
}
html body.centers2 .news-one-column-publisher .news-one-column-publisher__list__item a.linkArrow::after {
  position: absolute;
  right: 21px;
  bottom: 14px;
  font-size: 1.5rem;
  color: #0066B3;
  content: none;
}
html body.centers2 .news-one-column-publisher .news-one-column-publisher__list__item a.linkArrow::before {
  content: "";
  position: absolute;
  inset: 0;
}
html body.centers2 .news-two-column-publisher .news-two-column-publisher__list__item {
  border-block-end: 2px solid transparent;
  overflow: hidden;
  position: relative;
}
html body.centers2 .news-two-column-publisher .news-two-column-publisher__list__item:hover {
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.6);
  border-color: #5FD790;
}
html body.centers2 .news-two-column-publisher .news-two-column-publisher__list__item:hover div > a {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
html body.centers2 .news-one-column-publisher__list__item__image + div > a,
html body.centers2 .news-two-column-publisher__list__item__image + div > a,
html body.centers2 .news-horizontal-publisher__list__item__image + div > a {
  color: #000000;
}
html body.centers2 .ehu-oferta-grados__lists ul li a:hover,
html body.centers2 .ehu-oferta-masteres__lists ul li a:hover,
html body.centers2 .ehu-oferta-doctorados__lists ul li a:hover,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists ul li a:hover {
  color: #212121;
}
html body.centers2 .ehu-oferta-grados__lists .panel:last-child .panel-title a,
html body.centers2 .ehu-oferta-masteres__lists .panel:last-child .panel-title a,
html body.centers2 .ehu-oferta-doctorados__lists .panel:last-child .panel-title a,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists .panel:last-child .panel-title a {
  border-bottom: solid 1px #212121;
}
html body.centers2 .ehu-oferta-grados__lists .panel:last-child ul li:last-child,
html body.centers2 .ehu-oferta-masteres__lists .panel:last-child ul li:last-child,
html body.centers2 .ehu-oferta-doctorados__lists .panel:last-child ul li:last-child,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists .panel:last-child ul li:last-child {
  border-bottom: solid 1px #212121;
}
html body.centers2 .ehu-oferta-grados__lists .panel .panel-title a,
html body.centers2 .ehu-oferta-masteres__lists .panel .panel-title a,
html body.centers2 .ehu-oferta-doctorados__lists .panel .panel-title a,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title a {
  border-top: solid 1px #212121;
  color: #424242;
}
html body.centers2 .ehu-oferta-grados__lists .panel .panel-title a.active,
html body.centers2 .ehu-oferta-masteres__lists .panel .panel-title a.active,
html body.centers2 .ehu-oferta-doctorados__lists .panel .panel-title a.active,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title a.active {
  border-bottom: solid 1px #212121;
}
html body.centers2 .ehu-oferta-grados__lists .back-to-top,
html body.centers2 .ehu-oferta-masteres__lists .back-to-top,
html body.centers2 .ehu-oferta-doctorados__lists .back-to-top,
html body.centers2 .ehu-oferta-masteres-titulos-propios__lists .back-to-top {
  color: #212121;
}
html body.centers2 .accordion .accordion-group:last-child {
  border-bottom: solid 1px #212121;
}
html body.centers2 .accordion .accordion-heading h4 a,
html body.centers2 .accordion .accordion-heading h5 a {
  color: #424242;
}
html body.centers2 .accordion .accordion-heading .accordion-toggle {
  border-top: solid 1px #212121;
}
html body.centers2 .accordion .accordion-heading .accordion-toggle:after {
  color: #424242;
}
html body.centers2 .accordion .accordion-heading h2,
html body.centers2 .accordion .accordion-heading h4,
html body.centers2 .accordion .accordion-heading h5,
html body.centers2 .accordion .accordion-heading span {
  color: #424242;
}
html body.centers2 #toggler, html body.centers2 #myToggler {
  border-bottom: solid 1px #212121;
}
html body.centers2 #toggler .toggler-header, html body.centers2 #myToggler .toggler-header {
  border-top: solid 1px #212121;
  color: #424242;
}
html body.centers2 #toggler #toggler2, html body.centers2 #myToggler #toggler2 {
  border-bottom: solid 1px #212121;
}
html body.centers2 .map__result-list__item.active {
  border-left: solid 3px #424242;
}
html body.centers2 .portlet-barebone ul.asset-list.asset-list-summary .asset-summary:hover {
  border-left: solid 3px #424242;
}
html body.centers2 .portlet-decorate ul.asset-list.asset-list-summary .asset-summary:hover {
  border-bottom: solid 3px #424242;
}
html body.centers2 .pointer-studydark a,
html body.centers2 .pointer-studydark a:active {
  cursor: pointer;
  color: #D83C3C;
}
html body.centers2 .pointer-studydark a:hover, html body.centers2 .pointer-studydark a:focus {
  text-decoration: underline;
  color: #f34235;
}
html body.centers2 .header-content .img-wrapper {
  background-color: #E9E9E9;
}
html body.centers2 .fa-check,
html body.centers2 .icon-check {
  color: rgba(0, 0, 0, 0.35);
}
html body.centers2 #toggler h3, html body.centers2 #myToggler h3 {
  color: #D83C3C;
  border-color: #D83C3C;
}
html body.centers2 #toggler .toggler-header, html body.centers2 #myToggler .toggler-header {
  background-color: #f34235;
  border-color: #bc2626;
}
html body.centers2 #toggler .toggler-header:hover, html body.centers2 #myToggler .toggler-header:hover {
  background-color: #D83C3C;
}
html body.centers2 #toggler .header.toggler-header:before, html body.centers2 #myToggler .header.toggler-header:before {
  background-color: #D83C3C;
}
html body.centers2 .fnd-primary {
  background-color: #D83C3C;
  color: #ffffff;
}
html body.centers2 .fnd-secondary {
  background-color: #f34235;
  color: #ffffff;
}
html body.centers2 .color-primary {
  color: #D83C3C;
}
html body.centers2 .color-secondary {
  color: #f34235;
}
html body.centers2 .btn-upv.btn-primary {
  color: #D83C3C;
  border-color: #D83C3C;
}
html body.centers2 .btn-upv.btn-primary:visited {
  color: #D83C3C;
  border-color: #D83C3C;
}
html body.centers2 .btn-upv.btn-primary:hover, html body.centers2 .btn-upv.btn-primary:focus, html body.centers2 .btn-upv.btn-primary:active {
  background-color: #D83C3C;
  color: #ffffff;
}
html body.centers2 .btn-upv.btn-primary.btn-fill {
  color: #ffffff;
  border-color: #D83C3C;
  background-color: #D83C3C;
}
html body.centers2 .btn-upv.btn-primary.btn-fill:visited {
  color: #ffffff;
  border-color: #D83C3C;
  background-color: #D83C3C;
}
html body.centers2 .btn-upv.btn-primary.btn-fill:hover, html body.centers2 .btn-upv.btn-primary.btn-fill:focus, html body.centers2 .btn-upv.btn-primary.btn-fill:active {
  background-color: transparent;
  color: #D83C3C;
}
html body.centers2 .journal-content-article a.btn-upv.btn-primary:hover, html body.centers2 .journal-content-article a.btn-upv.btn-primary:focus, html body.centers2 .journal-content-article a.btn-upv.btn-primary:active {
  background-color: #D83C3C;
  color: #ffffff;
}
html body.centers2 .journal-content-article a.btn-upv.btn-primary.btn-fill:hover, html body.centers2 .journal-content-article a.btn-upv.btn-primary.btn-fill:focus, html body.centers2 .journal-content-article a.btn-upv.btn-primary.btn-fill:active {
  background-color: transparent;
  color: #D83C3C;
}
html body.centers2 .upv-acordeon.accordion .accordion-heading .accordion-toggle {
  background-color: #f34235;
  border-bottom: 1px solid #D83C3C;
  color: #ffffff;
}
html body.centers2 .upv-acordeon.accordion .accordion-heading .accordion-toggle span {
  background-color: #D83C3C;
  color: #ffffff;
}
html body.centers2 .new-upv-acordeon.accordion.nomargin {
  margin: 0 -20px;
}
html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h2 {
  margin: 0;
}
html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h2 a.accordion-toggle {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #9c1f1f;
  padding: 15px;
  padding-right: 40px;
  min-height: auto;
}
html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h2 a.accordion-toggle:hover, html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h2 a.accordion-toggle:focus, html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h2 a.accordion-toggle:active {
  background-color: #D83C3C;
  text-decoration: none;
}
html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h2 a.accordion-toggle::after {
  font-weight: normal;
  margin: 0;
  position: absolute;
  right: 35px;
}
html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h5 {
  margin: 0;
}
html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h5 a.accordion-toggle {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #9c1f1f;
  min-height: auto;
  padding: 15px;
  text-transform: initial;
}
html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h5 a.accordion-toggle:hover, html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h5 a.accordion-toggle:focus, html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h5 a.accordion-toggle:active {
  background-color: #D83C3C;
  text-decoration: none;
}
html body.centers2 .new-upv-acordeon.accordion .accordion-heading > h5 a.accordion-toggle::after {
  font-weight: normal;
  margin: 0;
}
html body.centers2 div.barra-busqueda input[type=search]:focus {
  border-bottom: 3px solid #D83C3C;
}
html body.centers2 .fnd-destacado section.upv-ehu-image-description {
  background-color: #D83C3C;
}
html body.centers2 .fnd-destacado section.upv-ehu-image-description h2 {
  background-color: #f34235;
}
html body.centers2 section.upv-ehu-image-description .documents ul li a::before,
html body.centers2 section.upv-ehu-image-description .links ul li a::before {
  color: #f34235;
}
@media (max-width: 767.98px) {
  html body.centers2 section.upv-ehu-image-description div.main {
    padding: 20px 0;
  }
}
html body.centers2 section.upv-ehu-image-description div.main .list-icons li::before,
html body.centers2 section.upv-ehu-image-description div.main .list-icons p::before {
  color: #f34235;
}
html body.centers2 section.upv-ehu-image-description div.main .menu-orden-doctorado a {
  color: #424242;
}
html body.centers2 section.upv-ehu-image-description div.main .menu-orden-doctorado a:hover {
  color: #424242;
}
html body.centers2 div.upv-pagination-buttons {
  text-align: center;
}
html body.centers2 div.upv-pagination-buttons ul {
  margin: 10px 0;
}
html body.centers2 div.upv-pagination-buttons ul li {
  display: inline-block;
  margin: 0;
  margin-left: -5px;
  padding-left: 0 !important;
}
html body.centers2 div.upv-pagination-buttons ul li:before {
  content: none !important;
  margin: 0;
  width: 0 !important;
}
html body.centers2 div.upv-pagination-buttons ul li a:visited {
  border: 1px solid #dddddd;
  background: #ffffff;
}
html body.centers2 div.upv-pagination-buttons ul a:hover {
  border: 1px solid #dddddd;
  background: #dddddd;
}
html body.centers2 div.upv-pagination-buttons ul a {
  border: 1px solid #dddddd;
  background: #ffffff;
  border-collapse: collapse;
  border-radius: 6px;
  color: #0176bc;
  display: block;
  font-family: var(--primary-font);
  font-size: 16px;
  padding: 11px 19px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
html body.centers2 div.upv-pagination-buttons li.numero a {
  border-radius: 0;
}
html body.centers2 div.upv-pagination-buttons li.flec-izq a {
  border-radius: 6px 0px 0px 6px;
}
html body.centers2 div.upv-pagination-buttons li.flec-dech a {
  border-radius: 0px 6px 6px 0px;
}
html body.centers2 div.upv-pagination-buttons li.pagination-selec a, html body.centers2 div.upv-pagination-buttons li.pagination-selec a:visited, html body.centers2 div.upv-pagination-buttons li.pagination-selec a:hover {
  border: 1px solid #6d6d6d;
  background: #6d6d6d;
  color: #ffffff;
}
html body.centers2 div.upv-pagination-buttons li.pagination-desactive a, html body.centers2 div.upv-pagination-buttons li.pagination-desactive a:visited {
  color: #a4a4a4;
  cursor: pointer;
}
html body.centers2 div.upv-pagination-buttons li.pagination-desactive a:hover {
  background: #ffffff;
  color: #a4a4a4;
}
html body.centers2 div.upv-pagination-buttons .primero {
  margin-right: 10px;
  margin-left: 0;
}
html body.centers2 div.upv-pagination-buttons .ultimo {
  margin-right: 0;
  margin-left: 6px;
}
html body.centers2 .doctorate.upv-pagination-buttons ul li:not(.ultimo) {
  margin-left: 0;
  margin-top: 5px;
}
html body.centers2 .bg-dark .entidades ul.unstyled {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
html body.centers2 .bg-dark .entidades ul.unstyled li {
  font-size: 16px;
  margin-bottom: 15px;
}
html body.centers2 .bg-dark .entidades ul.unstyled li:before {
  content: none !important;
  width: 0 !important;
}
@media (max-width: 979px) {
  html body.centers2 .bg-dark .entidades ul.unstyled {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media (max-width: 767px) {
  html body.centers2 .bg-dark .entidades ul.unstyled {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
html body.centers2 .w-1 {
  vertical-align: top !important;
  width: 1%;
}
html body.centers2 .subrayado-grey {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
html body.centers2 ul.unstyled li {
  margin-bottom: 10px;
  padding-left: 0 !important;
}
html body.centers2 .t14 {
  font-size: 14px !important;
}
html body.centers2 .t16 {
  font-size: 16px !important;
}
html body.centers2 .t19 {
  font-size: 19px !important;
}
html body.centers2 .m-l-20 {
  margin-left: 20px;
}
html body.centers2 .m-r-20 {
  margin-right: 20px;
}
html body.centers2 .m-t-10 {
  margin-top: 10px;
}
html body.centers2 .m-t-40 {
  margin-top: 40px;
}
html body.centers2 .m-l-40 {
  margin-left: 40px;
}
html body.centers2 .m-b-40 {
  margin-bottom: 40px;
}
html body.centers2 .m-b-20 {
  margin-bottom: 20px;
}
html body.centers2 .m-0 {
  margin: 0 !important;
}
html body.centers2 .f-13 {
  font-size: 13px;
}
html body.centers2 .menu-orden-doctorado {
  color: #D83C3C;
}
html body.centers2 .font-red {
  color: #D83C3C;
}
html body.centers2 div.additional-buttons ul {
  margin: 10px 0;
}
html body.centers2 div.additional-buttons ul li {
  display: inline-block;
  margin: 4px 4px 4px 0;
  padding-left: 0 !important;
}
html body.centers2 div.additional-buttons ul li:before {
  content: none !important;
  width: 0 !important;
}
html body.centers2 div.additional-buttons ul li a:visited {
  border: 1px solid #D83C3C;
  background: #D83C3C;
}
html body.centers2 div.additional-buttons ul li a {
  border: 1px solid #D83C3C;
  background: #D83C3C;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-family: var(--primary-font);
  font-size: 16px;
  padding: 11px 19px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
html body.centers2 div.additional-buttons ul li a:hover {
  background: #f34235;
  border: 1px solid #f34235;
  color: white;
}
html body.centers2 div.additional-buttons ul li.additional-active a {
  background: none;
  border: 1px solid #f34235;
  color: #f34235;
}
html body.centers2 .profesorado-doc {
  margin-top: 20px !important;
  width: 100% !important;
}
html body.centers2 .profesorado-doc td,
html body.centers2 .profesorado-doc th {
  width: 50%;
  padding: 10px 20px;
  vertical-align: top;
  text-align: left;
}
html body.centers2 .profesorado-subt-doc {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #000000;
  font-size: 16px !important;
  margin-top: 20px;
  padding: 10px 20px;
}
html body.centers2 .showMoreContent {
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
html body.centers2 #content .header-content {
  min-height: 360px;
}
html body.centers2 #content .header-content .portlet-boundary.portlet-journal-content.lfr-configurator-visibility {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
html body.centers2 #wrapper #content .header-content .visible-interaction {
  height: 0;
}
html body.centers2 #main-content .portlet-topper {
  margin-top: 10px;
  z-index: 3;
}
html body.centers2 .owl-carousel .owl-nav {
  bottom: -12px;
  display: inline-flex;
  left: 45px;
  margin-bottom: 20px;
  position: absolute;
  z-index: 999;
}
html body.centers2 .owl-carousel .owl-nav .carousel-menu-item,
html body.centers2 .owl-carousel .owl-nav .owl-prev,
html body.centers2 .owl-carousel .owl-nav .owl-next {
  align-items: center;
  background: white;
  cursor: pointer;
  display: inline-flex;
  height: 25px;
  justify-content: center;
  margin-right: 10px;
  width: 25px;
}
html body.centers2 .owl-carousel .owl-nav .pausevideo {
  margin-right: 10px;
  width: 25px;
}
html body.centers2 .owl-carousel .owl-nav .pausevideo.pause .carousel-menu-play {
  display: inline-flex;
}
html body.centers2 .owl-carousel .owl-nav .pausevideo.pause .carousel-menu-pause {
  display: none;
}
html body.centers2 .owl-carousel .owl-nav .pausevideo:not(.pause) .carousel-menu-play {
  display: none;
}
html body.centers2 .owl-carousel .owl-nav .pausevideo:not(.pause) .carousel-menu-pause {
  display: inline-flex;
}
html body.centers2 .owl-carousel .owl-dots {
  display: none;
}
html body.centers2 #wrapper .header-content .portlet {
  margin-bottom: 0;
}
html body.centers2 .fa-home:before,
html body.centers2 .icon-home:before {
  font-size: 18px;
  padding-right: 8px;
}
html body.centers2 #wrapper #masthead #top-menu .nav-right > li a {
  padding: 3px 10px 0 5px;
}
html body.centers2 #wrapper .list-group.list-group-flush {
  display: inline-flex;
  width: 100%;
  margin: 0;
}
html body.centers2 #wrapper .list-group.list-group-flush .list-group-item {
  border: 0;
  padding: 0;
  display: inline-block;
}
html body.centers2 #wrapper .list-group.list-group-flush .list-group-item a:first-child {
  border-top: 1px solid #bababa;
}
html body.centers2 #wrapper .list-group.list-group-flush .list-group-item b.list-group-item-title:hover {
  background-color: transparent;
}
html body.centers2 #wrapper .list-group.list-group-flush .list-group-item > div, html body.centers2 #wrapper .list-group.list-group-flush .list-group-item > a, html body.centers2 #wrapper .list-group.list-group-flush .list-group-item > b {
  width: 100%;
  transition: none;
  list-style: none;
  color: #525252;
  padding: 15px 30px 15px 25px;
  display: block;
  font-family: var(--primary-font);
  font-size: 14px;
}
html body.centers2 #wrapper .list-group.list-group-flush .list-group-item > div:hover, html body.centers2 #wrapper .list-group.list-group-flush .list-group-item > a:hover, html body.centers2 #wrapper .list-group.list-group-flush .list-group-item > b:hover {
  text-decoration: none;
  background-color: #efefef;
}
html body.centers2 #wrapper .list-group.list-group-flush .list-group-item > div:hover strong, html body.centers2 #wrapper .list-group.list-group-flush .list-group-item > a:hover strong, html body.centers2 #wrapper .list-group.list-group-flush .list-group-item > b:hover strong {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
html body.centers2 .articulo-enlace-global {
  color: black;
  display: flex;
  /* height: 100%; */
  width: 100%;
  flex-direction: column;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
  border-block-end: 2px solid transparent;
  border-radius: 7px;
}
html body.centers2 .articulo-enlace-global .card {
  margin: 0;
  /* margin-bottom: 5px;
  height: 100%; */
  background-color: #ffffff;
}
html body.centers2 .articulo-enlace-global:hover {
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.6);
  text-decoration: none;
  border-color: #5FD790;
}
html body.centers2 .articulo-enlace-global:hover .card-title {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
html body.centers2 .articulo-enlace-global .card-body {
  display: flex;
  padding: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  align-self: stretch;
}
html body.centers2 .articulo-enlace-global .card-body .card-title {
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
html body.centers2 .articulo-enlace-global .card-body .card-title:hover {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
html body.centers2 .articulo-enlace-global .card-body .card-text {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
html body.centers2 div.articulo-enlace-global:hover {
  border: none;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
  border-block-end: 2px solid transparent;
}
html body.centers2 div.articulo-enlace-global .card-body .card-title {
  text-decoration: none;
}
html body.centers2 div.articulo-enlace-global .card-body .card-title:hover {
  text-decoration: none;
}
html body.centers2 .contenido-izquierda {
  display: inline-flex;
  padding: 0;
  padding-right: 15px;
}
html body.centers2 .contenido-derecha {
  display: block;
  padding: 0;
  padding-left: 15px;
  float: right;
}
html body.centers2 .card.galeria-wrapper {
  background-color: transparent;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
  border-radius: 7px;
  overflow: hidden;
  border-block-end: 2px solid transparent;
  /* padding-right: 15px; */
}
html body.centers2 .card.galeria-wrapper:hover {
  border-color: #5FD790;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.6);
}
html body.centers2 .card.galeria-wrapper a {
  text-decoration: none;
}
html body.centers2 .card.galeria-wrapper a:hover {
  color: black;
  text-decoration: none;
}
html body.centers2 .card.galeria-wrapper img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
html body.centers2 .card.galeria-wrapper .gallery-card-body {
  background-color: white;
  overflow: hidden;
  padding: 14px;
  /* .pie-de-foto { 
  	margin: 5px 0; 
  }  */
}
html body.centers2 .card.galeria-wrapper .gallery-card-body p.card-title {
  margin-bottom: 7px;
  font-size: 18px;
  color: #212121;
  line-height: 28px;
  font-weight: 700;
}
html body.centers2 .card.galeria-wrapper .gallery-card-body p {
  font-family: var(--primary-font);
  font-size: 14px;
  color: #212121;
}
html body.centers2 .card.galeria-wrapper .gallery-card-body p img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
html body.centers2 .card.galeria-wrapper .gallery-card-body p:last-of-type {
  margin-bottom: 0;
}
html body.centers2 .card {
  border: none;
}
html body.centers2 .card .articulo-enlace-global {
  width: 100%;
  height: 100%;
  display: block;
}
html body.centers2 .card .articulo-enlace-global .card-img {
  height: 200px;
}
html body.centers2 .card .articulo-enlace-global img.card-img-top {
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: center;
}
html body.centers2 .card .articulo-enlace-global .card-body {
  padding: 10px;
}
html body.centers2 .card .articulo-enlace-global .card-body p.card-title {
  font-size: 19px;
  line-height: 24px;
  margin: 0;
}
html body.centers2 .card .articulo-enlace-global .card-body .card-text {
  margin-top: 12px;
}
html body.centers2 .card .articulo-enlace-global .card-body h3 {
  margin: 0;
}
html body.centers2 .card .card-img-top {
  border-radius: 7px 0px 0px 0px;
  height: 200px;
  object-fit: cover;
}
html body.centers2 .card p.card-title {
  line-height: 24px;
  margin: 0;
  font-size: 16px;
}
html body.centers2 .card .card-text {
  margin-top: 12px;
}
html body.centers2 .card h3 {
  margin: 0;
}
html body.centers2 .card-head {
  background-color: #ffffff;
  position: relative;
  display: flex;
  padding: 3.5px 14px;
  align-self: flex-end;
  justify-content: flex-end;
  gap: 10px;
  width: 75%;
  border-radius: 7px 7px 0 0;
  height: 32px;
  overflow: hidden;
  /* &::after {
      content: "";
      width: 25%;
      position: absolute;
      height: 100%;
      background: $background-color-light;
      top: 0;
      right: 0;

      @include media-breakpoint-down(lg){
      	width: 25%;
      }

      @include media-breakpoint-only(md){
      	width: 15%;
      }
  } */
}
html body.centers2 .card-head p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 24px; */
  line-height: 1.6;
  text-align: right;
}
html body.centers2 .asset-content + .separator {
  display: none;
}
html body.centers2 .asset-details.autofit-row .print-action {
  display: none;
}
html body.centers2 #main-content > div > .row:first-child,
html body.centers2 #main-content > div > .row:first-child__principal {
  width: 100%;
  margin-left: 0;
}
html body.centers2 #main-content > div > .row:first-child .portlet-layout.row,
html body.centers2 #main-content > div > .row:first-child__principal .portlet-layout.row {
  margin-left: 0;
}
html body.centers2 .ajustar-altura .portlet-layout.row > div {
  display: flex;
  width: 100%;
}
@media (max-width: 767.98px) {
  html body.centers2 .ajustar-altura .portlet-layout.row > div {
    display: block !important;
    width: 100% !important;
  }
}
html body.centers2 .ajustar-altura .portlet-layout.row > div > div {
  display: flex;
  width: 100%;
}
@media (max-width: 767.98px) {
  html body.centers2 .ajustar-altura .portlet-layout.row > div > div {
    display: block !important;
    width: 100% !important;
  }
}
html body.centers2 .ajustar-altura .portlet-layout.row > div > div > div {
  display: flex;
  width: 100%;
}
@media (max-width: 767.98px) {
  html body.centers2 .ajustar-altura .portlet-layout.row > div > div > div {
    display: block !important;
    width: 100% !important;
  }
}
html body.centers2 .ajustar-altura .portlet-layout.row > div > div > div .portlet {
  width: 100%;
}
@media (max-width: 767.98px) {
  html body.centers2 .ajustar-altura .portlet-layout.row > div > div > div .portlet {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  html body.centers2 .ajustar-altura .portlet-layout.row > div > div > div .portlet .boletin-imagen {
    height: 300px !important;
  }
}
html body.centers2 .ajustar-altura .portlet-layout.row > div .portlet-journal-content .journal-content-article {
  height: 100%;
}
html body.centers2 .ajustar-altura .portlet-layout.row > div div[data-fragments-editor-item-type=fragments-editor-mapped-item],
html body.centers2 .ajustar-altura .portlet-layout.row > div .portlet-body,
html body.centers2 .ajustar-altura .portlet-layout.row > div .portlet-content-container,
html body.centers2 .ajustar-altura .portlet-layout.row > div .portlet-content {
  height: 100%;
}
html body.centers2 .box_article-wrapper {
  width: 100%;
}
@media (max-width: 1199.98px) {
  html body.centers2 .box_article-wrapper {
    width: 100%;
  }
}
html body.centers2 #wrapper section.upv-ehu-image-description {
  padding: 0 20px;
}
html body.centers2 #wrapper section.upv-ehu-image-description:first-child {
  padding-top: 20px;
}
html body.centers2 #wrapper section.upv-ehu-image-description:last-child {
  padding-bottom: 20px;
}
html body.centers2 #wrapper section.upv-ehu-image-description .main {
  display: inline-block;
}
html body.centers2 #wrapper section.upv-ehu-image-description > .figure.span4 + .main {
  float: none;
  width: 100%;
}
html body.centers2 #wrapper section.upv-ehu-image-description div.figure.left {
  margin-right: 40px;
  margin-bottom: 20px;
}
html body.centers2 #column-2.column-right-calendar {
  padding-top: 0;
  padding-bottom: 0;
}
html body.centers2 .carousel-control {
  border: none;
  background: transparent;
  position: fixed;
}
html body.centers2 .carousel-control.right {
  right: 30px;
}
html body.centers2 .carousel-control.right .glyphicon {
  color: white;
}
html body.centers2 .image-thumbnail.aui-image-viewer-link {
  color: black;
  font-size: 14px;
}
html body.centers2 .image-thumbnail.aui-image-viewer-link:hover {
  color: #9e9e9e;
  text-decoration: none;
}
html body.centers2 .image-viewer.image-viewer-base {
  width: 100%;
  height: 100%;
}
html body.centers2 .tooltip.top .tooltip-arrow {
  border-width: 5px 5px !important;
}
html body.centers2 .language-entry-short-text {
  padding: 0 0.5em;
}
html body.centers2 li.dropdown.language.hover:hover + ul,
html body.centers2 li.dropdown.language.hover:focus + ul {
  display: block;
}
html body.centers2 .top-menu-search div.lfr-ddm-field-group button.btn:focus {
  outline: 2px solid black !important;
  transition: none;
  padding: 1px 4px;
  text-decoration: none;
}
html body.centers2 .lfr-search-container-wrapper .list-group .list-group-item h3 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}
html body.centers2 .lfr-search-container-wrapper .list-group .list-group-item div.text-default {
  margin: 10px 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.54);
}
html body.centers2 .galeria-wrapper {
  padding-right: 0;
}
html body.centers2 .portlet-decorate.portlet-nested-portlets .autofit-col.autofit-col-expand .portlet-title-text {
  margin-bottom: 30px;
}

html body.centers2.signed-in:not(.has-control-menu) #content {
  margin-top: 45px;
}

body.signed-in:not(.has-control-menu) #masthead {
  margin-top: 33px !important;
}

.firefox.aui.modal-open .centers2 {
  overflow: hidden !important;
}

.firefox.aui:not(.modal-open) .centers2 {
  overflow: auto !important;
}

.search-layout .searchcontainer-content .list-group-item-flex .autofit-col .sticker {
  display: none;
}

.portlet-search .input-container .fieldset {
  padding: 0 15px;
}
.portlet-search .input-container .fieldset legend {
  margin: 0;
  line-height: 0;
  border-bottom: 0;
}

.portlet-search .portlet-content .icon-monospaced.portlet-icon-back {
  padding: 0 15px;
}

.firefox.aui .centers2 .image-viewer-focused,
.firefox.aui .centers2 .image-viewer-mask {
  z-index: 5 !important;
}

@media (max-width: 1199.98px) {
  html .centers2 .control-menu {
    width: calc(100% + 21px);
  }
  html .centers2 #main-content__principal.columns-3 .portlet-layout.container > .row:first-child .upv-ehu-3-cols.columns-3 {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  html .centers2 .control-menu {
    width: calc(100% + 21px);
    left: 0;
  }
  html .centers2 .summary_data-content {
    height: auto;
  }
  html .centers2 #top-menu .navbar-inner > .nav-collapse.collapse {
    overflow: initial;
    height: 33px;
  }
}
@media (max-width: 767.98px) {
  html .centers2 .control-menu {
    width: calc(100% + 20px);
  }
  html .centers2 #wrapper section.upv-ehu-image-description {
    padding: 0;
  }
  html .centers2 #wrapper section#content.section-padded #main-content > .portlet-layout.row {
    margin-left: 0;
    margin-right: 0;
  }
  html .centers2 #wrapper .card.galeria-wrapper .gallery-card-body {
    height: auto;
  }
  html .centers2 #column-1 .list-group.list-group-flush,
  html .centers2 #column-1 #side-menu + .portlet-column-content {
    display: none;
  }
  html .centers2 #column-2 .portlet .columns-3 .portlet-layout.row > .portlet-column {
    max-width: 100%;
  }
  html .centers2 .asset-full-content.clearfix.mb-5 .asset-details {
    position: static;
    width: auto;
  }
  html .centers2 .carousel-control {
    opacity: 1;
  }
  html .centers2 .carousel-control.right {
    right: 30px;
  }
  html .centers2 .close.image-viewer {
    top: 20px;
  }
  html .centers2 .image-download-button {
    top: 20px;
    left: 25px;
  }
  /* .row.featured_article-wrapper {
  	max-height: none !important;

  	.feature_article-video-text {
  		max-height: 100%;
  	}
  } */
}
@media (min-width: 576px) {
  html .centers2 .portlet-boundary.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_.ajustar-altura .columns-2 .portlet-column .portlet-boundary .portlet .portlet-content > .portlet-content-container {
    height: 100%;
  }
  html .centers2 .portlet-boundary.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_.ajustar-altura .columns-2 .portlet-column .portlet-boundary .portlet .portlet-content > .portlet-content-container .portlet-body {
    height: 100%;
  }
  html .centers2 .portlet-boundary.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_.ajustar-altura .columns-2 .portlet-column .portlet-boundary .portlet .portlet-content > .portlet-content-container .portlet-body > div {
    height: 100%;
  }
  html .centers2 .portlet-boundary.portlet-boundary_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_.ajustar-altura .columns-2 .portlet-column .portlet-boundary .portlet .portlet-content > .portlet-content-container .portlet-body > div > .journal-content-article {
    height: 100%;
    /* > .card.boletin-wrapper {
    	height: 100%;

    	.boletin-image {
    		height: 55%;
    	}

    	.card-body {
    		height: 45%;
    	}
    } */
  }
}
@media (max-width: 705px) {
  html .centers2:not(.signed-in) #wrapper #masthead #top-menu .nav-right > li a {
    padding: 3px 5px 0 5px;
  }
  html .centers2:not(.signed-in) #wrapper #masthead #top-menu .nav-right > li {
    margin-right: 0;
  }
  html .centers2:not(.signed-in) #wrapper #masthead #top-menu .nav-right > li .language-portlet-7 {
    display: none;
  }
}
@media (max-width: 520px) {
  html .centers2 #masthead .navbar-inner {
    height: 0;
  }
  html .centers2 #top-menu .nav-right > li {
    margin-right: 6px;
  }
}
@media (max-width: 480px) {
  html .centers2 {
    /* .ajustar-altura .card.boletin-wrapper {
    	margin-bottom: 0px;
    } */
  }
  html .centers2 #masthead #top-menu .nav-collapse,
  html .centers2 #masthead #top-menu .collapse.nav-collapse {
    text-align: center;
    height: 30px;
  }
  html .centers2 #masthead #top-menu .nav-collapse {
    text-align: center;
    height: 30px;
  }
  html .centers2 .top-menu-search div.lfr-ddm-field-group button.btn {
    right: 0;
  }
  html .centers2 .dropdown.lfr-icon-menu.btn.btn-monospaced.btn-sm {
    margin-top: 46px;
    right: 29px;
  }
}
html .centers2 a.linkArrow {
  display: flex;
  gap: 13px;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  html .centers2 a.linkArrow {
    justify-content: space-between;
  }
}
html .centers2 a.linkArrow > span {
  text-decoration: underline;
}
html .centers2 a.linkArrow::after {
  content: "\f061";
  font-family: "fontawesome-alloy";
  transition: transform 0.2s;
  color: #5FD790;
}
html .centers2 a.linkArrow.right {
  justify-content: flex-end;
}
html .centers2 a.linkArrow:hover, html .centers2 a.linkArrow:focus {
  text-decoration: none;
}
html .centers2 a.linkArrow:hover > span, html .centers2 a.linkArrow:focus > span {
  text-decoration-color: #5FD790;
}
html .centers2 a.linkArrow.sombra {
  display: flex;
  padding: 14px 21px;
  background-color: #ffffff;
  border-radius: 14px;
  border-left: 2px solid #ffffff;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
  transition: all 0.3s ease;
}
html .centers2 a.linkArrow.sombra > span {
  text-decoration: none;
}
html .centers2 a.linkArrow.sombra:hover, html .centers2 a.linkArrow.sombra:focus {
  text-decoration: none;
  border-left-color: #5FD790;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.6);
}
html .centers2 a.linkArrow.sombra:hover > span, html .centers2 a.linkArrow.sombra:focus > span {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
html .centers2 .featured_article-image {
  position: unset !important;
}
html .centers2 .featured_tag {
  position: absolute !important;
  left: 10px;
  top: 9.5px;
  margin: 0;
  padding: 7px 14px;
  background: #ffffff;
  color: black;
  border-radius: 84px;
  border: 1px solid #BDBDBD;
  color: var(--temticos-UPV-EHU-dark, #212121);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
html .centers2 .featured_tag::before {
  font-family: "fontawesome-alloy";
}
html .centers2 .featured_article-image .featured_tag::before,
html .centers2 .image-carousel .featured_tag::before {
  content: "\f083";
}
html .centers2 .feature_article-video .featured_tag::before {
  content: "\f03d";
}
html .centers2 a.featured_article-image:hover p.card-title {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}

body.centers2 .news_list-wrapper {
  --m2: 7px;
  --m3: 14px;
  --m4: 21px;
  padding: var(--m4);
  background-color: white;
  border-radius: var(--m2);
}
body.centers2 .news_list-wrapper .news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-end: var(--m3);
}
body.centers2 .news_list-wrapper .news_title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
body.centers2 .news_list-wrapper .news_title a {
  color: #000000;
  /* display: flex;
  align-items: center;
  gap: 1rem;
  span:not(.icon) {
      border-block-end: 1.5px solid white;
  }
  &:hover {
      text-decoration: none;
      span:not(.icon) {
          text-decoration: none;
          border-block-end: 1.5px solid #0066B3;
      }
  } */
}
body.centers2 .news_list-wrapper .news_list-list {
  margin: 0;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item {
  margin-block-end: var(--m3);
  padding: 0;
  border-color: white;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item:last-child {
  border-bottom: 0;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item .linkArrow:after {
  content: none;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item a {
  color: #212121;
  text-decoration: none;
  /* noticias */
  /* agenda */
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item a .news_col {
  display: flex;
  flex-direction: column;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item a strong {
  display: block;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item a span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item a::after {
  color: #000000;
  font-size: 21px;
  font-weight: normal;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item a .pretitle {
  font-size: 15px;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item a:hover strong {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item a:hover .news_col strong {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
body.centers2 .news_list-wrapper .news_list-list .news_list-item a:has(.news_col)::after {
  content: none;
}

.news-two-column-publisher__list__item__image {
  max-height: 105px;
  /* overflow: hidden; */
}

html body.centers2 .featured_article-wrapper {
  position: relative;
  margin-right: 0;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 21px;
  flex-wrap: wrap;
  background: white;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
  border-radius: 7px;
}
html body.centers2 .featured_article-wrapper:hover {
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.6);
}
html body.centers2 .featured_article-wrapper .featured_article-image,
html body.centers2 .featured_article-wrapper .image-carousel,
html body.centers2 .featured_article-wrapper .feature_article-video iframe {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  html body.centers2 .featured_article-wrapper .featured_article-image,
  html body.centers2 .featured_article-wrapper .image-carousel,
  html body.centers2 .featured_article-wrapper .feature_article-video iframe {
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 991.98px) {
  html body.centers2 .featured_article-wrapper .featured_article-image,
  html body.centers2 .featured_article-wrapper .image-carousel,
  html body.centers2 .featured_article-wrapper .feature_article-video iframe {
    border-radius: 5px 5px 0 0;
  }
}
html body.centers2 .featured_article-wrapper .featured_article-image {
  /*background-size: cover;
  background-size: 100%;
  background-image: url("../images/custom/default-background.jpg"); */
}
html body.centers2 .featured_article-wrapper .featured_article-image:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba($neutral-color-dark,.2); */
  top: 0;
  left: 0;
}
html body.centers2 .featured_article-wrapper .image-carousel {
  background-image: none;
  background-color: #ffffff;
}
html body.centers2 .featured_article-wrapper .image-carousel:after {
  display: none;
}
html body.centers2 .featured_article-wrapper .image-carousel img {
  height: 100%;
  object-position: center top;
  object-fit: cover;
  width: 100%;
}
html body.centers2 .featured_article-wrapper .feature_article-video:after {
  display: none;
}
html body.centers2 .featured_article-wrapper .feature_article-video iframe,
html body.centers2 .featured_article-wrapper .feature_article-video video {
  width: 100%;
  border: none;
  /* 
  height: 100%; 
  background-color: $neutral-color-dark; 
  */
}
html body.centers2 .featured_article-wrapper .featured_article-text {
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html body.centers2 .featured_article-wrapper .featured_article-text h2 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #212121;
}
@media (max-width: 991.98px) {
  html body.centers2 .featured_article-wrapper .featured_article-text h2 {
    font-size: 20px;
  }
}
html body.centers2 .featured_article-wrapper .featured_article-text p {
  /* margin-inline-end: 1rem; */
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
}
html body.centers2 .featured_article-wrapper .featured_article-text a {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  html body.centers2 .featured_article-wrapper .featured_article-text a {
    margin-bottom: 12px;
  }
}
html body.centers2 .featured_article-wrapper .featured_article-text a span {
  text-align: right;
}
html body.centers2 .featured_article-wrapper .featured_article-text .featured_article-text-col p {
  margin: 0;
}
html body.centers2 .card.boletin-wrapper {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  html body.centers2 .card.boletin-wrapper .boletin.image {
    min-height: 175px !important;
  }
}
html body.centers2 .card.boletin-wrapper a {
  display: flex;
  height: 100%;
  flex-direction: column;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
  border-radius: 0 21px 21px 0;
  text-decoration: none;
}
html body.centers2 .card.boletin-wrapper a .card-title:hover {
  text-decoration: underline;
}
html body.centers2 .card.boletin-wrapper a p {
  text-align: center;
}
html body.centers2 .card.boletin-wrapper a:hover {
  text-decoration: none;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.6);
}
html body.centers2 .card.boletin-wrapper a:hover .card-body {
  /* background-color: #2b3a42; */
  background-color: #BDBDBD;
  border-color: #212121;
}
html body.centers2 .card.boletin-wrapper a:hover .card-body * {
  color: #212121;
}
html body.centers2 .card.boletin-wrapper a:hover .card-title {
  text-decoration: underline;
}
html body.centers2 .card.boletin-wrapper .boletin-image {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
html body.centers2 .card.boletin-wrapper .boletin-image picture,
html body.centers2 .card.boletin-wrapper .boletin-image img {
  visibility: hidden;
}
html body.centers2 .card.boletin-wrapper .boletin-image .card-icon-top {
  height: 65px;
  width: 65px;
  background: #212121;
  border-radius: 50%;
  margin-block-end: 2.5rem;
  margin-block-start: 1rem;
  margin-inline: auto;
}
html body.centers2 .card.boletin-wrapper .boletin-image .card-icon-top .card-icon-top-mask {
  width: 65px;
  height: 65px;
  -webkit-mask-size: 65% !important;
  background: #ffffff;
}
html body.centers2 .card.boletin-wrapper .card-body {
  flex: 0 0 auto;
  margin-block-start: -1.5rem;
  display: flex;
  padding: 14px;
  flex-direction: column;
  align-items: center;
  background: #212121;
  border-radius: 21px 21px 7px 7px;
  /* border-radius: 14px 14px 7px 7px; */
  border-block-end: 3px solid transparent;
  transition: 0.5s all;
  gap: 7px;
}
html body.centers2 .card.boletin-wrapper .card-body * {
  color: #ffffff;
}
html body.centers2 .card.boletin-wrapper .card-body .card-title {
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
html body.centers2 .card.boletin-wrapper .card-body p:not(.card-title) {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-block-end: 1rem;
  -webkit-line-clamp: 3 !important;
}
html body.centers2 .card.boletin-wrapper .card-body p:last-of-type {
  margin: 0;
}

@media (max-width: 991.98px) {
  .upv-ehu-2-cols .featured_article-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

html body.centers2 .featured_links-wrapper {
  padding: 21px;
  background-color: #ffffff;
  /* border-radius: 21px; */
  border-radius: 7px;
}
html body.centers2 .featured_links-wrapper h2.list-group-title {
  margin-block-end: 14px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
html body.centers2 .featured_links-wrapper ul {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
html body.centers2 .featured_links-wrapper ul .list-group-item {
  /* margin: 7px 0; */
  padding: 0;
  border: none;
}
html body.centers2 .featured_links-wrapper ul .list-group-item:not(:last-of-type) {
  margin-block-end: 14px;
  margin-block-start: 0;
}
html body.centers2 .featured_links-wrapper ul .list-group-item::before {
  content: none;
}
html body.centers2 .featured_links-wrapper ul .list-group-item a {
  display: flex;
  align-items: center;
  color: #212121;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}
html body.centers2 .featured_links-wrapper ul .list-group-item a.linkArrow::after {
  color: #5FD790;
}
html body.centers2 .featured_links-wrapper ul .list-group-item a:hover span {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}
html body.centers2 .featured_links-wrapper ul .list-group-item a > span {
  display: flex;
  align-items: center;
}
html body.centers2 .featured_links-wrapper ul .list-group-item a .icono-enlace-destacado {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-position: center;
  -webkit-mask-size: 100% !important;
  background-color: #212121;
  margin-right: 12px;
}
html body.centers2 .featured_links-wrapper ul .list-group-item img {
  width: 32px;
  margin-right: 18px;
}
html body.centers2 .title-and-link {
  padding: 21px 21px 0 21px;
}
html body.centers2 .title-and-link .c-button--tertiary, html body.centers2 .title-and-link .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.centers2 .title-and-link a, html body.centers2 .title-and-link .ehu-oferta-grados__lists .back-to-top, html .ehu-oferta-grados__lists body.centers2 .title-and-link .back-to-top,
html body.centers2 .title-and-link .ehu-oferta-masteres__lists .back-to-top,
html .ehu-oferta-masteres__lists body.centers2 .title-and-link .back-to-top,
html body.centers2 .title-and-link .ehu-oferta-doctorados__lists .back-to-top,
html .ehu-oferta-doctorados__lists body.centers2 .title-and-link .back-to-top,
html body.centers2 .title-and-link .ehu-oferta-masteres-titulos-propios__lists .back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 .title-and-link .back-to-top, html body.centers2 .title-and-link .faq .backtop a, .faq .backtop html body.centers2 .title-and-link a, html body.centers2 .title-and-link .faq .nav-pills li a[aria-selected=false], .faq .nav-pills li html body.centers2 .title-and-link a[aria-selected=false], html body.centers2 .title-and-link .data-processing .backtop a, .data-processing .backtop html body.centers2 .title-and-link a,
html body.centers2 .title-and-link .technology-offer .backtop a,
.technology-offer .backtop html body.centers2 .title-and-link a, html body.centers2 .title-and-link .portlet-xsl-content .xsl-content.ldap #tab > a, .portlet-xsl-content .xsl-content.ldap html body.centers2 .title-and-link #tab > a, html body.centers2 .title-and-link .portlet-xsl-content .xsl-content.department table + a, .portlet-xsl-content .xsl-content.department html body.centers2 .title-and-link table + a {
  gap: 13px;
  color: #0066B3;
  font-size: 1rem;
  text-decoration: none;
  padding: 0;
}
html body.centers2 .title-and-link .c-button--tertiary:hover, html body.centers2 .title-and-link .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:hover, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.centers2 .title-and-link a:hover, html body.centers2 .title-and-link .ehu-oferta-grados__lists .back-to-top:hover, html .ehu-oferta-grados__lists body.centers2 .title-and-link .back-to-top:hover,
html body.centers2 .title-and-link .ehu-oferta-masteres__lists .back-to-top:hover,
html .ehu-oferta-masteres__lists body.centers2 .title-and-link .back-to-top:hover,
html body.centers2 .title-and-link .ehu-oferta-doctorados__lists .back-to-top:hover,
html .ehu-oferta-doctorados__lists body.centers2 .title-and-link .back-to-top:hover,
html body.centers2 .title-and-link .ehu-oferta-masteres-titulos-propios__lists .back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 .title-and-link .back-to-top:hover, html body.centers2 .title-and-link .faq .backtop a:hover, .faq .backtop html body.centers2 .title-and-link a:hover, html body.centers2 .title-and-link .faq .nav-pills li a[aria-selected=false]:hover, .faq .nav-pills li html body.centers2 .title-and-link a[aria-selected=false]:hover, html body.centers2 .title-and-link .data-processing .backtop a:hover, .data-processing .backtop html body.centers2 .title-and-link a:hover,
html body.centers2 .title-and-link .technology-offer .backtop a:hover,
.technology-offer .backtop html body.centers2 .title-and-link a:hover, html body.centers2 .title-and-link .portlet-xsl-content .xsl-content.ldap #tab > a:hover, .portlet-xsl-content .xsl-content.ldap html body.centers2 .title-and-link #tab > a:hover, html body.centers2 .title-and-link .portlet-xsl-content .xsl-content.department table + a:hover, .portlet-xsl-content .xsl-content.department html body.centers2 .title-and-link table + a:hover {
  background-color: transparent;
  color: #0066B3;
}
html body.centers2 .title-and-link .c-button--tertiary:hover span, html body.centers2 .title-and-link .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:hover span, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.centers2 .title-and-link a:hover span, html body.centers2 .title-and-link .ehu-oferta-grados__lists .back-to-top:hover span, html .ehu-oferta-grados__lists body.centers2 .title-and-link .back-to-top:hover span,
html body.centers2 .title-and-link .ehu-oferta-masteres__lists .back-to-top:hover span,
html .ehu-oferta-masteres__lists body.centers2 .title-and-link .back-to-top:hover span,
html body.centers2 .title-and-link .ehu-oferta-doctorados__lists .back-to-top:hover span,
html .ehu-oferta-doctorados__lists body.centers2 .title-and-link .back-to-top:hover span,
html body.centers2 .title-and-link .ehu-oferta-masteres-titulos-propios__lists .back-to-top:hover span,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 .title-and-link .back-to-top:hover span, html body.centers2 .title-and-link .faq .backtop a:hover span, .faq .backtop html body.centers2 .title-and-link a:hover span, html body.centers2 .title-and-link .faq .nav-pills li a[aria-selected=false]:hover span, .faq .nav-pills li html body.centers2 .title-and-link a[aria-selected=false]:hover span, html body.centers2 .title-and-link .data-processing .backtop a:hover span, .data-processing .backtop html body.centers2 .title-and-link a:hover span,
html body.centers2 .title-and-link .technology-offer .backtop a:hover span,
.technology-offer .backtop html body.centers2 .title-and-link a:hover span, html body.centers2 .title-and-link .portlet-xsl-content .xsl-content.ldap #tab > a:hover span, .portlet-xsl-content .xsl-content.ldap html body.centers2 .title-and-link #tab > a:hover span, html body.centers2 .title-and-link .portlet-xsl-content .xsl-content.department table + a:hover span, .portlet-xsl-content .xsl-content.department html body.centers2 .title-and-link table + a:hover span {
  text-decoration: underline;
}
html body.centers2 .title-and-link .c-button--tertiary:after, html body.centers2 .title-and-link .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:after, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.centers2 .title-and-link a:after, html body.centers2 .title-and-link .ehu-oferta-grados__lists .back-to-top:after, html .ehu-oferta-grados__lists body.centers2 .title-and-link .back-to-top:after,
html body.centers2 .title-and-link .ehu-oferta-masteres__lists .back-to-top:after,
html .ehu-oferta-masteres__lists body.centers2 .title-and-link .back-to-top:after,
html body.centers2 .title-and-link .ehu-oferta-doctorados__lists .back-to-top:after,
html .ehu-oferta-doctorados__lists body.centers2 .title-and-link .back-to-top:after,
html body.centers2 .title-and-link .ehu-oferta-masteres-titulos-propios__lists .back-to-top:after,
html .ehu-oferta-masteres-titulos-propios__lists body.centers2 .title-and-link .back-to-top:after, html body.centers2 .title-and-link .faq .backtop a:after, .faq .backtop html body.centers2 .title-and-link a:after, html body.centers2 .title-and-link .faq .nav-pills li a[aria-selected=false]:after, .faq .nav-pills li html body.centers2 .title-and-link a[aria-selected=false]:after, html body.centers2 .title-and-link .data-processing .backtop a:after, .data-processing .backtop html body.centers2 .title-and-link a:after,
html body.centers2 .title-and-link .technology-offer .backtop a:after,
.technology-offer .backtop html body.centers2 .title-and-link a:after, html body.centers2 .title-and-link .portlet-xsl-content .xsl-content.ldap #tab > a:after, .portlet-xsl-content .xsl-content.ldap html body.centers2 .title-and-link #tab > a:after, html body.centers2 .title-and-link .portlet-xsl-content .xsl-content.department table + a:after, .portlet-xsl-content .xsl-content.department html body.centers2 .title-and-link table + a:after {
  content: "\f061";
  font-family: "fontawesome-alloy";
}

html body.centers2 .numbersCenters {
  display: flex;
  /* padding: 21px; */
  flex-direction: column;
  gap: 14px;
  padding: 21px;
  /* z-index: -3; */
  position: relative;
  background: white;
}
html body.centers2 .numbersCenters h2 {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
html body.centers2 .numbersCenters .numbers {
  padding: 45px 40px 20px 40px;
  border-radius: 14px;
  margin-inline: 7px;
  margin-block: 0;
}
html body.centers2 .numbersCenters .numbers:before {
  content: none;
}
html body.centers2 .numbersCenters .numbers.numbers--bgcolor { /* sin foto */
  border: 1px solid #BDBDBD;
  background-color: #ffffff;
}
html body.centers2 .numbersCenters .numbers.numbers--bgcolor .carousel-indicators {
  background: #424242;
}
html body.centers2 .numbersCenters .numbers.numbers--bgcolor .carousel-indicators li.active::after {
  background: #ffffff;
}
html body.centers2 .numbersCenters .numbers.numbers--bgcolor .numbers__list {
  border: none;
  border-radius: unset;
  padding: 0;
}
html body.centers2 .numbersCenters .numbers.numbers--bgcolor .numbers__list .numbers__list__item {
  background: #F9F9F9;
}
html body.centers2 .numbersCenters .numbers.numbers--bgcolor .numbers__list .numbers__list__item:hover {
  border-block-end-color: #5FD790;
}
html body.centers2 .numbersCenters .numbers.numbers--bgcolor .numbers__list .numbers__list__item .numbers_link::after {
  color: #5FD790;
}
html body.centers2 .numbersCenters .numbers.numbers--bgimage { /* sin foto */ }
html body.centers2 .numbersCenters .numbers.numbers--bgimage .carousel-indicators {
  background: #ffffff;
}
html body.centers2 .numbersCenters .numbers.numbers--bgimage .carousel-indicators li.active::after {
  background: #212121;
}
html body.centers2 .numbersCenters .numbers.numbers--bgimage .numbers__list {
  padding: 0;
}
html body.centers2 .numbersCenters .numbers.numbers--bgimage .numbers__list .numbers__list__item {
  background-color: rgba(33, 33, 33, 0.75);
  border-block-end: 3px solid transparent;
}
html body.centers2 .numbersCenters .numbers.numbers--bgimage .numbers__list .numbers__list__item .numbers_link::after {
  color: #5FD790;
}
html body.centers2 .numbersCenters .numbers.numbers--bgimage .numbers__list .numbers__list__item:has(a):hover {
  background-color: #212121;
  border-block-end-color: #ffffff;
}
html body.centers2 .numbersCenters .numbers .carousel {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 46px;
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-indicators {
  margin-top: 0;
  height: auto;
  bottom: 0;
  position: relative;
  border-radius: 20px;
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-indicators li {
  transition: all 0.3s;
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-indicators li::after {
  background-color: #BDBDBD;
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-indicators li.active:after {
  width: 21px;
  border-radius: 105px;
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-item {
  align-items: stretch;
  gap: 14px;
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-item .numbers__list__item {
  margin: 0;
  flex: 0 0 calc(33% - 7px);
  border-radius: 21px;
  border-block-end: 3px solid transparent;
  /* background: rgba(33, 33, 33, 0.75); */
  /* a.numbers_link:hover {
      text-decoration: none;
      .numbers__list__item__number {
          border-color: white;
      }
  } */
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-item .numbers__list__item .numbers_link {
  padding: 21px 14px 42px 14px;
  /* height: 100%;  trello 77 */
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-item .numbers__list__item .numbers_link::after {
  /* color: $color-white; */
  font-size: 24px;
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-item .numbers__list__item .numbers_link .numbers__list__item__number {
  border: none;
  margin: 0;
  padding: 21px 0;
  font-family: var(--primary-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* border: 2px solid transparent;
  padding: 1.5rem;
  border-radius: 50%;
  width: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center; */
}
html body.centers2 .numbersCenters .numbers .carousel .carousel-item .numbers__list__item .numbers_link .numbers__list__item__info {
  margin: 0;
  min-height: auto;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
html body.centers2 .numbersCenters .numbers.d-block .carousel .carousel-item .numbers__list__item {
  flex: 1;
}

html body.centers2 #ehu-calendar {
  /* link todos los eventos */
  /* selector de categorias */
  /* listado eventos */
}
html body.centers2 #ehu-calendar .filterCal a {
  padding: 0;
  text-decoration: none;
}
html body.centers2 #ehu-calendar .filterCal a span:not(.icon) {
  padding-block-end: 0.5rem;
}
html body.centers2 #ehu-calendar .filterCal a span.icon {
  display: inline-block;
  margin-inline-start: 1rem;
  color: #5FD790;
}
html body.centers2 #ehu-calendar .filterCal a:hover {
  background: transparent;
  border-radius: none;
  text-decoration: none;
}
html body.centers2 #ehu-calendar .filterCal a:hover span:not(.icon) {
  border-block-end: 1.5px solid #5FD790;
}
html body.centers2 #ehu-calendar .filterCal a:hover span.icon {
  text-decoration: none;
}
html body.centers2 #ehu-calendar .selectedCategory .selectedCategoryFilter:hover, html body.centers2 #ehu-calendar .selectedCategory .selectedCategoryFilter:active {
  background-color: var(--color-white);
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
  border-color: var(--color-white);
  border-block-end: 1px solid var(--color-black);
  transition: all 0.3s ease;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane {
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
  /* calendario */
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header {
  margin: 1rem;
  /* mes */
  /* flechas mes */
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth,
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-bg-gray-light);
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:hover,
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:hover {
  background-color: #B0FBC1;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:hover:after,
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:hover:after {
  color: black;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table {
  border-collapse: initial;
  box-shadow: none !important;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody {
  /* num calendario */
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day {
  height: 45px;
  width: 45px;
  margin-inline: auto;
  position: relative;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day:hover::after, html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day:focus::after {
  content: "";
  height: 45px;
  width: 45px;
  border: 0.5px solid #5C5C5C;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day a {
  margin-inline: auto;
  cursor: pointer;
  transition: border-color 0.5s ease-in;
  text-decoration: none;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day a:focus {
  border-radius: 100%;
  outline: none !important;
  box-shadow: none !important;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.evento:hover::after, html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.evento:focus::after, html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.eventoHoy:hover::after, html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.eventoHoy:focus::after {
  border: 2px solid #5FD790;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.evento a, html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.eventoHoy a {
  color: var(--color-black);
  z-index: 10;
  position: relative;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  /*&:focus {
      border: .5px solid;
      width: inherit;
      height: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
  }*/
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.evento a span.color, html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.eventoHoy a span.color {
  position: relative;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.evento a span.color::after, html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.eventoHoy a span.color::after {
  content: "";
  position: absolute;
  background: black;
  border-radius: 50%;
  padding: 2px;
  left: calc(50% - 2px);
  bottom: -2px;
  transition-timing-function: ease-out;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.eventoHoy a:hover {
  border: 1px solid;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day.eventoHoy::before {
  content: "";
  height: 45px;
  width: 45px;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background-color: #5FD790;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day:has(.currentDate):hover::after, html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .yui3-calendar-day:has(.currentDate):hover::before {
  display: none;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .evento.yui3-calendar-day.selected {
  position: relative;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .evento.yui3-calendar-day.selected::after {
  border: 1px solid;
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  inset: 0;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .evento.yui3-calendar-day.selected a:hover,
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .evento.yui3-calendar-day.selected a:focus {
  border-color: #5FD790;
}
html body.centers2 #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-u-1-1 table tbody .currentDate {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-light);
}
html body.centers2 #ehu-calendar .listadoCal h3, html body.centers2 #ehu-calendar .listadoCal h3.display-4 {
  background-color: var(--color-gray-strong, #424242);
  color: var(--color-white);
  border-radius: 5px;
  font-weight: normal;
}
html body.centers2 #ehu-calendar .listadoCal h3 a, html body.centers2 #ehu-calendar .listadoCal h3.display-4 a {
  color: var(--color-white);
}
@media (min-width: 1200px) {
  html body.centers2 #ehu-calendar .h-controller {
    max-height: 450px;
    min-height: 430px;
    overflow-y: auto;
  }
}
html body.centers2 #ehu-calendar .listadoCal ul.list-group a, html body.centers2 #ehu-calendar #modalEvents .modal-dialog ul.list-group a {
  padding: 0.15rem 0.75rem 2rem 0.75rem !important;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
  border-radius: 7px;
  border-left: 2px solid var(--color-white);
  border-block-end: none;
}
html body.centers2 #ehu-calendar .listadoCal ul.list-group a:hover, html body.centers2 #ehu-calendar #modalEvents .modal-dialog ul.list-group a:hover {
  background-color: var(--color-white) !important;
  border-left-color: #5FD790;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.6);
}

/* 
.yui3-aclist {
	position: absolute;
	z-index: 1
}

.yui3-aclist-hidden {
	visibility: hidden
}

.yui3-aclist-aria {
	left: -9999px;
	position: absolute
}

.yui3-aclist-list {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0
}

.yui3-aclist-item {
	cursor: pointer;
	list-style: none;
	padding: 2px 5px
}

.yui3-aclist-item-active {
	outline: #afafaf dotted thin
}

.yui3-skin-sam .yui3-aclist-content {
	background: #fff;
	border: 1px solid #afafaf;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58)
}

.yui3-skin-sam .yui3-aclist-item-hover {
	background: #bfdaff
}

.yui3-skin-sam .yui3-aclist-item-active {
	background: #2647a0;
	color: #fff;
	outline: 0
} */
/* #yui3-css-stamp.skin-sam-autocomplete-list {
	display: none
}

.popover-hidden {
	display: none
}

#yui3-css-stamp.skin-sam-aui-popover {
	display: none
} */
/* 
.timepicker-popover .yui3-aclist {
	position: relative;
	max-height: 200px
}

.timepicker-popover .yui3-aclist-list {
	padding: 0;
	margin: 0
}

.timepicker-popover .yui3-aclist-item {
	text-align: center
}

.timepicker-popover.popover {
	min-width: 150px
}

.timepicker-popover .popover-content {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0
}

.yui3-skin-sam .timepicker-popover .yui3-aclist-item-active,
	.yui3-skin-sam .timepicker-popover .yui3-aclist-item-hover {
	background: whitesmoke;
	color: #000
}

.yui3-skin-sam .timepicker-popover .yui3-aclist-content {
	background: #fff;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

#yui3-css-stamp.skin-sam-aui-timepicker {
	display: none
} */
/*!
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.yui3-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  /* 	font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif */
  font-family: var(--primary-font);
}

.opera-only :-o-prefocus, .yui3-g {
  word-spacing: -0.43em;
}

.yui3-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.yui3-g [class*=yui3-u] {
  /* 	font-family: sans-serif */
  font-family: var(--primary-font);
} /*!
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.yui3-u-1, .yui3-u-1-1, .yui3-u-1-2, .yui3-u-1-3, .yui3-u-2-3,
.yui3-u-1-4, .yui3-u-3-4, .yui3-u-1-5, .yui3-u-2-5, .yui3-u-3-5,
.yui3-u-4-5, .yui3-u-5-5, .yui3-u-1-6, .yui3-u-5-6, .yui3-u-1-8,
.yui3-u-3-8, .yui3-u-5-8, .yui3-u-7-8, .yui3-u-1-12, .yui3-u-5-12,
.yui3-u-7-12, .yui3-u-11-12, .yui3-u-1-24, .yui3-u-2-24, .yui3-u-3-24,
.yui3-u-4-24, .yui3-u-5-24, .yui3-u-6-24, .yui3-u-7-24, .yui3-u-8-24,
.yui3-u-9-24, .yui3-u-10-24, .yui3-u-11-24, .yui3-u-12-24,
.yui3-u-13-24, .yui3-u-14-24, .yui3-u-15-24, .yui3-u-16-24,
.yui3-u-17-24, .yui3-u-18-24, .yui3-u-19-24, .yui3-u-20-24,
.yui3-u-21-24, .yui3-u-22-24, .yui3-u-23-24, .yui3-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.yui3-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.yui3-u-1-12, .yui3-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.yui3-u-1-8, .yui3-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.yui3-u-1-6, .yui3-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.yui3-u-1-5 {
  width: 20%;
  *width: 19.969%;
}

.yui3-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.yui3-u-1-4, .yui3-u-6-24 {
  width: 25%;
  *width: 24.969%;
}

.yui3-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.yui3-u-1-3, .yui3-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.yui3-u-3-8, .yui3-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.yui3-u-2-5 {
  width: 40%;
  *width: 39.969%;
}

.yui3-u-5-12, .yui3-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.yui3-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.yui3-u-1-2, .yui3-u-12-24 {
  width: 50%;
  *width: 49.969%;
}

.yui3-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.yui3-u-7-12, .yui3-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.yui3-u-3-5 {
  width: 60%;
  *width: 59.969%;
}

.yui3-u-5-8, .yui3-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.yui3-u-2-3, .yui3-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.yui3-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.yui3-u-3-4, .yui3-u-18-24 {
  width: 75%;
  *width: 74.969%;
}

.yui3-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.yui3-u-4-5 {
  width: 80%;
  *width: 79.969%;
}

.yui3-u-5-6, .yui3-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.yui3-u-7-8, .yui3-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.yui3-u-11-12, .yui3-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.yui3-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.yui3-u-1, .yui3-u-1-1, .yui3-u-5-5, .yui3-u-24-24 {
  width: 100%;
}

#yui3-css-stamp.cssgrids {
  display: none;
}

.yui3-calendar-pane {
  width: 100%;
}

.yui3-calendar-grid {
  font-family: var(--primary-font);
  width: 100%;
}

.yui3-calendar-column-hidden, .yui3-calendar-hidden {
  display: none;
}

.yui3-skin-sam .yui3-calendar-content {
  padding: 10px;
  color: #000;
  border: 1px solid gray;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", 		endColorstr="#f2f2f2", GradientType=0);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.yui3-skin-sam .yui3-calendar-grid {
  border-collapse: collapse;
}

/* .yui3-skin-sam .yui3-calendar-header {
	padding-bottom: 10px;
     margin-left: 10px; 
} */
/* .yui3-skin-sam .yui3-calendar-header-label {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 100%
} */
.yui3-skin-sam .yui3-calendar-day, .yui3-skin-sam .yui3-calendar-prevmonth-day,
.yui3-skin-sam .yui3-calendar-nextmonth-day {
  padding: 5px;
  /* border: 1px solid #ccc; */
  background: #fff;
  text-align: center;
}

/* .yui3-skin-sam .yui3-calendar-day:hover {
	background: #06c;
	color: #fff
} */
.yui3-skin-sam .yui3-calendar-selection-disabled, .yui3-skin-sam .yui3-calendar-selection-disabled:hover {
  color: #a6a6a6;
  background: #ccc;
}

.yui3-skin-sam .yui3-calendar-weekday {
  text-align: center;
  font-weight: bold;
}

.yui3-skin-sam .yui3-calendar-prevmonth-day, .yui3-skin-sam .yui3-calendar-nextmonth-day {
  color: #a6a6a6;
}

.yui3-skin-sam .yui3-calendar-day {
  font-weight: bold;
}

.yui3-skin-sam .yui3-calendar-day-selected {
  background-color: #b3d4ff;
  color: #000;
}

.yui3-skin-sam .yui3-calendar-left-grid {
  margin-right: 1em;
}

[dir=rtl] .yui3-skin-sam .yui3-calendar-left-grid, .yui3-skin-sam [dir=rtl] .yui3-calendar-left-grid {
  margin-right: auto;
  margin-left: 1em;
}

.yui3-skin-sam .yui3-calendar-right-grid {
  margin-left: 1em;
}

[dir=rtl] .yui3-skin-sam .yui3-calendar-right-grid, .yui3-skin-sam [dir=rtl] .yui3-calendar-right-grid {
  margin-left: auto;
  margin-right: 1em;
}

.yui3-skin-sam .yui3-calendar-day-highlighted {
  background-color: #dcdef5;
}

.yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted {
  background-color: #758fbb;
}

#yui3-css-stamp.skin-sam-calendar-base {
  display: none;
}

/* .yui3-calendar-header {
	text-align: center;
	position: relative;
	width: 100%
} */
/*!
Descuadra los titulos (mes/anio) en el calendario
.yui3-calendar-header-label {
	display: inline
}
*/
/* 
.yui3-calendarnav-prevmonth {
	cursor: pointer
}

.yui3-calendarnav-nextmonth {
	cursor: pointer
}

.yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam .yui3-calendarnav-nextmonth
	{
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: 10px solid transparent;
	position: absolute;
	font-size: 0;
	line-height: 0;
	_border-left-color: white;
	_border-top-color: white;
	_border-right-color: white;
	_border-bottom-color: white;
	_filter: chroma(color = white)
}

.yui3-skin-sam .yui3-calendarnav-prevmonth:hover, [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth:hover,
	.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth:hover {
	border-right-color: #06c
}

.yui3-skin-sam .yui3-calendarnav-nextmonth:hover, [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth:hover,
	.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth:hover {
	border-left-color: #06c
}

.yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
	.yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover,
	[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
	.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
	[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover,
	.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover
	{
	cursor: default;
	border-right-color: #ccc;
	border-left-color: transparent
}

.yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
	.yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover,
	[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
	.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
	[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover,
	.yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover
	{
	cursor: default;
	border-left-color: #ccc;
	border-right-color: transparent
}

.yui3-skin-sam .yui3-calendarnav-prevmonth {
	border-right-color: #000;
	left: 0;
	margin-left: -10px
}

.yui3-skin-sam .yui3-calendarnav-nextmonth {
	border-left-color: #000;
	right: 0;
	margin-right: -10px
}

[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth
	{
	left: auto;
	right: 0;
	border-left-color: #000;
	border-right-color: transparent
}

[dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth, .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth
	{
	left: 0;
	right: auto;
	border-right-color: #000;
	border-left-color: transparent
}
 */
/* #yui3-css-stamp.skin-sam-calendarnavigator {
	display: none
}

.yui3-calendar-column-hidden, .yui3-calendar-hidden {
	display: none
} */
/* .yui3-calendar-day {
	cursor: pointer
} */
/* .yui3-calendar-selection-disabled {
	cursor: default
} */
/* .yui3-calendar-prevmonth-day {
	cursor: default
}

.yui3-calendar-nextmonth-day {
	cursor: default
}

.yui3-calendar-content:hover .yui3-calendar-day, .yui3-calendar-content:hover .yui3-calendar-prevmonth-day,
	.yui3-calendar-content:hover .yui3-calendar-nextmonth-day {
	-moz-user-select: none
} */
/* .yui3-skin-sam .yui3-calendar-day-highlighted {
	background-color: #dcdef5
}

.yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted {
	background-color: #758fbb
} */
/* #yui3-css-stamp.skin-sam-calendar {
	display: none
} */
/* .datepicker-popover .yui3-calendar-content {
	border: 0;
	background: 0;
	padding: 0
} */
/* .datepicker-popover.popover {
	max-width: none
} */
/* #yui3-css-stamp.skin-sam-aui-datepicker {
	display: none
} */
/* span.color {
	top: 0;
	left: 0;
	border: 3px solid;
	border-radius: 3px;
} */
/* .academico {
	border-color: #FF8C00 !important;
	background: #FF8C00;
} */
/* .general {
	border-color: #6495ED !important;
	background: #6495ED;
} */
/* .ambos {
	border-color: #6495ED !important;
	background: #FF8C00;
} */
/* .filterCal{
	font-family:  var(--primary-font);
    margin-top: 1.5rem;
} */
/* .listadoCal{
	font-family:  var(--primary-font);

} */
/* #modalEvents .modal-dialog {
	pointer-events: auto;
} */
.yui3-skin-sam .yui3-widget-mask {
  opacity: 0.7;
}

html body.centers2 .news-one-column-publisher,
html body.centers2 .news-two-column-publisher {
  padding: 21px;
  border-radius: 7px;
}
html body.centers2 .news-one-column-publisher .news-head,
html body.centers2 .news-two-column-publisher .news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-block-end: 14px;
}
@media (max-width: 767.98px) {
  html body.centers2 .news-one-column-publisher .news-head,
  html body.centers2 .news-two-column-publisher .news-head {
    display: block;
  }
}
html body.centers2 .news-one-column-publisher .news-head h2,
html body.centers2 .news-two-column-publisher .news-head h2 {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
}
html body.centers2 .news-one-column-publisher__list__item,
html body.centers2 .news-two-column-publisher__list__item {
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px rgba(211, 211, 211, 0.25);
}
html body.centers2 .news-one-column-publisher__list__item__title,
html body.centers2 .news-two-column-publisher__list__item__title {
  font-family: var(--primary-font);
  font-weight: 700;
}
html body.centers2 .news-one-column-publisher__list__item__image,
html body.centers2 .news-two-column-publisher__list__item__image {
  margin-right: 0;
}
html body.centers2 .news-one-column-publisher__list__item__image img,
html body.centers2 .news-two-column-publisher__list__item__image img {
  border-radius: initial;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
html body.centers2 .news-one-column-publisher__list__item__image + div,
html body.centers2 .news-two-column-publisher__list__item__image + div {
  margin: 0;
}
html body.centers2 .news-one-column-publisher__list__item {
  gap: 14px;
}
html body.centers2 .news-one-column-publisher__list__item__title {
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
}
html body.centers2 .news-one-column-publisher__list__item__image + div {
  width: 100%;
  padding: 14px 21px;
}
html body.centers2 .news-one-column-publisher__list__item__image + div > a {
  text-decoration-line: none;
}
html body.centers2 .news-one-column-publisher__list__item__image + div > a:hover {
  text-decoration-line: underline;
  text-decoration-color: #5FD790;
}
html body.centers2 .news-two-column-publisher__list__item {
  gap: 7px;
}
html body.centers2 .news-two-column-publisher__list__item:last-child {
  margin-bottom: 0;
}
html body.centers2 .news-two-column-publisher__list__item__title {
  padding: 14px 14px 21px 14px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px; /* 150% */
}
html body.centers2 .news-two-column-publisher__list__item__image + div > a {
  text-decoration-line: none;
}
html body.centers2 .news-two-column-publisher__list__item__image + div > a:hover {
  text-decoration: underline;
  text-decoration-color: #5FD790;
}

html body.centers2.private-page .header__carousel .carousel-item img {
  filter: sepia(80%);
}
html body.centers2.private-page #ehu-calendar .filterCal a span.icon,
html body.centers2.private-page .featured_links-wrapper ul .list-group-item a.linkArrow::after,
html body.centers2.private-page a.linkArrow::after,
html body.centers2.private-page .numbersCenters .numbers.numbers--bgimage .numbers__list .numbers__list__item .numbers_link::after,
html body.centers2.private-page .numbersCenters .numbers.numbers--bgcolor .numbers__list .numbers__list__item .numbers_link::after {
  color: #B1AB9F;
}
html body.centers2.private-page .numbersCenters .numbers.numbers--bgcolor .numbers__list .numbers__list__item:hover {
  border-block-end-color: #B1AB9F;
}
html body.centers2.private-page a.linkArrow.sombra:hover,
html body.centers2.private-page a.linkArrow.sombra:focus,
html body.centers2.private-page #ehu-calendar .listadoCal ul.list-group a:hover,
html body.centers2.private-page #ehu-calendar #modalEvents .modal-dialog ul.list-group a:hover {
  border-left-color: #B1AB9F;
}
html body.centers2.private-page .card.galeria-wrapper:hover,
html body.centers2.private-page .news-one-column-publisher .news-one-column-publisher__list__item:hover,
html body.centers2.private-page .news-two-column-publisher .news-two-column-publisher__list__item:hover {
  border-color: #B1AB9F;
}
html body.centers2.private-page #ehu-calendar .selectedCategory button#buttonSearch:hover {
  background: #B1AB9F;
}
html body.centers2.private-page .xsl-content.ldap .pagination ul li a:hover,
html body.centers2.private-page .xsl-content.ldap .pagination ul li a:focus {
  background-color: #BDBDBD;
}

/* Variables -----------------------------------*/
/* Colors */
/* Utilities -----------------------------------*/
/* Backgrounds */
.u-bg-secondary {
  background-color: #2d5fa6;
}

.u-bg-secondary-light {
  background-color: #026aa6;
}

.u-bg-secondary-dark {
  background-color: #013a5a;
}

html body.cofund-adagio a {
  color: #2d5fa6;
  text-decoration: none;
}
html body.cofund-adagio a:hover, html body.cofund-adagio a:focus {
  color: #2d5fa6;
  text-decoration: underline;
}
html body.cofund-adagio .portlet-forms button.btn.btn-primary {
  background-color: #2D5FA1;
}
html body.cofund-adagio .control-menu {
  width: 100%;
  left: 0px !important;
}
html body.cofund-adagio #wrapper {
  /* Atrás */
  /* running-projects */
}
html body.cofund-adagio #wrapper #masthead { /* header */ }
html body.cofund-adagio #wrapper #masthead .header-content__bgtitle {
  background: #FFF url(../images/color-schemes/cofund-adagio/adagio-logo.png) no-repeat center;
}
@media (min-width: 768px) {
  html body.cofund-adagio #wrapper #masthead .header-content__bgtitle {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    width: 250px;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  html body.cofund-adagio #wrapper #masthead .header-content__bgtitle {
    height: 60px;
  }
}
html body.cofund-adagio #wrapper #masthead .header-content__bgtitle .title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
html body.cofund-adagio #wrapper #masthead .header-content__bgtitle .title:active, html body.cofund-adagio #wrapper #masthead .header-content__bgtitle .title:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
html body.cofund-adagio #wrapper #masthead #top-menu {
  position: absolute;
  margin-right: 62px;
}
@media (max-width: 991.98px) {
  html body.cofund-adagio #wrapper #masthead #top-menu {
    margin-right: 37px;
  }
}
html body.cofund-adagio #wrapper #masthead #top-menu li {
  padding-inline: 0.5rem;
}
html body.cofund-adagio #wrapper #masthead #top-menu li a.btn-home {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 0.3rem 0.8rem 0 !important;
  transition: all 0.4s ease-in-out;
}
html body.cofund-adagio #wrapper #masthead #top-menu li a.btn-home:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}
html body.cofund-adagio #wrapper #masthead #top-menu li a.btn-home span {
  margin-left: 5px;
}
html body.cofund-adagio #wrapper #masthead .brand {
  height: 136px;
  display: grid;
  width: auto;
}
html body.cofund-adagio #wrapper #masthead .brand.logo-cofund {
  margin-left: 22px !important;
  place-items: center;
  background: white;
  width: 205px;
}
html body.cofund-adagio #wrapper #masthead .brand.logo-cofund img {
  height: auto;
}
@media (max-width: 1199.98px) {
  html body.cofund-adagio #wrapper #masthead .brand img {
    height: 136px;
  }
}
@media (max-width: 767.98px) {
  html body.cofund-adagio #wrapper #masthead .brand {
    display: none;
  }
}
html body.cofund-adagio #wrapper #masthead .brand-responsive {
  display: none;
}
@media (max-width: 767.98px) {
  html body.cofund-adagio #wrapper #masthead .brand-responsive {
    display: block;
    margin: 0;
    float: left;
  }
  html body.cofund-adagio #wrapper #masthead .brand-responsive img {
    background-color: #fff;
    height: 110px;
    margin-right: 5px;
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  html body.cofund-adagio #wrapper .breadcrumb {
    display: flex;
  }
}
html body.cofund-adagio #wrapper .breadcrumb .breadcrumb-text-truncate {
  text-decoration: none;
  color: #252525;
  font-weight: bold;
  font-size: 12px;
}
html body.cofund-adagio #wrapper #side-menu.affix {
  margin-top: -20px !important;
}
@media (max-width: 991.98px) {
  html body.cofund-adagio #wrapper #side-menu #side-menu-head {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: #2d5fa6;
  }
  html body.cofund-adagio #wrapper #side-menu #side-menu-head #side-btn.btn {
    padding: 8px 28px !important;
    background: #2d5fa6 !important;
    width: auto;
    top: unset;
    margin-top: unset;
  }
}
html body.cofund-adagio #wrapper #side-menu #side-menu-head h2 {
  padding: 0 !important;
  min-height: auto;
  background-color: #2d5fa6 !important;
  border: 0;
}
html body.cofund-adagio #wrapper #side-menu #side-menu-head h2 a {
  color: #fff;
  padding: 20px 30px 20px 25px;
}
html body.cofund-adagio #wrapper #side-menu #side-menu-head h2 a:hover, html body.cofund-adagio #wrapper #side-menu #side-menu-head h2 a:focus {
  text-decoration-color: currentcolor;
}
@media (max-width: 991.98px) {
  html body.cofund-adagio #wrapper #side-menu #side-menu-head h2 a {
    padding: 15px 30px 15px 25px;
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  html body.cofund-adagio #wrapper #side-menu ul.level-1 {
    width: 100%;
  }
}
html body.cofund-adagio #wrapper #side-menu ul.level-1 > li.side-nav-item:not(:last-child) {
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
}
html body.cofund-adagio #wrapper #side-menu ul.level-1 > li.side-nav-item:not(:last-child):hover, html body.cofund-adagio #wrapper #side-menu ul.level-1 > li.side-nav-item:not(:last-child):focus {
  background-color: #efefef;
}
@media (max-width: 991.98px) {
  html body.cofund-adagio #wrapper #side-menu ul.level-1 > li.active-page {
    background-color: #d4d4d4;
  }
}
html body.cofund-adagio #wrapper #side-menu ul.level-1 > li a {
  flex: 1;
  color: #000 !important;
}
@media (max-width: 991.98px) {
  html body.cofund-adagio #wrapper #side-menu ul.level-1 > li a {
    font-size: 1.2rem;
    padding-left: 0;
    font-size: 1.2rem;
  }
}
html body.cofund-adagio #wrapper #side-menu ul.level-1 > li a:hover, html body.cofund-adagio #wrapper #side-menu ul.level-1 > li a:focus {
  text-decoration: underline;
}
html body.cofund-adagio #wrapper #side-menu ul.level-1 > li a span {
  padding: 4px 30px 4px 25px;
}
html body.cofund-adagio #wrapper #side-menu ul.level-1 > li.has-sub-nav > a span {
  /* padding: 4px 0 4px 25px; */
  padding: 4px 50px 4px 25px;
}
html body.cofund-adagio #wrapper #side-menu ul.level-1 > li ul.sub-nav.level-2 {
  flex: 0 0 100%;
}
@media (max-width: 991.98px) {
  html body.cofund-adagio #wrapper #side-menu ul.level-1 > li span.children-marker {
    position: relative;
    inset: auto;
  }
  html body.cofund-adagio #wrapper #side-menu ul.level-1 > li span.children-marker::before {
    color: #000;
  }
  html body.cofund-adagio #wrapper #side-menu ul.level-1 > li ul.sub-nav.level-2 li {
    padding-left: 0px;
    padding: 0;
  }
  html body.cofund-adagio #wrapper #side-menu ul.level-1 > li ul.sub-nav.level-2 a {
    padding: 0;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  html body.cofund-adagio #wrapper #side-menu ul.level-1 > li ul.sub-nav.level-2 li {
    margin-bottom: 0;
    padding-block: 6px;
  }
  html body.cofund-adagio #wrapper #side-menu ul.level-1 > li ul.sub-nav.level-2 li:hover, html body.cofund-adagio #wrapper #side-menu ul.level-1 > li ul.sub-nav.level-2 li:focus {
    background-color: #d4d4d4;
  }
  html body.cofund-adagio #wrapper #side-menu ul.level-1 > li ul.sub-nav.level-2 li a {
    padding: 0 10px;
  }
}
html body.cofund-adagio #wrapper #side-menu ul.level-1 .side-nav-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  background-color: transparent;
}
html body.cofund-adagio #wrapper #side-menu li.selected span {
  font-weight: bold;
}
html body.cofund-adagio #wrapper > .container {
  max-width: 1230px;
  width: 100%;
  height: 340px;
}
html body.cofund-adagio #wrapper .header-content {
  position: relative;
  height: 340px;
}
html body.cofund-adagio #wrapper .header-content section.portlet {
  margin-bottom: 0px;
}
html body.cofund-adagio #wrapper .header-content .adagio-logo {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 250px;
  height: 70px;
  background-color: white;
}
html body.cofund-adagio #wrapper .header-content .adagio-logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body.cofund-adagio #wrapper .cofund-cabecera {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 340px;
  position: relative;
}
html body.cofund-adagio #wrapper .cofund-cabecera .caja-texto {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 65%;
}
html body.cofund-adagio #wrapper .cofund-cabecera .caja-texto .antetitulo {
  display: block;
  font-family: "ehuSans";
  color: white;
  text-shadow: 1px 1px black;
  margin-bottom: 20px;
  font-size: 24px;
}
html body.cofund-adagio #wrapper .cofund-cabecera .caja-texto .titulo {
  display: block;
  font-family: "ehuSans";
  color: white;
  text-shadow: 1px 1px black;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
html body.cofund-adagio #wrapper h2.content-title {
  font-size: 24px;
  background-color: #2d5fa6;
  color: white;
  text-transform: uppercase;
  font-family: "ehuSans", sans-serif;
  line-height: 30px;
  padding: 0.5em;
  margin-bottom: 0;
}
html body.cofund-adagio #wrapper .content-featured .linkArrow {
  text-decoration: none;
}
html body.cofund-adagio #wrapper .content-featured .linkArrow:hover, html body.cofund-adagio #wrapper .content-featured .linkArrow:focus {
  text-decoration-color: #2d5fa6;
}
html body.cofund-adagio #wrapper .contenido-basico {
  background-color: white;
  padding: 1.5em;
}
html body.cofund-adagio #wrapper .contenido-basico h3 {
  font-size: 24px;
  font-family: "ehuSans", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}
html body.cofund-adagio #wrapper .contenido-basico h4 {
  text-transform: none;
  font-size: 20px;
}
html body.cofund-adagio #wrapper .contenido-basico p {
  margin: 0 0 25px;
}
html body.cofund-adagio #wrapper .contenido-basico ul, html body.cofund-adagio #wrapper .contenido-basico ol {
  margin: 0 0 25px 50px;
}
html body.cofund-adagio #wrapper .contenido-basico ul li, html body.cofund-adagio #wrapper .contenido-basico ol li {
  margin: 0 0 10px;
}
html body.cofund-adagio #wrapper .contenido-basico ul li ul, html body.cofund-adagio #wrapper .contenido-basico ul li ol, html body.cofund-adagio #wrapper .contenido-basico ol li ul, html body.cofund-adagio #wrapper .contenido-basico ol li ol {
  margin-top: 15px !important;
}
html body.cofund-adagio #wrapper .contenido-basico table tbody {
  border: 1px solid grey;
  border-radius: 5px;
  width: 100%;
  display: block;
}
html body.cofund-adagio #wrapper .contenido-basico table tbody tr {
  border-bottom: 1px solid grey;
}
html body.cofund-adagio #wrapper .contenido-basico table tbody tr td {
  border-right: 1px solid grey;
  padding: 0.5em;
}
html body.cofund-adagio #wrapper .contenido-basico table tbody tr td:last-child {
  border-right: none;
}
html body.cofund-adagio #wrapper .contenido-basico table tbody tr:last-child {
  border-bottom: none;
}
html body.cofund-adagio #wrapper .contenido-basico .content-image {
  text-align: center;
}
html body.cofund-adagio #wrapper .information-detail {
  padding: 0 !important;
  background-color: white;
}
html body.cofund-adagio #wrapper .information-detail h1 {
  font-size: 24px;
  background-color: #2d5fa6;
  color: white;
  text-transform: uppercase;
  font-family: "ehuSans", sans-serif;
  line-height: 30px;
  padding: 0.5em;
  margin: 0;
}
html body.cofund-adagio #wrapper .information-detail section.upv-ehu-image-description h2,
html body.cofund-adagio #wrapper .information-detail section.information-detail__body__section h2 {
  margin-bottom: 10px;
  padding: 20px 20px 4px 20px;
  font-weight: bold;
}
html body.cofund-adagio #wrapper .information-detail section.upv-ehu-image-description > div,
html body.cofund-adagio #wrapper .information-detail section.information-detail__body__section > div {
  padding: 18px 20px;
}
html body.cofund-adagio #wrapper .information-detail section.upv-ehu-image-description > div ul li::before,
html body.cofund-adagio #wrapper .information-detail section.information-detail__body__section > div ul li::before {
  content: "\f00c";
  font-family: "fontawesome-alloy";
  display: inline-block;
  margin-left: -26px;
  margin-top: 10px;
  width: 26px;
  color: #555;
  background: transparent;
  border: none;
  height: auto;
  position: relative;
  inset: auto;
}
html body.cofund-adagio #wrapper .information-detail h3 {
  font-size: 24px;
  font-family: "ehuSans", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}
html body.cofund-adagio #wrapper .information-detail h4 {
  text-transform: none;
  font-size: 20px;
}
html body.cofund-adagio #wrapper .information-detail p:not(.file-not-found) {
  margin: 0 0 25px;
}
html body.cofund-adagio #wrapper .information-detail ul, html body.cofund-adagio #wrapper .information-detail ol {
  margin: 0 0 25px 50px;
  width: auto;
}
html body.cofund-adagio #wrapper .information-detail ul li, html body.cofund-adagio #wrapper .information-detail ol li {
  margin: 0 0 10px;
}
html body.cofund-adagio #wrapper .information-detail ul li ul, html body.cofund-adagio #wrapper .information-detail ul li ol, html body.cofund-adagio #wrapper .information-detail ol li ul, html body.cofund-adagio #wrapper .information-detail ol li ol {
  margin-top: 15px !important;
}
html body.cofund-adagio #wrapper .information-detail table {
  border: 1px solid grey;
  border-collapse: collapse;
}
html body.cofund-adagio #wrapper .information-detail table thead {
  border-bottom: 0;
  border-right: 1px solid grey;
}
html body.cofund-adagio #wrapper .information-detail table thead tr {
  border-bottom: 1px solid grey;
}
html body.cofund-adagio #wrapper .information-detail table tbody tr {
  border-bottom: 1px solid grey;
}
html body.cofund-adagio #wrapper .information-detail table tbody tr td {
  border-right: 1px solid grey;
  padding: 0.5em;
}
html body.cofund-adagio #wrapper .information-detail table tbody tr td:last-child {
  border-right: none;
}
html body.cofund-adagio #wrapper .information-detail table tbody tr:last-child {
  border-bottom: none;
}
html body.cofund-adagio #wrapper .information-detail img {
  text-align: center;
}
html body.cofund-adagio #wrapper .filters {
  display: flex;
  justify-content: right;
}
html body.cofund-adagio #wrapper .filters .filter {
  margin: 0;
  text-align: right;
}
html body.cofund-adagio #wrapper .filters .filter label {
  margin: 0 10px;
  color: #0b3d82;
  font-size: 16px;
  font-family: "ehuSans";
  display: block;
}
html body.cofund-adagio #wrapper .filters .filter select {
  width: 220px;
  border: 3px solid #2d5fa6;
  border-bottom: none;
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 4px 6px;
  height: 30px;
  line-height: 30px;
  color: #555;
}
html body.cofund-adagio #wrapper .filters .filter select#tauj_voc2 {
  border-left: 0px solid #2d5fa6;
}
html body.cofund-adagio #wrapper .filters .filter select:hover {
  border: 1px solid #000;
  transition: all 0.25s;
}
html body.cofund-adagio #wrapper .host-group .toggle-title {
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-family: "ehuSans";
  background-color: #e5e5e5;
  cursor: pointer;
  padding-right: 45px;
  margin: 0;
  border: 1px solid #bdbdbd;
  color: #0b3d82;
  font-weight: bold;
  font-size: 16px;
}
html body.cofund-adagio #wrapper .host-group .toggle-title h2 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  color: #0b3d82;
}
html body.cofund-adagio #wrapper .host-group .toggle-title::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 3px solid #5d5d5d;
  border-bottom: 3px solid #5d5d5d;
  right: 20px;
  top: 20px;
  transform: rotate(45deg);
}
html body.cofund-adagio #wrapper .host-group .toggle-title.toggled::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 3px solid #5d5d5d;
  border-bottom: 3px solid #5d5d5d;
  right: 20px;
  top: 24px;
  transform: rotate(225deg);
}
html body.cofund-adagio #wrapper .host-group .toggle-content {
  display: none;
  padding: 10px;
  background-color: white;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
html body.cofund-adagio #wrapper .host-group > .toggle:last-child .toggle-content {
  border-bottom: 1px solid #bdbdbd;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .host-research-group-name {
  font-size: 28px;
  margin: 0.5em 0 0.2em;
  display: block;
  font-family: "ehuSans";
  line-height: 30px;
  margin-top: 0px;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .host-research-group-code {
  margin-bottom: 1em;
  font-size: 14px;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .host-research-group-investigator {
  font-size: 18px;
  margin-bottom: 0.3em;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .host-research-group-contact {
  margin-bottom: 0.3em;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .host-research-group-mail {
  display: block;
  margin-bottom: 0.3em;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .host-research-group-web {
  display: block;
  margin-bottom: 1em;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .host-group-description {
  margin-bottom: 2em;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .description-title,
html body.cofund-adagio #wrapper .host-group .host-research-group .keywords-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.3em;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .keywords {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .keywords .keyword {
  padding: 5px 10px;
  margin: 5px 10px;
  background-color: #e7f0ff;
  color: #0b3d82;
  border-radius: 5px;
  font-size: 14px;
}
html body.cofund-adagio #wrapper .host-group .host-research-group .keywords .keyword::before {
  content: unset;
}
html body.cofund-adagio #wrapper .host-group .team-description .team-legend {
  margin: 0 10px 20px;
  display: block;
  font-size: 12px;
}
html body.cofund-adagio #wrapper .host-group .team-description .team-member-list {
  margin: 0;
  padding: 0;
}
html body.cofund-adagio #wrapper .host-group .team-description .team-member {
  display: block;
  margin: 20px 10px;
  border: 1px solid #bdbdbd;
  padding: 0;
  border-radius: 5px;
}
html body.cofund-adagio #wrapper .host-group .team-description .team-member::before {
  content: unset;
}
html body.cofund-adagio #wrapper .host-group .team-description .team-member .member-name {
  font-weight: bold;
  font-family: "ehuSans";
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
  margin: 0;
  background-color: #e7f0ff;
  font-size: 14px;
  color: #0b3d82;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: none;
  border-bottom: none;
  border-radius: 5px;
}
html body.cofund-adagio #wrapper .host-group .team-description .team-member .member-pi {
  padding: 10px 10px 0;
  font-size: 14px;
  display: block;
}
html body.cofund-adagio #wrapper .host-group .team-description .team-member .member-code {
  padding: 10px 10px;
  margin: 0;
}
html body.cofund-adagio #wrapper .host-group .team-description .team-member b {
  font-size: 18px;
  margin-bottom: 0.3em;
  display: block;
  font-family: "ehuSans";
  display: inline;
}
html body.cofund-adagio #wrapper .host-group .projects .team-member-list {
  margin: 0;
  padding: 0;
}
html body.cofund-adagio #wrapper .host-group .projects .project {
  display: block;
  margin: 20px 10px;
  border: 1px solid #bdbdbd;
  padding: 0;
  border-radius: 5px;
}
html body.cofund-adagio #wrapper .host-group .projects .project::before {
  content: unset;
}
html body.cofund-adagio #wrapper .host-group .projects .project .project-data {
  padding: 10px;
}
html body.cofund-adagio #wrapper .host-group .projects .project .project-data > div {
  margin-bottom: 0.2em;
}
html body.cofund-adagio #wrapper .host-group .projects .project .project-data > div p {
  margin: 0;
}
html body.cofund-adagio #wrapper .host-group .projects .project h3 {
  font-weight: bold;
  font-family: "ehuSans";
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
  margin: 0;
  background-color: #e7f0ff;
  font-size: 14px;
  color: #0b3d82;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: none;
}
html body.cofund-adagio #wrapper .host-group .projects .project > h4 {
  font-weight: bold;
  font-family: "ehuSans";
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
  margin: 0;
  background-color: #e7f0ff;
  font-size: 14px;
  color: #0b3d82;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
html body.cofund-adagio #wrapper .host-group .publications .toggle-content {
  padding: 0;
}
html body.cofund-adagio #wrapper .host-group .publications .toggle-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body.cofund-adagio #wrapper .host-group .publications .toggle-content ul li {
  border-bottom: 1px solid #bdbdbd;
  padding: 15px 10px;
}
html body.cofund-adagio #wrapper .host-group .publications .toggle-content ul li::before {
  content: unset;
}
html body.cofund-adagio #wrapper .host-group .publications .toggle-content ul li a {
  margin-top: 0.3em;
}
html body.cofund-adagio #wrapper .host-group .research-lines .research-line-section {
  font-weight: bold;
  font-family: "ehuSans";
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
  margin: 0;
  background-color: #e7f0ff;
  font-size: 14px;
  color: #0b3d82;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
html body.cofund-adagio #wrapper .host-group .research-lines .research-line {
  margin: 0;
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
}
html body.cofund-adagio #wrapper .host-group .research-lines .research-line .research-line-title {
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  font-family: "ehuSans";
  margin-bottom: 0.5em;
}
html body.cofund-adagio #wrapper .host-group .research-lines .research-line .research-line-author {
  margin-top: 0.75em;
  font-style: italic;
  font-size: 14px;
}
html body.cofund-adagio #wrapper .host-group .research-lines .toggle-content > div {
  margin: 10px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
html body.cofund-adagio #wrapper .host-group-adt .title {
  text-transform: uppercase;
  font-family: "ehuSans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding: 0.5em;
  margin: 0;
  background-color: #2d5fa6;
  color: white;
}
html body.cofund-adagio #wrapper .host-group-adt ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
html body.cofund-adagio #wrapper .host-group-adt .host-group {
  display: block;
  border: 1px solid #bdbdbd;
  border-bottom: 0;
  border-radius: 0;
  padding: 10px;
  background-color: white;
  margin-bottom: 0px;
  transition: all 0.2s;
  cursor: pointer;
  border-left: 4px solid #bdbdbd;
}
html body.cofund-adagio #wrapper .host-group-adt .host-group:hover {
  border-left-width: 8px !important;
  text-decoration: none;
}
html body.cofund-adagio #wrapper .host-group-adt .host-group:focus {
  text-decoration: none;
}
html body.cofund-adagio #wrapper .host-group-adt .host-group.upv-ehu {
  border-left: 4px solid #b64444;
}
html body.cofund-adagio #wrapper .host-group-adt .host-group.bordeaux {
  border-left: 4px solid #145095;
}
html body.cofund-adagio #wrapper .host-group-adt .host-group .project-name {
  font-size: 24px;
  font-weight: bold;
  font-family: "ehuSans";
  color: #0b3d82;
  margin: 5px 0;
}
html body.cofund-adagio #wrapper .host-group-adt .host-group .investigator-name {
  color: black;
}
html body.cofund-adagio #wrapper .partners h2 {
  font-family: "ehuSans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 1em 0 0.5em 0;
  text-transform: uppercase;
}
html body.cofund-adagio #wrapper .partners h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "ehuSans";
  margin: 1em 0 0.5em 0;
}
html body.cofund-adagio #wrapper .partners .partner-info {
  background-color: white;
  border: 1px solid #ccc;
}
html body.cofund-adagio #wrapper .partners .partner-info .partner-logo {
  width: 40%;
  padding: 1em;
  float: right;
}
html body.cofund-adagio #wrapper .partners .partner-info .partner-logo img {
  height: 100%;
  object-fit: cover;
}
html body.cofund-adagio #wrapper .partners .partner-info .partner-description {
  padding: 1em;
  padding-right: 2em;
  display: inline-block;
  width: 100%;
}
html body.cofund-adagio #wrapper .partners .research-line-section {
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-family: "ehuSans";
  background-color: #e5e5e5;
  cursor: pointer;
  padding-right: 45px;
  margin: 0;
  border: 1px solid #bdbdbd;
  color: #0b3d82;
  font-weight: bold;
  font-size: 16px;
}
html body.cofund-adagio #wrapper .partners .research-line-section::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 3px solid #5d5d5d;
  border-bottom: 3px solid #5d5d5d;
  right: 20px;
  top: 20px;
  transform: rotate(-135deg);
}
html body.cofund-adagio #wrapper .partners .research-line-section.toggled::after {
  transform: rotate(45deg);
}
html body.cofund-adagio #wrapper .partners .research-line-info {
  padding: 10px;
  background-color: white;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
html body.cofund-adagio #wrapper .partners .research-line-info:last-child {
  border-bottom: 1px solid #bdbdbd;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line {
  margin: 10px;
  padding: 0;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line > ul li {
  margin: 0;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line > ul li::before {
  content: none;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line .research-line-title > p {
  font-weight: bold;
  font-family: "ehuSans";
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
  margin: 0;
  background-color: #e7f0ff;
  font-size: 14px;
  color: #0b3d82;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line .research-line-title > ul {
  margin: 0;
  list-style: none;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line .research-line-title .research-line-description {
  margin: 1em;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line .research-line-title .research-line-description > ul {
  list-style: disc;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line .research-line-title .research-line-description > ul ul {
  list-style: circle;
}
html body.cofund-adagio #wrapper .partners .research-line-info .research-line .research-line-title .research-line-author {
  margin: 0 1em 0.5em;
  font-style: italic;
  font-size: 14px;
}
html body.cofund-adagio #wrapper .journal-content-article a {
  text-decoration: none;
}
html body.cofund-adagio #wrapper .journal-content-article a .main-image__footer p {
  text-decoration: none;
}
html body.cofund-adagio #wrapper .journal-content-article a:hover, html body.cofund-adagio #wrapper .journal-content-article a:focus {
  color: #2d5fa6;
  text-decoration: underline;
  text-decoration-color: #2d5fa6;
}
html body.cofund-adagio #wrapper .journal-content-article a:hover .icon-external-link, html body.cofund-adagio #wrapper .journal-content-article a:focus .icon-external-link {
  text-decoration: underline;
}
html body.cofund-adagio #wrapper .journal-content-article a:hover .main-image__footer p, html body.cofund-adagio #wrapper .journal-content-article a:focus .main-image__footer p {
  text-decoration-color: #2d5fa6;
}
html body.cofund-adagio #wrapper .journal-content-article dt.text-capitalize {
  display: none;
}
html body.cofund-adagio #wrapper .journal-content-article dd {
  margin-left: 0;
}
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-alert,
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-info,
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-progress,
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-error {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-alert::before,
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-info::before,
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-progress::before,
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-error::before {
  content: none;
}
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-info,
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-progress {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #000;
}
html body.cofund-adagio #wrapper .journal-content-article .portlet-msg-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
html body.cofund-adagio #wrapper .ddm-form-page-container .form-group legend .reference-mark {
  display: none;
}
html body.cofund-adagio #wrapper article.person .person_photo {
  float: right;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top: 5px;
  max-height: 300px;
  max-width: 30%;
  width: auto;
}
html body.cofund-adagio #wrapper article.person .person_photo ~ .documents {
  margin-bottom: 2rem;
}
html body.cofund-adagio #wrapper p.component-title {
  margin: 1rem 0;
}
html body.cofund-adagio #wrapper p.component-title a.header-back-to {
  display: flex;
  align-items: center;
  color: #026aa6;
  gap: 0.5rem;
}
html body.cofund-adagio #wrapper p.component-title a.header-back-to::after {
  content: attr(aria-label);
}
html body.cofund-adagio #wrapper p.component-title .d-inline {
  display: none !important;
}
html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails {
  margin: -10px 0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  background: #fff;
  justify-content: center;
  gap: 1rem;
}
html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails .lfr-meta-actions {
  padding-top: 1em;
}
html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails .asset-highlight {
  width: 31.5%;
  min-width: 275px;
  float: left;
}
html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails .asset-highlight .box {
  margin: 0;
  border: 0;
  height: 100%;
}
html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails .asset-highlight .box a {
  padding: 25px 20px 0;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
  height: calc(100% - 25px);
  /* &.thumbnail { */
  display: block;
  line-height: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  transition: all 0.2s ease-in-out;
  /* } */
}
html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails .asset-highlight .box a .person figure {
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  margin-top: 10px;
}
html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails .asset-highlight .box a .person figure picture, html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails .asset-highlight .box a .person figure > img {
  margin-left: auto;
  order: 2;
}
html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails .asset-highlight .box a .person figure .person_photo {
  width: 120px;
  margin: 0 auto;
  border-radius: 100%;
  height: 150px;
  object-fit: cover;
}
html body.cofund-adagio #wrapper .asset-list.asset-list-highlight.thumbnails .asset-highlight .box a .person figure h2 {
  font-size: 18px;
  text-align: center;
  font-family: "ehuSans", sans-serif;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 24px;
  font-weight: bold;
  color: #2d5fa6;
}
html body.cofund-adagio footer {
  background: #000000 none repeat scroll 0 0;
  text-align: left;
  text-shadow: none;
  overflow: hidden;
  width: 100%;
  min-height: auto;
}
html body.cofund-adagio footer > .container {
  background-color: transparent;
}
html body.cofund-adagio footer > .container .footer__logo {
  display: none;
}
html body.cofund-adagio footer > .container .footer__navigations {
  margin: auto 0;
  flex-direction: row-reverse;
  align-items: center;
  margin: 20px 0;
}
@media (min-width: 768px) {
  html body.cofund-adagio footer > .container .footer__navigations {
    display: flex;
  }
}
html body.cofund-adagio footer > .container .footer__menu {
  justify-content: flex-start;
}
html body.cofund-adagio footer > .container .footer__menu li {
  margin: 0px;
  padding-left: 10px;
  width: auto;
}
html body.cofund-adagio footer > .container .footer__menu li a {
  color: #fff;
  font-family: "ehuSans", sans-serif;
  font-size: 16px;
}
html body.cofund-adagio footer > .container .footer__menu li:not(:last-child) a::after {
  content: "|";
  color: #fff;
  padding: 0 0 0 10px;
  vertical-align: top;
}
html body.cofund-adagio footer > .container .footer__rrss li {
  margin-left: 0;
  margin-right: 15px;
}
html body.cofund-adagio footer > .container .footer__rrss li a i {
  color: white;
}
html body.cofund-adagio footer > .container .footer__rrss li a:hover i, html body.cofund-adagio footer > .container .footer__rrss li a:focus i {
  color: #000000;
}

html body.cofund-adagio.menu-opened {
  overflow: auto;
}
html body.cofund-adagio #wrapper > .container {
  padding: 0;
}

@media (max-width: 1199.98px) {
  html body.cofund-adagio .container {
    max-width: unset;
  }
}
@media (max-width: 991.98px) {
  html body.cofund-adagio .header.header--featured:not(.header--featured--masters) .header-content > .portlet-journal-content {
    max-height: unset;
  }
  html body.cofund-adagio .control-menu {
    width: calc(100% + 40px);
    left: -20px !important;
  }
  html body.cofund-adagio #wrapper #masthead > .container {
    max-width: 1230px;
  }
  html body.cofund-adagio #wrapper #masthead #top-menu {
    position: absolute !important;
    right: 15px;
    top: 25px !important;
    margin: 0;
  }
  html body.cofund-adagio #wrapper #side-btn.btn {
    width: auto;
  }
  html body.cofund-adagio #wrapper #side-btn.btn span#icon-chevron {
    position: relative;
    display: inline-block;
    right: 0;
    width: 22px;
  }
  html body.cofund-adagio #wrapper nav#side-menu.open {
    position: unset;
    background: white;
    margin-top: -20px;
  }
  html body.cofund-adagio #wrapper nav#side-menu.open #side-menu-head h2 {
    display: inline-flex;
    font-size: 1.14rem;
  }
  html body.cofund-adagio #wrapper nav#side-menu.open #side-menu-head h2 a {
    line-height: 20px;
    background: transparent;
    left: unset;
  }
  html body.cofund-adagio #wrapper nav#side-menu.open #side-menu-head h2 + span.btn.nav-item {
    right: 0;
  }
  html body.cofund-adagio #wrapper nav#side-menu.open #side-menu-head h2 + span.btn.nav-item > span:first-child {
    margin-left: 0;
  }
  html body.cofund-adagio #wrapper > .container {
    height: 350px;
  }
  html body.cofund-adagio #wrapper .cofund-cabecera {
    height: 300px;
  }
  html body.cofund-adagio #wrapper .header-content {
    height: 300px;
    margin-top: -122px;
  }
  html body.cofund-adagio #wrapper .header-content .adagio-logo {
    position: static;
    margin-top: -10px;
    width: 100%;
    height: 50px;
    text-align: center;
  }
  html body.cofund-adagio #wrapper .header-content .adagio-logo img {
    width: 35%;
  }
  html body.cofund-adagio #wrapper .host-group .toggle-title {
    font-size: 16px;
  }
  html body.cofund-adagio #wrapper .host-group .host-research-group .host-research-group-name {
    line-height: 1;
  }
  html body.cofund-adagio #wrapper .partners .partner-info .partner-logo {
    float: none;
    width: 100%;
  }
  html body.cofund-adagio #wrapper article.person .person_photo {
    width: 100%;
    max-height: 100%;
    float: none;
  }
  html body.cofund-adagio #wrapper .footer__menu {
    padding: 15px 0px !important;
  }
}
@media (max-width: 575.98px) {
  html body.cofund-adagio #wrapper #masthead .responsive-header .brand-responsive img {
    height: 90px;
    width: 100px;
    object-fit: contain;
  }
  html body.cofund-adagio #wrapper #masthead #top-menu .btn-home span {
    display: none;
  }
  html body.cofund-adagio #wrapper #masthead #top-menu .btn-home i {
    font-size: 20px;
  }
  html body.cofund-adagio #wrapper #masthead .brand-responsive img {
    max-height: 90px;
    max-width: 100px;
    object-fit: contain;
  }
  html body.cofund-adagio #wrapper > .container {
    height: 300px;
  }
  html body.cofund-adagio #wrapper .cofund-cabecera {
    height: 250px;
  }
  html body.cofund-adagio #wrapper .cofund-cabecera .caja-texto {
    bottom: 10px;
    max-width: 100%;
  }
  html body.cofund-adagio #wrapper .cofund-cabecera .caja-texto .antetitulo {
    margin-bottom: 10px;
  }
  html body.cofund-adagio #wrapper .cofund-cabecera .caja-texto .titulo {
    line-height: 1;
  }
}
html body.signed-in.cofund-adagio #wrapper .header-content {
  height: 367px;
}
html body.signed-in.cofund-adagio #wrapper .header.header--featured > .container {
  margin-top: -340px;
}
html body.signed-in.cofund-adagio #wrapper .header.header--featured:not(.header--featured--masters) > .header-rss-refresh {
  margin-top: 0px;
}
html body.signed-in.cofund-adagio #wrapper .header.header--featured > .navbar {
  top: 67px;
}

/* Variables -----------------------------------*/
/* Colors */
/* Utilities -----------------------------------*/
/* Backgrounds */
.u-bg-secondary {
  background-color: #5FD790;
}

.u-bg-secondary-light {
  background-color: #B0FBC1;
}

.u-bg-secondary-dark {
  background-color: #2fbb68;
}

/* Components, module, layout -----------------------------------*/
html body.uniberdea-color-scheme {
  /* Buttons -----------------------------------*/
  /* Child pages menu ---------------------------------*/
  /* Tarjetas/Cards ----------------------------*/
  /* Información de interes ----------------------------*/
  /* Images gallery lightbox ---------------------*/
  /* Headers -----------------------------------*/
  /* Side menu -----------------------------------*/
  /* Footer  -----------------------------------*/
  /* News - Publishers -----------------------------------*/
  /* Nueva Oferta - Grados / plew0040-new-offer .xsl */
  /* Nueva Oferta - Masteres / plew0050-new-offer .xsl */
  /* Nueva Oferta - Doctorados / plew0060-new-offer .xsl */
  /* Accordion acordeon -----------------------------------*/
  /* toggler / myToggler -----------------------------------*/
  /* Mapa -----------------------------------*/
  /* Asset publisher - summary --------------*/
  /* Contenido tipo información customizado para estudiar -----------------------------------*/
  /*EHU Calendar -----------------*/
  /*XSL LDAP Lista de personal -----------------*/
}
html body.uniberdea-color-scheme a.c-button, html body.uniberdea-color-scheme section.upv-ehu-image-description div.main ul li.additional-active a, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme a, html body.uniberdea-color-scheme a.btn.btn-upv, html body.uniberdea-color-scheme .pagination-bar .pagination a.page-link, html .pagination-bar .pagination body.uniberdea-color-scheme a.page-link, html body.uniberdea-color-scheme .lfr-pagination .pagination li a, .lfr-pagination .pagination li html body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .lfr-pagination .pager li a,
.lfr-pagination .pager li html body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.uniberdea-color-scheme a, html body.uniberdea-color-scheme #doctorate-order-buttons li.additional-active a, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme a, html body.uniberdea-color-scheme #doctorate-order-buttons li a, html #doctorate-order-buttons li body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li.active a, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li a, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .ehu-oferta-grados__lists a.back-to-top, html .ehu-oferta-grados__lists body.uniberdea-color-scheme a.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists a.back-to-top,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme a.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists a.back-to-top,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme a.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists a.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme a.back-to-top, html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.btn.btn-secondary,
html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.btn.btn-outline-secondary, html body.uniberdea-color-scheme .alumni a#descarga, .alumni html body.uniberdea-color-scheme a#descarga, html body.uniberdea-color-scheme .contact a.btn, .contact html body.uniberdea-color-scheme a.btn, html body.uniberdea-color-scheme .faq .backtop a, .faq .backtop html body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .faq .nav-pills li a[aria-selected=false], .faq .nav-pills li html body.uniberdea-color-scheme a[aria-selected=false], html body.uniberdea-color-scheme .faq .nav-pills li a[aria-selected=true], .faq .nav-pills li html body.uniberdea-color-scheme a[aria-selected=true], html body.uniberdea-color-scheme .data-processing .backtop a, .data-processing .backtop html body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .technology-offer .backtop a,
.technology-offer .backtop html body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .portlet-blogs a.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme a.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs a.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme a.btn.btn-outline-primary, html body.uniberdea-color-scheme .portlet-forms a.btn.btn-primary, html .portlet-forms body.uniberdea-color-scheme a.btn.btn-primary, html body.uniberdea-color-scheme .portlet-message-boards a.btn.btn-primary, html .portlet-message-boards body.uniberdea-color-scheme a.btn.btn-primary, html body.uniberdea-color-scheme .portlet-message-boards a.btn.btn-secondary, html .portlet-message-boards body.uniberdea-color-scheme a.btn.btn-secondary, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li > a, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li.active > a, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap #tab > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme #tab > a, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.department ul.nav-pills li a, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.department table + a, .portlet-xsl-content .xsl-content.department html body.uniberdea-color-scheme table + a,
html body.uniberdea-color-scheme button.c-button,
html body.uniberdea-color-scheme button.btn.btn-upv,
html body.uniberdea-color-scheme .pagination-bar button,
html .pagination-bar body.uniberdea-color-scheme button,
html body.uniberdea-color-scheme .pagination-bar .pagination button.page-link,
html .pagination-bar .pagination body.uniberdea-color-scheme button.page-link,
html body.uniberdea-color-scheme .ehu-oferta-grados__lists button.back-to-top,
html .ehu-oferta-grados__lists body.uniberdea-color-scheme button.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists button.back-to-top,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme button.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists button.back-to-top,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme button.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists button.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme button.back-to-top,
html body.uniberdea-color-scheme .alumni button#descarga,
.alumni html body.uniberdea-color-scheme button#descarga,
html body.uniberdea-color-scheme .contact button.btn,
.contact html body.uniberdea-color-scheme button.btn,
html body.uniberdea-color-scheme .call button[id^=lopd-msg_],
.call html body.uniberdea-color-scheme button[id^=lopd-msg_],
html body.uniberdea-color-scheme .portlet-blogs button.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme button.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs button.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme button.btn.btn-outline-primary,
html body.uniberdea-color-scheme .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme button,
html body.uniberdea-color-scheme .portlet-forms button.btn.btn-primary,
html .portlet-forms body.uniberdea-color-scheme button.btn.btn-primary,
html body.uniberdea-color-scheme .portlet-message-boards button.btn.btn-primary,
html .portlet-message-boards body.uniberdea-color-scheme button.btn.btn-primary,
html body.uniberdea-color-scheme .portlet-message-boards button.btn.btn-secondary,
html .portlet-message-boards body.uniberdea-color-scheme button.btn.btn-secondary {
  color: #000000;
}
html body.uniberdea-color-scheme a.c-button--primary, html body.uniberdea-color-scheme #doctorate-order-buttons li a, html #doctorate-order-buttons li body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li.active a, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .alumni a#descarga, .alumni html body.uniberdea-color-scheme a#descarga, html body.uniberdea-color-scheme .portlet-forms a.btn.btn-primary, html .portlet-forms body.uniberdea-color-scheme a.btn.btn-primary, html body.uniberdea-color-scheme .portlet-message-boards a.btn.btn-primary, html .portlet-message-boards body.uniberdea-color-scheme a.btn.btn-primary, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li.active > a,
html body.uniberdea-color-scheme button.c-button--primary,
html body.uniberdea-color-scheme .alumni button#descarga,
.alumni html body.uniberdea-color-scheme button#descarga,
html body.uniberdea-color-scheme .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme button,
html body.uniberdea-color-scheme .portlet-forms button.btn.btn-primary,
html .portlet-forms body.uniberdea-color-scheme button.btn.btn-primary,
html body.uniberdea-color-scheme .portlet-message-boards button.btn.btn-primary,
html .portlet-message-boards body.uniberdea-color-scheme button.btn.btn-primary {
  background-color: #5FD790;
  border: 3px solid #5FD790;
  color: #000000;
}
html body.uniberdea-color-scheme a.c-button--primary:hover, html body.uniberdea-color-scheme #doctorate-order-buttons li a:hover, html #doctorate-order-buttons li body.uniberdea-color-scheme a:hover, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li.active a:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a:hover,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a:hover, html body.uniberdea-color-scheme .alumni a#descarga:hover, .alumni html body.uniberdea-color-scheme a#descarga:hover, html body.uniberdea-color-scheme .portlet-forms a.btn.btn-primary:hover, html .portlet-forms body.uniberdea-color-scheme a.btn.btn-primary:hover, html body.uniberdea-color-scheme .portlet-message-boards a.btn.btn-primary:hover, html .portlet-message-boards body.uniberdea-color-scheme a.btn.btn-primary:hover, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:hover, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li.active > a:hover,
html body.uniberdea-color-scheme button.c-button--primary:hover,
html body.uniberdea-color-scheme .alumni button#descarga:hover,
.alumni html body.uniberdea-color-scheme button#descarga:hover,
html body.uniberdea-color-scheme .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:hover,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme button:hover,
html body.uniberdea-color-scheme .portlet-forms button.btn.btn-primary:hover,
html .portlet-forms body.uniberdea-color-scheme button.btn.btn-primary:hover,
html body.uniberdea-color-scheme .portlet-message-boards button.btn.btn-primary:hover,
html .portlet-message-boards body.uniberdea-color-scheme button.btn.btn-primary:hover {
  background-color: #2fbb68;
  border: 3px solid #2fbb68;
  color: #000000;
}
html body.uniberdea-color-scheme a.c-button--primary:focus, html body.uniberdea-color-scheme #doctorate-order-buttons li a:focus, html #doctorate-order-buttons li body.uniberdea-color-scheme a:focus, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li.active a:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a:focus,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a:focus,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a:focus,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a:focus, html body.uniberdea-color-scheme .alumni a#descarga:focus, .alumni html body.uniberdea-color-scheme a#descarga:focus, html body.uniberdea-color-scheme .portlet-forms a.btn.btn-primary:focus, html .portlet-forms body.uniberdea-color-scheme a.btn.btn-primary:focus, html body.uniberdea-color-scheme .portlet-message-boards a.btn.btn-primary:focus, html .portlet-message-boards body.uniberdea-color-scheme a.btn.btn-primary:focus, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:focus, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li.active > a:focus,
html body.uniberdea-color-scheme button.c-button--primary:focus,
html body.uniberdea-color-scheme .alumni button#descarga:focus,
.alumni html body.uniberdea-color-scheme button#descarga:focus,
html body.uniberdea-color-scheme .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:focus,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme button:focus,
html body.uniberdea-color-scheme .portlet-forms button.btn.btn-primary:focus,
html .portlet-forms body.uniberdea-color-scheme button.btn.btn-primary:focus,
html body.uniberdea-color-scheme .portlet-message-boards button.btn.btn-primary:focus,
html .portlet-message-boards body.uniberdea-color-scheme button.btn.btn-primary:focus {
  background-color: #2fbb68;
  border: solid 3px #2fbb68;
  color: #000000;
}
html body.uniberdea-color-scheme a.c-button--primary.c-button--disabled, html body.uniberdea-color-scheme #doctorate-order-buttons li a.c-button--disabled, html #doctorate-order-buttons li body.uniberdea-color-scheme a.c-button--disabled, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li.active a.c-button--disabled, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a.c-button--disabled,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a.c-button--disabled,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a.c-button--disabled,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme a.c-button--disabled, html body.uniberdea-color-scheme .alumni a.c-button--disabled#descarga, .alumni html body.uniberdea-color-scheme a.c-button--disabled#descarga, html body.uniberdea-color-scheme .portlet-forms a.c-button--disabled.btn.btn-primary, html .portlet-forms body.uniberdea-color-scheme a.c-button--disabled.btn.btn-primary, html body.uniberdea-color-scheme .portlet-message-boards a.c-button--disabled.btn.btn-primary, html .portlet-message-boards body.uniberdea-color-scheme a.c-button--disabled.btn.btn-primary, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li.active > a.c-button--disabled,
html body.uniberdea-color-scheme button.c-button--primary.c-button--disabled,
html body.uniberdea-color-scheme .alumni button.c-button--disabled#descarga,
.alumni html body.uniberdea-color-scheme button.c-button--disabled#descarga,
html body.uniberdea-color-scheme .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button.c-button--disabled,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme button.c-button--disabled,
html body.uniberdea-color-scheme .portlet-forms button.c-button--disabled.btn.btn-primary,
html .portlet-forms body.uniberdea-color-scheme button.c-button--disabled.btn.btn-primary,
html body.uniberdea-color-scheme .portlet-message-boards button.c-button--disabled.btn.btn-primary,
html .portlet-message-boards body.uniberdea-color-scheme button.c-button--disabled.btn.btn-primary {
  background-color: #B0FBC1;
  border: solid 3px #B0FBC1;
  color: #5C5C5C;
}
html body.uniberdea-color-scheme a.c-button--secondary, html body.uniberdea-color-scheme section.upv-ehu-image-description div.main ul li.additional-active a, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme a, html body.uniberdea-color-scheme a.btn.btn-upv, html body.uniberdea-color-scheme .pagination-bar .pagination a.page-link, html .pagination-bar .pagination body.uniberdea-color-scheme a.page-link, html body.uniberdea-color-scheme .lfr-pagination .pagination li a, .lfr-pagination .pagination li html body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .lfr-pagination .pager li a,
.lfr-pagination .pager li html body.uniberdea-color-scheme a, html body.uniberdea-color-scheme #doctorate-order-buttons li.additional-active a, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li a, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme a, html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.btn.btn-secondary,
html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.btn.btn-outline-secondary, html body.uniberdea-color-scheme .contact a.btn, .contact html body.uniberdea-color-scheme a.btn, html body.uniberdea-color-scheme .faq .nav-pills li a[aria-selected=true], .faq .nav-pills li html body.uniberdea-color-scheme a[aria-selected=true], html body.uniberdea-color-scheme .portlet-blogs a.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme a.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs a.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme a.btn.btn-outline-primary, html body.uniberdea-color-scheme .portlet-message-boards a.btn.btn-secondary, html .portlet-message-boards body.uniberdea-color-scheme a.btn.btn-secondary, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li > a, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.department ul.nav-pills li a, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme a,
html body.uniberdea-color-scheme button.c-button--secondary,
html body.uniberdea-color-scheme button.btn.btn-upv,
html body.uniberdea-color-scheme .pagination-bar button,
html .pagination-bar body.uniberdea-color-scheme button,
html body.uniberdea-color-scheme .pagination-bar .pagination button.page-link,
html .pagination-bar .pagination body.uniberdea-color-scheme button.page-link,
html body.uniberdea-color-scheme .contact button.btn,
.contact html body.uniberdea-color-scheme button.btn,
html body.uniberdea-color-scheme .call button[id^=lopd-msg_],
.call html body.uniberdea-color-scheme button[id^=lopd-msg_],
html body.uniberdea-color-scheme .portlet-blogs button.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme button.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs button.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme button.btn.btn-outline-primary,
html body.uniberdea-color-scheme .portlet-message-boards button.btn.btn-secondary,
html .portlet-message-boards body.uniberdea-color-scheme button.btn.btn-secondary {
  border: 1px solid #5FD790;
}
html body.uniberdea-color-scheme a.c-button--secondary:hover, html body.uniberdea-color-scheme section.upv-ehu-image-description div.main ul li.additional-active a:hover, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme a:hover, html body.uniberdea-color-scheme a.btn.btn-upv:hover, html body.uniberdea-color-scheme .pagination-bar .pagination a.page-link:hover, html .pagination-bar .pagination body.uniberdea-color-scheme a.page-link:hover, html body.uniberdea-color-scheme .lfr-pagination .pagination li a:hover, .lfr-pagination .pagination li html body.uniberdea-color-scheme a:hover,
html body.uniberdea-color-scheme .lfr-pagination .pager li a:hover,
.lfr-pagination .pager li html body.uniberdea-color-scheme a:hover, html body.uniberdea-color-scheme #doctorate-order-buttons li.additional-active a:hover, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme a:hover, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li a:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme a:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme a:hover,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme a:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme a:hover, html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:hover, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.btn.btn-secondary:hover,
html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:hover,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.btn.btn-outline-secondary:hover, html body.uniberdea-color-scheme .contact a.btn:hover, .contact html body.uniberdea-color-scheme a.btn:hover, html body.uniberdea-color-scheme .faq .nav-pills li a[aria-selected=true]:hover, .faq .nav-pills li html body.uniberdea-color-scheme a[aria-selected=true]:hover, html body.uniberdea-color-scheme .portlet-blogs a.btn.btn-outline-secondary:hover:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme a.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs a.btn.btn-outline-primary:hover,
.portlet-blogs html body.uniberdea-color-scheme a.btn.btn-outline-primary:hover, html body.uniberdea-color-scheme .portlet-message-boards a.btn.btn-secondary:hover, html .portlet-message-boards body.uniberdea-color-scheme a.btn.btn-secondary:hover, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:hover, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li > a:hover, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.department ul.nav-pills li a:hover, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme a:hover,
html body.uniberdea-color-scheme button.c-button--secondary:hover,
html body.uniberdea-color-scheme button.btn.btn-upv:hover,
html body.uniberdea-color-scheme .pagination-bar button:hover,
html .pagination-bar body.uniberdea-color-scheme button:hover,
html body.uniberdea-color-scheme .contact button.btn:hover,
.contact html body.uniberdea-color-scheme button.btn:hover,
html body.uniberdea-color-scheme .call button[id^=lopd-msg_]:hover,
.call html body.uniberdea-color-scheme button[id^=lopd-msg_]:hover,
html body.uniberdea-color-scheme .portlet-blogs button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs button.btn.btn-outline-primary:hover,
.portlet-blogs html body.uniberdea-color-scheme button.btn.btn-outline-primary:hover,
html body.uniberdea-color-scheme .portlet-message-boards button.btn.btn-secondary:hover,
html .portlet-message-boards body.uniberdea-color-scheme button.btn.btn-secondary:hover {
  border: 1px solid #2fbb68;
  color: #000000;
}
html body.uniberdea-color-scheme a.c-button--secondary:focus, html body.uniberdea-color-scheme section.upv-ehu-image-description div.main ul li.additional-active a:focus, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme a:focus, html body.uniberdea-color-scheme a.btn.btn-upv:focus, html body.uniberdea-color-scheme .pagination-bar .pagination a.page-link:focus, html .pagination-bar .pagination body.uniberdea-color-scheme a.page-link:focus, html body.uniberdea-color-scheme .lfr-pagination .pagination li a:focus, .lfr-pagination .pagination li html body.uniberdea-color-scheme a:focus,
html body.uniberdea-color-scheme .lfr-pagination .pager li a:focus,
.lfr-pagination .pager li html body.uniberdea-color-scheme a:focus, html body.uniberdea-color-scheme #doctorate-order-buttons li.additional-active a:focus, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme a:focus, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li a:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme a:focus,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme a:focus,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme a:focus,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme a:focus, html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:focus, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.btn.btn-secondary:focus,
html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:focus,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.btn.btn-outline-secondary:focus, html body.uniberdea-color-scheme .contact a.btn:focus, .contact html body.uniberdea-color-scheme a.btn:focus, html body.uniberdea-color-scheme .faq .nav-pills li a[aria-selected=true]:focus, .faq .nav-pills li html body.uniberdea-color-scheme a[aria-selected=true]:focus, html body.uniberdea-color-scheme .portlet-blogs a.btn.btn-outline-secondary:focus:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme a.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs a.btn.btn-outline-primary:focus,
.portlet-blogs html body.uniberdea-color-scheme a.btn.btn-outline-primary:focus, html body.uniberdea-color-scheme .portlet-message-boards a.btn.btn-secondary:focus, html .portlet-message-boards body.uniberdea-color-scheme a.btn.btn-secondary:focus, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:focus, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li > a:focus, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.department ul.nav-pills li a:focus, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme a:focus,
html body.uniberdea-color-scheme button.c-button--secondary:focus,
html body.uniberdea-color-scheme button.btn.btn-upv:focus,
html body.uniberdea-color-scheme .pagination-bar button:focus,
html .pagination-bar body.uniberdea-color-scheme button:focus,
html body.uniberdea-color-scheme .contact button.btn:focus,
.contact html body.uniberdea-color-scheme button.btn:focus,
html body.uniberdea-color-scheme .call button[id^=lopd-msg_]:focus,
.call html body.uniberdea-color-scheme button[id^=lopd-msg_]:focus,
html body.uniberdea-color-scheme .portlet-blogs button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs button.btn.btn-outline-primary:focus,
.portlet-blogs html body.uniberdea-color-scheme button.btn.btn-outline-primary:focus,
html body.uniberdea-color-scheme .portlet-message-boards button.btn.btn-secondary:focus,
html .portlet-message-boards body.uniberdea-color-scheme button.btn.btn-secondary:focus {
  border: solid 3px #2fbb68;
  color: #000000;
}
html body.uniberdea-color-scheme a.c-button--secondary.c-button--disabled, html body.uniberdea-color-scheme section.upv-ehu-image-description div.main ul li.additional-active a.c-button--disabled, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme a.c-button--disabled, html body.uniberdea-color-scheme a.c-button--disabled.btn.btn-upv, html body.uniberdea-color-scheme .pagination-bar .pagination a.c-button--disabled.page-link, html .pagination-bar .pagination body.uniberdea-color-scheme a.c-button--disabled.page-link, html body.uniberdea-color-scheme .lfr-pagination .pagination li a.c-button--disabled, .lfr-pagination .pagination li html body.uniberdea-color-scheme a.c-button--disabled,
html body.uniberdea-color-scheme .lfr-pagination .pager li a.c-button--disabled,
.lfr-pagination .pager li html body.uniberdea-color-scheme a.c-button--disabled, html body.uniberdea-color-scheme #doctorate-order-buttons li.additional-active a.c-button--disabled, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme a.c-button--disabled, html body.uniberdea-color-scheme .ehu-oferta-grados__filtros .nav.nav-pills li a.c-button--disabled, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme a.c-button--disabled,
html body.uniberdea-color-scheme .ehu-oferta-masteres__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme a.c-button--disabled,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme a.c-button--disabled,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme a.c-button--disabled, html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.c-button--disabled.btn.btn-secondary,
html body.uniberdea-color-scheme .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme a.c-button--disabled.btn.btn-outline-secondary, html body.uniberdea-color-scheme .contact a.c-button--disabled.btn, .contact html body.uniberdea-color-scheme a.c-button--disabled.btn, html body.uniberdea-color-scheme .faq .nav-pills li a.c-button--disabled[aria-selected=true], .faq .nav-pills li html body.uniberdea-color-scheme a.c-button--disabled[aria-selected=true], html body.uniberdea-color-scheme .portlet-blogs a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs a.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme a.c-button--disabled.btn.btn-outline-primary, html body.uniberdea-color-scheme .portlet-message-boards a.c-button--disabled.btn.btn-secondary, html .portlet-message-boards body.uniberdea-color-scheme a.c-button--disabled.btn.btn-secondary, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme .nav-pills > li > a.c-button--disabled, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.department ul.nav-pills li a.c-button--disabled, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme a.c-button--disabled,
html body.uniberdea-color-scheme button.c-button--secondary.c-button--disabled,
html body.uniberdea-color-scheme button.c-button--disabled.btn.btn-upv,
html body.uniberdea-color-scheme .pagination-bar button.c-button--disabled,
html .pagination-bar body.uniberdea-color-scheme button.c-button--disabled,
html body.uniberdea-color-scheme .contact button.c-button--disabled.btn,
.contact html body.uniberdea-color-scheme button.c-button--disabled.btn,
html body.uniberdea-color-scheme .call button.c-button--disabled[id^=lopd-msg_],
.call html body.uniberdea-color-scheme button.c-button--disabled[id^=lopd-msg_],
html body.uniberdea-color-scheme .portlet-blogs button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme .portlet-blogs button.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme button.c-button--disabled.btn.btn-outline-primary,
html body.uniberdea-color-scheme .portlet-message-boards button.c-button--disabled.btn.btn-secondary,
html .portlet-message-boards body.uniberdea-color-scheme button.c-button--disabled.btn.btn-secondary {
  background-color: #ffffff;
  border: solid 1px #949494;
  color: #5C5C5C;
}
html body.uniberdea-color-scheme a.c-button--tertiary:hover, html body.uniberdea-color-scheme .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:hover, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.uniberdea-color-scheme a:hover, html body.uniberdea-color-scheme .ehu-oferta-grados__lists a.back-to-top:hover, html .ehu-oferta-grados__lists body.uniberdea-color-scheme a.back-to-top:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists a.back-to-top:hover,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme a.back-to-top:hover,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists a.back-to-top:hover,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme a.back-to-top:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme a.back-to-top:hover, html body.uniberdea-color-scheme .faq .backtop a:hover, .faq .backtop html body.uniberdea-color-scheme a:hover, html body.uniberdea-color-scheme .faq .nav-pills li a[aria-selected=false]:hover, .faq .nav-pills li html body.uniberdea-color-scheme a[aria-selected=false]:hover, html body.uniberdea-color-scheme .data-processing .backtop a:hover, .data-processing .backtop html body.uniberdea-color-scheme a:hover,
html body.uniberdea-color-scheme .technology-offer .backtop a:hover,
.technology-offer .backtop html body.uniberdea-color-scheme a:hover, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap #tab > a:hover, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme #tab > a:hover, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.department table + a:hover, .portlet-xsl-content .xsl-content.department html body.uniberdea-color-scheme table + a:hover,
html body.uniberdea-color-scheme button.c-button--tertiary:hover,
html body.uniberdea-color-scheme .ehu-oferta-grados__lists button.back-to-top:hover,
html .ehu-oferta-grados__lists body.uniberdea-color-scheme button.back-to-top:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists button.back-to-top:hover,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme button.back-to-top:hover,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists button.back-to-top:hover,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme button.back-to-top:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme button.back-to-top:hover {
  background-color: #B0FBC1;
  color: #000000;
}
html body.uniberdea-color-scheme a.c-button--tertiary:focus, html body.uniberdea-color-scheme .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:focus, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.uniberdea-color-scheme a:focus, html body.uniberdea-color-scheme .ehu-oferta-grados__lists a.back-to-top:focus, html .ehu-oferta-grados__lists body.uniberdea-color-scheme a.back-to-top:focus,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists a.back-to-top:focus,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme a.back-to-top:focus,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists a.back-to-top:focus,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme a.back-to-top:focus,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme a.back-to-top:focus, html body.uniberdea-color-scheme .faq .backtop a:focus, .faq .backtop html body.uniberdea-color-scheme a:focus, html body.uniberdea-color-scheme .faq .nav-pills li a[aria-selected=false]:focus, .faq .nav-pills li html body.uniberdea-color-scheme a[aria-selected=false]:focus, html body.uniberdea-color-scheme .data-processing .backtop a:focus, .data-processing .backtop html body.uniberdea-color-scheme a:focus,
html body.uniberdea-color-scheme .technology-offer .backtop a:focus,
.technology-offer .backtop html body.uniberdea-color-scheme a:focus, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap #tab > a:focus, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme #tab > a:focus, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.department table + a:focus, .portlet-xsl-content .xsl-content.department html body.uniberdea-color-scheme table + a:focus,
html body.uniberdea-color-scheme button.c-button--tertiary:focus,
html body.uniberdea-color-scheme .ehu-oferta-grados__lists button.back-to-top:focus,
html .ehu-oferta-grados__lists body.uniberdea-color-scheme button.back-to-top:focus,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists button.back-to-top:focus,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme button.back-to-top:focus,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists button.back-to-top:focus,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme button.back-to-top:focus,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme button.back-to-top:focus {
  background-color: #B0FBC1;
  color: #000000;
}
html body.uniberdea-color-scheme a.c-button--tertiary.c-button--disabled, html body.uniberdea-color-scheme .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a.c-button--disabled, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.uniberdea-color-scheme a.c-button--disabled, html body.uniberdea-color-scheme .ehu-oferta-grados__lists a.c-button--disabled.back-to-top, html .ehu-oferta-grados__lists body.uniberdea-color-scheme a.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme a.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme a.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme a.c-button--disabled.back-to-top, html body.uniberdea-color-scheme .faq .backtop a.c-button--disabled, .faq .backtop html body.uniberdea-color-scheme a.c-button--disabled, html body.uniberdea-color-scheme .faq .nav-pills li a.c-button--disabled[aria-selected=false], .faq .nav-pills li html body.uniberdea-color-scheme a.c-button--disabled[aria-selected=false], html body.uniberdea-color-scheme .data-processing .backtop a.c-button--disabled, .data-processing .backtop html body.uniberdea-color-scheme a.c-button--disabled,
html body.uniberdea-color-scheme .technology-offer .backtop a.c-button--disabled,
.technology-offer .backtop html body.uniberdea-color-scheme a.c-button--disabled, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.ldap #tab > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme #tab > a.c-button--disabled, html body.uniberdea-color-scheme .portlet-xsl-content .xsl-content.department table + a.c-button--disabled, .portlet-xsl-content .xsl-content.department html body.uniberdea-color-scheme table + a.c-button--disabled,
html body.uniberdea-color-scheme button.c-button--tertiary.c-button--disabled,
html body.uniberdea-color-scheme .ehu-oferta-grados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-grados__lists body.uniberdea-color-scheme button.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme button.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme button.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme button.c-button--disabled.back-to-top {
  background-color: #ffffff;
  border: solid 1px transparent;
  color: #5C5C5C;
}
html body.uniberdea-color-scheme #child-pages .row > ul > li:hover > a,
html body.uniberdea-color-scheme #child-pages .row > ul > li:focus > a,
html body.uniberdea-color-scheme #child-pages .row > ul > li:hover > ul,
html body.uniberdea-color-scheme #child-pages .row > ul > li:focus > ul {
  border-bottom: solid 3px #5FD790;
}
html body.uniberdea-color-scheme .c-cards:hover, html body.uniberdea-color-scheme .c-cards:focus {
  border-bottom: solid 3px #5FD790;
}
html body.uniberdea-color-scheme .information-interest__item a {
  color: #000000;
}
html body.uniberdea-color-scheme .information-interest__item a:hover {
  border-bottom: solid 3px #5FD790;
}
html body.uniberdea-color-scheme .information-interest__item a:hover .icono-enlace-destacado {
  background-color: #5FD790;
}
html body.uniberdea-color-scheme .carousel-control {
  color: #ffffff;
}
html body.uniberdea-color-scheme .carousel-control:hover {
  color: #ffffff;
}
html body.uniberdea-color-scheme .header .navbar .container {
  background-color: #5FD790;
}
html body.uniberdea-color-scheme .header__menu .nav li:hover:before {
  background-color: #5FD790;
}
html body.uniberdea-color-scheme .header .nav.nav-pills .nav-link.active, html body.uniberdea-color-scheme .header .nav.nav-pills > li.active > a {
  color: #5FD790;
}
html body.uniberdea-color-scheme .header.header--featured .navbar .container {
  background-color: transparent;
}
html body.uniberdea-color-scheme #side-menu .level-1 > li > a span {
  border-left: 2px solid transparent;
  padding: 4px 55px 4px 34px;
}
html body.uniberdea-color-scheme #side-menu .level-1 > li > a:hover span, html body.uniberdea-color-scheme #side-menu .level-1 > li > a:focus span {
  border-left: 2px #5FD790 solid;
}
@media (max-width: 767.98px) {
  html body.uniberdea-color-scheme #side-menu .level-1 > li > a:hover span, html body.uniberdea-color-scheme #side-menu .level-1 > li > a:focus span {
    border: none;
    color: #ffffff;
    padding: 0;
  }
}
html body.uniberdea-color-scheme #side-menu .level-1 > li.active-page > a span {
  border-left: 2px #5FD790 solid;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  html body.uniberdea-color-scheme #side-menu .level-1 > li.active-page > a span {
    border: none;
    color: #ffffff;
    padding: 0;
  }
}
html body.uniberdea-color-scheme #side-menu .sub-nav.level-2 a:hover {
  color: #000000;
}
html body.uniberdea-color-scheme #side-menu .sub-nav.level-2 .selected a {
  color: #000000;
  font-weight: bold;
}
html body.uniberdea-color-scheme .footer__menu li a {
  color: #ffffff;
}
html body.uniberdea-color-scheme .footer__rrss a {
  color: #ffffff;
}
html body.uniberdea-color-scheme .news-main-publisher__text > div a {
  color: #000000;
}
html body.uniberdea-color-scheme .news-one-column-publisher__list__item__image + div > a,
html body.uniberdea-color-scheme .news-two-column-publisher__list__item__image + div > a,
html body.uniberdea-color-scheme .news-horizontal-publisher__list__item__image + div > a {
  color: #000000;
}
html body.uniberdea-color-scheme .ehu-oferta-grados__lists ul li a:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists ul li a:hover,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists ul li a:hover,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists ul li a:hover {
  color: #000000;
}
html body.uniberdea-color-scheme .ehu-oferta-grados__lists .panel:last-child .panel-title a,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists .panel:last-child .panel-title a,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists .panel:last-child .panel-title a,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists .panel:last-child .panel-title a {
  border-bottom: solid 1px #5FD790;
}
html body.uniberdea-color-scheme .ehu-oferta-grados__lists .panel:last-child ul li:last-child,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists .panel:last-child ul li:last-child,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists .panel:last-child ul li:last-child,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists .panel:last-child ul li:last-child {
  border-bottom: solid 1px #5FD790;
}
html body.uniberdea-color-scheme .ehu-oferta-grados__lists .panel .panel-title a,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists .panel .panel-title a,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists .panel .panel-title a,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title a {
  border-top: solid 1px #5FD790;
  color: #000000;
}
html body.uniberdea-color-scheme .ehu-oferta-grados__lists .panel .panel-title a.active,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists .panel .panel-title a.active,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists .panel .panel-title a.active,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title a.active {
  border-bottom: solid 1px #5FD790;
}
html body.uniberdea-color-scheme .ehu-oferta-grados__lists .back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres__lists .back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-doctorados__lists .back-to-top,
html body.uniberdea-color-scheme .ehu-oferta-masteres-titulos-propios__lists .back-to-top {
  color: #000000;
}
html body.uniberdea-color-scheme .accordion .accordion-group:last-child {
  border-bottom: solid 1px #5FD790;
}
html body.uniberdea-color-scheme .accordion .accordion-heading h4 a,
html body.uniberdea-color-scheme .accordion .accordion-heading h5 a {
  color: #000000;
}
html body.uniberdea-color-scheme .accordion .accordion-heading .accordion-toggle {
  border-top: solid 1px #5FD790;
}
html body.uniberdea-color-scheme .accordion .accordion-heading .accordion-toggle:after {
  color: #000000;
}
html body.uniberdea-color-scheme .accordion .accordion-heading h2,
html body.uniberdea-color-scheme .accordion .accordion-heading h4,
html body.uniberdea-color-scheme .accordion .accordion-heading h5,
html body.uniberdea-color-scheme .accordion .accordion-heading span {
  color: #000000;
}
html body.uniberdea-color-scheme #toggler, html body.uniberdea-color-scheme #myToggler {
  border-bottom: solid 1px #5FD790;
}
html body.uniberdea-color-scheme #toggler .toggler-header, html body.uniberdea-color-scheme #myToggler .toggler-header {
  border-top: solid 1px #5FD790;
  color: #000000;
}
html body.uniberdea-color-scheme #toggler #toggler2, html body.uniberdea-color-scheme #myToggler #toggler2 {
  border-bottom: solid 1px #5FD790;
}
html body.uniberdea-color-scheme .map__result-list__item.active {
  border-left: solid 3px #5FD790;
}
html body.uniberdea-color-scheme .portlet-barebone ul.asset-list.asset-list-summary .asset-summary:hover,
html body.uniberdea-color-scheme .portlet-barebone ul.asset-list.asset-list-summary .asset-summary:focus {
  border-left: solid 3px #5FD790;
}
html body.uniberdea-color-scheme .portlet-decorate ul.asset-list.asset-list-summary .asset-summary:hover,
html body.uniberdea-color-scheme .portlet-decorate ul.asset-list.asset-list-summary .asset-summary:focus {
  border-bottom: solid 3px #5FD790;
}
html body.uniberdea-color-scheme .fnd-primary {
  background-color: #5FD790;
}
html body.uniberdea-color-scheme .fnd-secondary {
  background-color: #B0FBC1;
}
html body.uniberdea-color-scheme .fnd-destacado section.information-detail__body__section {
  background-color: #B0FBC1 !important;
}
html body.uniberdea-color-scheme .fnd-destacado .information-detail__body h2 {
  background-color: #5FD790;
}
html body.uniberdea-color-scheme #ehu-calendar .listadoCal ul.list-group a:hover,
html body.uniberdea-color-scheme #ehu-calendar #modalEvents .modal-dialog ul.list-group a:hover {
  border-block-color: #5FD790;
}
html body.uniberdea-color-scheme #ehu-calendar .selectedCategory button#buttonSearch:hover {
  background-color: #5FD790;
}
html body.uniberdea-color-scheme #ehu-calendar .filterCal a:hover {
  background-color: #B0FBC1;
}
html body.uniberdea-color-scheme #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:hover,
html body.uniberdea-color-scheme #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:hover,
html body.uniberdea-color-scheme #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:focus,
html body.uniberdea-color-scheme #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:focus {
  background-color: #B0FBC1;
}
html body.uniberdea-color-scheme .xsl-content.ldap .pagination ul li a:hover,
html body.uniberdea-color-scheme .xsl-content.ldap .pagination ul li a:focus {
  background-color: #B0FBC1;
}
html body.uniberdea-color-scheme.private-page {
  /* Variables -----------------------------------*/
  /* Colors */
  /* Utilities -----------------------------------*/
  /* Backgrounds */
  /* Buttons -----------------------------------*/
  /* Child pages menu ---------------------------------*/
  /* Tarjetas/Cards ----------------------------*/
  /* Información de interes ----------------------------*/
  /* Images gallery lightbox ---------------------*/
  /* Headers -----------------------------------*/
  /* Side menu -----------------------------------*/
  /* Footer  -----------------------------------*/
  /* News - Publishers -----------------------------------*/
  /* Nueva Oferta - Grados / plew0040-new-offer .xsl */
  /* Nueva Oferta - Masteres / plew0050-new-offer .xsl */
  /* Nueva Oferta - Doctorados / plew0060-new-offer .xsl */
  /* Accordion acordeon -----------------------------------*/
  /* toggler / myToggler -----------------------------------*/
  /* Mapa -----------------------------------*/
  /* Asset publisher - summary --------------*/
  /* Contenido tipo información customizado para estudiar -----------------------------------*/
  /*EHU Calendar -----------------*/
  /*XSL LDAP Lista de personal -----------------*/
}
html body.uniberdea-color-scheme.private-page .u-bg-secondary {
  background-color: #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .u-bg-secondary-light {
  background-color: #EEECE9;
}
html body.uniberdea-color-scheme.private-page .u-bg-secondary-dark {
  background-color: #8f8675;
}
html body.uniberdea-color-scheme.private-page a.c-button, html body.uniberdea-color-scheme.private-page section.upv-ehu-image-description div.main ul li.additional-active a, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page a.btn.btn-upv, html body.uniberdea-color-scheme.private-page .pagination-bar .pagination a.page-link, html .pagination-bar .pagination body.uniberdea-color-scheme.private-page a.page-link, html body.uniberdea-color-scheme.private-page .lfr-pagination .pagination li a, .lfr-pagination .pagination li html body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .lfr-pagination .pager li a,
.lfr-pagination .pager li html body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li.additional-active a, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li a, html #doctorate-order-buttons li body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li.active a, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li a, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists a.back-to-top, html .ehu-oferta-grados__lists body.uniberdea-color-scheme.private-page a.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists a.back-to-top,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme.private-page a.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists a.back-to-top,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme.private-page a.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists a.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme.private-page a.back-to-top, html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.btn.btn-secondary,
html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.btn.btn-outline-secondary, html body.uniberdea-color-scheme.private-page .alumni a#descarga, .alumni html body.uniberdea-color-scheme.private-page a#descarga, html body.uniberdea-color-scheme.private-page .contact a.btn, .contact html body.uniberdea-color-scheme.private-page a.btn, html body.uniberdea-color-scheme.private-page .faq .backtop a, .faq .backtop html body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .faq .nav-pills li a[aria-selected=false], .faq .nav-pills li html body.uniberdea-color-scheme.private-page a[aria-selected=false], html body.uniberdea-color-scheme.private-page .faq .nav-pills li a[aria-selected=true], .faq .nav-pills li html body.uniberdea-color-scheme.private-page a[aria-selected=true], html body.uniberdea-color-scheme.private-page .data-processing .backtop a, .data-processing .backtop html body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .technology-offer .backtop a,
.technology-offer .backtop html body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .portlet-blogs a.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme.private-page a.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs a.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme.private-page a.btn.btn-outline-primary, html body.uniberdea-color-scheme.private-page .portlet-forms a.btn.btn-primary, html .portlet-forms body.uniberdea-color-scheme.private-page a.btn.btn-primary, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.btn.btn-primary, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.btn.btn-primary, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.btn.btn-secondary, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.btn.btn-secondary, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li > a, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li.active > a, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap #tab > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page #tab > a, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.department ul.nav-pills li a, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.department table + a, .portlet-xsl-content .xsl-content.department html body.uniberdea-color-scheme.private-page table + a,
html body.uniberdea-color-scheme.private-page button.c-button,
html body.uniberdea-color-scheme.private-page button.btn.btn-upv,
html body.uniberdea-color-scheme.private-page .pagination-bar button,
html .pagination-bar body.uniberdea-color-scheme.private-page button,
html body.uniberdea-color-scheme.private-page .pagination-bar .pagination button.page-link,
html .pagination-bar .pagination body.uniberdea-color-scheme.private-page button.page-link,
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists button.back-to-top,
html .ehu-oferta-grados__lists body.uniberdea-color-scheme.private-page button.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists button.back-to-top,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme.private-page button.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists button.back-to-top,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme.private-page button.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists button.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme.private-page button.back-to-top,
html body.uniberdea-color-scheme.private-page .alumni button#descarga,
.alumni html body.uniberdea-color-scheme.private-page button#descarga,
html body.uniberdea-color-scheme.private-page .contact button.btn,
.contact html body.uniberdea-color-scheme.private-page button.btn,
html body.uniberdea-color-scheme.private-page .call button[id^=lopd-msg_],
.call html body.uniberdea-color-scheme.private-page button[id^=lopd-msg_],
html body.uniberdea-color-scheme.private-page .portlet-blogs button.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme.private-page button.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs button.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme.private-page button.btn.btn-outline-primary,
html body.uniberdea-color-scheme.private-page .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme.private-page button,
html body.uniberdea-color-scheme.private-page .portlet-forms button.btn.btn-primary,
html .portlet-forms body.uniberdea-color-scheme.private-page button.btn.btn-primary,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.btn.btn-primary,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.btn.btn-primary,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.btn.btn-secondary,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.btn.btn-secondary {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page a.c-button--primary, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li a, html #doctorate-order-buttons li body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li.active a, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .alumni a#descarga, .alumni html body.uniberdea-color-scheme.private-page a#descarga, html body.uniberdea-color-scheme.private-page .portlet-forms a.btn.btn-primary, html .portlet-forms body.uniberdea-color-scheme.private-page a.btn.btn-primary, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.btn.btn-primary, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.btn.btn-primary, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li.active > a,
html body.uniberdea-color-scheme.private-page button.c-button--primary,
html body.uniberdea-color-scheme.private-page .alumni button#descarga,
.alumni html body.uniberdea-color-scheme.private-page button#descarga,
html body.uniberdea-color-scheme.private-page .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme.private-page button,
html body.uniberdea-color-scheme.private-page .portlet-forms button.btn.btn-primary,
html .portlet-forms body.uniberdea-color-scheme.private-page button.btn.btn-primary,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.btn.btn-primary,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.btn.btn-primary {
  background-color: #B1AB9F;
  border: 3px solid #B1AB9F;
  color: #000000;
}
html body.uniberdea-color-scheme.private-page a.c-button--primary:hover, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li a:hover, html #doctorate-order-buttons li body.uniberdea-color-scheme.private-page a:hover, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li.active a:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a:hover, html body.uniberdea-color-scheme.private-page .alumni a#descarga:hover, .alumni html body.uniberdea-color-scheme.private-page a#descarga:hover, html body.uniberdea-color-scheme.private-page .portlet-forms a.btn.btn-primary:hover, html .portlet-forms body.uniberdea-color-scheme.private-page a.btn.btn-primary:hover, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.btn.btn-primary:hover, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.btn.btn-primary:hover, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:hover, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li.active > a:hover,
html body.uniberdea-color-scheme.private-page button.c-button--primary:hover,
html body.uniberdea-color-scheme.private-page .alumni button#descarga:hover,
.alumni html body.uniberdea-color-scheme.private-page button#descarga:hover,
html body.uniberdea-color-scheme.private-page .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:hover,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme.private-page button:hover,
html body.uniberdea-color-scheme.private-page .portlet-forms button.btn.btn-primary:hover,
html .portlet-forms body.uniberdea-color-scheme.private-page button.btn.btn-primary:hover,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.btn.btn-primary:hover,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.btn.btn-primary:hover {
  background-color: #8f8675;
  border: 3px solid #8f8675;
  color: #000000;
}
html body.uniberdea-color-scheme.private-page a.c-button--primary:focus, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li a:focus, html #doctorate-order-buttons li body.uniberdea-color-scheme.private-page a:focus, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li.active a:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a:focus, html body.uniberdea-color-scheme.private-page .alumni a#descarga:focus, .alumni html body.uniberdea-color-scheme.private-page a#descarga:focus, html body.uniberdea-color-scheme.private-page .portlet-forms a.btn.btn-primary:focus, html .portlet-forms body.uniberdea-color-scheme.private-page a.btn.btn-primary:focus, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.btn.btn-primary:focus, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.btn.btn-primary:focus, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a:focus, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li.active > a:focus,
html body.uniberdea-color-scheme.private-page button.c-button--primary:focus,
html body.uniberdea-color-scheme.private-page .alumni button#descarga:focus,
.alumni html body.uniberdea-color-scheme.private-page button#descarga:focus,
html body.uniberdea-color-scheme.private-page .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button:focus,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme.private-page button:focus,
html body.uniberdea-color-scheme.private-page .portlet-forms button.btn.btn-primary:focus,
html .portlet-forms body.uniberdea-color-scheme.private-page button.btn.btn-primary:focus,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.btn.btn-primary:focus,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.btn.btn-primary:focus {
  background-color: #8f8675;
  border: solid 3px #8f8675;
  color: #000000;
}
html body.uniberdea-color-scheme.private-page a.c-button--primary.c-button--disabled, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li a.c-button--disabled, html #doctorate-order-buttons li body.uniberdea-color-scheme.private-page a.c-button--disabled, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li.active a.c-button--disabled, html .ehu-oferta-grados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a.c-button--disabled,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a.c-button--disabled,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a.c-button--disabled,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li.active body.uniberdea-color-scheme.private-page a.c-button--disabled, html body.uniberdea-color-scheme.private-page .alumni a.c-button--disabled#descarga, .alumni html body.uniberdea-color-scheme.private-page a.c-button--disabled#descarga, html body.uniberdea-color-scheme.private-page .portlet-forms a.c-button--disabled.btn.btn-primary, html .portlet-forms body.uniberdea-color-scheme.private-page a.c-button--disabled.btn.btn-primary, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.c-button--disabled.btn.btn-primary, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.c-button--disabled.btn.btn-primary, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li.active > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li.active > a.c-button--disabled,
html body.uniberdea-color-scheme.private-page button.c-button--primary.c-button--disabled,
html body.uniberdea-color-scheme.private-page .alumni button.c-button--disabled#descarga,
.alumni html body.uniberdea-color-scheme.private-page button.c-button--disabled#descarga,
html body.uniberdea-color-scheme.private-page .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ button.c-button--disabled,
html .portlet-boundary_es_ehu_doc_web_navigator_portlet_NavigatorPortlet_ body.uniberdea-color-scheme.private-page button.c-button--disabled,
html body.uniberdea-color-scheme.private-page .portlet-forms button.c-button--disabled.btn.btn-primary,
html .portlet-forms body.uniberdea-color-scheme.private-page button.c-button--disabled.btn.btn-primary,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.c-button--disabled.btn.btn-primary,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.c-button--disabled.btn.btn-primary {
  background-color: #EEECE9;
  border: solid 3px #EEECE9;
  color: #5C5C5C;
}
html body.uniberdea-color-scheme.private-page a.c-button--secondary, html body.uniberdea-color-scheme.private-page section.upv-ehu-image-description div.main ul li.additional-active a, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page a.btn.btn-upv, html body.uniberdea-color-scheme.private-page .pagination-bar .pagination a.page-link, html .pagination-bar .pagination body.uniberdea-color-scheme.private-page a.page-link, html body.uniberdea-color-scheme.private-page .lfr-pagination .pagination li a, .lfr-pagination .pagination li html body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .lfr-pagination .pager li a,
.lfr-pagination .pager li html body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li.additional-active a, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li a, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li a,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a, html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.btn.btn-secondary,
html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.btn.btn-outline-secondary, html body.uniberdea-color-scheme.private-page .contact a.btn, .contact html body.uniberdea-color-scheme.private-page a.btn, html body.uniberdea-color-scheme.private-page .faq .nav-pills li a[aria-selected=true], .faq .nav-pills li html body.uniberdea-color-scheme.private-page a[aria-selected=true], html body.uniberdea-color-scheme.private-page .portlet-blogs a.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme.private-page a.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs a.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme.private-page a.btn.btn-outline-primary, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.btn.btn-secondary, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.btn.btn-secondary, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li > a, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.department ul.nav-pills li a, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme.private-page a,
html body.uniberdea-color-scheme.private-page button.c-button--secondary,
html body.uniberdea-color-scheme.private-page button.btn.btn-upv,
html body.uniberdea-color-scheme.private-page .pagination-bar button,
html .pagination-bar body.uniberdea-color-scheme.private-page button,
html body.uniberdea-color-scheme.private-page .contact button.btn,
.contact html body.uniberdea-color-scheme.private-page button.btn,
html body.uniberdea-color-scheme.private-page .call button[id^=lopd-msg_],
.call html body.uniberdea-color-scheme.private-page button[id^=lopd-msg_],
html body.uniberdea-color-scheme.private-page .portlet-blogs button.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme.private-page button.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs button.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme.private-page button.btn.btn-outline-primary,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.btn.btn-secondary,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.btn.btn-secondary {
  border: 1px solid #B1AB9F;
}
html body.uniberdea-color-scheme.private-page a.c-button--secondary:hover, html body.uniberdea-color-scheme.private-page section.upv-ehu-image-description div.main ul li.additional-active a:hover, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme.private-page a:hover, html body.uniberdea-color-scheme.private-page a.btn.btn-upv:hover, html body.uniberdea-color-scheme.private-page .pagination-bar .pagination a.page-link:hover, html .pagination-bar .pagination body.uniberdea-color-scheme.private-page a.page-link:hover, html body.uniberdea-color-scheme.private-page .lfr-pagination .pagination li a:hover, .lfr-pagination .pagination li html body.uniberdea-color-scheme.private-page a:hover,
html body.uniberdea-color-scheme.private-page .lfr-pagination .pager li a:hover,
.lfr-pagination .pager li html body.uniberdea-color-scheme.private-page a:hover, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li.additional-active a:hover, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme.private-page a:hover, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li a:hover, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:hover,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a:hover, html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:hover, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.btn.btn-secondary:hover,
html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:hover,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.btn.btn-outline-secondary:hover, html body.uniberdea-color-scheme.private-page .contact a.btn:hover, .contact html body.uniberdea-color-scheme.private-page a.btn:hover, html body.uniberdea-color-scheme.private-page .faq .nav-pills li a[aria-selected=true]:hover, .faq .nav-pills li html body.uniberdea-color-scheme.private-page a[aria-selected=true]:hover, html body.uniberdea-color-scheme.private-page .portlet-blogs a.btn.btn-outline-secondary:hover:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme.private-page a.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs a.btn.btn-outline-primary:hover,
.portlet-blogs html body.uniberdea-color-scheme.private-page a.btn.btn-outline-primary:hover, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.btn.btn-secondary:hover, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.btn.btn-secondary:hover, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:hover, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li > a:hover, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.department ul.nav-pills li a:hover, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme.private-page a:hover,
html body.uniberdea-color-scheme.private-page button.c-button--secondary:hover,
html body.uniberdea-color-scheme.private-page button.btn.btn-upv:hover,
html body.uniberdea-color-scheme.private-page .pagination-bar button:hover,
html .pagination-bar body.uniberdea-color-scheme.private-page button:hover,
html body.uniberdea-color-scheme.private-page .contact button.btn:hover,
.contact html body.uniberdea-color-scheme.private-page button.btn:hover,
html body.uniberdea-color-scheme.private-page .call button[id^=lopd-msg_]:hover,
.call html body.uniberdea-color-scheme.private-page button[id^=lopd-msg_]:hover,
html body.uniberdea-color-scheme.private-page .portlet-blogs button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme.private-page button.btn.btn-outline-secondary:hover:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs button.btn.btn-outline-primary:hover,
.portlet-blogs html body.uniberdea-color-scheme.private-page button.btn.btn-outline-primary:hover,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.btn.btn-secondary:hover,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.btn.btn-secondary:hover {
  border: 1px solid #8f8675;
  color: #000000;
}
html body.uniberdea-color-scheme.private-page a.c-button--secondary:focus, html body.uniberdea-color-scheme.private-page section.upv-ehu-image-description div.main ul li.additional-active a:focus, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme.private-page a:focus, html body.uniberdea-color-scheme.private-page a.btn.btn-upv:focus, html body.uniberdea-color-scheme.private-page .pagination-bar .pagination a.page-link:focus, html .pagination-bar .pagination body.uniberdea-color-scheme.private-page a.page-link:focus, html body.uniberdea-color-scheme.private-page .lfr-pagination .pagination li a:focus, .lfr-pagination .pagination li html body.uniberdea-color-scheme.private-page a:focus,
html body.uniberdea-color-scheme.private-page .lfr-pagination .pager li a:focus,
.lfr-pagination .pager li html body.uniberdea-color-scheme.private-page a:focus, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li.additional-active a:focus, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme.private-page a:focus, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li a:focus, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a:focus,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a:focus, html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-secondary:focus, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.btn.btn-secondary:focus,
html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.btn.btn-outline-secondary:focus,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.btn.btn-outline-secondary:focus, html body.uniberdea-color-scheme.private-page .contact a.btn:focus, .contact html body.uniberdea-color-scheme.private-page a.btn:focus, html body.uniberdea-color-scheme.private-page .faq .nav-pills li a[aria-selected=true]:focus, .faq .nav-pills li html body.uniberdea-color-scheme.private-page a[aria-selected=true]:focus, html body.uniberdea-color-scheme.private-page .portlet-blogs a.btn.btn-outline-secondary:focus:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme.private-page a.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs a.btn.btn-outline-primary:focus,
.portlet-blogs html body.uniberdea-color-scheme.private-page a.btn.btn-outline-primary:focus, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.btn.btn-secondary:focus, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.btn.btn-secondary:focus, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a:focus, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li > a:focus, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.department ul.nav-pills li a:focus, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme.private-page a:focus,
html body.uniberdea-color-scheme.private-page button.c-button--secondary:focus,
html body.uniberdea-color-scheme.private-page button.btn.btn-upv:focus,
html body.uniberdea-color-scheme.private-page .pagination-bar button:focus,
html .pagination-bar body.uniberdea-color-scheme.private-page button:focus,
html body.uniberdea-color-scheme.private-page .contact button.btn:focus,
.contact html body.uniberdea-color-scheme.private-page button.btn:focus,
html body.uniberdea-color-scheme.private-page .call button[id^=lopd-msg_]:focus,
.call html body.uniberdea-color-scheme.private-page button[id^=lopd-msg_]:focus,
html body.uniberdea-color-scheme.private-page .portlet-blogs button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme.private-page button.btn.btn-outline-secondary:focus:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs button.btn.btn-outline-primary:focus,
.portlet-blogs html body.uniberdea-color-scheme.private-page button.btn.btn-outline-primary:focus,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.btn.btn-secondary:focus,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.btn.btn-secondary:focus {
  border: solid 3px #8f8675;
  color: #000000;
}
html body.uniberdea-color-scheme.private-page a.c-button--secondary.c-button--disabled, html body.uniberdea-color-scheme.private-page section.upv-ehu-image-description div.main ul li.additional-active a.c-button--disabled, html section.upv-ehu-image-description div.main ul li.additional-active body.uniberdea-color-scheme.private-page a.c-button--disabled, html body.uniberdea-color-scheme.private-page a.c-button--disabled.btn.btn-upv, html body.uniberdea-color-scheme.private-page .pagination-bar .pagination a.c-button--disabled.page-link, html .pagination-bar .pagination body.uniberdea-color-scheme.private-page a.c-button--disabled.page-link, html body.uniberdea-color-scheme.private-page .lfr-pagination .pagination li a.c-button--disabled, .lfr-pagination .pagination li html body.uniberdea-color-scheme.private-page a.c-button--disabled,
html body.uniberdea-color-scheme.private-page .lfr-pagination .pager li a.c-button--disabled,
.lfr-pagination .pager li html body.uniberdea-color-scheme.private-page a.c-button--disabled, html body.uniberdea-color-scheme.private-page #doctorate-order-buttons li.additional-active a.c-button--disabled, html #doctorate-order-buttons li.additional-active body.uniberdea-color-scheme.private-page a.c-button--disabled, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__filtros .nav.nav-pills li a.c-button--disabled, html .ehu-oferta-grados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a.c-button--disabled,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a.c-button--disabled,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-doctorados__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a.c-button--disabled,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li a.c-button--disabled,
html .ehu-oferta-masteres-titulos-propios__filtros .nav.nav-pills li body.uniberdea-color-scheme.private-page a.c-button--disabled, html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-secondary, html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.c-button--disabled.btn.btn-secondary,
html body.uniberdea-color-scheme.private-page .portlet-asset-publisher .mb-4.subscribe-action a.c-button--disabled.btn.btn-outline-secondary,
html .portlet-asset-publisher .mb-4.subscribe-action body.uniberdea-color-scheme.private-page a.c-button--disabled.btn.btn-outline-secondary, html body.uniberdea-color-scheme.private-page .contact a.c-button--disabled.btn, .contact html body.uniberdea-color-scheme.private-page a.c-button--disabled.btn, html body.uniberdea-color-scheme.private-page .faq .nav-pills li a.c-button--disabled[aria-selected=true], .faq .nav-pills li html body.uniberdea-color-scheme.private-page a.c-button--disabled[aria-selected=true], html body.uniberdea-color-scheme.private-page .portlet-blogs a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced), .portlet-blogs html body.uniberdea-color-scheme.private-page a.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs a.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme.private-page a.c-button--disabled.btn.btn-outline-primary, html body.uniberdea-color-scheme.private-page .portlet-message-boards a.c-button--disabled.btn.btn-secondary, html .portlet-message-boards body.uniberdea-color-scheme.private-page a.c-button--disabled.btn.btn-secondary, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap .nav-pills > li > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page .nav-pills > li > a.c-button--disabled, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.department ul.nav-pills li a.c-button--disabled, .portlet-xsl-content .xsl-content.department ul.nav-pills li html body.uniberdea-color-scheme.private-page a.c-button--disabled,
html body.uniberdea-color-scheme.private-page button.c-button--secondary.c-button--disabled,
html body.uniberdea-color-scheme.private-page button.c-button--disabled.btn.btn-upv,
html body.uniberdea-color-scheme.private-page .pagination-bar button.c-button--disabled,
html .pagination-bar body.uniberdea-color-scheme.private-page button.c-button--disabled,
html body.uniberdea-color-scheme.private-page .contact button.c-button--disabled.btn,
.contact html body.uniberdea-color-scheme.private-page button.c-button--disabled.btn,
html body.uniberdea-color-scheme.private-page .call button.c-button--disabled[id^=lopd-msg_],
.call html body.uniberdea-color-scheme.private-page button.c-button--disabled[id^=lopd-msg_],
html body.uniberdea-color-scheme.private-page .portlet-blogs button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
.portlet-blogs html body.uniberdea-color-scheme.private-page button.c-button--disabled.btn.btn-outline-secondary:not(.btn-monospaced),
html body.uniberdea-color-scheme.private-page .portlet-blogs button.c-button--disabled.btn.btn-outline-primary,
.portlet-blogs html body.uniberdea-color-scheme.private-page button.c-button--disabled.btn.btn-outline-primary,
html body.uniberdea-color-scheme.private-page .portlet-message-boards button.c-button--disabled.btn.btn-secondary,
html .portlet-message-boards body.uniberdea-color-scheme.private-page button.c-button--disabled.btn.btn-secondary {
  background-color: #ffffff;
  border: solid 1px #949494;
  color: #5C5C5C;
}
html body.uniberdea-color-scheme.private-page a.c-button--tertiary:hover, html body.uniberdea-color-scheme.private-page .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:hover, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.uniberdea-color-scheme.private-page a:hover, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists a.back-to-top:hover, html .ehu-oferta-grados__lists body.uniberdea-color-scheme.private-page a.back-to-top:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists a.back-to-top:hover,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme.private-page a.back-to-top:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists a.back-to-top:hover,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme.private-page a.back-to-top:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme.private-page a.back-to-top:hover, html body.uniberdea-color-scheme.private-page .faq .backtop a:hover, .faq .backtop html body.uniberdea-color-scheme.private-page a:hover, html body.uniberdea-color-scheme.private-page .faq .nav-pills li a[aria-selected=false]:hover, .faq .nav-pills li html body.uniberdea-color-scheme.private-page a[aria-selected=false]:hover, html body.uniberdea-color-scheme.private-page .data-processing .backtop a:hover, .data-processing .backtop html body.uniberdea-color-scheme.private-page a:hover,
html body.uniberdea-color-scheme.private-page .technology-offer .backtop a:hover,
.technology-offer .backtop html body.uniberdea-color-scheme.private-page a:hover, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap #tab > a:hover, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page #tab > a:hover, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.department table + a:hover, .portlet-xsl-content .xsl-content.department html body.uniberdea-color-scheme.private-page table + a:hover,
html body.uniberdea-color-scheme.private-page button.c-button--tertiary:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists button.back-to-top:hover,
html .ehu-oferta-grados__lists body.uniberdea-color-scheme.private-page button.back-to-top:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists button.back-to-top:hover,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme.private-page button.back-to-top:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists button.back-to-top:hover,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme.private-page button.back-to-top:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:hover,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme.private-page button.back-to-top:hover {
  background-color: #EEECE9;
  color: #000000;
}
html body.uniberdea-color-scheme.private-page a.c-button--tertiary:focus, html body.uniberdea-color-scheme.private-page .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a:focus, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.uniberdea-color-scheme.private-page a:focus, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists a.back-to-top:focus, html .ehu-oferta-grados__lists body.uniberdea-color-scheme.private-page a.back-to-top:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists a.back-to-top:focus,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme.private-page a.back-to-top:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists a.back-to-top:focus,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme.private-page a.back-to-top:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists a.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme.private-page a.back-to-top:focus, html body.uniberdea-color-scheme.private-page .faq .backtop a:focus, .faq .backtop html body.uniberdea-color-scheme.private-page a:focus, html body.uniberdea-color-scheme.private-page .faq .nav-pills li a[aria-selected=false]:focus, .faq .nav-pills li html body.uniberdea-color-scheme.private-page a[aria-selected=false]:focus, html body.uniberdea-color-scheme.private-page .data-processing .backtop a:focus, .data-processing .backtop html body.uniberdea-color-scheme.private-page a:focus,
html body.uniberdea-color-scheme.private-page .technology-offer .backtop a:focus,
.technology-offer .backtop html body.uniberdea-color-scheme.private-page a:focus, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap #tab > a:focus, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page #tab > a:focus, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.department table + a:focus, .portlet-xsl-content .xsl-content.department html body.uniberdea-color-scheme.private-page table + a:focus,
html body.uniberdea-color-scheme.private-page button.c-button--tertiary:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists button.back-to-top:focus,
html .ehu-oferta-grados__lists body.uniberdea-color-scheme.private-page button.back-to-top:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists button.back-to-top:focus,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme.private-page button.back-to-top:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists button.back-to-top:focus,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme.private-page button.back-to-top:focus,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists button.back-to-top:focus,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme.private-page button.back-to-top:focus {
  background-color: #EEECE9;
  color: #000000;
}
html body.uniberdea-color-scheme.private-page a.c-button--tertiary.c-button--disabled, html body.uniberdea-color-scheme.private-page .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group a.c-button--disabled, .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group html body.uniberdea-color-scheme.private-page a.c-button--disabled, html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists a.c-button--disabled.back-to-top, html .ehu-oferta-grados__lists body.uniberdea-color-scheme.private-page a.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme.private-page a.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme.private-page a.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists a.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme.private-page a.c-button--disabled.back-to-top, html body.uniberdea-color-scheme.private-page .faq .backtop a.c-button--disabled, .faq .backtop html body.uniberdea-color-scheme.private-page a.c-button--disabled, html body.uniberdea-color-scheme.private-page .faq .nav-pills li a.c-button--disabled[aria-selected=false], .faq .nav-pills li html body.uniberdea-color-scheme.private-page a.c-button--disabled[aria-selected=false], html body.uniberdea-color-scheme.private-page .data-processing .backtop a.c-button--disabled, .data-processing .backtop html body.uniberdea-color-scheme.private-page a.c-button--disabled,
html body.uniberdea-color-scheme.private-page .technology-offer .backtop a.c-button--disabled,
.technology-offer .backtop html body.uniberdea-color-scheme.private-page a.c-button--disabled, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.ldap #tab > a.c-button--disabled, .portlet-xsl-content .xsl-content.ldap html body.uniberdea-color-scheme.private-page #tab > a.c-button--disabled, html body.uniberdea-color-scheme.private-page .portlet-xsl-content .xsl-content.department table + a.c-button--disabled, .portlet-xsl-content .xsl-content.department html body.uniberdea-color-scheme.private-page table + a.c-button--disabled,
html body.uniberdea-color-scheme.private-page button.c-button--tertiary.c-button--disabled,
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-grados__lists body.uniberdea-color-scheme.private-page button.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres__lists body.uniberdea-color-scheme.private-page button.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-doctorados__lists body.uniberdea-color-scheme.private-page button.c-button--disabled.back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists button.c-button--disabled.back-to-top,
html .ehu-oferta-masteres-titulos-propios__lists body.uniberdea-color-scheme.private-page button.c-button--disabled.back-to-top {
  background-color: #ffffff;
  border: solid 1px transparent;
  color: #5C5C5C;
}
html body.uniberdea-color-scheme.private-page #child-pages .row > ul > li:hover > a,
html body.uniberdea-color-scheme.private-page #child-pages .row > ul > li:focus > a,
html body.uniberdea-color-scheme.private-page #child-pages .row > ul > li:hover > ul,
html body.uniberdea-color-scheme.private-page #child-pages .row > ul > li:focus > ul {
  border-bottom: solid 3px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .c-cards:hover, html body.uniberdea-color-scheme.private-page .c-cards:focus {
  border-bottom: solid 3px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .information-interest__item a {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page .information-interest__item a:hover {
  border-bottom: solid 3px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .information-interest__item a:hover .icono-enlace-destacado {
  background-color: #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .carousel-control {
  color: #ffffff;
}
html body.uniberdea-color-scheme.private-page .carousel-control:hover {
  color: #ffffff;
}
html body.uniberdea-color-scheme.private-page .header .navbar .container {
  background-color: #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .header__menu .nav li:hover:before {
  background-color: #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .header .nav.nav-pills .nav-link.active, html body.uniberdea-color-scheme.private-page .header .nav.nav-pills > li.active > a {
  color: #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .header.header--featured .navbar .container {
  background-color: transparent;
}
html body.uniberdea-color-scheme.private-page #side-menu .level-1 > li > a span {
  border-left: 2px solid transparent;
  padding: 4px 55px 4px 34px;
}
html body.uniberdea-color-scheme.private-page #side-menu .level-1 > li > a:hover span, html body.uniberdea-color-scheme.private-page #side-menu .level-1 > li > a:focus span {
  border-left: 2px #B1AB9F solid;
}
@media (max-width: 767.98px) {
  html body.uniberdea-color-scheme.private-page #side-menu .level-1 > li > a:hover span, html body.uniberdea-color-scheme.private-page #side-menu .level-1 > li > a:focus span {
    border: none;
    color: #ffffff;
    padding: 0;
  }
}
html body.uniberdea-color-scheme.private-page #side-menu .level-1 > li.active-page > a span {
  border-left: 2px #B1AB9F solid;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  html body.uniberdea-color-scheme.private-page #side-menu .level-1 > li.active-page > a span {
    border: none;
    color: #ffffff;
    padding: 0;
  }
}
html body.uniberdea-color-scheme.private-page #side-menu .sub-nav.level-2 a:hover {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page #side-menu .sub-nav.level-2 .selected a {
  color: #000000;
  font-weight: bold;
}
html body.uniberdea-color-scheme.private-page .footer__menu li a {
  color: #ffffff;
}
html body.uniberdea-color-scheme.private-page .footer__rrss a {
  color: #ffffff;
}
html body.uniberdea-color-scheme.private-page .news-main-publisher__text > div a {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page .news-one-column-publisher__list__item__image + div > a,
html body.uniberdea-color-scheme.private-page .news-two-column-publisher__list__item__image + div > a,
html body.uniberdea-color-scheme.private-page .news-horizontal-publisher__list__item__image + div > a {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists ul li a:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists ul li a:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists ul li a:hover,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists ul li a:hover {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists .panel:last-child .panel-title a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists .panel:last-child .panel-title a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists .panel:last-child .panel-title a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists .panel:last-child .panel-title a {
  border-bottom: solid 1px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists .panel:last-child ul li:last-child,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists .panel:last-child ul li:last-child,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists .panel:last-child ul li:last-child,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists .panel:last-child ul li:last-child {
  border-bottom: solid 1px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists .panel .panel-title a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists .panel .panel-title a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists .panel .panel-title a,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title a {
  border-top: solid 1px #B1AB9F;
  color: #000000;
}
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists .panel .panel-title a.active,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists .panel .panel-title a.active,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists .panel .panel-title a.active,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists .panel .panel-title a.active {
  border-bottom: solid 1px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .ehu-oferta-grados__lists .back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres__lists .back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-doctorados__lists .back-to-top,
html body.uniberdea-color-scheme.private-page .ehu-oferta-masteres-titulos-propios__lists .back-to-top {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page .accordion .accordion-group:last-child {
  border-bottom: solid 1px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .accordion .accordion-heading h4 a,
html body.uniberdea-color-scheme.private-page .accordion .accordion-heading h5 a {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page .accordion .accordion-heading .accordion-toggle {
  border-top: solid 1px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .accordion .accordion-heading .accordion-toggle:after {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page .accordion .accordion-heading h2,
html body.uniberdea-color-scheme.private-page .accordion .accordion-heading h4,
html body.uniberdea-color-scheme.private-page .accordion .accordion-heading h5,
html body.uniberdea-color-scheme.private-page .accordion .accordion-heading span {
  color: #000000;
}
html body.uniberdea-color-scheme.private-page #toggler, html body.uniberdea-color-scheme.private-page #myToggler {
  border-bottom: solid 1px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page #toggler .toggler-header, html body.uniberdea-color-scheme.private-page #myToggler .toggler-header {
  border-top: solid 1px #B1AB9F;
  color: #000000;
}
html body.uniberdea-color-scheme.private-page #toggler #toggler2, html body.uniberdea-color-scheme.private-page #myToggler #toggler2 {
  border-bottom: solid 1px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .map__result-list__item.active {
  border-left: solid 3px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .portlet-barebone ul.asset-list.asset-list-summary .asset-summary:hover,
html body.uniberdea-color-scheme.private-page .portlet-barebone ul.asset-list.asset-list-summary .asset-summary:focus {
  border-left: solid 3px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .portlet-decorate ul.asset-list.asset-list-summary .asset-summary:hover,
html body.uniberdea-color-scheme.private-page .portlet-decorate ul.asset-list.asset-list-summary .asset-summary:focus {
  border-bottom: solid 3px #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .fnd-primary {
  background-color: #B1AB9F;
}
html body.uniberdea-color-scheme.private-page .fnd-secondary {
  background-color: #EEECE9;
}
html body.uniberdea-color-scheme.private-page .fnd-destacado section.information-detail__body__section {
  background-color: #EEECE9 !important;
}
html body.uniberdea-color-scheme.private-page .fnd-destacado .information-detail__body h2 {
  background-color: #B1AB9F;
}
html body.uniberdea-color-scheme.private-page #ehu-calendar .listadoCal ul.list-group a:hover,
html body.uniberdea-color-scheme.private-page #ehu-calendar #modalEvents .modal-dialog ul.list-group a:hover {
  border-block-color: #B1AB9F;
}
html body.uniberdea-color-scheme.private-page #ehu-calendar .selectedCategory button#buttonSearch:hover {
  background-color: #B1AB9F;
}
html body.uniberdea-color-scheme.private-page #ehu-calendar .filterCal a:hover {
  background-color: #EEECE9;
}
html body.uniberdea-color-scheme.private-page #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:hover,
html body.uniberdea-color-scheme.private-page #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:hover,
html body.uniberdea-color-scheme.private-page #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-prevmonth:focus,
html body.uniberdea-color-scheme.private-page #ehu-calendar .yui3-u.yui3-calendar-pane .yui3-calendar-header .yui3-calendarnav-nextmonth:focus {
  background-color: #EEECE9;
}
html body.uniberdea-color-scheme.private-page .xsl-content.ldap .pagination ul li a:hover,
html body.uniberdea-color-scheme.private-page .xsl-content.ldap .pagination ul li a:focus {
  background-color: #EEECE9;
}

/* Layouts  and grids */
section#content.section-padded #main-content {
  width: 100%;
}

div#main-content.upv-ehu-2-cols > .portlet-layout.row {
  margin: 0;
}

#column-1,
#column-2,
#column-3 {
  padding-bottom: 20px;
  padding-top: 20px;
}

#column-1 {
  background-color: #ffffff;
  margin: 0;
}
@media (max-width: 767.98px) {
  #column-1 {
    padding-bottom: 0;
  }
}

.columns-1 #column-1 {
  padding-left: 25px;
  padding-right: 25px;
}

html #column-2.col-md-9 {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 767.98px) {
  html #column-2.col-md-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  html #column-2.col-md-9 > h1 {
    margin-top: 2rem;
  }
}

.upv-ehu-3-cols.columns-3 .portlet-column.col-md-6 {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .upv-ehu-3-cols.columns-3 .portlet-column.col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991.98px) {
  .portlet-nested-portlets .col-md-4, .portlet-nested-portlets .col-md-6, .portlet-nested-portlets .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*  Reset old migrated css from 6.2 */
/* .hide-accessible { update .sr-only 
	clip: rect(0 0 0 0) !important;
	position: absolute !important;
	/*Webkit and IE7 let clipped content change the scroll height of the page
	/*Scale webkit to 0
	-webkit-transform: scale(0);
	-webkit-transform-origin-x: 0;
	-webkit-transform-origin-y: 0;
	/*Change IE7 to using fixed
	*position: fixed !important;
	/*...And reset back to absolute for IE6
	_position: absolute !important;
}*/
@-moz-document url-prefix() {
  #column-2 a:not([title]):not(.linkArrow) {
    position: relative;
  }
}
/* cambio por campusa */
/* .upv-ehu-1-col,  */
.upv-ehu-2-cols {
  padding: 0;
}

/* clay.css */
b, strong {
  font-weight: bolder;
}

/* main.css */
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: #6b6c7e;
}

.lfr-ddm-form-container .btn {
  opacity: 1;
}

.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  text-decoration: auto;
}

.lfr-search-container-wrapper a.page-link:active,
.lfr-search-container-wrapper a.page-link[aria-expanded=true] {
  color: #FFF !important;
}

.lfr-search-container-wrapper .pagination li.active a.page-link {
  color: #FFF;
}

/* list-group */
.list-group-header {
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0.75rem 1.25rem;
}

.list-group-notification .list-group-item {
  border-width: 0;
  /* background-color: #FFF; tablas seleccionar */
  box-shadow: inset 0.0625rem 0 rgba(0, 0, 0, 0.125), inset -0.0625rem 0 rgba(0, 0, 0, 0.125), inset 0 0.0625rem rgba(0, 0, 0, 0.125), inset 0 -0.0625rem rgba(0, 0, 0, 0.125);
}

/* _nav-tabs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav > li > a {
  display: block;
  padding: 0.5rem 1rem;
}

/* _navbar.scss */
.navbar .container, .navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* combo */
.portlet-journal-content .journal-content-article blockquote {
  margin: 2rem 0;
}

.alert-container #ToastAlertContainer .autofit-section button.close {
  display: none;
}
.alert-container #ToastAlertContainer button.close {
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
}

/* gallery_images */
.gallery_images ul {
  padding: 0;
}
.gallery_images ul li a:focus {
  outline-offset: 0.5rem;
  outline: solid black !important;
  outline: -webkit-focus-ring-color auto 1px !important;
}
.gallery_images ul li a figure {
  text-align: center;
}
.gallery_images ul li a figure img {
  border-radius: 5px;
  height: 130px;
  width: 100%; /* trello 003 */
  object-fit: cover;
}
.gallery_images ul li a figure figcaption {
  margin-block-start: 0.5rem;
  text-align: left;
}

html .gallery_images ul li::before {
  content: none;
}

body.signed-in span.user-avatar-link > a { /* trello 019 */
  position: absolute;
  bottom: 0;
}

/*body.signed-in .portlet-journal-content:hover section.portlet .portlet-body:has(.carousel) {
    opacity: 0.8;
} Hace que se aclare la cabecera en hover para cualquier persona identificada*/
/* trello 038  */
.component-action:hover, .component-action[aria-expanded=true], .component-action.show {
  background-color: #fff;
  color: #0b5fff;
}
.component-action[aria-expanded=true], .component-action.show {
  border: 1px solid black;
}

/* modo edición cabecera */
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible #wrapper header#masthead .header-content .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible #wrapper header#masthead .header-content .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible #wrapper header#masthead .header-content .portlet.focus > .cadmin.portlet-topper {
    z-index: 990;
  }
  #wrapper header#masthead .header-content .portlet-header {
    position: absolute;
    z-index: 990;
  }
}
/* pcontrol liferay drag and drop */
html:not(#__):not(#___) .portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}

html:not(#__):not(#___) .yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}

html:not(#__):not(#___) .yui3-dd-drop-over > .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

/* login */
#wrapper #main-content.columns-max {
  padding-inline: 15px;
}
#wrapper #main-content.columns-max .login-container .button-holder {
  padding-inline: 1.25rem;
}