/**
 * 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
 */
/***Colors***/
/***Fonts***/
/***Structure***/
/**
 * 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 "fonts.css";
@import "fonts.css";
@import "plugins/owlcarousel/owl.carousel.css";
@import "plugins/owlcarousel/owl.theme.default.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, .form-search .input-group .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .form-search .input-group a, .form-search .input-group .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .form-search .input-group .links > a, .form-search .input-group .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .form-search .input-group .backButton > a, .form-search .input-group .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .form-search .input-group a:first-child, .form-search .input-group .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .form-search .input-group a:last-child, .form-search .input-group .lfr-pagination-buttons li a, .lfr-pagination-buttons li .form-search .input-group a, .form-search .input-group .pager li a, .pager li .form-search .input-group a {
    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, .lfr-search-container td .overlay.entry-action .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .lfr-search-container td .overlay.entry-action a a, .lfr-search-container td .overlay.entry-action .detalleComercioCompleto .seccionTop .links > a a, .detalleComercioCompleto .seccionTop .lfr-search-container td .overlay.entry-action .links > a a, .lfr-search-container td .overlay.entry-action .detalleComercioCompleto .backButton > a a, .detalleComercioCompleto .lfr-search-container td .overlay.entry-action .backButton > a a, .lfr-search-container td .overlay.entry-action .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child a, .ingeniumDestacados .detalleComercioResumido .enlaces .lfr-search-container td .overlay.entry-action a:first-child a, .lfr-search-container td .overlay.entry-action .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child a, .ingeniumDestacados .detalleComercioResumido .enlaces .lfr-search-container td .overlay.entry-action a:last-child a, .lfr-search-container td .overlay.entry-action .lfr-pagination-buttons li a a, .lfr-pagination-buttons li .lfr-search-container td .overlay.entry-action a a, .lfr-search-container td .overlay.entry-action .pager li a a, .pager li .lfr-search-container td .overlay.entry-action a 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, .taglib-move-boxes .sortable-container .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.edit-selection, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .taglib-move-boxes .sortable-container a.edit-selection, .taglib-move-boxes .sortable-container .detalleComercioCompleto .seccionTop .links > a.edit-selection, .detalleComercioCompleto .seccionTop .taglib-move-boxes .sortable-container .links > a.edit-selection, .taglib-move-boxes .sortable-container .detalleComercioCompleto .backButton > a.edit-selection, .detalleComercioCompleto .taglib-move-boxes .sortable-container .backButton > a.edit-selection, .taglib-move-boxes .sortable-container .ingeniumDestacados .detalleComercioResumido .enlaces a.edit-selection:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-move-boxes .sortable-container a.edit-selection:first-child, .taglib-move-boxes .sortable-container .ingeniumDestacados .detalleComercioResumido .enlaces a.edit-selection:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-move-boxes .sortable-container a.edit-selection:last-child, .taglib-move-boxes .sortable-container .lfr-pagination-buttons li a.edit-selection, .lfr-pagination-buttons li .taglib-move-boxes .sortable-container a.edit-selection, .taglib-move-boxes .sortable-container .pager li a.edit-selection, .pager li .taglib-move-boxes .sortable-container a.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 #ffffff, 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, .taglib-page-iterator .lfr-pagination-config .current-page-menu .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .taglib-page-iterator .lfr-pagination-config .current-page-menu a, .taglib-page-iterator .lfr-pagination-config .current-page-menu .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .taglib-page-iterator .lfr-pagination-config .current-page-menu .links > a, .taglib-page-iterator .lfr-pagination-config .current-page-menu .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .taglib-page-iterator .lfr-pagination-config .current-page-menu .backButton > a, .taglib-page-iterator .lfr-pagination-config .current-page-menu .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-page-iterator .lfr-pagination-config .current-page-menu a:first-child, .taglib-page-iterator .lfr-pagination-config .current-page-menu .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-page-iterator .lfr-pagination-config .current-page-menu a:last-child, .taglib-page-iterator .lfr-pagination-config .current-page-menu .lfr-pagination-buttons li a, .lfr-pagination-buttons li .taglib-page-iterator .lfr-pagination-config .current-page-menu a, .taglib-page-iterator .lfr-pagination-config .current-page-menu .pager li a, .pager li .taglib-page-iterator .lfr-pagination-config .current-page-menu a {
    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, .taglib-search-toggle-advanced-wrapper .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.close, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .taglib-search-toggle-advanced-wrapper a.close, .taglib-search-toggle-advanced-wrapper .detalleComercioCompleto .seccionTop .links > a.close, .detalleComercioCompleto .seccionTop .taglib-search-toggle-advanced-wrapper .links > a.close, .taglib-search-toggle-advanced-wrapper .detalleComercioCompleto .backButton > a.close, .detalleComercioCompleto .taglib-search-toggle-advanced-wrapper .backButton > a.close, .taglib-search-toggle-advanced-wrapper .ingeniumDestacados .detalleComercioResumido .enlaces a.close:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-search-toggle-advanced-wrapper a.close:first-child, .taglib-search-toggle-advanced-wrapper .ingeniumDestacados .detalleComercioResumido .enlaces a.close:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-search-toggle-advanced-wrapper a.close:last-child, .taglib-search-toggle-advanced-wrapper .lfr-pagination-buttons li a.close, .lfr-pagination-buttons li .taglib-search-toggle-advanced-wrapper a.close, .taglib-search-toggle-advanced-wrapper .pager li a.close, .pager li .taglib-search-toggle-advanced-wrapper a.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: #ffffff;
  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, .portal-popup .dialog-footer .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portal-popup .dialog-footer a, .portal-popup .dialog-footer .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .portal-popup .dialog-footer .links > a, .portal-popup .dialog-footer .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .portal-popup .dialog-footer .backButton > a, .portal-popup .dialog-footer .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portal-popup .dialog-footer a:first-child, .portal-popup .dialog-footer .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portal-popup .dialog-footer a:last-child, .portal-popup .dialog-footer .lfr-pagination-buttons li a, .lfr-pagination-buttons li .portal-popup .dialog-footer a, .portal-popup .dialog-footer .pager li a, .pager li .portal-popup .dialog-footer a {
  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, .lfr-portlet-title-editable .lfr-portlet-title-editable-content .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .lfr-portlet-title-editable .lfr-portlet-title-editable-content a, .lfr-portlet-title-editable .lfr-portlet-title-editable-content .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .lfr-portlet-title-editable .lfr-portlet-title-editable-content .links > a, .lfr-portlet-title-editable .lfr-portlet-title-editable-content .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .lfr-portlet-title-editable .lfr-portlet-title-editable-content .backButton > a, .lfr-portlet-title-editable .lfr-portlet-title-editable-content .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .lfr-portlet-title-editable .lfr-portlet-title-editable-content a:first-child, .lfr-portlet-title-editable .lfr-portlet-title-editable-content .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .lfr-portlet-title-editable .lfr-portlet-title-editable-content a:last-child, .lfr-portlet-title-editable .lfr-portlet-title-editable-content .lfr-pagination-buttons li a, .lfr-pagination-buttons li .lfr-portlet-title-editable .lfr-portlet-title-editable-content a, .lfr-portlet-title-editable .lfr-portlet-title-editable-content .pager li a, .pager li .lfr-portlet-title-editable .lfr-portlet-title-editable-content a {
  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, .lfr-source-editor .lfr-source-editor-toolbar .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more li > a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .lfr-source-editor .lfr-source-editor-toolbar li > a, .lfr-source-editor .lfr-source-editor-toolbar .detalleComercioCompleto .seccionTop li.links > a, .detalleComercioCompleto .seccionTop .lfr-source-editor .lfr-source-editor-toolbar li.links > a, .lfr-source-editor .lfr-source-editor-toolbar .detalleComercioCompleto li.backButton > a, .detalleComercioCompleto .lfr-source-editor .lfr-source-editor-toolbar li.backButton > a, .lfr-source-editor .lfr-source-editor-toolbar .ingeniumDestacados .detalleComercioResumido .enlaces li > a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .lfr-source-editor .lfr-source-editor-toolbar li > a:first-child, .lfr-source-editor .lfr-source-editor-toolbar .ingeniumDestacados .detalleComercioResumido .enlaces li > a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .lfr-source-editor .lfr-source-editor-toolbar li > a:last-child, .lfr-source-editor .lfr-source-editor-toolbar .lfr-pagination-buttons li > a, .lfr-pagination-buttons .lfr-source-editor .lfr-source-editor-toolbar li > a, .lfr-source-editor .lfr-source-editor-toolbar .pager li > a, .pager .lfr-source-editor .lfr-source-editor-toolbar li > a {
  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: #ffffff;
  color: #6c757d;
}

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

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

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

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

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

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

.file-icon-color-7 {
  background-color: #ffffff;
  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, .sheet-footer .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .sheet-footer a, .sheet-footer .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .sheet-footer .links > a, .sheet-footer .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .sheet-footer .backButton > a, .sheet-footer .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .sheet-footer a:first-child, .sheet-footer .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .sheet-footer a:last-child, .sheet-footer .lfr-pagination-buttons li a, .lfr-pagination-buttons li .sheet-footer a, .sheet-footer .pager li a, .pager li .sheet-footer a {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child, .sheet-footer .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:last-child, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .sheet-footer a:last-child, .sheet-footer .detalleComercioCompleto .seccionTop .links > a:last-child, .detalleComercioCompleto .seccionTop .sheet-footer .links > a:last-child, .sheet-footer .detalleComercioCompleto .backButton > a:last-child, .detalleComercioCompleto .sheet-footer .backButton > a:last-child, .sheet-footer .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .sheet-footer a:last-child, .sheet-footer .lfr-pagination-buttons li a:last-child, .lfr-pagination-buttons li .sheet-footer a:last-child, .sheet-footer .pager li a:last-child, .pager li .sheet-footer a: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: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6c757d;
}

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

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

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

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

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

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

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

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

.user-icon-color-9 {
  background-color: #ffffff;
  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, .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .h2, .denuncias-form h2, .denuncias-form .h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2 {
  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-body .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .panel-page-body h2, .panel-page-body .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .panel-page-body .h2, .panel-page-body .denuncias-form h2, .denuncias-form .panel-page-body h2, .panel-page-body .denuncias-form .h2, .denuncias-form .panel-page-body .h2, .panel-page-body .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .panel-page-body h2, .panel-page-content .portlet-title-text, .panel-page-content .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .panel-page-content h2, .panel-page-content .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .panel-page-content .h2, .panel-page-content .denuncias-form h2, .denuncias-form .panel-page-content h2, .panel-page-content .denuncias-form .h2, .denuncias-form .panel-page-content .h2, .panel-page-content .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .panel-page-content h2 {
  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;
}

/***Colors***/
/***Fonts***/
/***Structure***/
.portlet-boundary {
  clear: left;
}

.portlet-column-only {
  padding: 0;
}
.portlet-column-only .portlet-content {
  padding-left: 0;
  padding-right: 0;
}

.portlet-column-first {
  padding-left: 0;
}

.portlet-column-last {
  padding-right: 0;
}

.modal-backdrop {
  display: none;
}

.yui3-skin-sam .yui3-widget-mask {
  background-color: #ffffff;
}

/***Colors***/
/***Fonts***/
/***Structure***/
/***opacity***/
.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.transparency-0 {
  opacity: 1;
}

.transparency-10 {
  opacity: 0.9;
}

.transparency-20 {
  opacity: 0.8;
}

.transparency-30 {
  opacity: 0.7;
}

.transparency-40 {
  opacity: 0.6;
}

.transparency-50 {
  opacity: 0.5;
}

.transparency-60 {
  opacity: 0.4;
}

.transparency-70 {
  opacity: 0.3;
}

.transparency-80 {
  opacity: 0.2;
}

.transparency-90 {
  opacity: 0.1;
}

.transparency-100 {
  opacity: 0;
}

/***margins***/
.m-t-0 {
  margin-top: 0 !important;
}

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

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

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

.m-t-5 {
  margin-top: 5px !important;
}

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

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

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

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

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

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

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

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

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

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

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

.m-t-25 {
  margin-top: 25px !important;
}

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

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

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

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

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

.m-l-35 {
  margin-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

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

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

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

.m-r-40 {
  margin-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

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

.m-l-45 {
  margin-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-t-50 {
  margin-top: 45px !important;
}

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

.m-l-50 {
  margin-left: 45px !important;
}

.m-r-50 {
  margin-right: 45px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

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

.m-l-55 {
  margin-left: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

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

.m-l-60 {
  margin-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

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

.m-l-55 {
  margin-left: 65px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

/***paddings ***/
.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10x !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

/***displays***/
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: d-inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.visibility-hidden {
  visibility: hidden;
}

/***fonts***/
.font-weight-light {
  font-family: "latolight", sans-serif;
}

.font-weight-normal {
  font-family: "latoregular", sans-serif;
}

.font-weight-bold {
  font-family: "latobold", sans-serif;
}

.font-italic {
  font-style: italic;
}

.font-size-120 {
  font-size: 120px;
}

.font-size-85 {
  font-size: 85px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-14 {
  font-size: 14px;
}

/***Colors***/
.dark-blue {
  color: #164194 !important;
}

.medium-blue {
  color: #4568aa !important;
}

.light-blue {
  color: #728cbe !important;
}

.main-yellow-1 {
  color: #f9b03c !important;
}

.main-yellow-2 {
  color: #fac063 !important;
}

.white {
  color: #ffffff !important;
}

.light-gray-1 {
  color: #f8f8f8 !important;
}

.light-gray-2 {
  color: #ededed !important;
}

.light-gray-3 {
  color: #d9d9d9 !important;
}

.medium-gray-1 {
  color: #d9dde0 !important;
}

.medium-gray-2 {
  color: #415465 !important;
}

.dark-gray-1 {
  color: #434343 !important;
}

.dark-gray-2 {
  color: #262626 !important;
}

.secondary-blue-1 {
  color: #173050 !important;
}

.secondary-blue-2 {
  color: #00a5cc !important;
}

.secondary-blue-3 {
  color: #378dbe !important;
}

.secondary-blue-4 {
  color: #88d4ff !important;
}

.secondary-brown {
  color: #ba8a0c !important;
}

.secondary-yellow {
  color: #ebbb3d !important;
}

.secondary-red {
  color: #e94614 !important;
}

.secondary-green {
  color: #049a4e !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-lightgray {
  background-color: #f8f8f8 !important;
}

/***lists**/
.list-style-none {
  list-style: none;
}

.list-bullet {
  list-style: none;
  padding-left: 0;
}
.list-bullet li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/yellow-bullet.png) 0 7px no-repeat;
}
.list-bullet.yellow li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/yellow-bullet.png) 0 7px no-repeat;
}
.list-bullet.lightblue li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.list-bullet ul {
  list-style: none;
  padding-left: 10px;
  margin-top: 10px;
}

.list-bullet-square {
  list-style: none;
  padding-left: 0;
}
.list-bullet-square li {
  margin-bottom: 10px;
}
.list-bullet-square li:before {
  content: "";
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background-color: #f9b03c;
  margin: -3px 9px 0 0;
  display: inline-block;
}
.list-bullet-square.yellow li:before {
  background-color: #f9b03c;
}
.list-bullet-square.lightblue li:before {
  background-color: #378dbe;
}
.list-bullet-square ul {
  list-style: none;
  padding-left: 26px;
  margin-top: 10px;
}

.fundacio .list-bullet li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.fundacio .list-bullet.yellow li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/yellow-bullet.png) 0 7px no-repeat;
}
.fundacio .list-bullet.lightblue li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.fundacio .list-bullet-square li:before {
  background-color: #378dbe;
}
.fundacio .list-bullet-square.yellow li:before {
  background-color: #f9b03c;
}
.fundacio .list-bullet-square.lightblue li:before {
  background-color: #378dbe;
}

/***tablas***/
.journal-content-article table.unstyled {
  margin-bottom: 20px;
  border: 0;
  width: auto;
}
.journal-content-article table.unstyled thead tr {
  background-color: transparent;
}
.journal-content-article table.unstyled thead tr th {
  padding: 5px;
  font-weight: normal;
  color: #434343;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border: 0;
}
.journal-content-article table.unstyled thead tr th:hover, .journal-content-article table.unstyled thead tr th:focus {
  text-decoration: none;
}
.journal-content-article table.unstyled thead tr th:first-child {
  padding-left: 0;
}
.journal-content-article table.unstyled thead tr th.headerSortDown:after {
  content: "";
  width: 15px;
  height: 15px;
  background: lx-icon(caret-top, #262626) 0 5px no-repeat;
  background-size: 15px auto;
  display: inline-block;
}
.journal-content-article table.unstyled thead tr th.headerSortUp:after {
  content: "";
  width: 15px;
  height: 15px;
  background: lx-icon(caret-bottom, #262626) 0 5px no-repeat;
  background-size: 15px auto;
  display: inline-block;
}
.journal-content-article table.unstyled tbody tr:nth-child(even) {
  background-color: transparent;
}
.journal-content-article table.unstyled tbody tr th {
  padding: 5px;
  font-weight: normal;
  color: #434343;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border: 0;
  background-color: transparent;
}
.journal-content-article table.unstyled tbody tr th:first-child {
  padding-left: 0px;
}
.journal-content-article table.unstyled tbody tr td {
  border: 0;
  font-size: 14px;
  text-align: left;
  padding: 5px;
  font-family: "latoregular", sans-serif;
  color: #434343;
}
.journal-content-article table.unstyled tbody tr td:first-child {
  text-align: left;
  border-left: 0;
  padding-left: 0;
}
.journal-content-article table.unstyled tbody tr td:first-child a {
  color: #00a5cc;
}
.journal-content-article table.unstyled tbody tr:last-child {
  border: 0;
}

/***Colors***/
/***Fonts***/
/***Structure***/
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) {
  /***checkboxes***/
  /***radio buttons***/
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddl-form-builder-app .lfr-ddm-form-page > .row {
  margin: 0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddl-form-builder-app .lfr-ddm-form-page > .row .col-md-12 {
  padding: 0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .form-group > fieldset > legend {
  margin: 0;
  font-size: inherit;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) label, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label {
  font-family: "latobold", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5rem;
  color: #415465;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) label .text-warning, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label .text-warning {
  color: #f9b03c;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) label .text-warning .lexicon-icon-asterisk, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label .text-warning .lexicon-icon-asterisk {
  width: 11px;
  height: 11px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label .reference-mark {
  color: #ffc107;
  display: inline-block;
  font-size: 0.75rem;
  position: relative;
  vertical-align: super;
  padding: 0 0 0 4px;
  margin: 0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label .reference-mark .lexicon-icon {
  height: 0.375rem;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .icon-asterisk {
  color: #f9b03c;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .icon-asterisk:before {
  content: "*";
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .form-control {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  color: #415465;
  font-size: 16px;
  padding: 10px 25px;
  height: 50px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .form-control:focus {
  border: 1px solid #f9b03c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) textarea.form-control {
  height: 120px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .liferay-ddm-form-field-date .form-control:not(:focus) {
  border-right: 0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .input-group .input-group-addon {
  background-color: #ffffff;
  border-left: 0;
  border-color: #d9d9d9;
  border-radius: 0;
  color: #4568aa;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error {
  position: relative;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .form-control, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .form-control:focus {
  border: 1px solid #f9b03c;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 50px;
  transition: all 0.2s;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: 37px;
  left: 10px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .input-group-container {
  position: relative;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .input-group-container:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: 4px;
  left: 10px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox-multiple-options, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .custom-checkbox {
  position: relative;
  padding-left: 50px;
  transition: all 0.2s;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox-multiple-options:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .custom-checkbox:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: -7px;
  left: 10px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox + .help-block, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox-multiple-options + .help-block, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .custom-checkbox + .help-block {
  padding-left: 60px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox .custom-control-input:checked ~ .custom-control-label::after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox-multiple-options .custom-control-input:checked ~ .custom-control-label::after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-left: 50px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .liferay-ddm-form-field-checkbox-multiple + .help-block {
  padding-left: 60px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .radio {
  position: relative;
  padding-left: 50px;
  transition: all 0.2s;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .radio:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: 0px;
  left: 10px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .radio + .help-block {
  padding-left: 60px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error[data-field-name*=AceptoLaPol]:after {
  display: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) #myModalRegister .has-error::after {
  top: 5px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) #myModalRegister .privacy .has-error::after {
  top: -8px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio-inline, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-inline {
  transition: all 0.2s;
  cursor: pointer;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio input[type=radio], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio input[type=checkbox], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox input[type=radio], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox input[type=checkbox], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio-inline input[type=radio], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio-inline input[type=checkbox], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-inline input[type=radio], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-inline input[type=checkbox] {
  margin-left: -25px;
  width: auto;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label {
  position: relative;
  padding-left: 60px;
  cursor: pointer;
  font-size: 14px;
  color: #415465;
  cursor: pointer;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label a, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label a, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label a {
  font-family: "latobold", sans-serif;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox [type=checkbox], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options [type=checkbox] {
  opacity: 0;
  margin-right: -13px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:after {
  content: "\f00c";
  position: absolute;
  top: 5px;
  left: 14px;
  line-height: 15px;
  color: #4568aa;
  transition: all 0.2s;
  font-family: "fontawesome-alloy";
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:after {
  opacity: 0;
  transform: scale(0);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:after {
  opacity: 1;
  transform: scale(1);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked.disabled:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checkbox label.checked.disabled:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked.disabled:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checkbox label.checked.disabled:before {
  border-color: #d9dde0;
  background-color: #ededed;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked.disabled:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked.disabled:after {
  color: #d9dde0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.disabled, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.disabled {
  color: #d9dde0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked.focus:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked.focus:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked.focus:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked.focus:before {
  border: 1px dotted #f9b03c;
  outline: 1px solid #164194;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox.square label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox.square label.checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options.square label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options.square label.checked:before {
  border-radius: 2px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:before {
  border-radius: 2px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .square .checkbox label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .square .checkbox label.checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .square .checkbox-multiple-options label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .square .checkbox-multiple-options label.checked:before {
  border-radius: 2px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio [type=radio] {
  opacity: 0;
  margin-right: -13px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 17px;
  left: 15px;
  border-radius: 50%;
  background-color: #4568aa;
  transition: all 0.2s;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked:after {
  opacity: 0;
  transform: scale(0);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked:after {
  opacity: 1;
  transform: scale(1);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked.disabled:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checkbox label.checked.disabled:before {
  border-color: #d9dde0;
  background-color: #ededed;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked.disabled:after {
  color: #d9dde0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.disabled {
  color: #d9dde0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked.focus:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked.focus:before {
  border: 1px dotted #f9b03c;
  outline: 1px solid #164194;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-checkbox .custom-control-label-text {
  font-size: 14px;
  color: #717171;
  cursor: pointer;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-control-label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #fff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-control-input:checked ~ .custom-control-label::before {
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #f9b03c;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230f4d82' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  background-size: 0.75rem auto;
  top: 0.375rem;
  left: 0.125rem;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .lfr-ddm-legend {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #415465;
  margin: 10px 0;
  font-weight: normal;
  font-family: "latobold", sans-serif;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234568aa'/%3e%3c/svg%3e");
  background-size: 1rem auto;
  top: 6px;
  left: 2px;
}

/*** labels***/
.portlet-forms .control-label, .portlet-forms .liferay-ddm-form-field-checkbox-multiple > label {
  display: block;
  /*text-align: center;*/
  font-size: 16px;
  font-weight: 400;
  color: #415465;
  margin: 10px 0;
}
.portlet-forms .control-label .text-warning, .portlet-forms .liferay-ddm-form-field-checkbox-multiple > label .text-warning {
  color: #f9b03c;
}
.portlet-forms .control-label .text-warning .lexicon-icon-asterisk, .portlet-forms .liferay-ddm-form-field-checkbox-multiple > label .text-warning .lexicon-icon-asterisk {
  width: 11px;
  height: 11px;
}
.portlet-forms .lfr-ddm-form-field-container {
  padding: 0 0 10px 0;
}
.portlet-forms .liferay-ddm-form-field-paragraph {
  margin: 20px 0;
}
.portlet-forms .ddl-form-name {
  font-size: 25px;
  color: #434343;
  padding: 25px 0;
  margin: 0;
  font-weight: normal;
  display: block;
  max-width: 100%;
  text-align: center;
}
.portlet-forms .ddl-form-description {
  font-size: 16px;
  color: #415465;
  word-wrap: break-word;
  word-break: inherit;
}
.portlet-forms .container-fluid-1280, .portlet-forms .container-fluid {
  padding: 0;
}

/*** fundacio scheme***/
.fundacio {
  /*** labels***/
}
.fundacio .portlet-boundary:not(.portlet-configuration) {
  /***radio buttons***/
}
.fundacio .portlet-boundary:not(.portlet-configuration) label .text-warning {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .icon-asterisk {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .form-control:focus {
  border: 1px solid #378dbe;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .form-control, .fundacio .portlet-boundary:not(.portlet-configuration) .has-error .form-control:focus {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .input-group-container:after {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .checkbox:after, .fundacio .portlet-boundary:not(.portlet-configuration) .has-error .checkbox-multiple-options:after, .fundacio .portlet-boundary:not(.portlet-configuration) .has-error .custom-checkbox:after {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .radio:after {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  left: 3.25rem;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.checked.focus:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.not-checked.focus:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.checked.focus:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.not-checked.focus:before {
  border: 1px dotted #378dbe;
  outline: 1px solid #164194;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
}
.fundacio .portlet-boundary:not(.portlet-configuration) .radio [type=radio] {
  opacity: 0;
  margin-right: -13px;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .radio label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .radio label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .radio label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .radio label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .radio label.checked.focus:before, .fundacio .portlet-boundary:not(.portlet-configuration) .radio label.not-checked.focus:before {
  border: 1px dotted #378dbe;
  outline: 1px solid #164194;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
}
.fundacio .portlet-forms .control-label .text-warning, .fundacio .portlet-forms .liferay-ddm-form-field-checkbox-multiple > label .text-warning {
  color: #378dbe;
}

[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group > legend,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group > legend {
  order: 0;
  width: auto;
}
[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group > label,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group > label {
  order: 1;
  margin: 0 !important;
}
[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group > .custom-checkbox,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group > .custom-checkbox {
  order: 2;
  width: 100%;
}
[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group > .form-feedback-group,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group > .form-feedback-group {
  order: 3;
  margin-top: 5px;
}

/***efectos imágenes***/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.effect {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.effect.shadow {
  box-shadow: none !important;
}
.effect.shadow:hover, .effect.shadow:focus {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3) !important;
}
.effect.zoom-in:hover, .effect.zoom-in:focus {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.effect.zoom-out {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.effect.zoom-out:hover, .effect.zoom-out:focus {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.effect.shake {
  position: relative;
  top: 0;
}
.effect.shake:hover, .effect.shake:focus {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  top: -10px;
}
.effect.tada {
  position: relative;
  top: 0px;
}
.effect.tada:hover, .effect.tada:focus {
  -webkit-animation: tada 0.5s;
  animation: tada 0.5s;
  top: -10px;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/*@import 'liferay-font-awesome/scss/font-awesome';*/
/*Common styles*/
body {
  font-family: "latoregular", sans-serif;
  font-size: 16px;
  color: #434343;
  line-height: 1.428571429;
}
body.no-access #wrapper {
  padding-left: 0 !important;
  margin-top: 0 !important;
}

h1, .h1 {
  font-size: 60px;
}

h2, .h2 {
  font-size: 45px;
}

h3, .journal-content-article table caption, .journal-content-article .table-bordered caption, .h3 {
  font-size: 36px;
}

h4, .h4 {
  font-size: 25px;
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 18px;
}

h1, .h1, h2, .h2, h3, .journal-content-article table caption, .journal-content-article .table-bordered caption, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1, h2, h3, .journal-content-article table caption, .journal-content-article .table-bordered caption, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
}

a {
  color: #4568aa;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #164194;
}
a:focus {
  text-decoration: underline;
  color: #4568aa;
}

p, ol, ul, dl {
  margin-bottom: 0.625rem;
}

img {
  max-width: 100%;
}

strong {
  font-weight: normal;
  font-family: "latobold", sans-serif;
}

/***borrar paginas deshabilitado***/
.modify-pages .delete-tab {
  display: none !important;
}

/***bug edit content***/
.autofit-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.autofit-col {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-height: 0;
  position: relative;
}

.autofit-col-expand {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 3.125rem;
  word-wrap: break-word;
}

.autofit-section {
  max-width: 100%;
}

.autofit-float {
  flex-wrap: wrap;
}
.autofit-float > .autofit-col {
  max-width: 100%;
}
.autofit-float > .autofit-col-end {
  margin-left: auto;
}
.autofit-float > .autofit-col-end + .autofit-col-end {
  margin-left: 0;
}

.lfr-pagination .current-page-menu .dropdown-toggle {
  display: flex;
  align-items: center;
}

.applications-menu-modal .nav-link {
  border: 0;
}

/*Tablas*/
table {
  border-collapse: separate;
  border-spacing: 2px;
}

/*breadcrumbs sidebar*/
.pages-tree .layout-finder .breadcrumb {
  background-color: transparent;
}

/*Botones*/
.btn:not(.btn-unstyled), .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled), .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled), .detalleComercioCompleto .backButton > a:not(.btn-unstyled), .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled):first-child, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled):last-child, .lfr-pagination-buttons li a:not(.btn-unstyled), .pager li a:not(.btn-unstyled), .btn.disabled:not(.btn-unstyled), .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.disabled:not(.btn-unstyled), .detalleComercioCompleto .seccionTop .links > a.disabled:not(.btn-unstyled), .detalleComercioCompleto .backButton > a.disabled:not(.btn-unstyled), .lfr-pagination-buttons li a.disabled:not(.btn-unstyled), .pager li a.disabled:not(.btn-unstyled) {
  padding: 12px 18px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 20px;
  font-family: "latobold", sans-serif;
  text-decoration: none;
  border: 2px solid #dbdbdb;
  background-color: #ffffff;
  color: #164194;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*font-weight: bold;*/
}
.btn:not(.btn-unstyled):hover, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled):hover, .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled):hover, .detalleComercioCompleto .backButton > a:not(.btn-unstyled):hover, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled):hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled):hover:last-child, .lfr-pagination-buttons li a:not(.btn-unstyled):hover, .pager li a:not(.btn-unstyled):hover, .btn:not(.btn-unstyled):focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled):focus, .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled):focus, .detalleComercioCompleto .backButton > a:not(.btn-unstyled):focus, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled):focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled):focus:last-child, .lfr-pagination-buttons li a:not(.btn-unstyled):focus, .pager li a:not(.btn-unstyled):focus, .btn.disabled:not(.btn-unstyled):hover, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.disabled:not(.btn-unstyled):hover, .detalleComercioCompleto .backButton > a.disabled:not(.btn-unstyled):hover, .lfr-pagination-buttons li a.disabled:not(.btn-unstyled):hover, .pager li a.disabled:not(.btn-unstyled):hover, .btn.disabled:not(.btn-unstyled):focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.disabled:not(.btn-unstyled):focus, .detalleComercioCompleto .backButton > a.disabled:not(.btn-unstyled):focus, .lfr-pagination-buttons li a.disabled:not(.btn-unstyled):focus, .pager li a.disabled:not(.btn-unstyled):focus {
  background-color: #d9dde0;
  color: #164194;
  border-radius: 25px;
}
.btn:not(.btn-unstyled).btn-primary, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled).btn-primary, .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled).btn-primary, .detalleComercioCompleto .backButton > a:not(.btn-unstyled).btn-primary, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:last-child, .lfr-pagination-buttons li a:not(.btn-unstyled).btn-primary, .pager li a:not(.btn-unstyled).btn-primary, .btn.disabled:not(.btn-unstyled).btn-primary, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.disabled:not(.btn-unstyled).btn-primary, .detalleComercioCompleto .backButton > a.disabled:not(.btn-unstyled).btn-primary, .lfr-pagination-buttons li a.disabled:not(.btn-unstyled).btn-primary, .pager li a.disabled:not(.btn-unstyled).btn-primary {
  color: #FFFFFF;
  background-color: #164194;
  border-color: #164194;
}
.btn:not(.btn-unstyled).btn-primary:hover, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled).btn-primary:hover, .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled).btn-primary:hover, .detalleComercioCompleto .backButton > a:not(.btn-unstyled).btn-primary:hover, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:hover:last-child, .lfr-pagination-buttons li a:not(.btn-unstyled).btn-primary:hover, .pager li a:not(.btn-unstyled).btn-primary:hover, .btn:not(.btn-unstyled).btn-primary:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled).btn-primary:focus, .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled).btn-primary:focus, .detalleComercioCompleto .backButton > a:not(.btn-unstyled).btn-primary:focus, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:focus:last-child, .lfr-pagination-buttons li a:not(.btn-unstyled).btn-primary:focus, .pager li a:not(.btn-unstyled).btn-primary:focus, .btn.disabled:not(.btn-unstyled).btn-primary:hover, .lfr-pagination-buttons li a.disabled:not(.btn-unstyled).btn-primary:hover, .pager li a.disabled:not(.btn-unstyled).btn-primary:hover, .btn.disabled:not(.btn-unstyled).btn-primary:focus, .lfr-pagination-buttons li a.disabled:not(.btn-unstyled).btn-primary:focus, .pager li a.disabled:not(.btn-unstyled).btn-primary:focus {
  background-color: #00a5cc;
  border-color: #00a5cc;
  color: #1b2443;
  opacity: 1;
  border-radius: 25px;
}
.btn:not(.btn-unstyled).rounded, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled).rounded, .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled).rounded, .detalleComercioCompleto .backButton > a:not(.btn-unstyled).rounded, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).rounded:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).rounded:last-child, .lfr-pagination-buttons li a:not(.btn-unstyled).rounded, .pager li a:not(.btn-unstyled).rounded, .btn.disabled:not(.btn-unstyled).rounded, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.disabled:not(.btn-unstyled).rounded, .detalleComercioCompleto .backButton > a.disabled:not(.btn-unstyled).rounded, .lfr-pagination-buttons li a.disabled:not(.btn-unstyled).rounded, .pager li a.disabled:not(.btn-unstyled).rounded {
  border-radius: 50% !important;
}
.btn:not(.btn-unstyled):focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled):focus, .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled):focus, .detalleComercioCompleto .backButton > a:not(.btn-unstyled):focus, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled):focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled):focus:last-child, .lfr-pagination-buttons li a:not(.btn-unstyled):focus, .pager li a:not(.btn-unstyled):focus, .btn.disabled:not(.btn-unstyled):focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.disabled:not(.btn-unstyled):focus, .detalleComercioCompleto .backButton > a.disabled:not(.btn-unstyled):focus, .lfr-pagination-buttons li a.disabled:not(.btn-unstyled):focus, .pager li a.disabled:not(.btn-unstyled):focus {
  border-radius: 25px;
}

/*Iframe*/
.iframe-container {
  overflow-x: auto;
}
.iframe-container.scroller-iframe {
  padding-bottom: 24px !important;
  margin-bottom: 10px;
}
.iframe-container.scroller-iframe:after {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  content: url(../images/icons/hand-table.png);
}

.table-responsive, .table-container {
  overflow-x: auto;
}
.table-responsive.scroller-table, .table-container.scroller-table {
  padding-bottom: 24px !important;
  margin-bottom: 10px;
}
.table-responsive.scroller-table:after, .table-container.scroller-table:after {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  content: url(../images/icons/hand-table.png);
}

/***alertas***/
.alert {
  border-radius: 0;
  border: 0;
  font-size: 16px;
}

/*Ir arriba*/
.go-top {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 0;
  right: 20px;
  z-index: 1;
  background-color: #4568aa;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  display: none;
}
.go-top:hover, .go-top:focus {
  color: #ffffff;
  background-color: #378dbe;
}

/***suscribe***/
.subscribe-action {
  text-align: right;
}
.subscribe-action a {
  display: inline-block;
  font-size: 14px;
  font-family: "latobold", sans-serif;
  color: #4568aa;
  padding: 0;
  margin-bottom: 5px;
}
.subscribe-action a .lexicon-icon {
  display: none;
}
.subscribe-action a:after {
  content: "\f09e";
  font-family: fontawesome-alloy;
}

.tutorial-mobile h3, .tutorial-mobile .journal-content-article table caption, .journal-content-article table .tutorial-mobile caption, .tutorial-mobile .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .tutorial-mobile caption {
  margin: 0 0 20px 0;
  text-align: center;
  color: #4568aa;
}
.tutorial-mobile img {
  width: 100%;
  margin: 0 auto;
}

.iframe-avanzado-wrapper {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.iframe-avanzado-wrapper .iframe-avanzado {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
}

.portlet-navigation .list-menu ul {
  list-style: none;
  padding-left: 0;
}
.portlet-navigation .list-menu li {
  display: block;
}
.portlet-navigation .list-menu li.active > a {
  font-family: "latobold", sans-serif;
  border-left: 6px solid #4568aa;
  margin-left: -6px;
}
.portlet-navigation .list-menu li a {
  display: block;
  padding: 2px 5px;
  border-bottom: 1px solid #d9dde0;
  font-size: 14px;
}
.portlet-navigation .list-menu > ul {
  border-top: 1px solid #d9dde0;
}
.portlet-navigation .list-menu > ul > li > ul > li > a {
  padding-left: 20px;
}

.portlet-column-content-only .portlet-title-text, .portlet-column-content-only .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .portlet-column-content-only h2, .portlet-column-content-only .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .portlet-column-content-only .h2, .portlet-column-content-only .denuncias-form h2, .denuncias-form .portlet-column-content-only h2, .portlet-column-content-only .denuncias-form .h2, .denuncias-form .portlet-column-content-only .h2, .portlet-column-content-only .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .portlet-column-content-only h2 {
  text-align: center;
  padding: 60px 0 50px 0;
}

.row.portlet-layout {
  margin: 0;
  width: 100%;
}

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

.modal {
  padding: 0 !important;
}
.modal:not(.modal-dialog) {
  display: none;
}
.modal:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}
.modal .modal-dialog {
  max-height: 90%;
  height: 100%;
  left: 50%;
  top: 5%;
  -webkit-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.modal .modal-dialog .modal-content {
  max-height: 100%;
  position: relative;
  overflow: auto;
  padding-top: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog.modal-sm {
  width: 300px;
}
.modal .modal-dialog.modal-full-screen {
  width: 100% !important;
  left: 50% !important;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: none;
}
.modal .close {
  width: 22px;
  height: 22px;
  font-size: 30px;
  color: #4568aa;
  /*text-indent: -99999px;
  background: transparent url(../images/icons/close.png) 0 0 no-repeat;*/
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 1;
}
.modal .close:hover, .modal .close:focus {
  color: #164194;
  box-shadow: none;
}
.modal.modalCeca .modal-dialog .modal-content {
  display: block;
}

.modal-dialog {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-dialog {
    max-width: 100%;
    width: 97%;
  }
}
@media (min-width: 992px) {
  .modal-dialog.modal-lg {
    width: 900px;
    max-width: 100%;
  }
}
.modal-dialog .modal-content {
  border-radius: 4px;
}
.modal-dialog .modal-header {
  border: 0;
  border-radius: 0;
  padding: 20px;
  height: auto;
}
.modal-dialog .modal-header h3, .modal-dialog .modal-header .journal-content-article table caption, .journal-content-article table .modal-dialog .modal-header caption, .modal-dialog .modal-header .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .modal-dialog .modal-header caption {
  font-size: 25px;
  color: #434343;
  margin: 0;
  padding-right: 27px;
}
.modal-dialog .modal-header .close {
  width: 22px;
  height: 22px;
  font-size: 30px;
  color: #4568aa;
  /*text-indent: -99999px;
  background: transparent url(../images/icons/close.png) 0 0 no-repeat;*/
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 1;
  border: 0;
  border-radius: 0;
  padding: 0;
  /*&::before{
  	content: "\f00d";
  	font-family: 'fontawesome-alloy';
  }*/
  /*svg{
  	display: none;
  }*/
}
.modal-dialog .modal-header .close:hover, .modal-dialog .modal-header .close:focus {
  color: #164194;
  /*background: transparent url(../images/icons/close-hover.png) 0 0 no-repeat;*/
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.modal-dialog .modal-body {
  padding: 0 20px 20px 20px;
  overflow: initial;
  border: 0;
  margin: 0;
}

.modal-title {
  white-space: inherit;
  text-align: center;
}

h1.modal-title {
  font-size: 40px;
  line-height: 1.15;
  margin-top: 0;
}

.liferay-modal .modal-dialog .modal-body {
  padding: 0;
}

@media (min-width: 768px) {
  .modal-full-screen {
    width: 1200px;
    max-width: 90%;
  }
}

.portlet-title-text, .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .h2, .denuncias-form h2, .denuncias-form .h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2 {
  font-size: 45px;
  color: #434343;
  padding: 25px 0;
  margin: 0;
  font-weight: normal;
  display: block;
  max-width: 100%;
  white-space: inherit;
}

@media only screen and (min-width: 768px) {
  .portlet > .portlet-topper {
    z-index: 1;
  }
}
.portlet .visible-interaction {
  position: relative;
  z-index: 2;
}

.portlet-column-only .portlet-boundary.portlet-borderless .portlet-content-container, .portlet-column-only .portlet-boundary.portlet-borderless .portlet-title-text, .portlet-column-only .portlet-boundary.portlet-borderless .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .portlet-column-only .portlet-boundary.portlet-borderless h2, .portlet-column-only .portlet-boundary.portlet-borderless .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .portlet-column-only .portlet-boundary.portlet-borderless .h2, .portlet-column-only .portlet-boundary.portlet-borderless .denuncias-form h2, .denuncias-form .portlet-column-only .portlet-boundary.portlet-borderless h2, .portlet-column-only .portlet-boundary.portlet-borderless .denuncias-form .h2, .denuncias-form .portlet-column-only .portlet-boundary.portlet-borderless .h2, .portlet-column-only .portlet-boundary.portlet-borderless .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .portlet-column-only .portlet-boundary.portlet-borderless h2, .portlet-column-only .portlet-boundary.portlet-decorate .portlet-content-container, .portlet-column-only .portlet-boundary.portlet-decorate .portlet-title-text, .portlet-column-only .portlet-boundary.portlet-decorate .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .portlet-column-only .portlet-boundary.portlet-decorate h2, .portlet-column-only .portlet-boundary.portlet-decorate .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .portlet-column-only .portlet-boundary.portlet-decorate .h2, .portlet-column-only .portlet-boundary.portlet-decorate .denuncias-form h2, .denuncias-form .portlet-column-only .portlet-boundary.portlet-decorate h2, .portlet-column-only .portlet-boundary.portlet-decorate .denuncias-form .h2, .denuncias-form .portlet-column-only .portlet-boundary.portlet-decorate .h2, .portlet-column-only .portlet-boundary.portlet-decorate .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .portlet-column-only .portlet-boundary.portlet-decorate h2 {
  max-width: 1148px;
  margin: 0 auto;
}
.portlet-column-only .portlet-boundary.portlet-borderless .portlet-title-text, .portlet-column-only .portlet-boundary.portlet-borderless .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .portlet-column-only .portlet-boundary.portlet-borderless h2, .portlet-column-only .portlet-boundary.portlet-borderless .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .portlet-column-only .portlet-boundary.portlet-borderless .h2, .portlet-column-only .portlet-boundary.portlet-borderless .denuncias-form h2, .denuncias-form .portlet-column-only .portlet-boundary.portlet-borderless h2, .portlet-column-only .portlet-boundary.portlet-borderless .denuncias-form .h2, .denuncias-form .portlet-column-only .portlet-boundary.portlet-borderless .h2, .portlet-column-only .portlet-boundary.portlet-borderless .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .portlet-column-only .portlet-boundary.portlet-borderless h2, .portlet-column-only .portlet-boundary.portlet-decorate .portlet-title-text, .portlet-column-only .portlet-boundary.portlet-decorate .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .portlet-column-only .portlet-boundary.portlet-decorate h2, .portlet-column-only .portlet-boundary.portlet-decorate .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .portlet-column-only .portlet-boundary.portlet-decorate .h2, .portlet-column-only .portlet-boundary.portlet-decorate .denuncias-form h2, .denuncias-form .portlet-column-only .portlet-boundary.portlet-decorate h2, .portlet-column-only .portlet-boundary.portlet-decorate .denuncias-form .h2, .denuncias-form .portlet-column-only .portlet-boundary.portlet-decorate .h2, .portlet-column-only .portlet-boundary.portlet-decorate .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .portlet-column-only .portlet-boundary.portlet-decorate h2 {
  display: block;
}

.portlet-decorate .portlet-content {
  border: 0;
}

.portlet-layout .portlet-header {
  margin-bottom: 0;
}

.portlet-column-content.empty {
  padding: 5px;
}
@media (max-width: 767px) {
  .portlet-column-content.empty {
    padding: 0;
  }
}

.signed-out .portlet-column-content.empty {
  padding: 0px;
}

.blue-highlight, #footer .footer-left *:focus, #banner .search-container .search.focus, #banner #heading .heading-left *:focus, .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share a:focus, .office-search .office-search-form > .form-group label.checked.focus:before, .office-search .office-search-form > .form-group label.not-checked.focus:before, .cuponButton .cupon .btn:focus, .cuponButton .cupon .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .cuponButton .cupon a:focus, .cuponButton .cupon .pager li a:focus, .pager li .cuponButton .cupon a:focus, .cuponButton .cupon .lfr-pagination-buttons li a:focus, .lfr-pagination-buttons li .cuponButton .cupon a:focus, .cuponButton .cupon .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .cuponButton .cupon a:focus:last-child, .cuponButton .cupon .detalleComercioCompleto .backButton > a:focus, .detalleComercioCompleto .cuponButton .cupon .backButton > a:focus, .cuponButton .cupon .detalleComercioCompleto .seccionTop .links > a:focus, .detalleComercioCompleto .seccionTop .cuponButton .cupon .links > a:focus, .detalleComercioCompleto .seccionTop .links > a:last-child:focus, .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child:focus, .btn:not(.btn-unstyled).btn-primary:focus, .lfr-pagination-buttons li a:not(.btn-unstyled).btn-primary:focus, .btn.disabled:not(.btn-unstyled).btn-primary:focus, .lfr-pagination-buttons li a.disabled:not(.btn-unstyled).btn-primary:focus, .btn:not(.btn-unstyled):focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled):focus, .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled):focus, .detalleComercioCompleto .backButton > a:not(.btn-unstyled):focus, .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled):focus:last-child, .lfr-pagination-buttons li a:not(.btn-unstyled):focus, .btn.disabled:not(.btn-unstyled):focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.disabled:not(.btn-unstyled):focus, .detalleComercioCompleto .backButton > a.disabled:not(.btn-unstyled):focus, .lfr-pagination-buttons li a.disabled:not(.btn-unstyled):focus, .pager li a:not(.btn-unstyled).btn-primary:focus, .pager li a.disabled:not(.btn-unstyled).btn-primary:focus, .pager li a:not(.btn-unstyled):focus, .pager li a.disabled:not(.btn-unstyled):focus {
  border: 1px solid #164194;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  outline: none;
}

.white-highlight, #footer .footer-right *:focus, #footer .simple-footer *:focus, #banner #navigation > ul > li > ul > li > ul > div > li > a:focus, #banner #navigation > ul > li > ul > li > a:focus, #banner #navigation > ul > li > a:focus, #banner .search-container .search-launcher:focus, #banner #heading .heading-right #languages .portlet-content .portlet-body select:focus, #banner #heading .heading-right *:focus, .quick-access-content .quick-access-text-content a:focus, .profiles a:focus, .profiles button:focus, .frase-magica a:focus, .frase-magica button:focus, #buscadorIngenium > div.search-column button:focus, #buscadorIngenium > div.buttons-column button#modalButtonIS:focus, #buscadorIngenium > div.buttons-column button:focus, .courses-workshops .course .course-header h3 a:focus, .courses-workshops .course .course-header .journal-content-article table caption a:focus, .journal-content-article table .courses-workshops .course .course-header caption a:focus, .courses-workshops .course .course-header .journal-content-article .table-bordered caption a:focus, .journal-content-article .table-bordered .courses-workshops .course .course-header caption a:focus, .courses-workshops .course .course-header .title a:focus, .portlet-asset-publisher .taglib-categorization-filter em .badge a:focus, #cookies *:focus, a:focus {
  border: 1px solid #728cbe;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  outline: none;
}

.yellow-highlight, .frase-magica:focus {
  border: 1px solid #f9b03c;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  outline: none;
}

.lightblue-highlight, #footer .footer-right .modal *:focus, #footer .footer-left .modal *:focus, #banner #heading .heading-right .modal *:focus, #banner #heading .heading-left .modal *:focus {
  border: 1px solid #378dbe;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  outline: none;
}

/*body.portal-popup,*/
.applications-menu-wrapper .btn, .applications-menu-wrapper .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .applications-menu-wrapper a, .applications-menu-wrapper .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .applications-menu-wrapper .links > a, .applications-menu-wrapper .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .applications-menu-wrapper .backButton > a, .applications-menu-wrapper .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .applications-menu-wrapper a:first-child, .applications-menu-wrapper .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .applications-menu-wrapper a:last-child, .applications-menu-wrapper .lfr-pagination-buttons li a, .lfr-pagination-buttons li .applications-menu-wrapper a, .applications-menu-wrapper .pager li a, .pager li .applications-menu-wrapper a, .sidenav-menu-slider .btn, .sidenav-menu-slider .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .sidenav-menu-slider a, .sidenav-menu-slider .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .sidenav-menu-slider .links > a, .sidenav-menu-slider .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .sidenav-menu-slider .backButton > a, .sidenav-menu-slider .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .sidenav-menu-slider a:first-child, .sidenav-menu-slider .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .sidenav-menu-slider a:last-child, .sidenav-menu-slider .lfr-pagination-buttons li a, .lfr-pagination-buttons li .sidenav-menu-slider a, .sidenav-menu-slider .pager li a, .pager li .sidenav-menu-slider a, .control-menu-container .btn, .control-menu-container .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .control-menu-container a, .control-menu-container .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .control-menu-container .links > a, .control-menu-container .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .control-menu-container .backButton > a, .control-menu-container .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .control-menu-container a:first-child, .control-menu-container .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .control-menu-container a:last-child, .control-menu-container .lfr-pagination-buttons li a, .lfr-pagination-buttons li .control-menu-container a, .control-menu-container .pager li a, .pager li .control-menu-container a {
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  background-color: transparent;
}
.applications-menu-wrapper .btn.btn-monospaced, .applications-menu-wrapper .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.btn-monospaced, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .applications-menu-wrapper a.btn-monospaced, .applications-menu-wrapper .detalleComercioCompleto .seccionTop .links > a.btn-monospaced, .detalleComercioCompleto .seccionTop .applications-menu-wrapper .links > a.btn-monospaced, .applications-menu-wrapper .detalleComercioCompleto .backButton > a.btn-monospaced, .detalleComercioCompleto .applications-menu-wrapper .backButton > a.btn-monospaced, .applications-menu-wrapper .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-monospaced:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .applications-menu-wrapper a.btn-monospaced:first-child, .applications-menu-wrapper .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-monospaced:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .applications-menu-wrapper a.btn-monospaced:last-child, .applications-menu-wrapper .lfr-pagination-buttons li a.btn-monospaced, .lfr-pagination-buttons li .applications-menu-wrapper a.btn-monospaced, .applications-menu-wrapper .pager li a.btn-monospaced, .pager li .applications-menu-wrapper a.btn-monospaced, .sidenav-menu-slider .btn.btn-monospaced, .sidenav-menu-slider .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.btn-monospaced, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .sidenav-menu-slider a.btn-monospaced, .sidenav-menu-slider .detalleComercioCompleto .seccionTop .links > a.btn-monospaced, .detalleComercioCompleto .seccionTop .sidenav-menu-slider .links > a.btn-monospaced, .sidenav-menu-slider .detalleComercioCompleto .backButton > a.btn-monospaced, .detalleComercioCompleto .sidenav-menu-slider .backButton > a.btn-monospaced, .sidenav-menu-slider .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-monospaced:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .sidenav-menu-slider a.btn-monospaced:first-child, .sidenav-menu-slider .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-monospaced:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .sidenav-menu-slider a.btn-monospaced:last-child, .sidenav-menu-slider .lfr-pagination-buttons li a.btn-monospaced, .lfr-pagination-buttons li .sidenav-menu-slider a.btn-monospaced, .sidenav-menu-slider .pager li a.btn-monospaced, .pager li .sidenav-menu-slider a.btn-monospaced, .control-menu-container .btn.btn-monospaced, .control-menu-container .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.btn-monospaced, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .control-menu-container a.btn-monospaced, .control-menu-container .detalleComercioCompleto .seccionTop .links > a.btn-monospaced, .detalleComercioCompleto .seccionTop .control-menu-container .links > a.btn-monospaced, .control-menu-container .detalleComercioCompleto .backButton > a.btn-monospaced, .detalleComercioCompleto .control-menu-container .backButton > a.btn-monospaced, .control-menu-container .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-monospaced:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .control-menu-container a.btn-monospaced:first-child, .control-menu-container .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-monospaced:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .control-menu-container a.btn-monospaced:last-child, .control-menu-container .lfr-pagination-buttons li a.btn-monospaced, .lfr-pagination-buttons li .control-menu-container a.btn-monospaced, .control-menu-container .pager li a.btn-monospaced, .pager li .control-menu-container a.btn-monospaced {
  padding: 0;
  border: 0;
}

.form-group-inline {
  display: inline-block;
  vertical-align: bottom;
}

@media (min-width: 992px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

.hide-accessible {
  position: absolute;
  left: -999999px;
}

html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: gray;
}

.text-warning, html:not(#__):not(#___) .cadmin .text-warning {
  color: #ffc107 !important;
}

.reference-mark {
  font-size: 0.75rem !important;
}

.lexicon-icon-asterisk {
  font-size: 0.75rem !important;
}

.form-group .lexicon-icon-asterisk {
  color: #ffc107 !important;
}

.pagination-bar {
  margin-top: 1.25rem;
}
.pagination-bar .pagination-results {
  display: none;
}
.pagination-bar nav {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .pagination-bar nav {
    margin-right: auto;
  }
}
.pagination-bar .page-item.active .page-link {
  background-color: #164194;
  border-color: #164194;
  color: white;
}
.pagination-bar .page-item.active .page-link:hover, .pagination-bar .page-item.active .page-link:focus, .pagination-bar .page-item.active .page-link:active {
  color: white;
  background-color: #164194;
}
.pagination-bar .page-item .page-link {
  color: #164194;
}
.pagination-bar .page-item .page-link:hover, .pagination-bar .page-item .page-link:focus {
  color: #164194;
}
.pagination-bar .page-item .page-link:active, .pagination-bar .page-item .page-link[aria-expanded=true] {
  background-color: #4568aa;
  color: white;
}
.pagination-bar .dropdown-item:active {
  background-color: #164194;
}

.lfr-pagination-buttons {
  justify-content: flex-end;
  gap: 0.25rem;
  margin-top: 1.25rem;
}
@media (max-width: 767.98px) {
  .lfr-pagination-buttons {
    justify-content: center;
  }
}
.lfr-pagination-buttons li a {
  display: inline-block;
}
.lfr-pagination-buttons li.disabled a {
  cursor: not-allowed;
}

.ddm-field-types-fieldset__nested label.ddm-label:not(.lfr-ddm-legend), .ddm-field-types-fieldset__nested label.toggle-switch:not(.lfr-ddm-legend) {
  font-family: "latoregular", sans-serif !important;
}

.lfr-search-container {
  overflow: inherit;
}

#languages [id*=languageIdfm] {
  display: none;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.portlet-boundary_com_cajaingenieros_portal_forms_multilanguage_web_portlet_MultiLanguageFormsPortlet_ .portlet-forms-display .cadmin.portlet-topper {
  top: 26px !important;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "fontawesome-alloy";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right,
.icon-glass,
.icon-music,
.icon-search,
.icon-envelope,
.icon-heart,
.icon-star,
.icon-star-empty,
.icon-user,
.icon-film,
.icon-th-large,
.icon-th,
.icon-th-list,
.icon-ok,
.icon-remove,
.icon-zoom-in,
.icon-zoom-out,
.icon-off,
.icon-signal,
.icon-cog,
.icon-trash,
.icon-home,
.icon-file,
.icon-inbox,
.icon-play-circle,
.icon-repeat,
.icon-refresh,
.icon-list-alt,
.icon-lock,
.icon-flag,
.icon-headphones,
.icon-volume-off,
.icon-volume-down,
.icon-volume-up,
.icon-qrcode,
.icon-barcode,
.icon-tag,
.icon-tags,
.icon-book,
.icon-bookmark,
.icon-print,
.icon-camera,
.icon-font,
.icon-bold,
.icon-italic,
.icon-align-justify,
.icon-list,
.icon-indent-left,
.icon-indent-right,
.icon-facetime-video,
.icon-picture,
.icon-pencil,
.icon-map-marker,
.icon-adjust,
.icon-tint,
.icon-edit,
.icon-share,
.icon-check,
.icon-move,
.icon-step-backward,
.icon-fast-backward,
.icon-backward,
.icon-play,
.icon-pause,
.icon-stop,
.icon-forward,
.icon-fast-forward,
.icon-minus-sign,
.icon-remove-sign,
.icon-ok-sign,
.icon-question-sign,
.icon-info-sign,
.icon-screenshot,
.icon-remove-circle,
.icon-ok-circle,
.icon-ban-circle,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-down,
.icon-share-alt,
.icon-resize-full,
.icon-resize-small,
.icon-plus,
.icon-minus,
.icon-asterisk,
.icon-exclamation-sign,
.icon-gift,
.icon-leaf,
.icon-calendar,
.icon-random,
.icon-comment,
.icon-magnet,
.icon-chevron-up,
.icon-chevron-down,
.icon-retweet,
.icon-shopping-cart,
.icon-folder-close,
.icon-folder-open,
.icon-resize-vertical,
.icon-resize-horizontal,
.icon-bar-chart,
.icon-twitter-sign,
.icon-facebook-sign,
.icon-camera-retro,
.icon-key,
.icon-cogs,
.icon-comments,
.icon-thumbs-up,
.icon-thumbs-down,
.icon-star-half,
.icon-signin,
.icon-trophy,
.icon-github-sign,
.icon-upload-alt,
.icon-lemon,
.icon-phone,
.icon-check-empty,
.icon-bookmark-empty,
.icon-phone-sign,
.icon-twitter,
.icon-facebook,
.icon-github,
.icon-unlock,
.icon-credit,
.icon-rss,
.icon-hdd,
.icon-bullhorn,
.icon-bell,
.icon-certificate,
.icon-hand-right,
.icon-hand-left,
.icon-hand-up,
.icon-globe,
.icon-wrench,
.icon-tasks,
.icon-filter,
.icon-briefcase,
.icon-fullscreen,
.icon-group,
.icon-link,
.icon-cloud,
.icon-beaker,
.icon-cut,
.icon-copy,
.icon-paper-clip,
.icon-save,
.icon-sign-blank,
.icon-reorder,
.icon-list-ul,
.icon-list-ol,
.icon-strikethrough,
.icon-underline,
.icon-table,
.icon-magic,
.icon-money,
.icon-caret-down,
.icon-caret-up,
.icon-caret-left,
.icon-caret-right,
.icon-columns,
.icon-sort,
.icon-sort-down,
.icon-sort-up,
.icon-envelope-alt,
.icon-linkedin,
.icon-undo,
.icon-legal,
.icon-dashboard,
.icon-comment-alt,
.icon-comments-alt,
.icon-bolt,
.icon-sitemap,
.icon-umbrella,
.icon-paste,
.icon-lightbulb,
.icon-exchange,
.icon-bell-alt,
.icon-coffee,
.icon-food,
.icon-file-alt,
.icon-building,
.icon-hospital,
.icon-ambulance,
.icon-medkit,
.icon-fighter-jet,
.icon-beer,
.icon-h-sign,
.icon-plus-sign,
.icon-double-angle-left,
.icon-double-angle-right,
.icon-double-angle-up,
.icon-double-angle-down,
.icon-angle-left,
.icon-angle-right,
.icon-angle-up,
.icon-angle-down,
.icon-desktop,
.icon-laptop,
.icon-spinner,
.icon-circle,
.icon-reply,
.icon-github-alt,
.icon-folder-close-alt,
.icon-folder-open-alt,
.icon-expand-alt,
.icon-collapse-alt,
.icon-smile,
.icon-frown,
.icon-meh,
.icon-gamepad,
.icon-keyboard,
.icon-flag-alt,
.icon-flag-checkered,
.icon-terminal,
.icon-code,
.icon-reply-all,
.icon-star-half-full,
.icon-location-arrow,
.icon-crop,
.icon-code-fork,
.icon-subscript,
.icon-eraser,
.icon-puzzle,
.icon-microphone,
.icon-microphone-off,
.icon-shield,
.icon-calendar-empty,
.icon-fire-extinguisher,
.icon-rocket,
.icon-maxcdn,
.icon-chevron-sign-left,
.icon-chevron-sign-right,
.icon-chevron-sign-up,
.icon-chevron-sign-down,
.icon-html5,
.icon-css3,
.icon-anchor,
.icon-unlock-alt,
.icon-bullseye,
.icon-ellipsis-horizontal,
.icon-ellipsis-vertical,
.icon-rss-sign,
.icon-fb-boolean,
.icon-text-height,
.icon-text-width,
.icon-align-left,
.icon-align-center,
.icon-align-right,
.icon-step-forward,
.icon-eject,
.icon-chevron-left,
.icon-chevron-right,
.icon-plus-sign-2,
.icon-fire,
.icon-eye-open,
.icon-eye-close,
.icon-warning-sign,
.icon-plane,
.icon-heart-empty,
.icon-signout,
.icon-linkedin-sign,
.icon-pushpin,
.icon-external-link,
.icon-hand-down,
.icon-circle-arrow-left,
.icon-circle-arrow-right,
.icon-circle-arrow-up,
.icon-circle-arrow-down,
.icon-truck,
.icon-pinterest,
.icon-pinterest-sign,
.icon-google-plus-sign,
.icon-google-plus,
.icon-cloud-download,
.icon-cloud-upload,
.icon-user-md,
.icon-stethoscope,
.icon-suitcase,
.icon-tablet,
.icon-mobile,
.icon-circle-blank,
.icon-quote-left,
.icon-quote-right,
.icon-unlink,
.icon-question,
.icon-info,
.icon-exclamation,
.icon-superscript,
.icon-play-sign,
.icon-ticket,
.icon-minus-sign-alt,
.icon-check-minus,
.icon-level-up,
.icon-sort-by-attributes-alt,
.icon-sort-by-order,
.icon-sort-by-order-alt,
.icon-thumbs-up-2,
.icon-thumbs-down-2,
.icon-dribbble,
.icon-skype,
.icon-foursquare,
.icon-trello,
.icon-female,
.icon-level-down,
.icon-check-sign,
.icon-edit-sign,
.icon-external-link-sign,
.icon-share-sign,
.icon-compass,
.icon-collapse,
.icon-collapse-top,
.icon-expand,
.icon-euro,
.icon-gbp,
.icon-dollar,
.icon-rupee,
.icon-yen,
.icon-renminbi,
.icon-won,
.icon-bitcoin,
.icon-file-2,
.icon-file-text,
.icon-sort-by-alphabet,
.icon-sort-by-alphabet-alt,
.icon-sort-by-attributes,
.icon-youtube-sign,
.icon-youtube,
.icon-xing,
.icon-xing-sign,
.icon-youtube-play,
.icon-dropbox,
.icon-stackexchange,
.icon-instagram,
.icon-flickr,
.icon-adn,
.icon-bitbucket,
.icon-bitbucket-sign,
.icon-tumblr,
.icon-tumblr-sign,
.icon-long-arrow-down,
.icon-long-arrow-up,
.icon-long-arrow-left,
.icon-long-arrow-right,
.icon-apple,
.icon-windows,
.icon-android,
.icon-linux,
.icon-male,
.icon-gittip,
.icon-sun,
.icon-moon,
.icon-archive,
.icon-bug,
.icon-vk,
.icon-weibo,
.icon-renren,
.icon-time,
.icon-road,
.icon-download-alt,
.icon-download,
.icon-upload,
.icon-db-joinxor,
.icon-db-state,
.icon-db-start,
.icon-db-end,
.icon-db-fork,
.icon-db-condition,
.icon-db-task,
.icon-db-join,
.icon-fb-button,
.icon-fb-fieldset,
.icon-fb-custom-field,
.icon-fb-separator,
.icon-fb-paragraph,
.icon-fb-file-upload,
.icon-fb-text,
.icon-fb-text-box,
.icon-fb-select,
.icon-fb-radio,
.icon-fb-number,
.icon-fb-integer,
.icon-fb-decimal {
  font-family: "fontawesome-alloy";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-caret-bottom-right:before {
  content: "\e016";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-fb-boolean:before {
  content: "\e008";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign-2:before {
  content: "\f055";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up-2:before {
  content: "\f164";
}

.icon-thumbs-down-2:before {
  content: "\f165";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-yen:before {
  content: "\f157";
}

.icon-renminbi:before {
  content: "\f158";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file-2:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-db-joinxor:before {
  content: "\e006";
}

.icon-db-state:before {
  content: "\e009";
}

.icon-db-start:before {
  content: "\e00b";
}

.icon-db-end:before {
  content: "\e00a";
}

.icon-db-fork:before {
  content: "\e00c";
}

.icon-db-condition:before {
  content: "\e00e";
}

.icon-db-task:before {
  content: "\e00d";
}

.icon-db-join:before {
  content: "\e00f";
}

.icon-fb-button:before {
  content: "\e010";
}

.icon-fb-fieldset:before {
  content: "\e011";
}

.icon-fb-custom-field:before {
  content: "\e012";
}

.icon-fb-separator:before {
  content: "\e013";
}

.icon-fb-paragraph:before {
  content: "\e014";
}

.icon-fb-file-upload:before {
  content: "\e015";
}

.icon-fb-text:before {
  content: "\e000";
}

.icon-fb-text-box:before {
  content: "\e001";
}

.icon-fb-select:before {
  content: "\e002";
}

.icon-fb-radio:before {
  content: "\e003";
}

.icon-fb-number:before {
  content: "\e004";
}

.icon-fb-integer:before {
  content: "\e005";
}

.icon-fb-decimal:before {
  content: "\e007";
}

/*Components styles*/
.owl-theme .owl-dots .owl-dot span {
  background-color: #dbdbdb;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #164194;
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
  background-color: #00a5cc;
}

.journal-content-article table, .journal-content-article .table-bordered {
  margin-bottom: 20px;
  border: 0;
  border-bottom: 2px solid #d9d9d9;
  width: 100%;
}
.journal-content-article table thead tr, .journal-content-article .table-bordered thead tr {
  background-color: #d9d9d9;
}
.journal-content-article table thead tr th, .journal-content-article .table-bordered thead tr th {
  padding: 25px 10px;
  font-weight: normal;
  color: #434343;
  font-size: 14px;
  vertical-align: middle;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.journal-content-article table thead tr th:first-child, .journal-content-article .table-bordered thead tr th:first-child {
  padding-left: 20px;
  border-left: 0;
}
.journal-content-article table thead tr th.headerSortDown:after, .journal-content-article .table-bordered thead tr th.headerSortDown:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/clay/caret-top.svg) 0 5px no-repeat;
  background-size: 15px auto;
  display: inline-block;
}
.journal-content-article table thead tr th.headerSortUp:after, .journal-content-article .table-bordered thead tr th.headerSortUp:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/clay/caret-bottom.svg) 0 5px no-repeat;
  background-size: 15px auto;
  display: inline-block;
}
.journal-content-article table tbody tr:nth-child(even), .journal-content-article .table-bordered tbody tr:nth-child(even) {
  background-color: #ededed;
}
.journal-content-article table tbody tr th, .journal-content-article .table-bordered tbody tr th {
  padding: 25px 10px;
  font-weight: normal;
  color: #434343;
  font-size: 14px;
  vertical-align: middle;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #d9d9d9;
}
.journal-content-article table tbody tr th:first-child, .journal-content-article .table-bordered tbody tr th:first-child {
  border-left: 0;
  padding-left: 20px;
}
.journal-content-article table tbody tr td, .journal-content-article .table-bordered tbody tr td {
  border-left: 1px solid #ffffff;
  font-size: 14px;
  padding: 10px;
  /*font-family:$font-family-bold;*/
  color: #434343;
}
.journal-content-article table tbody tr td:first-child, .journal-content-article .table-bordered tbody tr td:first-child {
  border-left: 0;
  padding-left: 20px;
}
.journal-content-article table tbody tr td:first-child a, .journal-content-article .table-bordered tbody tr td:first-child a {
  color: #00a5cc;
}
.journal-content-article table tbody tr:last-child, .journal-content-article .table-bordered tbody tr:last-child {
  border-bottom: #415465;
}

.bullets {
  position: fixed;
  right: 100px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
.bullets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bullets ul li {
  text-align: right;
}
.bullets ul li a {
  line-height: 50px;
  padding: 5px 0;
}
.bullets ul li a span.title {
  display: none;
  vertical-align: middle;
  opacity: 0;
  line-height: 20px;
  font-size: 14px;
  color: #434343;
  background-color: #ffffff;
  padding: 15px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  margin-top: -4px;
}
.bullets ul li a span.dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #415465;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -2px;
}
.bullets ul li a:hover span.title, .bullets ul li a:focus span.title, .bullets ul li a.active span.title {
  opacity: 1;
  display: inline-block;
}
.bullets ul li a:hover span.dot, .bullets ul li a:focus span.dot, .bullets ul li a.active span.dot {
  background-color: #415465;
  width: 12px;
  height: 12px;
}
.bullets ul li a.active span.dot {
  background-color: #f9b03c;
}

#cookies {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  min-height: 200px;
  z-index: 999;
  background-color: #efefef;
  color: #434343;
  padding: 1em;
  font-size: 1.1em;
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.3);
}
#cookies #cookies_wrapper {
  max-width: 1450px;
  width: 100%;
  margin: 20px auto 0 auto;
}
#cookies #cookies_wrapper #cerrarNotificacionCookies {
  margin-top: 40px;
  margin-left: 20px;
  display: block;
}
@media (max-width: 767px) {
  #cookies #cookies_wrapper #cerrarNotificacionCookies {
    margin: auto auto 1rem auto;
  }
}
#cookies #cookies_wrapper #cookiesRefuseButtonBanner {
  margin-top: 40px;
  margin-left: 20px;
  display: block;
}
@media (max-width: 767px) {
  #cookies #cookies_wrapper #cookiesRefuseButtonBanner {
    margin: auto;
  }
}
@media (min-width: 768px) {
  #cookies #cookies_wrapper img {
    margin-left: -20px;
  }
}
#cookies .notifications-icons {
  float: right;
}
#cookies .notifications-icons img {
  cursor: pointer;
}
#cookies .notifications-title {
  font-weight: bold;
  color: #434343;
  font-family: "latoregular", sans-serif;
  font-size: 19px;
}
#cookies .notifications-entry {
  float: left;
  text-align: justify;
  color: #FFF;
}
#cookies a:hover {
  text-decoration: underline;
}

/***Pagina politica de cookies***/
.cookies-policy .cookies-policy-entry {
  display: block;
  position: relative;
  padding: 1px 70px 30px 70px;
}
.cookies-policy .cookies-policy-entry .cookies-policy-entry-icon {
  position: absolute;
  left: 0;
  top: 20px;
  max-width: 55px;
  max-height: 40px;
}
.cookies-policy .cookies-policy-entry h3, .cookies-policy .cookies-policy-entry .journal-content-article table caption, .journal-content-article table .cookies-policy .cookies-policy-entry caption, .cookies-policy .cookies-policy-entry .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .cookies-policy .cookies-policy-entry caption {
  padding-bottom: 20px;
  margin-top: 20px;
}
.cookies-policy .cookies-policy-typologies {
  margin-top: -23px;
  margin-bottom: 60px;
  padding: 0 110px;
}
.cookies-policy .cookies-policy-typologies .custom-switch > .form-group {
  position: initial;
}
@media (max-width: 768px) {
  .cookies-policy .cookies-policy-typologies {
    padding: 0 15px 0 10px;
  }
}
.cookies-policy .cookies-policy-typologies .cookies-policy-typologies-footer {
  padding-top: 35px;
}
.cookies-policy .cookies-policy-typologies .cookies-policy-typologies-footer .cookies-footer-button-wrapper {
  padding-top: 35px;
}
.cookies-policy .cookies-policy-typologies .cookies-policy-typologies-footer .cookies-footer-button-wrapper button {
  display: block;
  margin: auto;
}
.cookies-policy .cookies-policy-typologies .cookie-typology-description {
  margin-top: -20px;
  padding-left: 55px;
}
.cookies-policy .cookies-policy-typologies .custom-switch {
  position: relative;
  padding-left: 55px;
}
.cookies-policy .cookies-policy-typologies .custom-switch input.toggle-switch:empty ~ .toggle-switch-bar {
  position: absolute;
  top: 0;
  left: 0;
  float: unset;
}
.cookies-policy .cookies-policy-typologies .custom-switch input.toggle-switch ~ .toggle-switch-bar .toggle-switch-handle::after {
  content: "" !important;
}
.cookies-policy .cookies-policy-typologies .custom-switch input.toggle-switch ~ .toggle-switch-bar::before {
  border-radius: 20px;
}
.cookies-policy .cookies-policy-typologies .custom-switch input.toggle-switch ~ .toggle-switch-bar::after {
  border-radius: 50%;
}

.carousel-most-consulted .owl-item {
  background-color: rgba(255, 255, 255, 0.45);
  padding: 15px;
  min-height: 170px;
}
.carousel-most-consulted .owl-item .q-number {
  font-size: 27px;
  color: #164194;
}
.carousel-most-consulted .owl-item .q {
  font-size: 15px;
  font-family: "latobold", sans-serif;
}

.most-consulted-responsive {
  overflow: hidden;
}
.most-consulted-responsive .most-consulted-item-responsive {
  background-color: rgba(255, 255, 255, 0.45);
  padding: 0;
  border: 0;
  border-radius: 0;
}
.most-consulted-responsive .most-consulted-item-responsive .panel-heading a {
  padding: 15px 30px 10px 20px;
  position: relative;
  font-size: 18px;
  font-family: "latobold", sans-serif;
  display: block;
}
.most-consulted-responsive .most-consulted-item-responsive .panel-heading a .number {
  color: #f9b03c;
}
.most-consulted-responsive .most-consulted-item-responsive .panel-heading a .icon-angle-down {
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 12px;
}
.most-consulted-responsive .most-consulted-item-responsive .panel-heading a[aria-expanded=true] .icon-angle-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.most-consulted-responsive .most-consulted-item-responsive .panel-heading a:hover, .most-consulted-responsive .most-consulted-item-responsive .panel-heading a:focus {
  text-decoration: none;
}
.most-consulted-responsive .most-consulted-item-responsive .answer {
  padding: 15px 20px 20px 20px;
}

.yui3-resize-handle-inner-br {
  background-image: none;
}

.carousel {
  background-color: #ffffff;
}
.carousel .carousel-inner {
  max-width: 1148px;
  margin: 0 auto;
  height: 490px;
  overflow: visible;
  z-index: 1;
}
.carousel .carousel-inner .carousel-image {
  padding: 0;
  overflow: hidden;
}
.carousel .carousel-inner .carousel-image img {
  height: 490px;
  max-width: inherit;
  width: auto;
  display: block;
  margin: auto;
}
.carousel .carousel-inner .carousel-content {
  padding: 80px 20px 60px 30px;
  color: #ffffff;
}
.carousel .carousel-inner .carousel-content .carousel-title {
  font-size: 36px;
  font-family: "latolight", sans-serif;
  margin-bottom: 5px;
}
.carousel .carousel-inner .carousel-content .carousel-title a {
  color: #728cbe;
}
.carousel .images-controls {
  position: relative;
  display: block;
  clear: left;
  bottom: 0;
  z-index: 0;
}
.carousel .images-controls .owl-nav {
  margin-top: -140px;
  position: relative;
  z-index: 1;
}
.carousel .images-controls .owl-nav .owl-prev, .carousel .images-controls .owl-nav .owl-next {
  position: absolute;
  top: 0;
  background-color: #164194;
  color: #ffffff;
  height: 140px;
  line-height: 140px;
  width: 30px;
  text-align: center;
  opacity: 0.5;
  margin: 0;
  border-radius: 0;
  font-size: 18px;
}
.carousel .images-controls .owl-nav .owl-prev.disabled, .carousel .images-controls .owl-nav .owl-next.disabled {
  display: none;
}
.carousel .images-controls .owl-nav .owl-prev:hover, .carousel .images-controls .owl-nav .owl-prev:focus, .carousel .images-controls .owl-nav .owl-next:hover, .carousel .images-controls .owl-nav .owl-next:focus {
  opacity: 1;
}
.carousel .images-controls .owl-nav .owl-prev {
  left: 0;
}
.carousel .images-controls .owl-nav .owl-next {
  right: 0;
}
.carousel .images-controls .images-small {
  height: 140px;
}
.carousel .images-controls .images-small .item {
  height: 140px;
  overflow: hidden;
  position: relative;
  display: block;
}
.carousel .images-controls .images-small .item img {
  width: auto;
  height: 140px;
  min-width: 100%;
  display: block;
  margin: auto;
}
.carousel .images-controls .images-small .item .image-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel .images-controls .images-small .item:hover .image-color, .carousel .images-controls .images-small .item:focus .image-color, .carousel .images-controls .images-small .item.current .image-color {
  display: none;
}
.carousel .modal .modal-dialog .modal-content {
  max-height: initial;
}

/***navegación por categorías***/
.portlet-asset-categories-navigation .filter-by {
  margin-bottom: 5px;
  font-size: 12px;
  font-family: "latobold", sans-serif;
  color: #262626;
}
.portlet-asset-categories-navigation .category-news > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
}
.portlet-asset-categories-navigation .category-news > ul li {
  display: table-cell;
}
.portlet-asset-categories-navigation .category-news > ul li:last-child .btn, .portlet-asset-categories-navigation .category-news > ul li:last-child .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news > ul li:last-child a, .portlet-asset-categories-navigation .category-news > ul li:last-child .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news > ul li:last-child .links > a, .portlet-asset-categories-navigation .category-news > ul li:last-child .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news > ul li:last-child .backButton > a, .portlet-asset-categories-navigation .category-news > ul li:last-child .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news > ul li:last-child a:first-child, .portlet-asset-categories-navigation .category-news > ul li:last-child .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news > ul li:last-child a:last-child, .portlet-asset-categories-navigation .category-news > ul .pager li:last-child a, .pager .portlet-asset-categories-navigation .category-news > ul li:last-child a, .portlet-asset-categories-navigation .category-news > ul .lfr-pagination-buttons li:last-child a, .lfr-pagination-buttons .portlet-asset-categories-navigation .category-news > ul li:last-child a {
  border: 0;
}
.portlet-asset-categories-navigation .category-news .header-button {
  display: none;
}
.portlet-asset-categories-navigation .category-news .btn, .portlet-asset-categories-navigation .category-news .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news a, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news .links > a, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news .backButton > a, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a:first-child, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a:last-child, .portlet-asset-categories-navigation .category-news .pager li a, .pager li .portlet-asset-categories-navigation .category-news a, .portlet-asset-categories-navigation .category-news .lfr-pagination-buttons li a, .lfr-pagination-buttons li .portlet-asset-categories-navigation .category-news a {
  border-radius: 0;
  border: 0;
  height: 40px;
  padding: 10px;
  font-size: 12px;
  border-right: 10px solid #ffffff;
  display: block;
}
.portlet-asset-categories-navigation .category-news .btn.btn-primary, .portlet-asset-categories-navigation .category-news .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.btn-primary, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news a.btn-primary, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .seccionTop .links > a.btn-primary, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news .links > a.btn-primary, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .backButton > a.btn-primary, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news .backButton > a.btn-primary, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary:first-child, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary:last-child, .portlet-asset-categories-navigation .category-news .pager li a.btn-primary, .pager li .portlet-asset-categories-navigation .category-news a.btn-primary, .portlet-asset-categories-navigation .category-news .lfr-pagination-buttons li a.btn-primary, .lfr-pagination-buttons li .portlet-asset-categories-navigation .category-news a.btn-primary {
  background-color: #d9d9d9;
  color: #434343;
  font-family: "latobold", sans-serif;
  border-radius: 0;
}
.portlet-asset-categories-navigation .category-news .btn.btn-primary:hover, .portlet-asset-categories-navigation .category-news .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.btn-primary:hover, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news a.btn-primary:hover, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .seccionTop .links > a.btn-primary:hover, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news .links > a.btn-primary:hover, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .backButton > a.btn-primary:hover, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news .backButton > a.btn-primary:hover, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary:hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary:hover:first-child, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary:hover:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary:hover:last-child, .portlet-asset-categories-navigation .category-news .pager li a.btn-primary:hover, .pager li .portlet-asset-categories-navigation .category-news a.btn-primary:hover, .portlet-asset-categories-navigation .category-news .lfr-pagination-buttons li a.btn-primary:hover, .lfr-pagination-buttons li .portlet-asset-categories-navigation .category-news a.btn-primary:hover, .portlet-asset-categories-navigation .category-news .btn.btn-primary:focus, .portlet-asset-categories-navigation .category-news .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.btn-primary:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news a.btn-primary:focus, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .seccionTop .links > a.btn-primary:focus, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news .links > a.btn-primary:focus, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .backButton > a.btn-primary:focus, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news .backButton > a.btn-primary:focus, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary:focus:first-child, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary:focus:last-child, .portlet-asset-categories-navigation .category-news .pager li a.btn-primary:focus, .pager li .portlet-asset-categories-navigation .category-news a.btn-primary:focus, .portlet-asset-categories-navigation .category-news .lfr-pagination-buttons li a.btn-primary:focus, .lfr-pagination-buttons li .portlet-asset-categories-navigation .category-news a.btn-primary:focus {
  background-color: #ffffff;
  border-radius: 0;
  border-color: white;
}
.portlet-asset-categories-navigation .category-news .btn.btn-primary-active, .portlet-asset-categories-navigation .category-news .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.btn-primary-active, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news a.btn-primary-active, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .seccionTop .links > a.btn-primary-active, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news .links > a.btn-primary-active, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .backButton > a.btn-primary-active, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news .backButton > a.btn-primary-active, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary-active:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary-active:first-child, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary-active:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary-active:last-child, .portlet-asset-categories-navigation .category-news .pager li a.btn-primary-active, .pager li .portlet-asset-categories-navigation .category-news a.btn-primary-active, .portlet-asset-categories-navigation .category-news .lfr-pagination-buttons li a.btn-primary-active, .lfr-pagination-buttons li .portlet-asset-categories-navigation .category-news a.btn-primary-active {
  background-color: #4568aa;
  color: #ffffff;
  border-radius: 0;
}
.portlet-asset-categories-navigation .category-news .btn.btn-primary-active:hover, .portlet-asset-categories-navigation .category-news .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.btn-primary-active:hover, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news a.btn-primary-active:hover, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .seccionTop .links > a.btn-primary-active:hover, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news .links > a.btn-primary-active:hover, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .backButton > a.btn-primary-active:hover, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news .backButton > a.btn-primary-active:hover, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary-active:hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary-active:hover:first-child, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary-active:hover:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary-active:hover:last-child, .portlet-asset-categories-navigation .category-news .pager li a.btn-primary-active:hover, .pager li .portlet-asset-categories-navigation .category-news a.btn-primary-active:hover, .portlet-asset-categories-navigation .category-news .lfr-pagination-buttons li a.btn-primary-active:hover, .lfr-pagination-buttons li .portlet-asset-categories-navigation .category-news a.btn-primary-active:hover, .portlet-asset-categories-navigation .category-news .btn.btn-primary-active:focus, .portlet-asset-categories-navigation .category-news .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a.btn-primary-active:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news a.btn-primary-active:focus, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .seccionTop .links > a.btn-primary-active:focus, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news .links > a.btn-primary-active:focus, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .backButton > a.btn-primary-active:focus, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news .backButton > a.btn-primary-active:focus, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary-active:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary-active:focus:first-child, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a.btn-primary-active:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a.btn-primary-active:focus:last-child, .portlet-asset-categories-navigation .category-news .pager li a.btn-primary-active:focus, .pager li .portlet-asset-categories-navigation .category-news a.btn-primary-active:focus, .portlet-asset-categories-navigation .category-news .lfr-pagination-buttons li a.btn-primary-active:focus, .lfr-pagination-buttons li .portlet-asset-categories-navigation .category-news a.btn-primary-active:focus {
  background-color: #4568aa;
  color: #ffffff;
  border-color: white;
}

.portlet-asset-publisher .taglib-categorization-filter {
  font-size: 12px;
  font-family: "latobold", sans-serif;
  color: #262626;
}
.portlet-asset-publisher .taglib-categorization-filter em {
  display: block;
  clear: left;
  margin-top: 5px;
}
.portlet-asset-publisher .taglib-categorization-filter em .badge {
  padding: 10px;
  line-height: 20px;
  border-radius: 0;
  border: 0;
  margin: 0 10px 10px 0;
  height: 40px;
  padding: 10px;
  font-size: 12px;
  font-family: "latobold", sans-serif;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #4568aa;
  color: #ffffff;
}
.portlet-asset-publisher .taglib-categorization-filter em .badge a .textboxlistentry-remove {
  color: #ffffff;
}
.portlet-asset-publisher .taglib-categorization-filter em .badge a .textboxlistentry-remove .lexicon-icon {
  width: 10px;
  height: 10px;
}
.cecaTrigger {
  display: inline-block;
}
.cecaTrigger p {
  margin: 0;
}
.cecaTrigger .header-button img {
  display: inline-block;
}
.cecaTrigger .header-button:hover, .cecaTrigger .header-button:focus {
  background-color: #378dbe !important;
  color: #164194 !important;
  text-decoration: none;
}
.cecaTrigger .header-button:focus {
  text-decoration: underline;
}

.canal-denuncias-configuration-form .button-holder.dialog-footer {
  position: initial;
}

.denuncias-form legend {
  font-size: 18px;
  color: #434343;
  border: 0;
}
.denuncias-form .note, .denuncias-form .note1 {
  margin: 20px 0 15px 0;
}
.denuncias-form .note.required, .denuncias-form .note1.required {
  font-size: 14px;
  font-style: italic;
}
.denuncias-form .chars {
  text-align: right;
  margin-top: -10px;
  font-size: 14px;
}
.denuncias-form .buttons-holder {
  margin: 30px 0;
}
.denuncias-form .taglib-captcha .form-control {
  width: 150px;
}
.denuncias-form .has-error {
  position: relative;
}
.denuncias-form .has-error:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: 30px;
  left: 10px;
}

.courses-workshops {
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.courses-workshops .course {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.courses-workshops .course .course-body {
  padding: 0;
}
.courses-workshops .course .course-header {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.courses-workshops .course .course-header h3, .courses-workshops .course .course-header .journal-content-article table caption, .journal-content-article table .courses-workshops .course .course-header caption, .courses-workshops .course .course-header .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .courses-workshops .course .course-header caption, .courses-workshops .course .course-header .title {
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  background-color: #4568aa;
  padding: 15px 25px;
  margin: 0 0 30px 0;
}
.courses-workshops .course .course-header h3 a, .courses-workshops .course .course-header .journal-content-article table caption a, .journal-content-article table .courses-workshops .course .course-header caption a, .courses-workshops .course .course-header .journal-content-article .table-bordered caption a, .journal-content-article .table-bordered .courses-workshops .course .course-header caption a, .courses-workshops .course .course-header .title a {
  text-transform: uppercase;
  color: #ffffff;
}
.courses-workshops .course .course-header h3 span, .courses-workshops .course .course-header .journal-content-article table caption span, .journal-content-article table .courses-workshops .course .course-header caption span, .courses-workshops .course .course-header .journal-content-article .table-bordered caption span, .journal-content-article .table-bordered .courses-workshops .course .course-header caption span, .courses-workshops .course .course-header .title span {
  font-family: "latobold", sans-serif;
}
.courses-workshops .course .course-header h3.cerrado, .courses-workshops .course .course-header .journal-content-article table caption.cerrado, .journal-content-article table .courses-workshops .course .course-header caption.cerrado, .courses-workshops .course .course-header .journal-content-article .table-bordered caption.cerrado, .journal-content-article .table-bordered .courses-workshops .course .course-header caption.cerrado, .courses-workshops .course .course-header .title.cerrado {
  background-color: #434343;
}
.courses-workshops .course .course-header .course-header-intro > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.courses-workshops .course .course-header .course-header-intro > ul > li {
  margin-bottom: 5px;
  padding: 0 0 0 25px;
  color: #434343;
  font-family: "latobold", sans-serif;
}
.courses-workshops .course .course-header .course-header-intro > ul > li > span {
  color: #434343;
}
.courses-workshops .course .course-header .course-header-intro > ul > li.date {
  background: url(../images/icons/date.png) 0 50% no-repeat;
}
.courses-workshops .course .course-header .course-header-intro > ul > li.time {
  background: url(../images/icons/clock-courses.png) 0 50% no-repeat;
}
.courses-workshops .course .course-header .course-header-intro > ul > li.place {
  background: url(../images/icons/marker-courses.png) 0 50% no-repeat;
}
.courses-workshops .course .course-header .course-header-intro .summary {
  margin: 25px 0 10px 0;
}
.courses-workshops .course-article {
  color: #434343;
}
.courses-workshops .course-article h4 {
  font-size: 18px;
  color: #434343;
  font-weight: 400;
  margin: 10px 0 5px 0;
  text-transform: capitalize;
}
.courses-workshops .course-article .section {
  margin: 0 0 20px 0;
}
.courses-workshops .course-article .section .title {
  margin-bottom: 5px;
  color: #434343;
  font-family: "latobold", sans-serif;
}
.courses-workshops .course-article .teachers p.title {
  font-size: 25px;
  font-family: "latobold", sans-serif;
}
.courses-workshops .course-article .teachers h5, .courses-workshops .course-article .teachers p.name {
  font-size: 14px;
  font-family: "latobold", sans-serif;
  color: #434343;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}
.courses-workshops .course-article .teachers .row + .name {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  margin-top: 20px;
}
.courses-workshops .course-article .teachers .avatar .links {
  margin: 10px 0 0 0;
}
.courses-workshops .course-article .teachers .avatar .links a {
  font-size: 14px;
}
.courses-workshops .course-article .teachers .avatar .links a span {
  font-size: 18px;
  float: left;
  margin: 0 5px 0 0;
}
.courses-workshops .course-article .documents {
  margin: 20px 0;
  clear: left;
  overflow: hidden;
}
.courses-workshops .course-article .documents li {
  margin: 0 0 5px 0;
}
.courses-workshops .course-article .documents li > a span {
  margin: 0 5px 0 0;
}
.courses-workshops .buttons-holder {
  margin: 30px 0 60px 0;
}

/***inscripcion curso***/
#success-message-inscription-form {
  padding: 20px;
  text-align: center;
}
#success-message-inscription-form h2, #success-message-inscription-form .h2 {
  font-size: 45px;
  color: #434343;
  text-align: center;
  margin: 0 0 10px 0;
}
#success-message-inscription-form .buttons-holder {
  margin: 30px 0;
}

.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ {
  margin: 40px 0 0 0 !important;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form {
  padding: 0 80px 40px 80px;
  overflow: hidden;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form.success h2, .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form.success .h2 {
  margin-bottom: 30px;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form.success .course-inscription-title {
  margin-bottom: 30px;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form .course-inscription-title p.title {
  font-size: 45px;
  color: #434343;
  text-align: center;
  margin: 0 0 10px 0;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form .course-inscription-title #register-course-name {
  font-size: 36px;
  color: #4568aa;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form .privacy {
  padding-left: 0;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form .submit-button {
  padding-right: 0;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form [type=text], .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form [type=textarea], .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form [type=email] {
  border: 0;
  background-color: #ededed;
  color: #434343;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form [type=submit] {
  width: 100%;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .text-warning {
  color: #f9b03c;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper {
  position: relative;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper label {
  position: absolute;
  left: -999999px;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error [type=text], .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error [type=textarea], .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error [type=email] {
  border: 1px solid #f9b03c;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 50px;
  transition: all 0.2s;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: 4px;
  left: 10px;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-checkbox-wrapper.has-error {
  padding-left: 50px;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-checkbox-wrapper.has-error:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: 0px;
  left: 10px;
}
.portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-checkbox-wrapper.has-error .form-validator-stack {
  padding-left: 40px;
}

.faq-container .faq-item {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  color: #434343;
  background-color: transparent;
}
.faq-container .faq-item + .faq-item {
  margin-top: 0;
}
.faq-container .faq-item .faq-left-icon {
  position: absolute;
  left: 0;
  top: 20px;
  max-width: 55px;
  max-height: 40px;
  pointer-events: none;
}
.faq-container .faq-item .faq-down-item, .faq-container .faq-item .faq-up-item {
  position: absolute;
  right: 5px;
  top: 20px;
  display: none;
  max-width: 55px;
  max-height: 40px;
}
.faq-container .faq-item .panel-title {
  font-size: 18px;
}
.faq-container .faq-item .panel-title a {
  display: block;
  padding: 20px 70px;
  color: #415465;
}
.faq-container .faq-item .panel-title a:hover, .faq-container .faq-item .panel-title a:focus {
  color: #434343;
  text-decoration: none;
}
.faq-container .faq-item .panel-title a[aria-expanded=true] {
  color: #434343;
}
.faq-container .faq-item .panel-title a[aria-expanded=true] .faq-up-item {
  display: block;
}
.faq-container .faq-item .panel-title a[aria-expanded=false] .faq-down-item {
  display: block;
}
.faq-container .faq-item .panel-body {
  border: 0 !important;
  padding: 20px 70px;
  font-size: 14px;
}
.faq-container .faq-item .panel-body p {
  margin-bottom: 40px;
}
.faq-container .faq-item:last-child {
  border: 0;
}

.features {
  visibility: hidden;
}
.features .features-tab-content > h3:focus, .features .journal-content-article table .features-tab-content > caption:focus, .journal-content-article table .features .features-tab-content > caption:focus, .features .journal-content-article .table-bordered .features-tab-content > caption:focus, .journal-content-article .table-bordered .features .features-tab-content > caption:focus {
  outline: none;
}

.portlet-boundary_com_cajaingenieros_portal_simulatorafi_web_portlet_SimulatorAFIPortlet_ iframe {
  width: 100%;
  height: 1025px;
  border: 0;
}

.notas-destacadas-container .notas-destacadas-content {
  overflow: hidden;
  padding: 20px 0 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.notas-destacadas-container .notas-destacadas-center-content {
  max-width: 800px;
  margin: 0 auto;
}
.notas-destacadas-container .notas-destacadas-center-content .col-12 {
  padding: 0 2px;
}
.notas-destacadas-container .notas-destacadas-center-content .nota-destacada {
  background-color: white;
  padding: 50px 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
}
.notas-destacadas-container .notas-destacadas-center-content .nota-destacada .nota-text {
  padding: 20px 0;
  font-size: 18px;
  font-style: italic;
  color: #434343;
}
.notas-destacadas-container .notas-destacadas-center-content .nota-destacada .nota-bottom {
  padding: 20px 0;
  color: #434343;
  font-size: font-size-small;
}
.notas-destacadas-container .notas-destacadas-center-content .nota-destacada .nota-bottom strong {
  font-weight: normal;
  font-size: 16px;
  color: #434343;
}

.portlet-forms-display.portlet-configuration .portlet-configuration-body-content {
  position: relative;
  overflow: hidden;
}
.portlet-forms-display.portlet-configuration .button-holder.dialog-footer {
  position: relative;
  margin: 20px 0 0 0;
}

.portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .results-row {
  visibility: hidden;
}
.portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .results-row .detalleComercioResumido {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .results-row .detalleComercioResumido:hover, .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .results-row .detalleComercioResumido:focus {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
}

#modalButtonsIS .list-unstyled li {
  display: inline-block;
}

#buscadorIngenium {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
#buscadorIngenium .list-unstyled li {
  display: inline-block;
}
#buscadorIngenium > div.adress-column {
  padding: 0;
}
#buscadorIngenium > div.adress-column.col-md-3 {
  padding-right: 15px;
}
#buscadorIngenium > div.adress-column + .adress-column {
  padding-left: 15px;
}
@media (min-width: 992px) {
  #buscadorIngenium > div.adress-column.col-md-2 {
    width: 15.3%;
    max-width: 15.3%;
    flex: 0 0 15.3%;
  }
}
@media (min-width: 992px) {
  #buscadorIngenium > div.categories-column {
    width: 18%;
    max-width: 18%;
    flex: 0 0 18%;
  }
}
#buscadorIngenium > div .form-control {
  height: 40px;
  padding: 5px 10px;
}
#buscadorIngenium > div .form-control #postalCode {
  margin-left: 5px;
}
#buscadorIngenium > div label {
  font-size: 12px;
}
#buscadorIngenium > div.buttons-column {
  width: 28%;
  max-width: 28%;
  flex: 0 0 28%;
}
#buscadorIngenium > div.buttons-column button {
  border-radius: 0;
  border: 0;
  height: 40px;
  margin-bottom: 3px;
  padding: 5px 10px;
  background-color: #d9d9d9;
  color: #434343;
  font-size: 12px;
  font-family: "latobold", sans-serif;
  vertical-align: top;
}
#buscadorIngenium > div.buttons-column button:hover, #buscadorIngenium > div.buttons-column button:focus {
  background-color: #ffffff;
}
#buscadorIngenium > div.buttons-column button:focus {
  text-decoration: underline;
}
#buscadorIngenium > div.buttons-column button.active {
  background-color: #4568aa;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#buscadorIngenium > div.buttons-column button#modalButtonIS {
  font-size: 18px;
  color: #164194;
  background-color: #f9b03c;
}
#buscadorIngenium > div.buttons-column button#modalButtonIS:hover, #buscadorIngenium > div.buttons-column button#modalButtonIS:focus {
  background-color: #fac063;
}
#buscadorIngenium > div.buttons-column button#modalButtonIS:focus {
  text-decoration: underline;
}
#buscadorIngenium > div.search-column {
  width: auto;
  max-width: inherit;
  flex: 0 0 auto;
}
#buscadorIngenium > div.search-column button {
  margin-top: 22px;
}
#buscadorIngenium > div.search-column button:focus {
  text-decoration: underline;
}

.detalleComercioResumido {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.detalleComercioResumido h3, .detalleComercioResumido .journal-content-article table caption, .journal-content-article table .detalleComercioResumido caption, .detalleComercioResumido .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .detalleComercioResumido caption {
  font-size: 16px;
  color: #262626;
  font-weight: bold;
}
.detalleComercioResumido .imagenComercioPueqContainer {
  position: relative;
  margin-bottom: 15px;
}
.detalleComercioResumido .imagenComercioPueqContainer:after {
  content: "";
  width: calc(100% - 50px);
  left: 25px;
  bottom: 30px;
  height: 10px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
.detalleComercioResumido .imagenComercioPueqContainer.no-text:after {
  display: none;
}
.detalleComercioResumido .textoPromocion {
  font-size: 13px;
  color: #262626;
  position: absolute;
  bottom: 40px;
  left: 25px;
  width: calc(100% - 50px);
  max-height: 50%;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.detalleComercioResumido .descripcionOferta {
  margin-bottom: 15px;
  padding: 0 10px;
}
.detalleComercioResumido .descripcionOferta p {
  font-size: 14px;
  color: #434343;
}
.detalleComercioResumido .descripcionOferta p.title {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "latobold", sans-serif;
  color: #262626;
  line-height: 1em;
  padding: 0;
  text-align: left;
}
.detalleComercioResumido .descripcionOferta h3.title, .detalleComercioResumido .descripcionOferta .journal-content-article table caption.title, .journal-content-article table .detalleComercioResumido .descripcionOferta caption.title, .detalleComercioResumido .descripcionOferta .journal-content-article .table-bordered caption.title, .journal-content-article .table-bordered .detalleComercioResumido .descripcionOferta caption.title {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "latobold", sans-serif;
  color: #262626;
  line-height: 1em;
  padding: 0;
  text-align: left;
  font-weight: normal;
}
.detalleComercioResumido .enlaces {
  margin-bottom: 15px;
  padding: 0 10px;
}
.detalleComercioResumido .enlaces a {
  display: inline-block;
  font-size: 14px;
  font-family: "latobold", sans-serif;
  vertical-align: middle;
}
.detalleComercioResumido .enlaces .separator {
  display: inline-block;
  border: 0;
  height: 14px;
  width: 1px;
  background-color: #415465;
  margin: 0 10px;
  vertical-align: middle;
}

.ingeniumDestacados {
  position: relative;
  width: 100%;
}
.ingeniumDestacados #destacadosCarousel {
  overflow: hidden;
}
.ingeniumDestacados #destacadosCarousel .detalleComercioResumido .imagenComercioPueqContainer {
  background-color: #ededed;
}
.ingeniumDestacados #destacadosCarousel .detalleComercioResumido .imagenComercioPueqContainer:after {
  display: none;
}
.ingeniumDestacados #destacadosCarousel .detalleComercioResumido .textoPromocion {
  background-color: transparent;
  left: 120px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  width: auto;
}
.ingeniumDestacados .play-slider, .ingeniumDestacados .pause-slider {
  position: absolute;
  right: 25px;
  bottom: 2px;
  z-index: 1;
  width: 25px;
  height: 25px;
  padding: 0 0 0 1px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  display: none;
  text-align: center;
  line-height: 22px;
  margin-left: 27px;
}
.ingeniumDestacados .play-slider span, .ingeniumDestacados .pause-slider span {
  font-size: 12px;
  color: #164194;
}
.ingeniumDestacados .play-slider:hover, .ingeniumDestacados .play-slider:focus, .ingeniumDestacados .pause-slider:hover, .ingeniumDestacados .pause-slider:focus {
  opacity: 1;
  text-decoration: none;
}
.ingeniumDestacados .detalleComercioResumido .descripcionOferta {
  float: left;
  width: 75%;
  padding-right: 20px;
}
.ingeniumDestacados .detalleComercioResumido .enlaces {
  float: right;
  width: 25%;
  text-align: right;
  margin-top: 20px;
}
.ingeniumDestacados .detalleComercioResumido .enlaces a:last-child {
  margin-right: 5px;
}
.ingeniumDestacados .detalleComercioResumido .enlaces a:last-child:hover, .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child:focus {
  background-color: #ededed;
}
.ingeniumDestacados .detalleComercioResumido .enlaces a:last-child:focus {
  text-decoration: underline;
}
.ingeniumDestacados .detalleComercioResumido .enlaces a:first-child {
  color: #ffffff;
  background-color: #4568aa;
  border-color: #4568aa;
}
.ingeniumDestacados .detalleComercioResumido .enlaces a:first-child:hover, .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child:focus {
  background-color: #728cbe;
}
.ingeniumDestacados .detalleComercioResumido .enlaces .separator {
  display: none;
}

#modalButtonsIS h4 {
  margin-bottom: 5px;
}
#modalButtonsIS p {
  font-size: 16px;
  text-align: center;
}
#modalButtonsIS .buttons {
  margin-top: 20px;
}
#modalButtonsIS .buttons button {
  border-radius: 0;
  border: 0;
  height: 40px;
  margin-bottom: 3px;
  padding: 5px 10px;
  background-color: #d9d9d9;
  color: #434343;
  font-size: 12px;
  font-family: "latobold", sans-serif;
  vertical-align: top;
}
#modalButtonsIS .buttons button:hover, #modalButtonsIS .buttons button:focus {
  background-color: #ededed;
}
#modalButtonsIS .buttons button.active {
  background-color: #4568aa;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#modalButtonsIS .modal-footer {
  border: 0;
  text-align: center;
  position: relative;
}

.portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ h3, .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .journal-content-article table caption, .journal-content-article table .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ caption, .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ caption, .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ h2 {
  text-align: center;
  padding: 30px 0;
}
.portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .results-row {
  visibility: hidden;
}
.portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .results-row .detalleComercioResumido {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .results-row .detalleComercioResumido:hover, .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .results-row .detalleComercioResumido:focus {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
}

.detalleComercioCompleto .backButton {
  max-width: 1148px;
  margin: 0 auto;
  text-align: right;
}
.detalleComercioCompleto .backButton > a {
  display: inline-block;
  clear: left;
  margin: 0 0 20px 0;
}
.detalleComercioCompleto .backButton > a:focus {
  text-decoration: underline;
}
.detalleComercioCompleto .seccionTop {
  max-width: 1148px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}
.detalleComercioCompleto .seccionTop .containerImagenComercioPeq {
  padding-left: 0;
}
.detalleComercioCompleto .seccionTop .detail {
  padding: 0;
}
.detalleComercioCompleto .seccionTop .detail h1.title {
  font-size: 40px;
  margin: 0 0 20px 0;
  font-family: "latolight", sans-serif;
  line-height: 1em;
}
.detalleComercioCompleto .seccionTop .links {
  padding-right: 0;
  text-align: right;
}
.detalleComercioCompleto .seccionTop .links > a {
  float: right;
  clear: left;
}
.detalleComercioCompleto .seccionTop .links > a:hover, .detalleComercioCompleto .seccionTop .links > a:focus {
  background-color: #ededed;
}
.detalleComercioCompleto .seccionTop .links > a:focus {
  text-decoration: underline;
}
.detalleComercioCompleto .seccionTop .links > a:last-child {
  color: #ffffff;
  background-color: #4568aa;
  border-color: #4568aa;
  margin: 20px 0;
}
.detalleComercioCompleto .seccionTop .links > a:last-child:hover, .detalleComercioCompleto .seccionTop .links > a:last-child:focus {
  background-color: #728cbe;
}
.detalleComercioCompleto .containerImagenComercioGrande {
  clear: left;
  margin: 60px 0;
  position: relative;
  background-color: #415465;
}
.detalleComercioCompleto .containerImagenComercioGrande > img {
  width: 100%;
}
.detalleComercioCompleto .containerImagenComercioGrande .textoPromocion {
  font-size: 18px;
  color: #262626;
  position: absolute;
  width: auto;
  height: auto;
  max-width: calc(100% - 50px);
  max-height: 50%;
  overflow: hidden;
  padding: 15px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.detalleComercioCompleto .seccionBottom {
  max-width: 1148px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 2px solid #ededed;
}
.detalleComercioCompleto .cecaTrigger {
  margin: 20px 0;
}

.cuponButton {
  text-align: right;
}
.cuponButton .cupon .btn:focus, .cuponButton .cupon .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .cuponButton .cupon a:focus, .cuponButton .cupon .pager li a:focus, .pager li .cuponButton .cupon a:focus, .cuponButton .cupon .lfr-pagination-buttons li a:focus, .lfr-pagination-buttons li .cuponButton .cupon a:focus, .cuponButton .cupon .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .cuponButton .cupon a:focus:last-child, .cuponButton .cupon .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .cuponButton .cupon a:focus:first-child, .cuponButton .cupon .detalleComercioCompleto .backButton > a:focus, .detalleComercioCompleto .cuponButton .cupon .backButton > a:focus, .cuponButton .cupon .detalleComercioCompleto .seccionTop .links > a:focus, .detalleComercioCompleto .seccionTop .cuponButton .cupon .links > a:focus {
  text-decoration: underline;
}

.intersticial {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.intersticial .intersticial-content {
  max-width: 1148px;
  margin: 0 auto;
}
.intersticial .close-intersticial {
  position: fixed;
  right: 20px;
  top: 10px;
  width: 22px;
  height: 22px;
  font-size: 30px;
  color: #164194;
  text-indent: -99999px;
  background: transparent url(../images/icons/close.png) 0 0 no-repeat;
}
.intersticial .close-intersticial:hover, .intersticial .close-intersticial:focus {
  background: transparent url(../images/icons/close-hover.png) 0 0 no-repeat;
  text-decoration: none;
  color: #378dbe;
}

.frase-magica {
  display: block;
  overflow: hidden;
  padding: 20px 25px;
}
.frase-magica p {
  margin-bottom: 0;
}
.mas-informacion-container {
  /*margin:0 -60px;*/
}
.mas-informacion-container .header {
  display: block;
  position: relative;
  cursor: pointer;
  color: #434343;
  font-size: 25px;
  padding: 30px 50px 30px 30px;
  text-align: center;
}
.mas-informacion-container .header.toggler-header-expanded {
  border-color: #b3bbc1;
}
.mas-informacion-container .header h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.mas-informacion-container .header.defaultIcoPlus h2:after {
  font-family: "fontawesome-alloy";
  content: "\f107";
  position: absolute;
  color: #164194;
  right: 15px;
  top: calc(50% - 10px);
  font-size: 24px;
}
.mas-informacion-container .header.defaultIcoLess.toggler-header-expanded h2:after {
  font-family: "fontawesome-alloy";
  content: "\f107";
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  font-size: 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #00a5cc;
}
.mas-informacion-container .header .mas-informacion-expanded-icon,
.mas-informacion-container .header .mas-informacion-collapsed-icon {
  display: none;
  position: absolute;
  right: 60px;
  top: 50%;
  max-height: 40px;
  margin-top: -20px;
}
.mas-informacion-container .header.toggler-header-collapsed .mas-informacion-collapsed-icon {
  display: block;
}
.mas-informacion-container .header.toggler-header-expanded .mas-informacion-expanded-icon {
  display: block;
}
.mas-informacion-container .mas-informacion-content {
  padding: 20px;
  overflow: hidden;
}

.news-list .news-item {
  clear: left;
  padding: 25px;
  margin: 0 0 10px 0;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-list .news-item:hover, .news-list .news-item:focus {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.news-list .news-item:hover .news-content .news-title, .news-list .news-item:focus .news-content .news-title {
  text-decoration: underline;
}
.news-list .news-item .news-image {
  padding: 0;
}
.news-list .news-item .news-image img {
  width: 100%;
}
.news-list .news-item .news-content .news-title {
  font-size: 25px;
  color: #164194;
  margin-top: 0;
}
.news-list .news-item .news-content .news-date {
  color: #4568aa;
}
.news-list .news-item .news-content .summary {
  color: #434343;
}
.news-list .news-item .news-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 92%;
}

/***detalle noticia***/
.with-breadcrumbs .noticia {
  margin-top: -100px;
}

.noticia {
  margin-top: -20px;
}
.noticia .cabecera-noticia-container {
  background-color: #ededed;
  padding: 70px 0 40px 0;
  overflow: hidden;
  /*.col-md-8 {
  	padding-left:0;
  }

  .col-md-4 {
  	padding-right:0;
  }*/
}
.noticia .cabecera-noticia-container .cabecera-noticia-content {
  max-width: 1148px;
  margin: 0 auto;
}
.noticia .cabecera-noticia-container .cabecera-noticia-content > .row {
  flex-direction: row-reverse;
}
.noticia .cabecera-noticia-container .cabecera-noticia-content .title {
  font-size: 45px;
  font-family: "latolight", sans-serif;
  color: #434343;
  margin: 0;
}
.noticia .cabecera-noticia-container .cabecera-noticia-content .date {
  font-size: 16px;
  color: #f9b03c;
  margin-top: 8px;
}
.noticia .cabecera-noticia-container .cabecera-noticia-content .summary {
  font-size: 25px;
  color: #434343;
  margin: 50px 0 20px 0;
}
.noticia .detalle-noticia {
  max-width: 1148px;
  margin: 0 auto;
  color: #434343;
  padding: 30px 0 50px 0;
  /*.col-md-8 {
  	padding-left:0;
  }

  .col-md-4 {
  	padding-right:0;
  }*/
}
.noticia .detalle-noticia .portlet-boundary_com_cajaingenieros_portal_social_networks_share_web_portlet_SocialNetworksSharePortlet_ {
  margin-top: 0 !important;
}
.noticia .detalle-noticia strong {
  color: #434343;
}
.noticia .detalle-noticia p {
  margin-bottom: 20px;
}
.noticia .detalle-noticia .imagen {
  margin: 0 0 20px 0;
}
.noticia .detalle-noticia .imagen img {
  width: 100%;
}
.noticia .detalle-noticia .campos_extra {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.noticia .detalle-noticia .campos_extra .pictureAuthor {
  float: right;
  width: 30%;
  text-align: right;
  font-size: 12px;
  color: #434343;
  font-weight: bold;
}
.noticia .detalle-noticia .campos_extra .pictureDescription {
  float: left;
  width: 66%;
  font-size: 12px;
  color: #415465;
}
.noticia .noticias-relacionadas {
  background-color: #f8f8f8;
  padding: 25px;
  overflow: hidden;
}
.noticia .noticias-relacionadas h3, .noticia .noticias-relacionadas .journal-content-article table caption, .journal-content-article table .noticia .noticias-relacionadas caption, .noticia .noticias-relacionadas .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .noticia .noticias-relacionadas caption {
  font-size: 36px;
  font-weight: 400;
  margin: 20px 0;
  color: #434343;
}
.noticia .noticias-relacionadas ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.noticia .noticias-relacionadas ul li {
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
  background: url(../images/icons/arrow-list.png) 0 3px no-repeat;
  color: #434343;
}
.noticia .noticias-relacionadas ul li a {
  color: #434343;
}
.noticia .noticias-relacionadas ul li a:hover, .noticia .noticias-relacionadas ul li a:focus {
  text-decoration: underline;
}

.asset-full-content {
  margin-bottom: 0 !important;
}
.asset-full-content > .align-items-center {
  display: none !important;
}
.asset-full-content .asset-links, .asset-full-content .asset-content {
  margin-bottom: 0 !important;
}

#modalMaps #mapSearchTextField {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}
#modalMaps #mapSearchTextField:focus {
  border-color: #4d90fe;
}
#modalMaps .controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/***buscador de oficinas***/
.office-search .office-search-form {
  max-width: 1148px;
  margin: 50px auto 30px auto;
  text-align: right;
  line-height: 50px;
  z-index: 300;
}
.office-search .office-search-form .form-group-inline {
  white-space: nowrap;
  position: initial;
}
.office-search .office-search-form input[type=text] {
  height: 50px;
  color: #434343;
  background-color: #ededed;
  border: 0;
  line-height: 50px;
  padding: 0 15px;
  width: 400px;
  margin-right: -32px;
}
.office-search .office-search-form .icon-monospaced {
  position: relative;
  top: -16px;
  right: 10px;
}
.office-search .office-search-form .icon-monospaced > a {
  display: block;
}
.office-search .office-search-form .icon-monospaced .lexicon-icon {
  padding: 5px;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .office-search .office-search-form .icon-monospaced .lexicon-icon {
    margin-top: 2rem;
  }
}
.office-search .office-search-form .results {
  float: left;
  margin-right: 30px;
  font-size: 18px;
  line-height: 44px;
}
.office-search .office-search-form .results span {
  font-size: 18px;
}
.office-search .office-search-form > .form-group [type=checkbox] {
  opacity: 0;
  margin-right: -13px;
}
.office-search .office-search-form > .form-group label {
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: normal;
  color: #434343;
  line-height: 21px;
}
.office-search .office-search-form > .form-group label > span img {
  width: 15px;
  height: auto;
}
.office-search .office-search-form > .form-group label.not-checked:before, .office-search .office-search-form > .form-group label.checked:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: none;
}
.office-search .office-search-form > .form-group label.not-checked:before, .office-search .office-search-form > .form-group label.checked:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: none;
}
.office-search .office-search-form > .form-group label.not-checked:after, .office-search .office-search-form > .form-group label.checked:after {
  content: "\f00c";
  position: absolute;
  top: 3px;
  left: 3px;
  line-height: 15px;
  color: #4568aa;
  transition: all 0.2s;
  font-family: "fontawesome-alloy";
}
.office-search .office-search-form > .form-group label.not-checked:after {
  opacity: 0;
  transform: scale(0);
}
.office-search .office-search-form > .form-group label.checked:after {
  opacity: 1;
  transform: scale(1);
}
.office-search .office-search-form > .form-group label.not-checked.disabled:before, .office-search .office-search-form > .form-group label.checkbox label.checked.disabled:before {
  border-color: #d9dde0;
  background-color: #ededed;
}
.office-search .office-search-form > .form-group label.not-checked.disabled:after {
  color: #d9dde0;
}
.office-search .office-search-form > .form-group label.disabled {
  color: #d9dde0;
}
.office-search .office-search-form > .form-group label.checked.focus:before, .office-search .office-search-form > .form-group label.not-checked.focus:before {
  border: 1px dotted #f9b03c;
}
.office-search > div:first-child .office-search-form {
  position: absolute;
  z-index: 300;
  margin: 20px 0 0 calc((100% - 1148px) / 2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #ededed;
  padding: 60px 15px 0 15px;
  width: auto;
  max-width: calc(100% - 40px);
  text-align: left;
  line-height: inherit;
}
.office-search > div:first-child .office-search-form input[type=text] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  color: #434343;
  border: 0;
  line-height: 50px;
  padding: 0 15px;
}
.office-search > div:first-child .office-search-form .icon-monospaced {
  position: absolute;
  left: auto;
  right: 5px;
  top: 10px;
}
.office-search > div:first-child .office-search-form .icon-monospaced .lexicon-icon {
  padding: 5px;
}
.office-search .office-map {
  margin: 0;
  position: relative;
}
.office-search .office-map .office-busy-search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(220, 220, 220, 0.4);
}
.office-search .office-list {
  max-width: 1148px;
  margin: 0 auto;
}
.office-search .office-list .office {
  margin-bottom: 5px;
  width: 100%;
  max-width: 100%;
}
.office-search .office-list .office .top-box {
  padding: 20px 0;
  background-color: #f8f8f8;
  background: #f8f8f8 url(../images/icons/down-faq.png) 98% 25px no-repeat;
}
.office-search .office-list .office .top-box[aria-expanded=true] {
  background: #ffffff url(../images/icons/up-faq.png) 98% 25px no-repeat;
  border: 2px solid #d9dde0;
  border-bottom: 0;
}
.office-search .office-list .office .top-box .icon {
  text-align: center;
}
.office-search .office-list .office .top-box .icon img {
  height: auto;
  width: auto;
}
.office-search .office-list .office .top-box .address-box {
  padding-left: 0;
}
.office-search .office-list .office .top-box .address-box .address {
  font-size: 18px;
  color: #434343;
}
.office-search .office-list .office .top-box .address-box .postal-code span {
  display: inline-block;
  margin-right: 1em;
}
.office-search .office-list .office .top-box .warning-box:before {
  content: "\f071";
  font-family: "fontawesome-alloy";
  font-size: 18px;
  color: #f9b03c;
  margin-right: 10px;
}
.office-search .office-list .office .top-box + div {
  border: 2px solid #d9dde0;
  border-top: 0;
  border-bottom: 5px solid #f9b03c;
  margin: 0 -15px 50px -15px;
  padding: 15px;
}
.office-search .office-list .office .top-box + div.office-collapsed {
  display: none;
}
.office-search .office-list .office .top-box + div .contact-box {
  margin-bottom: 20px;
}
.office-search .office-list .office .top-box + div .contact-box .phone > span, .office-search .office-list .office .top-box + div .contact-box .mobile > span, .office-search .office-list .office .top-box + div .contact-box .fax > span, .office-search .office-list .office .top-box + div .contact-box .email > span {
  display: block;
}
.office-search .office-list .office .top-box + div .contact-box .phone > span:nth-child(2), .office-search .office-list .office .top-box + div .contact-box .mobile > span:nth-child(2), .office-search .office-list .office .top-box + div .contact-box .fax > span:nth-child(2), .office-search .office-list .office .top-box + div .contact-box .email > span:nth-child(2) {
  font-size: 18px;
  color: #434343;
}
.office-search .office-list .office .top-box + div .image-map {
  margin-bottom: 20px;
}
.office-search .office-list .office .top-box + div .image-map > div:first-child {
  padding-left: 0;
}
.office-search .office-list .office .top-box + div .cash-machine {
  margin-bottom: 30px;
  padding-left: calc(8.33333% + 25px);
  background-image: url(../images/icons/cajero.png);
  background-position: 8.33333% 0;
  background-repeat: no-repeat;
}
.office-search .office-list .office .top-box + div .cash-machine .col-xs-11, .office-search .office-list .office .top-box + div .cash-machine .col-11 {
  margin-left: 0;
}
.office-search .office-list .office .top-box + div .bottom-box {
  margin-bottom: 50px;
}
.office-search .office-list .office .top-box + div .bottom-box .opening-hours, .office-search .office-list .office .top-box + div .bottom-box .opening-hours-header {
  padding-left: 0;
}
.office-search .office-list .office .top-box + div .bottom-box .opening-hours {
  margin-left: 8.33333333% !important;
}
@media (min-width: 992px) {
  .office-search .office-list .office .top-box + div .bottom-box .opening-hours {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .office-search .office-list .office .top-box + div .bottom-box .extra-box {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .office-search .office-list .office .top-box + div .bottom-box .extra-box {
    margin-left: 8.33333333% !important;
  }
}
.office-search .office-list .office .top-box + div .bottom-box .opening-hours-header {
  font-size: 18px;
  color: #434343;
  margin-bottom: 10px;
}
.office-search .office-list .office .top-box + div .bottom-box .opening-hours > div, .office-search .office-list .office .top-box + div .bottom-box .extra-box > div {
  padding-left: 20px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/yellow-bullet.png) 0 7px no-repeat;
}
.office-search .office-list .office .top-box + div .bottom-box .opening-hours > div.special, .office-search .office-list .office .top-box + div .bottom-box .extra-box > div.special {
  background-image: none;
}
.office-search .office-list .office .top-box + div .bottom-box .opening-hours > div.special:before, .office-search .office-list .office .top-box + div .bottom-box .extra-box > div.special:before {
  content: "\f071";
  font-family: "fontawesome-alloy";
  font-size: 22px;
  color: #f9b03c;
  position: absolute;
  left: -10px;
}
.office-search .office-list .office .top-box + div .bottom-box .opening-hours .special-days-opener, .office-search .office-list .office .top-box + div .bottom-box .extra-box .special-days-opener {
  cursor: pointer;
  color: #00a5cc;
}
.office-search .office-list .office .top-box:hover, .office-search .office-list .office .top-box:focus {
  background-color: #ededed;
  background: #ededed url(../images/icons/down-faq-hover.png) 98% 25px no-repeat;
}
.office-search .office-list .office .top-box:hover[aria-expanded=true], .office-search .office-list .office .top-box:focus[aria-expanded=true] {
  background: #ffffff url(../images/icons/up-faq-hover.png) 98% 25px no-repeat;
}
.office-search .office-list .office.non-expandible .top-box {
  background-color: #f8f8f8 !important;
  background-image: none !important;
  border: 0 !important;
}
.office-search .office-list .office.non-expandible .top-box + div {
  display: none !important;
}
.office-search .office-list .office.non-expandible [role=button] {
  cursor: default;
}
.office-search .noResults {
  font-size: 18px;
  font-weight: 600;
}

.special-days-lightbox {
  list-style: none;
  padding-left: 0;
}
.special-days-lightbox li {
  padding-left: 20px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/yellow-bullet.png) 0 7px no-repeat;
}

.organigram {
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
}
.organigram > li {
  width: 33.3333%;
  float: left;
  background-color: #ffffff;
  padding: 20px 19px 40px 19px;
  position: relative;
  text-align: center;
}
.organigram > li:nth-child(3n+3) {
  padding-left: 6px;
}
.organigram > li:nth-child(3n+2) {
  padding-right: 13px;
  padding-left: 13px;
}
.organigram > li:nth-child(3n+1) {
  clear: left;
  padding-right: 6px;
}
.organigram > li .organigram-picture {
  width: 100%;
  background-color: #434343;
}
.organigram > li .organigram-picture img {
  width: 100%;
  min-height: 100%;
}
.organigram > li .organigram-name {
  padding: 20px 10px 0 10px;
}
.organigram > li .organigram-name > span.name {
  font-size: 18px;
  display: block;
}
.organigram > li .organigram-name > span.position {
  display: block;
  font-style: italic;
  font-size: 16px;
}
.organigram > li .organigram-info-layer {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 20px;
  width: calc(100% - 25px);
  background-color: #dc2d4f;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  padding: 30px 20px;
  color: #ffffff;
}
.organigram > li .organigram-info-layer .organigram-description {
  text-align: center;
}
.organigram > li .organigram-info-layer .organigram-link img {
  max-width: 25%;
  margin: 20px auto 0 auto;
}
.organigram > li:hover .organigram-info-layer, .organigram > li:focus .organigram-info-layer {
  opacity: 1;
}

.touch .organigram > li .organigram-info-layer {
  display: none;
}
.touch .organigram > li .organigram-info-layer:hover, .touch .organigram > li .organigram-info-layer:focus {
  opacity: 0;
}
.touch .organigram > li .organigram-info-layer.active {
  opacity: 1;
  position: relative;
  width: 100%;
  top: 0;
}
.touch .organigram > li.active .organigram-info-layer {
  opacity: 1;
  position: relative;
  width: 100%;
  top: 0;
  display: block;
}
.touch .organigram > li.active .organigram-name, .touch .organigram > li.active .organigram-picture {
  display: none;
}

.pension-plan-highlights td h3, .pension-plan-highlights td .journal-content-article table caption, .journal-content-article table .pension-plan-highlights td caption, .pension-plan-highlights td .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .pension-plan-highlights td caption, .funds-highlights td h3, .funds-highlights td .journal-content-article table caption, .journal-content-article table .funds-highlights td caption, .funds-highlights td .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .funds-highlights td caption, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ td h3, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ td .journal-content-article table caption, .journal-content-article table .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ td caption, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ td .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ td caption, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ td h3, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ td .journal-content-article table caption, .journal-content-article table .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ td caption, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ td .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ td caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.pension-plan-highlights .planFootTable, .pension-plan-highlights .investmentFundFootTable, .funds-highlights .planFootTable, .funds-highlights .investmentFundFootTable, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .planFootTable, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .investmentFundFootTable, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .planFootTable, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .investmentFundFootTable {
  font-size: 12px;
}
.pension-plan-highlights .portlet-body .portlet-title-text, .pension-plan-highlights .portlet-body .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .pension-plan-highlights .portlet-body h2, .pension-plan-highlights .portlet-body .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .pension-plan-highlights .portlet-body .h2, .pension-plan-highlights .portlet-body .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .pension-plan-highlights .portlet-body h2, .pension-plan-highlights .portlet-body .denuncias-form h2, .denuncias-form .pension-plan-highlights .portlet-body h2, .pension-plan-highlights .portlet-body .denuncias-form .h2, .denuncias-form .pension-plan-highlights .portlet-body .h2, .funds-highlights .portlet-body .portlet-title-text, .funds-highlights .portlet-body .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .funds-highlights .portlet-body h2, .funds-highlights .portlet-body .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .funds-highlights .portlet-body .h2, .funds-highlights .portlet-body .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .funds-highlights .portlet-body h2, .funds-highlights .portlet-body .denuncias-form h2, .denuncias-form .funds-highlights .portlet-body h2, .funds-highlights .portlet-body .denuncias-form .h2, .denuncias-form .funds-highlights .portlet-body .h2, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body .portlet-title-text, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body h2, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body .h2, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body h2, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body .denuncias-form h2, .denuncias-form .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body h2, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body .denuncias-form .h2, .denuncias-form .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .portlet-body .h2, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body .portlet-title-text, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body h2, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body .h2, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body h2, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body .denuncias-form h2, .denuncias-form .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body h2, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body .denuncias-form .h2, .denuncias-form .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .portlet-body .h2 {
  font-size: 36px;
  margin: 0;
  padding: 0 0 30px 0;
}
.pension-plan-highlights .table-container, .funds-highlights .table-container, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .table-container, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .table-container {
  overflow-x: auto;
  clear: left;
  width: 100%;
  padding: 1px;
}
.pension-plan-highlights .headerLink, .funds-highlights .headerLink, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .headerLink {
  display: block;
  padding: 20px 70px;
  color: #434343;
  position: relative;
  font-size: 18px;
  background: url(../images/icons/arrow-faq.png) 10px 19px no-repeat;
}
.pension-plan-highlights .headerLink:after, .funds-highlights .headerLink:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .headerLink:after {
  content: url(../images/icons/up-faq.png);
  position: absolute;
  right: 10px;
  top: 22px;
}
.pension-plan-highlights .headerLink[aria-expanded=false], .funds-highlights .headerLink[aria-expanded=false], .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink[aria-expanded=false], .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .headerLink[aria-expanded=false] {
  border-bottom: 1px solid #d9d9d9;
}
.pension-plan-highlights .headerLink[aria-expanded=false]:after, .funds-highlights .headerLink[aria-expanded=false]:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink[aria-expanded=false]:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .headerLink[aria-expanded=false]:after {
  content: url(../images/icons/down-faq.png);
}
.pension-plan-highlights .collapse.in, .funds-highlights .collapse.in, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .collapse.in, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .collapse.in {
  border-bottom: 1px solid #d9d9d9;
}
.pension-plan-highlights .collapse table, .funds-highlights .collapse table, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .collapse table, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .collapse table {
  margin: 10px 0 30px 0;
}
.pension-plan-highlights .collapse .category-description, .funds-highlights .collapse .category-description, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .collapse .category-description, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .collapse .category-description {
  margin: -10px 0 30px 0;
}
.pension-plan-highlights .star, .funds-highlights .star, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .star, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .star {
  color: #f9b03c;
  font-size: .pension-plan-highlights .star, .funds-highlights .star, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .star, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .star font-size-hightlight;
}
.pension-plan-highlights .star.star1:before, .funds-highlights .star.star1:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .star.star1:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .star.star1:before {
  content: "\f005";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .star.star2:before, .funds-highlights .star.star2:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .star.star2:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .star.star2:before {
  content: "\f005  \f005  ";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .star.star3:before, .funds-highlights .star.star3:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .star.star3:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .star.star3:before {
  content: "\f005  \f005  \f005  ";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .star.star4:before, .funds-highlights .star.star4:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .star.star4:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .star.star4:before {
  content: "\f005  \f005  \f005  \f005  ";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .star.star5:before, .funds-highlights .star.star5:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .star.star5:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .star.star5:before {
  content: "\f005  \f005  \f005  \f005  \f005  ";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .no-star, .funds-highlights .no-star, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .no-star, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .no-star {
  color: #d9d9d9;
}
.pension-plan-highlights .no-star.no-star4:before, .funds-highlights .no-star.no-star4:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .no-star.no-star4:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .no-star.no-star4:before {
  content: "\f005";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .no-star.no-star3:before, .funds-highlights .no-star.no-star3:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .no-star.no-star3:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .no-star.no-star3:before {
  content: "\f005  \f005";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .no-star.no-star2:before, .funds-highlights .no-star.no-star2:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .no-star.no-star2:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .no-star.no-star2:before {
  content: "\f005  \f005  \f005";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .no-star.no-star1:before, .funds-highlights .no-star.no-star1:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .no-star.no-star1:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .no-star.no-star1:before {
  content: "\f005  \f005  \f005  \f005";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .no-star.no-star0:before, .funds-highlights .no-star.no-star0:before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .no-star.no-star0:before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .no-star.no-star0:before {
  content: "\f005  \f005  \f005  \f005  \f005";
  font-family: "fontawesome-alloy";
}
.pension-plan-highlights .bar-container, .funds-highlights .bar-container, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container {
  width: 138px;
  height: 24px;
  background: url(../images/icons/levels-back.png) 0 0 no-repeat;
}
.pension-plan-highlights .bar-container > div, .funds-highlights .bar-container > div, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div {
  height: 24px;
  background: url(../images/icons/levels.png) 0 0 no-repeat;
  overflow: hidden;
  position: relative;
}
.pension-plan-highlights .bar-container > div:after, .funds-highlights .bar-container > div:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  font-family: "latobold", sans-serif;
  font-size: 14px;
}
.pension-plan-highlights .bar-container > div.bar-1, .funds-highlights .bar-container > div.bar-1, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-1, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-1 {
  width: 19px;
}
.pension-plan-highlights .bar-container > div.bar-1:after, .funds-highlights .bar-container > div.bar-1:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-1:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-1:after {
  content: "1";
}
.pension-plan-highlights .bar-container > div.bar-2, .funds-highlights .bar-container > div.bar-2, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-2, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-2 {
  width: 39px;
}
.pension-plan-highlights .bar-container > div.bar-2:after, .funds-highlights .bar-container > div.bar-2:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-2:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-2:after {
  content: "2";
}
.pension-plan-highlights .bar-container > div.bar-3, .funds-highlights .bar-container > div.bar-3, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-3, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-3 {
  width: 59px;
}
.pension-plan-highlights .bar-container > div.bar-3:after, .funds-highlights .bar-container > div.bar-3:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-3:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-3:after {
  content: "3";
}
.pension-plan-highlights .bar-container > div.bar-4, .funds-highlights .bar-container > div.bar-4, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-4, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-4 {
  width: 79px;
}
.pension-plan-highlights .bar-container > div.bar-4:after, .funds-highlights .bar-container > div.bar-4:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-4:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-4:after {
  content: "4";
}
.pension-plan-highlights .bar-container > div.bar-5, .funds-highlights .bar-container > div.bar-5, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-5, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-5 {
  width: 99px;
}
.pension-plan-highlights .bar-container > div.bar-5:after, .funds-highlights .bar-container > div.bar-5:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-5:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-5:after {
  content: "5";
}
.pension-plan-highlights .bar-container > div.bar-6, .funds-highlights .bar-container > div.bar-6, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-6, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-6 {
  width: 119px;
}
.pension-plan-highlights .bar-container > div.bar-6:after, .funds-highlights .bar-container > div.bar-6:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-6:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-6:after {
  content: "6";
}
.pension-plan-highlights .bar-container > div.bar-7, .funds-highlights .bar-container > div.bar-7, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-7, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-7 {
  width: 138px;
}
.pension-plan-highlights .bar-container > div.bar-7:after, .funds-highlights .bar-container > div.bar-7:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .bar-container > div.bar-7:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-7:after {
  content: "7";
}
.pension-plan-highlights table:not(.jqplot-table-legend), .funds-highlights table:not(.jqplot-table-legend), .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend), .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) {
  border: 0;
  border-bottom: 2px solid #d9d9d9;
  width: 100%;
}
.pension-plan-highlights table:not(.jqplot-table-legend) thead tr, .funds-highlights table:not(.jqplot-table-legend) thead tr, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) thead tr, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) thead tr {
  background-color: #d9d9d9;
}
.pension-plan-highlights table:not(.jqplot-table-legend) thead tr th, .funds-highlights table:not(.jqplot-table-legend) thead tr th, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) thead tr th, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) thead tr th {
  padding: 25px 10px;
  font-weight: normal;
  font-family: "latobold", sans-serif;
  color: #434343;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.pension-plan-highlights table:not(.jqplot-table-legend) thead tr th:hover, .pension-plan-highlights table:not(.jqplot-table-legend) thead tr th:focus, .funds-highlights table:not(.jqplot-table-legend) thead tr th:hover, .funds-highlights table:not(.jqplot-table-legend) thead tr th:focus, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) thead tr th:hover, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) thead tr th:focus, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) thead tr th:hover, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) thead tr th:focus {
  text-decoration: underline;
}
.pension-plan-highlights table:not(.jqplot-table-legend) thead tr th:first-child, .funds-highlights table:not(.jqplot-table-legend) thead tr th:first-child, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) thead tr th:first-child, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) thead tr th:first-child {
  text-align: left;
  padding-left: 20px;
}
.pension-plan-highlights table:not(.jqplot-table-legend) thead tr th.headerSortDown:after, .funds-highlights table:not(.jqplot-table-legend) thead tr th.headerSortDown:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) thead tr th.headerSortDown:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) thead tr th.headerSortDown:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/clay/caret-top.svg) 0 5px no-repeat;
  background-size: 15px auto;
  display: inline-block;
}
.pension-plan-highlights table:not(.jqplot-table-legend) thead tr th.headerSortUp:after, .funds-highlights table:not(.jqplot-table-legend) thead tr th.headerSortUp:after, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) thead tr th.headerSortUp:after, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) thead tr th.headerSortUp:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/clay/caret-bottom.svg) 0 5px no-repeat;
  background-size: 15px auto;
  display: inline-block;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr:nth-child(even), .funds-highlights table:not(.jqplot-table-legend) tbody tr:nth-child(even), .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr:nth-child(even), .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr:nth-child(even) {
  background-color: #ededed;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td, .funds-highlights table:not(.jqplot-table-legend) tbody tr td, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td {
  border-left: 1px solid #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  font-family: "latobold", sans-serif;
  color: #434343;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td:first-child, .funds-highlights table:not(.jqplot-table-legend) tbody tr td:first-child, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td:first-child, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td:first-child {
  text-align: left;
  border-left: 0;
  padding-left: 20px;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td:first-child a, .funds-highlights table:not(.jqplot-table-legend) tbody tr td:first-child a, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td:first-child a, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td:first-child a {
  color: #00a5cc;
  display: block;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span, .funds-highlights table:not(.jqplot-table-legend) tbody tr td span, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td span {
  font-family: "latoregular", sans-serif;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.positive-value, .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.positive-value, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.positive-value, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td span.positive-value {
  color: #049a4e;
  font-family: "latobold", sans-serif;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.negative-value, .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.negative-value, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.negative-value, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td span.negative-value {
  color: #e94614;
  font-family: "latobold", sans-serif;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping, .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  background: #f9b03c url(../images/icons/cart.png) 49% 50% no-repeat;
  cursor: pointer;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:focus, .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:focus, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping:focus, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping:focus {
  background-color: #fac063;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled, .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled {
  background-color: #434343;
  cursor: initial;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus, .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus {
  background-color: #434343;
}
.pension-plan-highlights table:not(.jqplot-table-legend) tbody tr:last-child, .funds-highlights table:not(.jqplot-table-legend) tbody tr:last-child, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr:last-child, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ table:not(.jqplot-table-legend) tbody tr:last-child {
  border-bottom: #434343;
}
.pension-plan-highlights .category-description, .funds-highlights .category-description, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .category-description, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .category-description {
  display: block;
  clear: left;
  width: 100%;
  margin: 20px 0;
}
.pension-plan-highlights .jqplot-target, .funds-highlights .jqplot-target, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .jqplot-target, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .jqplot-target {
  margin-bottom: 30px;
}
.pension-plan-highlights #chartRentabilidadesAcumuladas, .funds-highlights #chartRentabilidadesAcumuladas, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ #chartRentabilidadesAcumuladas, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ #chartRentabilidadesAcumuladas {
  margin-bottom: 50px;
  padding-right: 10px;
}
.pension-plan-highlights #chartRentabilidadesAcumuladas .jqplot-table-legend, .funds-highlights #chartRentabilidadesAcumuladas .jqplot-table-legend, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ #chartRentabilidadesAcumuladas .jqplot-table-legend, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ #chartRentabilidadesAcumuladas .jqplot-table-legend {
  margin-top: 40px;
}
.pension-plan-highlights #detail-plan-risk-tabs, .pension-plan-highlights #chartValoresLiquidativosYear, .pension-plan-highlights #chartValoresLiquidativosMonth, .pension-plan-highlights #chartValoresLiquidativosDays, .funds-highlights #detail-plan-risk-tabs, .funds-highlights #chartValoresLiquidativosYear, .funds-highlights #chartValoresLiquidativosMonth, .funds-highlights #chartValoresLiquidativosDays, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ #detail-plan-risk-tabs, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ #chartValoresLiquidativosYear, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ #chartValoresLiquidativosMonth, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ #chartValoresLiquidativosDays, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ #detail-plan-risk-tabs, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ #chartValoresLiquidativosYear, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ #chartValoresLiquidativosMonth, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ #chartValoresLiquidativosDays {
  padding-right: 10px;
}

.search-funds-filter > form label {
  position: absolute;
  left: -999999px;
}
.search-funds-filter > form .form-control {
  background-color: #ededed !important;
  border: 0 !important;
}
.search-funds-filter > form .form-control:focus {
  border: 1px solid #f9b03c !important;
}
.search-funds-filter > form .btn, .search-funds-filter > form .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .search-funds-filter > form a, .search-funds-filter > form .pager li a, .pager li .search-funds-filter > form a, .search-funds-filter > form .lfr-pagination-buttons li a, .lfr-pagination-buttons li .search-funds-filter > form a, .search-funds-filter > form .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .search-funds-filter > form a:last-child, .search-funds-filter > form .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .search-funds-filter > form a:first-child, .search-funds-filter > form .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .search-funds-filter > form .backButton > a, .search-funds-filter > form .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .search-funds-filter > form .links > a {
  width: 100%;
}
.search-funds-filter .results-info {
  overflow: hidden;
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
.search-funds-filter .results-info .num-results {
  font-size: 18px;
  color: #434343;
}
.search-funds-filter .results-info .num-results span {
  font-size: 32px;
  font-family: "latobold", sans-serif;
}
.search-funds-filter .results-info .delete-filters {
  padding-top: 15px;
}
.search-funds-filter .results-info .delete-filters a {
  font-size: 14px;
}
.search-funds-filter .results-info .delete-filters a:before {
  content: "x";
  font-size: 16px;
  color: #378dbe;
  margin-right: 5px;
}

.pension-plan-highlights .bar-container > div, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_DetailPensionPlanPortlet_ .bar-container > div, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div {
  background-image: none;
  background-color: #184c87;
}
.pension-plan-highlights .bar-container > div.bar-1, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_DetailPensionPlanPortlet_ .bar-container > div.bar-1, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-1 {
  width: 19px;
}
.pension-plan-highlights .bar-container > div.bar-2, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_DetailPensionPlanPortlet_ .bar-container > div.bar-2, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-2 {
  width: 19px;
  left: 19px;
}
.pension-plan-highlights .bar-container > div.bar-3, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_DetailPensionPlanPortlet_ .bar-container > div.bar-3, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-3 {
  width: 19px;
  left: 39px;
}
.pension-plan-highlights .bar-container > div.bar-4, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_DetailPensionPlanPortlet_ .bar-container > div.bar-4, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-4 {
  width: 19px;
  left: 59px;
}
.pension-plan-highlights .bar-container > div.bar-5, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_DetailPensionPlanPortlet_ .bar-container > div.bar-5, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-5 {
  width: 19px;
  left: 79px;
}
.pension-plan-highlights .bar-container > div.bar-6, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_DetailPensionPlanPortlet_ .bar-container > div.bar-6, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-6 {
  width: 19px;
  left: 99px;
}
.pension-plan-highlights .bar-container > div.bar-7, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_DetailPensionPlanPortlet_ .bar-container > div.bar-7, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .bar-container > div.bar-7 {
  width: 19px;
  left: 119px;
}

/***detalle plan pensiones***/
.pension-plan-detail-container {
  color: #434343;
}
.pension-plan-detail-container > .row {
  max-width: 1148px;
  margin: 0 auto;
}
.pension-plan-detail-container .reports {
  padding: 30px;
  background-color: #f8f8f8;
}
.pension-plan-detail-container .reports .detail-forms-title {
  font-size: 25px;
  color: #434343;
}
.pension-plan-detail-container .reports ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.pension-plan-detail-container .reports ul li {
  line-height: 32px;
  padding-left: 30px;
  color: #434343;
  margin-bottom: 10px;
  background: url(../images/icons/pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.pension-plan-detail-container #tablaFicha {
  padding: 0 0 0 30px;
}
.pension-plan-detail-container .pension-plan-detail > p {
  margin-bottom: 20px;
}
.pension-plan-detail-container .pension-plan-detail > p:first-child {
  font-size: 20px;
  color: #4568aa;
  margin-bottom: 3px;
}
.pension-plan-detail-container .pension-plan-detail > p:nth-child(2) {
  font-size: 20px;
  color: #434343;
}
.pension-plan-detail-container #detail-plan-table {
  margin-bottom: 20px;
}
.pension-plan-detail-container #detail-plan-table .table-responsive {
  overflow: inherit;
}
.pension-plan-detail-container #detail-plan-table th:hover {
  text-decoration: none !important;
  cursor: default;
}
.pension-plan-detail-container #detail-plan-tabs {
  margin-top: 60px;
  width: 100%;
}
.pension-plan-detail-container #detail-plan-tabs .tab-content {
  max-width: 1148px;
  margin: 0 auto;
  clear: left;
}
.pension-plan-detail-container #detail-plan-tabs .nav-tabs {
  margin-bottom: 30px;
  min-height: 38px;
}
@media (min-width: 768px) {
  .pension-plan-detail-container #detail-plan-tabs .nav-tabs {
    display: flex;
    justify-content: center;
  }
}
.pension-plan-detail-container #detail-plan-tabs .nav-tabs > li, .pension-plan-detail-container #detail-plan-tabs .nav-tabs > li.active {
  float: none;
  min-width: 25%;
  flex-grow: 0;
}
.pension-plan-detail-container #detail-plan-tabs .nav-tabs > li > a, .pension-plan-detail-container #detail-plan-tabs .nav-tabs > li > a:hover, .pension-plan-detail-container #detail-plan-tabs .nav-tabs > li > a:focus, .pension-plan-detail-container #detail-plan-tabs .nav-tabs > li.active > a, .pension-plan-detail-container #detail-plan-tabs .nav-tabs > li.active > a:hover, .pension-plan-detail-container #detail-plan-tabs .nav-tabs > li.active > a:focus {
  border: 0;
  margin: 0;
  background-color: transparent !important;
}
.pension-plan-detail-container #detail-plan-tabs .nav-tabs > li > a.active {
  color: #4568aa !important;
  font-family: "latobold", sans-serif;
}
.pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs > ul {
  padding: 0;
  border: 0;
  display: block;
  text-align: center;
  margin: 10px 0 40px 0;
}
.pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs > ul li {
  background-color: transparent;
  border: 0;
  display: inline-block;
}
.pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs > ul li > a {
  font-size: 16px;
  white-space: nowrap;
  padding: 5px 15px;
}
.pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs > ul li.active > a, .pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs > ul li:hover > a, .pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs > ul li:focus > a {
  color: #4568aa;
  font-family: "latobold", sans-serif;
}
.pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs #ratingsValorCartera {
  margin-bottom: 45px;
}
.pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs #ratingsValorCartera table {
  width: 100%;
}
.pension-plan-detail-container #detail-plan-tabs .participating .infoValorLiquidativo {
  margin-bottom: 20px;
}
.pension-plan-detail-container #detail-plan-tabs .participating .infoValorLiquidativo .date {
  display: inline-block;
  padding-right: 20px;
}
.pension-plan-detail-container #detail-plan-tabs .participating .infoValorLiquidativo .liquidation-value {
  display: inline-block;
  padding-right: 5px;
  color: #262626;
  padding-right: 5px;
  font-family: "latobold", sans-serif;
}
.pension-plan-detail-container #detail-plan-tabs .participating .infoValorLiquidativo .vd-positiva {
  display: inline-block;
  font-family: "latobold", sans-serif;
  color: #049a4e;
}
.pension-plan-detail-container #detail-plan-tabs .participating .infoValorLiquidativo .vd-negativa {
  display: inline-block;
  font-family: "latobold", sans-serif;
  color: #e94614;
}
.pension-plan-detail-container #detail-plan-tabs .participating .infoValorLiquidativo .vd-neutra {
  display: inline-block;
  font-family: "latobold", sans-serif;
  color: #e94614;
  color: #262626;
}
.pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs ul {
  float: left;
  border: 0;
}
.pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs ul li {
  display: inline-block;
}
.pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs ul li > a {
  padding: 5px 0px;
  margin-right: 20px;
  color: #434343;
}
.pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs ul li.active > a, .pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs ul li:hover > a, .pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs ul li:focus > a {
  color: #4568aa;
  font-family: "latobold", sans-serif;
}
.pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs a[id*=exportExcelLnk] {
  float: right;
}
.pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs a[id*=exportExcelLnk]:before {
  font-family: "fontawesome-alloy";
  content: "\f019";
  color: #f9b03c;
  font-size: 20px;
}
.pension-plan-detail-container #detail-plan-tabs .historic-rentability {
  margin: 30px 0;
}
.pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad, .pension-plan-detail-container #detail-plan-tabs .tablaValorLiquidativo {
  margin-bottom: 30px;
}
.pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-xs-12, .pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12, .pension-plan-detail-container #detail-plan-tabs .tablaValorLiquidativo .col-xs-12, .pension-plan-detail-container #detail-plan-tabs .tablaValorLiquidativo .col-12 {
  padding: 0;
}
.pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-xs-12:nth-child(2), .pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12:nth-child(2), .pension-plan-detail-container #detail-plan-tabs .tablaValorLiquidativo .col-xs-12:nth-child(2), .pension-plan-detail-container #detail-plan-tabs .tablaValorLiquidativo .col-12:nth-child(2) {
  padding: 0 10px;
}
.pension-plan-detail-container #detail-plan-tabs #chartValoresCarteraDistribucion {
  width: 100% !important;
}
.pension-plan-detail-container #wallet .info-chart {
  font-style: italic;
  margin-top: -40px;
}
.pension-plan-detail-container table.jqplot-table-legend {
  border: 0;
}
.pension-plan-detail-container table.jqplot-table-legend tbody tr td {
  padding: 0 5px 3px 0;
}

/***detalle fondos***/
.pension-fund-detail-container {
  color: #434343;
}
.pension-fund-detail-container > .row {
  max-width: 1148px;
  margin: 0 auto;
  align-items: flex-start;
}
.pension-fund-detail-container .reports {
  padding: 30px;
  background-color: #f8f8f8;
}
.pension-fund-detail-container .reports .detail-forms-title {
  font-size: 25px;
  color: #434343;
}
.pension-fund-detail-container .reports ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.pension-fund-detail-container .reports ul li {
  line-height: 32px;
  padding-left: 30px;
  color: #434343;
  margin-bottom: 10px;
  background: url(../images/icons/pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.pension-fund-detail-container #tablaFicha {
  padding: 0 0 0 30px;
}
.pension-fund-detail-container .pension-fund-detail table.indi table {
  border-collapse: separate;
  border-spacing: 2px;
}
.pension-fund-detail-container .pension-fund-detail > p {
  margin-bottom: 20px;
}
.pension-fund-detail-container .pension-fund-detail > p:first-child {
  font-size: 20px;
  color: #4568aa;
  margin-bottom: 3px;
}
.pension-fund-detail-container .pension-fund-detail > p:nth-child(2) {
  font-size: 20px;
  color: #434343;
}
.pension-fund-detail-container #detail-fund-table {
  margin-bottom: 20px;
}
.pension-fund-detail-container #detail-fund-table .table-responsive {
  overflow: inherit;
}
.pension-fund-detail-container #detail-fund-table th:hover {
  text-decoration: none !important;
  cursor: default;
}
.pension-fund-detail-container #detail-fund-tabs {
  margin-top: 60px;
}
.pension-fund-detail-container #detail-fund-tabs .tab-content {
  max-width: 1148px;
  margin: 0 auto;
  clear: left;
}
.pension-fund-detail-container #detail-fund-tabs .nav-tabs {
  margin-bottom: 30px;
}
.pension-fund-detail-container #detail-fund-tabs .nav-tabs::before, .pension-fund-detail-container #detail-fund-tabs .nav-tabs::after {
  content: "";
  display: table;
}
.pension-fund-detail-container #detail-fund-tabs .nav-tabs > li, .pension-fund-detail-container #detail-fund-tabs .nav-tabs > li.active {
  float: none;
  flex-grow: 0;
  width: 20%;
}
.pension-fund-detail-container #detail-fund-tabs .nav-tabs > li > a, .pension-fund-detail-container #detail-fund-tabs .nav-tabs > li > a:hover, .pension-fund-detail-container #detail-fund-tabs .nav-tabs > li > a:focus, .pension-fund-detail-container #detail-fund-tabs .nav-tabs > li.active > a, .pension-fund-detail-container #detail-fund-tabs .nav-tabs > li.active > a:hover, .pension-fund-detail-container #detail-fund-tabs .nav-tabs > li.active > a:focus {
  border: 0;
  margin: 0;
  background-color: transparent !important;
}
.pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs > ul {
  padding: 0;
  border: 0;
  display: block;
  text-align: center;
  margin: 10px 0 40px 0;
}
.pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs > ul li {
  background-color: transparent;
  border: 0;
  display: inline-block;
  width: auto;
}
.pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs > ul li > a {
  font-size: 16px;
  white-space: nowrap;
  padding: 5px 15px;
}
.pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs > ul li > a.active {
  color: #4568aa;
  font-family: "latobold", sans-serif;
}
.pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs > ul li.active > a, .pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs > ul li:hover > a, .pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs > ul li:focus > a {
  color: #4568aa;
  font-family: "latobold", sans-serif;
}
.pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs #ratingsValorCartera table {
  width: 100%;
}
.pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs #chartValoresCarteraDistribucion {
  width: 100% !important;
}
.pension-fund-detail-container #detail-fund-tabs .participating .infoValorLiquidativo {
  margin-bottom: 20px;
}
.pension-fund-detail-container #detail-fund-tabs .participating .infoValorLiquidativo .date {
  display: inline-block;
  padding-right: 20px;
}
.pension-fund-detail-container #detail-fund-tabs .participating .infoValorLiquidativo .liquidation-value {
  display: inline-block;
  padding-right: 5px;
  color: #262626;
  padding-right: 5px;
  font-family: "latobold", sans-serif;
}
.pension-fund-detail-container #detail-fund-tabs .participating .infoValorLiquidativo .vd-positiva {
  display: inline-block;
  font-family: "latobold", sans-serif;
  color: #049a4e;
}
.pension-fund-detail-container #detail-fund-tabs .participating .infoValorLiquidativo .vd-negativa {
  display: inline-block;
  font-family: "latobold", sans-serif;
  color: #e94614;
}
.pension-fund-detail-container #detail-fund-tabs .participating .infoValorLiquidativo .vd-neutra {
  display: inline-block;
  font-family: "latobold", sans-serif;
  color: #e94614;
  color: #262626;
}
.pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs ul {
  float: left;
  border: 0;
}
.pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs ul li {
  display: inline-block;
  width: auto;
}
.pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs ul li > a {
  padding: 5px 0px;
  margin-right: 20px;
  color: #434343;
}
.pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs ul li > a.active {
  color: #4568aa;
  font-family: "latobold", sans-serif;
}
.pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs ul li:hover > a, .pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs ul li:focus > a {
  color: #4568aa;
  font-family: "latobold", sans-serif;
}
.pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs a[id*=exportExcelLnk] {
  float: right;
}
.pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs a[id*=exportExcelLnk]:before {
  content: url(../images/icons/excel.png);
  vertical-align: middle;
  display: inline-block;
}
.pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs #-fund-risk-tabs {
  padding-right: 10px;
}
.pension-fund-detail-container #detail-fund-tabs .historic-rentability {
  margin: 30px 0;
}
.pension-fund-detail-container #detail-fund-tabs .cuadros-rentabilidad, .pension-fund-detail-container #detail-fund-tabs .tablaValorLiquidativo {
  margin-bottom: 30px;
}
.pension-fund-detail-container #detail-fund-tabs .cuadros-rentabilidad .col-xs-12, .pension-fund-detail-container #detail-fund-tabs .cuadros-rentabilidad .col-12, .pension-fund-detail-container #detail-fund-tabs .tablaValorLiquidativo .col-xs-12, .pension-fund-detail-container #detail-fund-tabs .tablaValorLiquidativo .col-12 {
  padding: 0;
}
.pension-fund-detail-container #detail-fund-tabs .cuadros-rentabilidad .col-xs-12:nth-child(2), .pension-fund-detail-container #detail-fund-tabs .cuadros-rentabilidad .col-12:nth-child(2), .pension-fund-detail-container #detail-fund-tabs .tablaValorLiquidativo .col-xs-12:nth-child(2), .pension-fund-detail-container #detail-fund-tabs .tablaValorLiquidativo .col-12:nth-child(2) {
  padding: 0 10px;
}
.pension-fund-detail-container #detail-fund-tabs .tablaValorLiquidativo, .pension-fund-detail-container #detail-fund-tabs .cuadroRentabilidadesAcumuladas, .pension-fund-detail-container #detail-fund-tabs .cuadroRentabilidadesTrimestrales {
  overflow-x: auto;
}
.pension-fund-detail-container #wallet .info-chart {
  font-style: italic;
  margin-top: 5px;
}
.pension-fund-detail-container table.jqplot-table-legend {
  border: 0;
}
.pension-fund-detail-container table.jqplot-table-legend tbody tr td {
  padding: 0 5px 3px 0;
}

.portlet-polls-display .card-horizontal {
  border: 0;
  border-radius: 0;
}
.portlet-polls-display .card-horizontal .panel-group {
  margin: 0;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body {
  margin-top: 0;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table {
  border: 0;
  margin-bottom: 5px;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table > thead > tr > th, .portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table > thead > tr > td, .portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table > tbody > tr > th, .portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table > tbody > tr > td {
  border: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table > thead > tr {
  background-color: #d9d9d9;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table > thead > tr > th {
  text-align: center;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table tbody > tr:nth-of-type(even) {
  background-color: #ededed;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table tbody > tr > td {
  padding: 8px 15px;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body table tbody > tr > td:first-child {
  text-align: center;
}
.portlet-polls-display .card-horizontal .panel-group .panel-body .main-content-body + div {
  text-align: right;
}
.portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .h2 {
  text-align: center;
  white-space: inherit;
  padding: 0 0 30px 0 !important;
}
.portlet-polls-display .lfr-icon-actions {
  margin-bottom: 20px;
}
.portlet-polls-display .lfr-icon-actions > .lfr-icon-action {
  margin-left: 20px;
}
.portlet-polls-display .radio label {
  font-size: 16px !important;
}
.portlet-polls-display .radio label.not-checked:before, .portlet-polls-display .radio label.checked:before {
  top: 2px !important;
}
.portlet-polls-display .radio label.checked {
  font-weight: bold !important;
}
.portlet-polls-display .radio label.checked:after {
  top: 7px !important;
}
.portlet-polls-display [type=submit] {
  min-width: 100px;
}

.portlet-column-first .portlet-polls-display .card-horizontal h2, .portlet-column-first .portlet-polls-display .card-horizontal .h2, .portlet-column-last .portlet-polls-display .card-horizontal h2, .portlet-column-last .portlet-polls-display .card-horizontal .h2 {
  text-align: left;
}

.recommended-products {
  margin: 0 -10px;
}
.recommended-products .product {
  padding: 0 10px;
  margin-bottom: 20px;
}
.recommended-products .product:nth-child(odd) .product-content {
  background-color: #f9b03c;
}
.recommended-products .product:nth-child(odd) .product-content .subtitle {
  color: #164194;
  border-bottom: 1px solid #164194;
}
.recommended-products .product:nth-child(odd) .product-content .title {
  color: #164194;
}
.recommended-products .product:nth-child(even) .product-content {
  background-color: #164194;
}
.recommended-products .product:nth-child(3n+1) {
  clear: left;
}
.recommended-products .product .product-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recommended-products .product .product-content:hover, .recommended-products .product .product-content:focus {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.recommended-products .product .product-content:hover .subtitle, .recommended-products .product .product-content:focus .subtitle {
  text-decoration: underline;
}
.recommended-products .product .subtitle {
  position: relative;
  display: block;
  padding: 25px 28px 10px 0px;
  margin: 0 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommended-products .product .subtitle span {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 30px;
}
.recommended-products .product .title {
  padding: 0 25px 30px 25px;
  color: #ffffff;
  line-height: 50px;
  word-break: break-word;
}
.recommended-products .product .title span {
  display: block;
}
.recommended-products .product .title span.top {
  font-family: "latolight", sans-serif;
  font-size: 50px;
}
.recommended-products .product .title span.bottom {
  font-size: 60px;
}
.recommended-products .product .product-icon {
  height: 80px;
}
.recommended-products .product .product-icon img {
  margin: 20px 0 0 25px;
  max-height: 60px;
}

.highlited-products .highlited-products-row {
  text-align: center;
  width: 100%;
  clear: left;
  justify-content: center;
}
.highlited-products .highlited-products-row .product {
  float: none;
  display: inline-block;
  margin: 0 -4px 30px 0;
  vertical-align: top;
}
.highlited-products .highlited-products-row .product .category {
  height: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.highlited-products .highlited-products-row .product .category span {
  font-size: 12px;
  font-family: "latobold", sans-serif;
  color: #164194;
  background-color: #f9b03c;
  padding: 0 5px;
  line-height: 25px;
  display: inline-block;
  border-radius: 3px;
}
.highlited-products .highlited-products-row .product .image {
  position: relative;
  width: 80%;
  padding-top: 80%;
  border-radius: 50%;
  background-color: #f8f8f8;
  margin: auto;
}
.highlited-products .highlited-products-row .product .image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.highlited-products .highlited-products-row .product .image:hover img, .highlited-products .highlited-products-row .product .image:focus img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.highlited-products .highlited-products-row .product .description {
  font-size: 25px;
  font-family: "latolight", sans-serif;
  margin: 20px 0 0 0;
  color: #434343;
}
.highlited-products .highlited-products-row .product .description a {
  color: #434343;
}
.highlited-products .highlited-products-row .product .button-content {
  margin: 30px 0 0 0;
}

.profiles .nav-tabs-scrollbar {
  overflow: auto;
}
.profiles .nav-tabs-scrollbar .profile-tab {
  position: relative;
  float: none;
  width: 100%;
  height: 150px;
  background: transparent 50% 50% no-repeat;
  background-size: cover;
}
.profiles .nav-tabs-scrollbar .profile-tab > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent !important;
  text-align: center;
}
.profiles .nav-tabs-scrollbar .profile-tab > a > span.back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.profiles .nav-tabs-scrollbar .profile-tab > a > span.text {
  position: relative;
  display: block;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  font-size: 18px;
  font-weight: bold;
}
.profiles .nav-tabs-scrollbar .profile-tab.active .back, .profiles .nav-tabs-scrollbar .profile-tab:hover .back, .profiles .nav-tabs-scrollbar .profile-tab:focus .back {
  display: none;
}
.profiles .profile-container .profile-content {
  position: relative;
  background-size: cover;
}
.profiles .profile-container .profile-content > img {
  width: 100%;
}
.profiles .profile-container .profile-content .profile-webcontent-container {
  position: relative;
  top: 0;
  height: 100%;
  padding: 60px 60px 30px 120px;
  max-width: 65%;
}
.profiles .profile-container .profile-content .profile-webcontent-container.left {
  left: 0;
}
.profiles .profile-container .profile-content .profile-webcontent-container.right {
  right: 0;
}
.profiles .profile-container .profile-content .profile-webcontent-container.center {
  left: 50%;
  transform: translateX(-50%);
}
.profiles .profile-container .profile-content .profile-webcontent-container .back-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.profiles .profile-container .profile-content .profile-webcontent-container .profile-webcontent {
  position: relative;
  z-index: 1;
}
.profiles .profile-container .profile-content .profile-webcontent-container .profile-webcontent .content-icon {
  margin: 40px 0 0 15px;
}
.lista-publicaciones {
  position: relative;
  margin-bottom: 50px;
}
.lista-publicaciones .show-all {
  position: absolute;
  right: 0;
  bottom: 0;
}

.publicacion {
  margin-bottom: 30px;
}
.publicacion .title {
  font-size: 18px;
  color: #434343;
  margin: 10px 0 0 0;
  line-height: 1em;
}
.publicacion .date {
  display: block;
  font-size: 14px;
  color: #4568aa;
  margin-bottom: 15px;
}
.publicacion .description {
  color: #434343;
  font-size: 14px;
  margin-bottom: 15px;
}
.publicacion .attachments {
  min-height: 50px;
}
.publicacion .attachments a {
  font-size: 16px;
  font-family: "latobold", sans-serif;
}
.publicacion .attachments a img {
  vertical-align: middle;
  margin-right: 10px;
}

.funds-publications {
  column-count: 3;
  column-gap: 30px;
  margin-bottom: 60px;
}
.funds-publications > .item {
  width: 100%;
  margin: 0 0 30px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  overflow: hidden;
  background-color: #ededed;
}
.funds-publications > .item .image img {
  width: 100%;
}
.funds-publications > .item .content {
  padding: 10px 15px 20px 15px;
}
.funds-publications > .item .content .publicacion {
  margin-bottom: 0;
}

.quick-access-container {
  margin: -75px -10px 0 -10px;
  visibility: hidden;
}
.quick-access-container .quick-access-item {
  padding: 0 10px;
  margin-bottom: 30px;
}

.quick-access-content {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick-access-content:hover, .quick-access-content:focus {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.quick-access-content:hover .quick-access-text-content .quick-access-text .subtitle, .quick-access-content:focus .quick-access-text-content .quick-access-text .subtitle {
  text-decoration: underline;
}
.quick-access-content .back-image {
  width: 100%;
}
.quick-access-content .back-image img {
  width: 100%;
}
.quick-access-content .quick-access-text-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  min-height: 50%;
}
.quick-access-content .quick-access-text-content .back-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9b03c;
}
.quick-access-content .quick-access-text-content .quick-access-text {
  position: relative;
  z-index: 1;
}
.quick-access-content .quick-access-text-content .quick-access-text .subtitle {
  display: block;
  padding: 25px 25px 10px 0px;
  margin: 0 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #164194;
  color: #164194;
  position: relative;
}
.quick-access-content .quick-access-text-content .quick-access-text .subtitle .lexicon-icon {
  position: absolute;
  top: 33px;
  width: 13px;
  right: 20px;
}
.quick-access-content .quick-access-text-content .quick-access-text .title {
  padding: 30px 25px;
  color: #164194;
  line-height: 1em;
}
.quick-access-portlet-decorate {
  padding-top: 225px;
  margin-top: 0 !important;
}
.quick-access-portlet-decorate .portlet-topper {
  top: -225px;
}
.quick-access-portlet-decorate .portlet-title-text, .quick-access-portlet-decorate .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .quick-access-portlet-decorate h2, .quick-access-portlet-decorate .denuncias-form h2, .denuncias-form .quick-access-portlet-decorate h2, .quick-access-portlet-decorate .denuncias-form .h2, .denuncias-form .quick-access-portlet-decorate .h2, .quick-access-portlet-decorate .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .quick-access-portlet-decorate h2, .quick-access-portlet-decorate .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .quick-access-portlet-decorate .h2 {
  position: relative;
  top: -225px;
}
.quick-access-portlet-decorate .quick-access-container {
  margin-top: -225px !important;
}

.reason-content .title-container h3, .reason-content .title-container .journal-content-article table caption, .journal-content-article table .reason-content .title-container caption, .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .reason-content .title-container caption {
  margin: 0;
  font-size: 36px;
  color: #434343;
  font-weight: 400;
}
.reason-content .title-container h3 > a, .reason-content .title-container .journal-content-article table caption > a, .journal-content-article table .reason-content .title-container caption > a, .reason-content .title-container .journal-content-article .table-bordered caption > a, .journal-content-article .table-bordered .reason-content .title-container caption > a {
  color: #434343;
}
.reason-content .description {
  color: #434343;
}
.reason-content .description p {
  margin-bottom: 20px;
  color: #434343;
}
.reason-content .description a {
  display: block;
}
.reason-content .icon-container img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.reason-content .icon-container img:hover, .reason-content .icon-container img:focus {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  top: -10px;
  z-index: 1;
}
.reason-content a:hover, .reason-content a:focus {
  text-decoration: none;
}

.portlet-column-only .reason-container .reason-row {
  text-align: center;
}
.portlet-column-only .reason-container .reason-row .reason-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 -4px 40px 0;
}
.portlet-column-only .reason-container .reason-row .reason-item .reason-content {
  padding: 0 20px 65px 20px;
  position: relative;
}
.portlet-column-only .reason-container .reason-row .reason-item .reason-content .icon-container {
  height: 60px;
}
.portlet-column-only .reason-container .reason-row .reason-item .reason-content .icon-container img {
  max-height: 60px;
}
.portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container {
  height: 70px;
  position: relative;
  margin-bottom: 20px;
}
.portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.portlet-column-only .reason-container .reason-row .reason-item .reason-content .link-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item, .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item, .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item, .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item, .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item, .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item, .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item {
  display: block;
  clear: left;
  margin-bottom: 30px;
}
.portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item, .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item, .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item, .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item {
  display: block;
  margin-bottom: 30px;
  clear: left;
  width: 100%;
}
.portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item .reason-content .icon-container {
  float: left;
  width: 9%;
  padding: 0 10px;
}
.portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container {
  float: left;
  width: 33%;
  padding: 0 10px;
}
.portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item .reason-content .title-container caption {
  position: relative;
  text-align: left;
}
.portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .description, .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item .reason-content .description, .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item .reason-content .description, .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item .reason-content .description {
  float: left;
  width: 43%;
  padding: 0 10px;
  text-align: left;
}
.portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-column:not(.portlet-column-only).col-lg-8 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-nested-portlets.col-md-8 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-nested-portlets.col-lg-8 .reason-container .reason-row .reason-item .reason-content .link-button {
  float: left;
  width: 15%;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item, .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item, .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item, .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item {
  display: block;
  margin-bottom: 30px;
  clear: left;
  width: 100%;
}
.portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item .reason-content .icon-container {
  float: left;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container {
  float: left;
  width: 80%;
  padding: 0 10px;
  margin-bottom: 20px;
  height: auto;
}
.portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item .reason-content .title-container caption {
  position: initial;
  text-align: left;
}
.portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .description, .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item .reason-content .description, .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item .reason-content .description, .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item .reason-content .description {
  float: left;
  width: 75%;
  padding: 0 10px;
  clear: left;
  text-align: left;
}
.portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-column:not(.portlet-column-only).col-lg-4 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-nested-portlets.col-md-4 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-nested-portlets.col-lg-4 .reason-container .reason-row .reason-item .reason-content .link-button {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

.reason-container.horizontal .reason-row .reason-item {
  display: block;
  margin-bottom: 30px;
  clear: left;
  width: 100%;
}
.reason-container.horizontal .reason-row .reason-item .reason-content .icon-container {
  float: left;
  width: 9%;
  padding: 0 10px;
}
.reason-container.horizontal .reason-row .reason-item .reason-content .title-container {
  float: left;
  width: 33%;
  padding: 0 10px;
}
.reason-container.horizontal .reason-row .reason-item .reason-content .title-container h3, .reason-container.horizontal .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .reason-container.horizontal .reason-row .reason-item .reason-content .title-container caption, .reason-container.horizontal .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .reason-container.horizontal .reason-row .reason-item .reason-content .title-container caption {
  position: relative;
  text-align: left;
}
.reason-container.horizontal .reason-row .reason-item .reason-content .description {
  float: left;
  width: 43%;
  padding: 0 10px;
  text-align: left;
}
.reason-container.horizontal .reason-row .reason-item .reason-content .link-button {
  float: left;
  width: 15%;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

#content .cdi-general-search .portlet-body > form .form-group {
  float: left;
  width: 100%;
}
#content .cdi-general-search .portlet-body > form .form-group input[type=text] {
  border: 0;
  background-color: #ededed;
  color: #434343;
}
#content .cdi-general-search .portlet-body > form .icon-monospaced {
  float: left;
  margin: 9px 0 0 -42px;
  position: relative;
}
#content .cdi-general-search .portlet-body > form .icon-monospaced a:hover, #content .cdi-general-search .portlet-body > form .icon-monospaced a:focus {
  color: #f9b03c;
  padding: 0;
  border: 0;
  box-shadow: none;
}
#content .cdi-general-search .portlet-body > form .icon-monospaced .lexicon-icon-search {
  padding: 5px;
  width: 2rem;
  height: 2rem;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table {
  border: 0;
  margin-bottom: 20px;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr:nth-of-type(odd), #content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: transparent;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr:nth-of-type(odd) td, #content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr:nth-of-type(even) td {
  background-color: transparent;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr td {
  border: 0;
  padding: 0;
  background-color: transparent !important;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr td > div > a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr td > div > a:focus {
  text-decoration: underline;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr td .col-2 {
  padding: 10px 15px 10px 0;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr td .col-2 img {
  width: 100%;
  padding: 0;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr td .col-10 {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0 30px 15px;
  font-size: 16px;
  color: #434343;
}
#content .cdi-general-search .portlet-body .searchcontainer-content .table.table-striped > tbody > tr td .col-10 .col-12:first-child {
  font-family: "latobold", sans-serif;
  color: #00a5cc;
  margin-bottom: 10px;
}
#content .cdi-general-search .portlet-body div[data-search-results=""] > p {
  color: #434343;
}
#content .cdi-general-search .portlet-body div[data-search-results=""] > p.top-results {
  font-size: 16px;
  margin-bottom: 20px;
  color: #434343;
  font-size: 18px;
  margin-bottom: 10px;
}
#content .cdi-general-search .portlet-body div[data-search-results=""] > p.top-results .total, #content .cdi-general-search .portlet-body div[data-search-results=""] > p.top-results > .keywords {
  font-family: "latobold", sans-serif;
}
#content .cdi-general-search .portlet-body div[data-search-results=""] > p.main-results {
  font-size: 25px;
  color: #f9b03c;
  margin-bottom: 10px;
}
#content .cdi-general-search .portlet-body div[data-search-results=""] ul.related-results {
  list-style: none;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#content .cdi-general-search .portlet-body div[data-search-results=""] ul.related-results > li {
  display: table-cell;
  width: 20%;
  height: auto;
  vertical-align: top;
  border-right: 2px solid #ffffff;
  padding: 15px 20px;
  background-color: #f8f8f8;
}
#content .cdi-general-search .portlet-body div[data-search-results=""] ul.related-results > li a {
  font-family: "latobold", sans-serif;
}
#content .cdi-general-search .portlet-body div[data-search-results=""] ul.related-results > li:last-child {
  border: 0;
}

.portlet-boundary_com_cajaingenieros_portal_social_networks_share_web_portlet_SocialNetworksSharePortlet_ {
  margin-top: 0;
}
.portlet-boundary_com_cajaingenieros_portal_social_networks_share_web_portlet_SocialNetworksSharePortlet_ .compartir {
  padding: 10px 20px;
  margin: 0 0 50px 0;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
}
.portlet-boundary_com_cajaingenieros_portal_social_networks_share_web_portlet_SocialNetworksSharePortlet_ .compartir a {
  font-size: 18px;
  padding: 0 5px;
}
.portlet-boundary_com_cajaingenieros_portal_social_networks_share_web_portlet_SocialNetworksSharePortlet_ .compartir a:hover, .portlet-boundary_com_cajaingenieros_portal_social_networks_share_web_portlet_SocialNetworksSharePortlet_ .compartir a:focus {
  color: #164194;
  text-decoration: none;
}
.portlet-boundary_com_cajaingenieros_portal_social_networks_share_web_portlet_SocialNetworksSharePortlet_ .compartir a .icon-twitter-x {
  background: url(../images/icons/icon-twitter-x-blue.png);
  width: 22px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.portlet-boundary_com_cajaingenieros_portal_social_networks_share_web_portlet_SocialNetworksSharePortlet_ .compartir a .icon-twitter-x:hover {
  background: url(../images/icons/icon-twitter-x-blue-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.portlet-boundary_com_cajaingenieros_portal_social_network_publications_web_portlet_SocialNetworkPublicationsPortlet_ .portlet-body > section {
  overflow: hidden;
}
.portlet-boundary_com_cajaingenieros_portal_social_network_publications_web_portlet_SocialNetworkPublicationsPortlet_ .socialNetworkIcon {
  text-align: center;
  margin: 30px 0 0 0;
  padding: 0 30px;
}
.portlet-boundary_com_cajaingenieros_portal_social_network_publications_web_portlet_SocialNetworkPublicationsPortlet_ .socialNetworkTitle {
  text-align: center;
  color: #164194;
  font-size: 18px;
  font-family: "latobold", sans-serif;
  margin: 20px 0 30px 0;
  padding: 0 30px;
}
.portlet-boundary_com_cajaingenieros_portal_social_network_publications_web_portlet_SocialNetworkPublicationsPortlet_ .socialNetworkTitle > a {
  color: #164194;
}
.portlet-boundary_com_cajaingenieros_portal_social_network_publications_web_portlet_SocialNetworkPublicationsPortlet_ .socialNetworkItems {
  padding: 0 30px;
  margin: 0 0 40px 0;
}
.portlet-boundary_com_cajaingenieros_portal_social_network_publications_web_portlet_SocialNetworkPublicationsPortlet_ .socialNetworkItems > div:first-child {
  font-size: 14px;
  margin-bottom: 3px;
}
.portlet-boundary_com_cajaingenieros_portal_social_network_publications_web_portlet_SocialNetworkPublicationsPortlet_ .socialNetworkItems > div a:last-child {
  font-family: "latobold", sans-serif;
}

.slider {
  position: relative;
}
.slider .play-slider, .slider .pause-slider {
  position: absolute;
  right: 25px;
  bottom: 12px;
  z-index: 2;
  width: 25px;
  height: 25px;
  padding: 0 0 0 1px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  display: none;
  text-align: center;
  line-height: 22px;
  margin-left: 30px;
}
.slider .play-slider span, .slider .pause-slider span {
  font-size: 12px;
  color: #164194;
}
.slider .play-slider:hover, .slider .play-slider:focus, .slider .pause-slider:hover, .slider .pause-slider:focus {
  opacity: 1;
  text-decoration: none;
}
.slider .item {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.slider .item > a > img {
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  width: auto;
  height: auto;
}
.slider .item .back-slide-carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.slider .item .content-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #434343;
}
.slider .item .content-slide img {
  width: auto;
}
.slider .item .slide-content {
  position: absolute;
  padding: 20px;
}
.slider .item .slide-content img {
  width: auto;
}
.slider .item .slide-content.left {
  left: 0;
  margin-left: calc((100% - 1148px) / 2);
}
.slider .item .slide-content.right {
  right: 0;
  margin-right: calc((100% - 1148px) / 2);
}
.slider .item .slide-content.headerLeft {
  left: 0;
  width: 764px !important;
  box-sizing: content-box;
  padding: 20px 20px 20px calc((100% - 1148px) / 2);
}
.slider .item .slide-content.headerRight {
  right: 0;
  width: 344px !important;
  box-sizing: content-box;
  padding: 20px calc((100% - 1148px) / 2) 20px 20px;
}
.slider .item .slide-content.center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.slider .item .slide-content.align-top {
  top: 0;
}
.slider .item .slide-content.align-bottom {
  bottom: 0;
}
.slider .item .slide-content.align-middle {
  top: 50%;
  transform: translateY(-50%);
}
.slider .item .slide-content .contents {
  clear: left;
  margin-top: 20px;
}
.slider .item .slide-content .slide-content-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider .item .slide-content-background-align-header {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
  height: 100%;
  box-sizing: content-box;
}
.slider .item .slide-content-background-align-header.headerLeft {
  left: 0;
  width: 764px;
  padding: 20px 20px 20px calc((100% - 1148px) / 2);
}
.slider .item .slide-content-background-align-header.headerRight {
  right: 0;
  width: 344px;
  padding: 20px calc((100% - 1148px) / 2) 20px 20px;
}
.slider .owl-carousel .fixed-video-aspect {
  position: relative;
}
.slider .owl-carousel .fixed-video-aspect:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.slider .owl-carousel .fixed-video-aspect > .item-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider .owl-carousel .fixed-video-aspect > .item-video .owl-video-frame iframe {
  width: 100%;
  height: 100%;
}
.slider .owl-carousel .owl-video-tn {
  background-size: cover;
}
.slider .owl-carousel .owl-video-wrapper {
  background-color: transparent;
}
.slider .owl-dots {
  position: relative;
  margin-top: -35px !important;
}
.slider .video-cookies-container {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000;
  color: #ffffff;
  font-size: 18px;
}
.slider .video-cookies-container .video-cookies-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portlet-boundary_SocialNetworkRoom_ section[id$=socialNetworkWrapper] {
  position: relative;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body h1 {
  font-size: 25px;
  color: #434343;
  padding: 25px 0;
  margin: 0;
  font-weight: normal;
  display: block;
  text-align: center;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] {
  column-count: 3;
  column-gap: 30px;
  margin-bottom: 60px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div {
  width: 100%;
  margin: 0 0 30px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  overflow: hidden;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.image {
  max-height: 275px;
  overflow: hidden;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share {
  float: right;
  padding: 10px 20px;
  margin: 0 40px 35px 0;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  background-color: #ffffff;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share a {
  font-size: 18px;
  padding: 0 8px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share a.twitter-share-button {
  font-size: 0;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share a.twitter-share-button:after {
  content: "\f099";
  font-family: fontawesome-alloy;
  font-size: 18px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share a.g-plus {
  font-size: 0;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share a.g-plus:after {
  content: "\f0d5";
  font-family: fontawesome-alloy;
  font-size: 18px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share a:hover, .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share a:focus {
  color: #378dbe;
  text-decoration: none;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share .fb-share-button {
  display: inline-block;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share .fb-share-button > a {
  font-size: 18px;
  padding: 0 5px;
  font-size: 0;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.share .fb-share-button > a:after {
  content: "\f09a";
  font-family: fontawesome-alloy;
  font-size: 18px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.icon {
  float: left;
  margin: 0 0 35px 35px;
  padding: 3px 0 0 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.icon > span {
  font-size: 18px;
  color: #f9b03c;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div:nth-last-child(3) {
  padding: 10px 40px 40px 35px;
  color: #434343;
  font-size: 16px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div:nth-last-child(4) {
  padding: 40px 40px 10px 35px;
  font-size: 14px;
  font-family: "latobold", sans-serif;
  color: #262626;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] {
  padding: 10px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  background-color: #ffffff;
  display: block;
  margin: 30px auto;
  width: 33%;
  text-align: right;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div {
  display: inline-block;
  font-size: 0;
  color: #4568aa;
  cursor: pointer;
  margin-left: 10px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div:hover, .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div:focus {
  color: #378dbe;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div[data-social-network=all] {
  font-size: 22px;
  float: left;
  margin-left: 0;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div[data-social-network=twitter]:after {
  content: "\f099";
  font-family: fontawesome-alloy;
  font-size: 22px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div[data-social-network=facebook]:after {
  content: "\f09a";
  font-family: fontawesome-alloy;
  font-size: 22px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div[data-social-network=g-plus]:after {
  content: "\f0d5";
  font-family: fontawesome-alloy;
  font-size: 22px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div.active {
  color: #f9b03c;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter]:before {
  content: "";
  width: 100%;
  border-top: 2px solid #d9d9d9;
  position: absolute;
  left: 0;
  z-index: -1;
  margin-top: 15px;
}
.portlet-boundary_SocialNetworkRoom_ .portlet-body div[id*=loadMore] {
  clear: left;
  margin: 60px 0 0 0;
  text-align: center;
}

.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter {
  text-align: center;
  position: relative;
  max-width: 1148px;
  margin: 0 auto;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter select.form-control {
  border-radius: 25px !important;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: -1;
  background-color: #d9d9d9;
  top: 26px;
  left: 0;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter .form-inline {
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter .form-inline label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #434343;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list {
  list-style: none;
  padding: 0;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month {
  clear: left;
  overflow: hidden;
  padding: 0 calc((100% - 1148px) / 2) 30px calc((100% - 1148px) / 2);
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month:nth-child(even) {
  background-color: #ededed;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-month-name {
  font-size: 20px;
  text-transform: uppercase;
  color: #434343;
  margin: 30px 0;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list {
  list-style: none;
  padding: 0;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report {
  border-left: 1px solid #d9d9d9;
  padding: 0 20px;
  width: 20%;
  float: left;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report:nth-child(5n+1) {
  clear: left;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span {
  display: block;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span:nth-child(1) {
  font-family: "latobold", sans-serif;
  color: #f9b03c;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span:nth-child(2) {
  color: #434343;
  font-size: 18px;
  margin-bottom: 20px;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span:nth-child(3) {
  color: #434343;
  margin-bottom: 20px;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span:nth-child(4) a {
  font-family: "latobold", sans-serif;
  padding-left: 30px;
  line-height: 32px;
  color: #4568aa;
  display: block;
  background: url(../images/icons/pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more {
  text-align: center;
  margin: 50px 0;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a {
  color: #ffffff;
  background-color: #4568aa;
  border-color: #4568aa;
}
.portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus {
  background-color: #378dbe;
  border-color: #378dbe;
}

.ddm-form-page > p.text-secondary {
  display: none;
}

.lfr-ddm__default-page-header-title {
  display: none;
}

/*Plugins styles*/
.r-tabs .r-tabs-nav {
  margin: 0;
}

.r-tabs .r-tabs-tab {
  display: grid;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 767px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
@media (max-width: 767px) {
  .r-tabs {
    width: 100%;
  }
}
.r-tabs .r-tabs-nav {
  border-bottom: 1px solid #d9dde0;
  display: flex;
}
.r-tabs .r-tabs-nav li {
  background-color: #d9dde0;
  border: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  margin-left: 5px;
  flex: 1;
}
.r-tabs .r-tabs-nav li > a {
  display: grid;
  padding: 10px 20px;
  color: #415465;
  font-size: 20px;
  width: 100%;
  height: 100%;
  align-items: center;
}
.r-tabs .r-tabs-nav li > h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.r-tabs .r-tabs-nav li > h2 > a {
  display: block;
  padding: 5px 10px;
  color: #415465;
  font-size: 20px;
}
.r-tabs .r-tabs-nav li:hover, .r-tabs .r-tabs-nav li:focus {
  background-color: #d9d9d9;
}
.r-tabs .r-tabs-nav li:hover > a, .r-tabs .r-tabs-nav li:hover > h2 > a, .r-tabs .r-tabs-nav li:focus > a, .r-tabs .r-tabs-nav li:focus > h2 > a {
  color: #0f4d82;
  text-decoration: none;
}
.r-tabs .r-tabs-nav li:hover > a:hover, .r-tabs .r-tabs-nav li:hover > a:focus, .r-tabs .r-tabs-nav li:hover > h2 > a:hover, .r-tabs .r-tabs-nav li:hover > h2 > a:focus, .r-tabs .r-tabs-nav li:focus > a:hover, .r-tabs .r-tabs-nav li:focus > a:focus, .r-tabs .r-tabs-nav li:focus > h2 > a:hover, .r-tabs .r-tabs-nav li:focus > h2 > a:focus {
  color: #0f4d82;
  text-decoration: none;
}
.r-tabs .r-tabs-nav li.r-tabs-state-active {
  background-color: #ffffff;
  border: 1px solid #d9dde0;
  border-bottom: 1px solid #ffffff;
}
.r-tabs .r-tabs-nav li.r-tabs-state-active > a, .r-tabs .r-tabs-nav li.r-tabs-state-active > h2 > a {
  text-decoration: none;
  font-weight: bold;
  color: #164194;
}
.r-tabs .r-tabs-nav li.r-tabs-state-active > a:hover, .r-tabs .r-tabs-nav li.r-tabs-state-active > a:focus, .r-tabs .r-tabs-nav li.r-tabs-state-active > h2 > a:hover, .r-tabs .r-tabs-nav li.r-tabs-state-active > h2 > a:focus {
  color: #164194;
  font-family: "latobold", sans-serif;
  box-shadow: none;
  border: 0;
  text-decoration: none;
}
.r-tabs .r-tabs-nav li.r-tabs-state-active > a:after, .r-tabs .r-tabs-nav li.r-tabs-state-active > h2 > a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -2px;
  left: 0;
}
.r-tabs .r-tabs-nav li.r-tabs-state-active + li + li {
  border-left: 0;
}
.r-tabs .r-tabs-panel {
  padding: 20px 0 50px 0;
  overflow: hidden;
}
.r-tabs .r-tabs-panel .features-tab-content > h2, .r-tabs .r-tabs-panel .features-tab-content > h3, .r-tabs .r-tabs-panel .journal-content-article table .features-tab-content > caption, .journal-content-article table .r-tabs .r-tabs-panel .features-tab-content > caption, .r-tabs .r-tabs-panel .journal-content-article .table-bordered .features-tab-content > caption, .journal-content-article .table-bordered .r-tabs .r-tabs-panel .features-tab-content > caption {
  text-align: center;
  font-size: 45px;
  color: #434343;
  margin: 40px 0;
}
.r-tabs .r-tabs-accordion-title > a {
  display: block;
  padding: 20px;
  background-color: #ffffff;
  color: #434343;
  font-size: 18px;
  background: transparent url(../images/icons/angle-down-blue.svg) 96% 50% no-repeat;
  background-size: 13px auto;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.r-tabs .r-tabs-accordion-title > a:hover, .r-tabs .r-tabs-accordion-title > a:focus {
  background-color: #ededed;
  text-decoration: none;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active > a {
  background: transparent url(../images/icons/angle-up-blue.svg) 96% 50% no-repeat;
  background-size: 13px auto;
  border-bottom: 0;
}

.borderless-fullwidth-fullcontent .r-tabs .r-tabs-nav, .decorate-fullwidth-fullcontent .r-tabs .r-tabs-nav {
  padding: 0 calc((100% - 1148px) / 2);
}
.borderless-fullwidth-fullcontent .r-tabs .r-tabs-panel .features-tab-content, .decorate-fullwidth-fullcontent .r-tabs .r-tabs-panel .features-tab-content {
  max-width: 1148px;
  margin: 0 auto;
}

.portlet-borderless .r-tabs .r-tabs-panel .features-tab-content, .portlet-decorate .r-tabs .r-tabs-panel .features-tab-content {
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .borderless-fullwidth-fullcontent .r-tabs .r-tabs-nav, .decorate-fullwidth-fullcontent .r-tabs .r-tabs-nav {
    padding: 0;
  }
  .borderless-fullwidth-fullcontent .r-tabs-panel .features-tab-content, .decorate-fullwidth-fullcontent .r-tabs-panel .features-tab-content {
    max-width: 100%;
    margin: 0 auto;
  }
  .r-tabs .r-tabs-nav li:first-child {
    margin-left: 20px;
  }
  .r-tabs .r-tabs-panel .features-tab-content {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-panel h2 {
    display: none;
  }
}
/*Structure styles*/
#banner {
  position: relative;
  z-index: 2;
}
#banner .portlet-journal-content .portlet .portlet-header {
  display: none;
}
#banner .portlet-journal-content .portlet:hover .portlet-header {
  display: block;
  position: absolute;
  z-index: 1;
}
#banner .portlet > .portlet-topper {
  transform: translateY(-30%) !important;
}
#banner #heading {
  margin: 0 auto;
}
#banner #heading .portlet-content {
  padding: 0;
  border: 0;
}
#banner #heading .heading-left {
  padding-left: calc((100% - 1148px) / 2);
  width: 784px;
  box-sizing: content-box;
  height: 125px;
  vertical-align: top;
}
#banner #heading .heading-left *:focus {
  border-radius: 4px;
}
#banner #heading .heading-right {
  padding-right: calc((100% - 1148px) / 2);
  background-color: #1b2443;
  width: 364px;
  height: 155px;
  box-sizing: content-box;
}
#banner #heading .heading-right a[id^=-button]:hover,
#banner #heading .heading-right a[id^=-button]:focus {
  background-color: #378dbe;
  color: #434343;
}
#banner #heading .heading-right #languages {
  margin-top: 9px;
}
#banner #heading .heading-right #languages .portlet-header {
  width: 0;
}
#banner #heading .heading-right #languages .portlet > .portlet-topper {
  transform: translateY(-65%) !important;
  background-color: transparent;
}
#banner #heading .heading-right #languages .portlet > .portlet-topper .dropdown-toggle::after {
  display: none;
}
#banner #heading .heading-right #languages .dropdown, #banner #heading .heading-right #languages .dropdown .btn, #banner #heading .heading-right #languages .dropdown .pager li a, .pager li #banner #heading .heading-right #languages .dropdown a, #banner #heading .heading-right #languages .dropdown .lfr-pagination-buttons li a, .lfr-pagination-buttons li #banner #heading .heading-right #languages .dropdown a, #banner #heading .heading-right #languages .dropdown .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces #banner #heading .heading-right #languages .dropdown a:last-child, #banner #heading .heading-right #languages .dropdown .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces #banner #heading .heading-right #languages .dropdown a:first-child, #banner #heading .heading-right #languages .dropdown .detalleComercioCompleto .backButton > a, .detalleComercioCompleto #banner #heading .heading-right #languages .dropdown .backButton > a, #banner #heading .heading-right #languages .dropdown .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop #banner #heading .heading-right #languages .dropdown .links > a, #banner #heading .heading-right #languages .dropdown .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more #banner #heading .heading-right #languages .dropdown a {
  text-transform: uppercase;
}
#banner #heading .heading-right #languages .input-select-wrapper {
  position: relative;
}
#banner #heading .heading-right #languages .input-select-wrapper::after {
  content: "";
  /*position:absolute;
  right:0;
  top:.75rem;
                    width: .75rem;
                    height: .75rem;
                    background: url(../images/icons/angle-down-white.svg) 50% 50% no-repeat;
                    background-size: 100% auto;*/
  font-family: "fontawesome-alloy";
  content: "\f107";
  color: #fff;
  position: absolute;
  right: 0;
  top: 8px;
}
#banner #heading .heading-right #languages .dropdown-toggle {
  background-color: transparent !important;
  padding: 0 19px 0 12px;
  height: 34px;
  color: #ffffff !important;
  text-transform: capitalize;
  border: 0;
  border-radius: 8px 8px 0 0;
  font-size: 15px;
  font-family: "latoregular", sans-serif;
}
#banner #heading .heading-right #languages .dropdown-toggle::after {
  content: "";
  font-family: "fontawesome-alloy";
  content: "\f107";
  color: #fff;
  position: absolute;
  right: 5px;
  top: 8px;
}
#banner #heading .heading-right #languages .dropdown-toggle:focus {
  text-decoration: none;
}
#banner #heading .heading-right #languages .dropdown-toggle[aria-expanded=true] {
  background-color: #378dbe !important;
  color: #1b2443 !important;
  font-family: "latobold", sans-serif;
  font-weight: bold;
}
#banner #heading .heading-right #languages .dropdown-toggle[aria-expanded=true]::after {
  color: #1b2443 !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#banner #heading .heading-right #languages .dropdown-menu.show {
  background-color: #378dbe;
  border: 0;
  border-radius: 0 0 5px 5px;
  top: -7px !important;
  left: 0 !important;
  min-width: 35.8pt;
  width: 35.8pt;
  margin-left: inherit;
}
#banner #heading .heading-right #languages .dropdown-menu.show > li > a {
  background-image: none;
  padding: 0 0 0 12px;
  color: #1b2443;
  display: block;
}
#banner #heading .heading-right #languages .dropdown-menu.show > li > a:hover, #banner #heading .heading-right #languages .dropdown-menu.show > li > a:focus {
  background-color: #164194;
  color: #ffffff;
  font-weight: bold;
}
#banner #heading .heading-right #languages .portlet-content {
  padding: 0;
}
#banner #heading .heading-right #languages .portlet-content .portlet-body select {
  padding: 0 12px 0 5px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent none;
  text-transform: capitalize;
  height: 34px;
}
#banner #heading .heading-right #languages .portlet-content .portlet-body select option {
  color: #164194;
}
#banner #heading .heading-right #languages .portlet-content .portlet-body select::-ms-expand {
  display: none;
}
#banner #heading .heading-right .contact {
  position: relative;
  margin: 1px 0 0 0;
  padding: 0 10px 0 0;
}
#banner #heading .heading-right .contact:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -8px 0 0 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
}
#banner #heading .heading-right .group-cdi-button {
  position: relative;
  z-index: 2;
}
#banner #heading .heading-right .group-cdi-button .hidden-xs .header-button:hover, #banner #heading .heading-right .group-cdi-button .hidden-xs .header-button:focus {
  color: #164194 !important;
  background-color: #728cbe !important;
  text-decoration: none;
}
#banner #heading .heading-right .besides-group-cdi-button {
  position: relative;
  z-index: 2;
}
#banner #heading .heading-right .portlet {
  margin-bottom: 5px;
}
#banner #heading.hideMenus .heading-left, #banner #heading.hideMenus .heading-right {
  height: auto;
}
#banner #heading:not(.hideMenus) .group-cdi-button, #banner #heading:not(.hideMenus) .besides-group-cdi-button {
  margin-top: 40px;
}
#banner #heading .site-title {
  float: left;
  margin-top: 5px;
  font-size: inherit;
}
#banner #heading .site-title .portlet-content {
  padding: 0;
}
#banner #heading .site-title .portlet-content a {
  padding: 5px;
  display: block;
  margin: -5px 0 0 -5px;
}
#banner #heading .site-title .portlet-content a:focus {
  padding: 4px;
  border-radius: 0;
}
#banner #heading .site-title h1 {
  margin: 0;
  line-height: 0;
}
#banner #heading .site-title.no-first-level {
  display: table;
  height: 120px;
}
#banner #heading .site-title.no-first-level > .portlet-boundary {
  display: table-cell;
  vertical-align: middle;
}
#banner .search-container {
  position: absolute;
  z-index: 3;
  top: 60px;
  right: calc((100% - 1148px) / 2);
}
#banner .search-container .search-launcher {
  display: block;
  margin: 7px 10px 0 0;
}
#banner .search-container .search-launcher svg {
  color: #ffffff;
  width: 25px;
  height: 25px;
}
#banner .search-container .search-launcher:hover svg, #banner .search-container .search-launcher:focus svg {
  color: #f9b03c;
}
#banner .search-container .search {
  display: none;
  width: 364px;
  padding: 5px 10px 5px 15px;
  background-color: #728cbe;
}
#banner .search-container .search .portlet-topper {
  transform: translateY(-75%) !important;
}
#banner .search-container .search .form-group {
  width: calc(100% - 30px);
}
#banner .search-container .search input {
  padding: 0;
  background: transparent none;
  border: 0;
  border-radius: 0;
  color: #164194;
  box-shadow: none;
  height: 25px;
}
#banner .search-container .search input::-webkit-input-placeholder {
  color: #164194;
}
#banner .search-container .search input::-moz-placeholder {
  color: #164194;
}
#banner .search-container .search input:-ms-input-placeholder {
  color: #164194;
}
#banner .search-container .search input:-moz-placeholder {
  color: #164194;
}
#banner .search-container .search .icon-monospaced {
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: relative;
  right: -4px;
}
#banner .search-container .search .icon-monospaced a .lexicon-icon-search {
  color: #ffffff;
  padding: 0;
  width: 25px;
  height: 25px;
}
#banner .search-container .search .icon-monospaced a:hover .lexicon-icon-search, #banner .search-container .search .icon-monospaced a:focus .lexicon-icon-search {
  color: #f9b03c;
}
#banner .search-container .search .portlet-content, #banner .search-container .search .portlet, #banner .search-container .search .form-group, #banner .search-container .search .lfr-ddm-field-group {
  margin: 0;
  padding: 0;
}
#banner #navigation {
  width: 100%;
  position: relative;
  top: -50px;
}
#banner #navigation ul {
  padding: 0;
  list-style: none;
}
#banner #navigation ul li {
  display: inline-block;
  position: static;
}
#banner #navigation > ul {
  list-style: none;
  padding-left: calc((100% - 1148px) / 2);
  margin: 0 auto;
  z-index: 1;
}
#banner #navigation > ul > li > a {
  padding: 15px;
  color: #415465;
  font-size: 20px;
  line-height: 20px;
  display: block;
}
#banner #navigation > ul > li > a:hover, #banner #navigation > ul > li > a:focus {
  color: #164194;
  text-decoration: none;
}
#banner #navigation > ul > li > a:focus {
  padding: 14px;
}
#banner #navigation > ul > li:first-child > a {
  margin-left: -15px;
}
#banner #navigation > ul > li.selected > a, #banner #navigation > ul > li.active > a {
  color: #434343;
  font-weight: bold;
}
#banner #navigation > ul > li.selected > a:hover, #banner #navigation > ul > li.selected > a:focus, #banner #navigation > ul > li.active > a:hover, #banner #navigation > ul > li.active > a:focus {
  color: #164194;
}
#banner #navigation > ul > li.selected > ul, #banner #navigation > ul > li.active > ul {
  display: block;
}
#banner #navigation > ul > li.active > a {
  text-decoration: underline;
}
#banner #navigation > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  padding-left: calc((100% - 1148px) / 2);
  padding-right: calc((100% - 1148px) / 2 + 100px);
  width: 1048px;
  box-sizing: content-box;
  z-index: 1;
  background-color: #164194;
}
#banner #navigation > ul > li > ul.noFisrtLevelSelected {
  display: block;
}
#banner #navigation > ul > li > ul > li > a {
  color: #ffffff;
  font-size: 16px;
  font-family: "latobold", sans-serif;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 55px;
}
#banner #navigation > ul > li > ul > li > a:hover, #banner #navigation > ul > li > ul > li > a:focus {
  color: #f9b03c;
  text-decoration: none;
}
#banner #navigation > ul > li > ul > li > a:focus {
  text-decoration: underline;
  line-height: 53px;
  padding-left: 11px;
  padding-right: 11px;
}
#banner #navigation > ul > li > ul > li.selected > a, #banner #navigation > ul > li > ul > li.active > a {
  color: #f9b03c;
}
#banner #navigation > ul > li > ul > li.selected > a:hover, #banner #navigation > ul > li > ul > li.selected > a:focus, #banner #navigation > ul > li > ul > li.active > a:hover, #banner #navigation > ul > li > ul > li.active > a:focus {
  color: #f9b03c;
}
#banner #navigation > ul > li > ul > li.active > a {
  text-decoration: underline;
}
#banner #navigation > ul > li > ul > li:hover > ul, #banner #navigation > ul > li > ul > li:focus > ul, #banner #navigation > ul > li > ul > li.active > ul {
  display: table;
}
#banner #navigation > ul > li > ul > li:hover:after, #banner #navigation > ul > li > ul > li:focus:after, #banner #navigation > ul > li > ul > li.active:after {
  content: "";
  border-top: 1px solid #718bbe;
  margin: 0 calc((100% - 1148px) / 2);
  width: 100%;
  position: absolute;
  left: -20px;
  z-index: 2;
}
#banner #navigation > ul > li > ul > li.inactive > ul {
  display: none;
}
#banner #navigation > ul > li > ul > li.inactive:hover > ul, #banner #navigation > ul > li > ul > li.inactive:focus > ul {
  display: none;
}
#banner #navigation > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 calc((100% - 1148px) / 2);
  z-index: 1;
  background-color: #164194;
}
#banner #navigation > ul > li > ul > li > ul > div {
  display: block;
  width: 100%;
}
#banner #navigation > ul > li > ul > li > ul > div > li {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  margin: 10px -4px 20px 0;
}
#banner #navigation > ul > li > ul > li > ul > div > li > a {
  color: #ffffff;
  font-size: 14px;
  font-family: "latobold", sans-serif;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5px 0;
}
#banner #navigation > ul > li > ul > li > ul > div > li > a .icon {
  padding-right: 10px;
}
#banner #navigation > ul > li > ul > li > ul > div > li > a .icon img {
  -moz-transition: all 0.75s;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
#banner #navigation > ul > li > ul > li > ul > div > li > a .icon.hasHover img.hover {
  display: none;
}
#banner #navigation > ul > li > ul > li > ul > div > li > a .text {
  padding-right: 10px;
  white-space: normal;
}
#banner #navigation > ul > li > ul > li > ul > div > li > a:hover, #banner #navigation > ul > li > ul > li > ul > div > li > a:focus {
  color: #fac063;
  text-decoration: none;
}
#banner #navigation > ul > li > ul > li > ul > div > li > a:hover .icon img, #banner #navigation > ul > li > ul > li > ul > div > li > a:focus .icon img {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
#banner #navigation > ul > li > ul > li > ul > div > li > a:hover .icon.hasHover img, #banner #navigation > ul > li > ul > li > ul > div > li > a:focus .icon.hasHover img {
  display: none;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#banner #navigation > ul > li > ul > li > ul > div > li > a:hover .icon.hasHover img.hover, #banner #navigation > ul > li > ul > li > ul > div > li > a:focus .icon.hasHover img.hover {
  display: block;
}
#banner #navigation > ul > li > ul > li > ul > div > li > a:focus {
  text-decoration: underline;
  padding: 4px 0;
}
#banner #navigation > ul > li > ul > li > ul > div > li.selected > a {
  color: #fac063;
}
#banner #navigation > ul > li > ul > li > ul > div > li.selected > a:hover, #banner #navigation > ul > li > ul > li > ul > div > li.selected > a:focus {
  color: #fac063;
}
#banner #navigation > ul > li > ul > li:first-child > a {
  margin-left: 0;
}
#banner #navigation > ul > li > ul.microsite-bar {
  width: 1148px;
  height: 55px;
  padding-left: calc((100% - 1148px) / 2);
  padding-right: calc((100% - 1148px) / 2);
  display: block;
  z-index: 2;
}
#banner #navigation > ul > li > ul.microsite-bar > li {
  display: block;
  line-height: 55px;
}
#banner #navigation > ul > li > ul.microsite-bar > li .logo {
  margin: 5px 15px 0 0;
  max-height: 50px;
}
#banner #navigation > ul > li > ul.microsite-bar > li .microsite-text {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}
#banner #navigation > ul > li > ul.microsite-bar > li .microsite-text p {
  margin: 0;
}
#banner #navigation > ul > li > ul.microsite-bar > li:hover:after {
  display: none;
}
#banner #navigation > ul > li > ul.microsite-bar .portlet-content {
  padding: 0;
}

.header-button {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-family: "latobold", sans-serif;
  color: #434343;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.header-button img {
  vertical-align: middle;
  max-height: 20px;
  margin-right: 5px;
}
.header-button .header-css-icon {
  font-size: 20px;
}
.header-button.rounded-borders {
  border-radius: 25px;
  padding: 12px 18px;
}
.header-button.rounded-borders:focus {
  border-radius: 25px;
  padding: 11px 17px;
}
.header-button:focus {
  padding: 14px;
  border-radius: 0;
}

.heading-right .header-button {
  color: #ffffff;
}

.heading-left .partner .header-button:hover, .heading-left .partner .header-button:focus {
  color: #164194;
}

.contact .header-button, .offices .header-button {
  font-weight: normal;
}

#wrapper {
  padding: 0;
}

#content {
  position: relative;
  padding: 0 0 30px 0;
  margin-top: 9px;
  background: none 0 0 no-repeat;
  background-size: cover;
}
#content.opened-menu {
  position: fixed;
  overflow: hidden;
}
#content select {
  background: url(../images/icons/angle-down-yellow.svg) calc(100% - 10px) 50% no-repeat;
  background-size: 14px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#content select:focus {
  border: 1px solid #f9b03c;
}
#content select::-ms-expand {
  display: none;
}
#content #breadcrumbs {
  max-width: 1148px;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}
#content #breadcrumbs a:not([href]) {
  display: none;
}
#content #breadcrumbs .you-are {
  font-size: 14px;
  color: #415465;
  padding: 0 5px 0 0;
  display: inline-block;
  margin: 0;
}
#content #breadcrumbs .breadcrumbs-portlet-container {
  display: inline-block;
  vertical-align: top;
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content {
  padding: 0;
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*&.breadcrumb-horizontal{*/
  /*}*/
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li.active {
  color: #164194;
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li a {
  color: #434343;
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li a:hover, #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li a:focus {
  color: #4568aa;
  text-decoration: none;
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li .active {
  color: #164194;
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb > li + li:before {
  display: none;
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb > li + li > a:before, #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb > li + li > span:before {
  width: 0;
  background-image: none;
  /*font-family:fontawesome-alloy;
  content: "\f054";*/
  content: ">";
  font-size: 10px;
  color: #434343;
  position: inherit;
  float: none;
  display: inline-block;
  left: 0;
  top: 0;
  padding: 0 10px;
  margin: 0 5px 0 0;
}
#content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb > li + li.active:before {
  width: 0;
  background-image: none;
  /*font-family:fontawesome-alloy;
  content: "\f054";*/
  content: ">";
  font-size: 10px;
  color: #434343;
  position: inherit;
  float: none;
  display: inline-block;
  left: 0;
  top: 0;
  padding: 0 10px;
  margin: 0 5px 0 0;
}
#content .portlet-content {
  padding: 0;
  border-radius: 0;
}

#main-content {
  max-width: 1148px;
  margin: 0 auto;
}
#main-content.columns-1, #main-content.columns-max, #main-content.cdi-1col {
  max-width: 100%;
}
#main-content.cdi-1-col-sinmargen {
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  #main-content.cdi-1-col-sinmargen {
    margin-top: -4px;
  }
}

.with-breadcrumbs #main-content.cdi-1-col-sinmargen {
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .with-breadcrumbs #main-content.cdi-1-col-sinmargen {
    margin-top: -84px;
  }
}

.has-control-menu #content .portlet-column-content .portlet-boundary:first-child {
  margin-top: 30px;
}

#footer .portlet-journal-content .portlet .portlet-header {
  display: none;
}
#footer .portlet-journal-content .portlet:hover .portlet-header {
  display: block;
  position: absolute;
  z-index: 1;
}
#footer .portlet > .portlet-topper {
  transform: translateY(-30%) !important;
}
#footer .simple-footer {
  background-color: #164194;
}
#footer .simple-footer p {
  max-width: 1148px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: auto;
  padding: 25px 0;
}
#footer .simple-footer *:focus {
  text-decoration: underline;
}
#footer div[id*=footer-links-responsive-container] {
  position: relative;
}
#footer div[id*=footer-links-responsive-container]:after {
  font-family: "fontawesome-alloy";
  content: "\f107";
  color: #434343;
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 20px;
}
#footer .footer-links-responsive {
  background-color: #ededed;
  border: 0;
  color: #434343;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#footer .footer-links-responsive::-ms-expand {
  display: none;
}
#footer .portlet {
  margin: 0;
}
#footer .portlet-content {
  padding: 0;
}
#footer .footer-left {
  position: relative;
  vertical-align: top;
  padding: 0 0 70px calc((100% - 1148px) / 2);
  background-color: #ededed;
  width: 784px;
  box-sizing: content-box;
}
#footer .footer-left *:focus {
  text-decoration: underline;
}
#footer .footer-left .footer-left-top {
  margin: 50px 0 70px 0;
  overflow: hidden;
}
#footer .footer-left .footer-left-top .footer-4-cols {
  /*.col-sm-3 {
  	padding-left:5px;
  	padding-right:25px;
  }*/
}
#footer .footer-left .footer-left-top .footer-4-cols .title {
  font-size: 14px;
  font-family: "latobold", sans-serif;
  color: #434343;
  line-height: 1em;
}
#footer .footer-left .footer-left-top .footer-4-cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-left .footer-left-top .footer-4-cols ul li {
  padding: 0;
}
#footer .footer-left .footer-left-top .footer-4-cols ul li a {
  display: block;
  font-size: 14px;
  color: #434343;
  line-height: 22px;
  padding-left: 5px;
  margin-left: -5px;
}
#footer .footer-left .footer-left-top .footer-4-cols ul li a:hover, #footer .footer-left .footer-left-top .footer-4-cols ul li a:focus {
  color: #4568aa;
  text-decoration: none;
}
#footer .footer-left .footer-left-top .footer-4-cols ul li a:focus {
  text-decoration: underline;
  line-height: 20px;
}
#footer .footer-left .footer-left-top .footer-4-cols h3, #footer .footer-left .footer-left-top .footer-4-cols .journal-content-article table caption, .journal-content-article table #footer .footer-left .footer-left-top .footer-4-cols caption, #footer .footer-left .footer-left-top .footer-4-cols .journal-content-article .table-bordered caption, .journal-content-article .table-bordered #footer .footer-left .footer-left-top .footer-4-cols caption, #footer .footer-left .footer-left-top .footer-4-cols ul {
  padding-left: 5px;
}
#footer .footer-left .footer-left-bottom {
  position: absolute;
  right: 15px;
  bottom: 25px;
}
#footer .footer-left .footer-left-bottom .portlet-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-left .footer-left-bottom .portlet-body ul li {
  display: inline-block;
}
#footer .footer-left .footer-left-bottom .portlet-body ul li + li:before {
  content: "·";
  padding: 0 10px;
  margin: -5px 0 0 0;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-left .footer-left-bottom .portlet-body ul li a {
  font-size: 14px;
  color: #434343;
  line-height: 22px;
  padding: 5px;
}
#footer .footer-left .footer-left-bottom .portlet-body ul li a:hover, #footer .footer-left .footer-left-bottom .portlet-body ul li a:focus {
  color: #4568aa;
  text-decoration: none;
}
#footer .footer-left .footer-left-bottom .portlet-body ul li a:focus {
  text-decoration: underline;
  padding: 4px;
}
#footer .footer-right {
  position: relative;
  vertical-align: top;
  padding: 0 calc((100% - 1148px) / 2) 70px 0;
  background-color: #1b2443;
  color: #ffffff;
  width: 364px;
  box-sizing: content-box;
}
#footer .footer-right *:focus {
  text-decoration: underline;
}
#footer .footer-right .contact-footer {
  padding: 50px 0 0 20px;
}
#footer .footer-right .contact-footer .title {
  color: #ffffff;
  font-size: 14px;
  font-family: "latobold", sans-serif;
  margin-bottom: 10px;
  line-height: 1em;
  display: block;
}
#footer .footer-right .contact-footer ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
#footer .footer-right .contact-footer ul li {
  color: #ffffff;
  line-height: 22px;
  font-size: 14px;
}
#footer .footer-right .contact-footer ul li a {
  color: #ffffff;
}
#footer .footer-right .contact-footer ul li a:hover, #footer .footer-right .contact-footer ul li a:focus {
  color: #fac063;
  text-decoration: none;
}
#footer .footer-right .contact-footer ul li a:focus {
  text-decoration: underline;
  line-height: 20px;
}
#footer .footer-right .contact-footer ul li a.contact {
  display: inline-block;
  padding: 5px 5px 5px 26px;
  margin-left: -5px;
  background: url(../images/icons/headphones.png) 5px 5px no-repeat;
}
#footer .footer-right .contact-footer ul li a.contact:hover, #footer .footer-right .contact-footer ul li a.contact:focus {
  background: url(../images/icons/headphones-hover.png) 5px 5px no-repeat;
}
#footer .footer-right .contact-footer ul li a.contact:focus {
  padding: 4px 4px 4px 25px;
}
#footer .footer-right .contact-footer ul li a.offices {
  display: inline-block;
  padding: 5px 5px 5px 26px;
  margin-left: -5px;
  background: url(../images/icons/marker.png) 5px 5px no-repeat;
}
#footer .footer-right .contact-footer ul li a.offices:hover, #footer .footer-right .contact-footer ul li a.offices:focus {
  background: url(../images/icons/marker-hover.png) 5px 5px no-repeat;
}
#footer .footer-right .contact-footer ul li a.offices:focus {
  padding: 4px 4px 4px 25px;
}
#footer .footer-right .contact-footer ul li img {
  margin-right: 5px;
}
#footer .footer-right .contact-footer ul.social-networks li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
#footer .footer-right .contact-footer ul.social-networks li:first-child {
  margin-left: -5px;
}
#footer .footer-right .contact-footer ul.social-networks li.separator {
  border-top: 0;
  border-right: 1px solid #ffffff;
  opacity: 0.5;
  margin: 0 10px 0 0;
  height: 24px;
}
#footer .footer-right .contact-footer ul.social-networks li i {
  font-size: 22px;
}
#footer .footer-right .contact-footer ul.social-networks li i.icon-twitter-x {
  background: url(../images/icons/icon-twitter-x.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0;
}
#footer .footer-right .contact-footer ul.social-networks li i.icon-twitter-x:hover {
  background: url(../images/icons/icon-twitter-x-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#footer .footer-right .contact-footer ul.social-networks li i.icon-twitter-x.blue:hover {
  background: url(../images/icons/icon-twitter-x-light-blue-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#footer .footer-right .contact-footer ul.social-networks li a {
  display: block;
  padding: 5px;
}
#footer .footer-right .contact-footer ul.social-networks li a:hover, #footer .footer-right .contact-footer ul.social-networks li a:focus {
  color: #728cbe;
  text-decoration: none;
}
#footer .footer-right .contact-footer ul.social-networks li a:focus {
  text-decoration: underline;
  padding: 4px;
}
#footer .footer-right .contact-footer ul.social-networks li a.social-room {
  display: block;
  padding-left: 27px;
  background: url(../images/icons/social-room.png) 0 5px no-repeat;
}
#footer .footer-right .contact-footer ul.social-networks li a.social-room:hover, #footer .footer-right .contact-footer ul.social-networks li a.social-room:focus {
  background: url(../images/icons/social-room-hover.png) 0 5px no-repeat;
}
#footer .footer-right .contact-footer ul.social-networks li a.social-room:focus {
  text-decoration: underline;
  padding-left: 26px;
}
#footer .footer-right .contact-footer ul.social-networks li:last-child a:hover, #footer .footer-right .contact-footer ul.social-networks li:last-child a:focus {
  color: #fac063;
}
#footer .footer-right .contact-footer p {
  color: #ffffff;
}
#footer .footer-right .contact-footer .we-call {
  position: absolute;
  right: 0;
  margin-top: 30px;
}
#footer .footer-right .contact-footer .we-call .btn:not(.btn-unstyled).btn-primary, #footer .footer-right .contact-footer .we-call .pager li a:not(.btn-unstyled).btn-primary, .pager li #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary, #footer .footer-right .contact-footer .we-call .lfr-pagination-buttons li a:not(.btn-unstyled).btn-primary, .lfr-pagination-buttons li #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary, #footer .footer-right .contact-footer .we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:last-child, #footer .footer-right .contact-footer .we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:first-child, #footer .footer-right .contact-footer .we-call .detalleComercioCompleto .backButton > a:not(.btn-unstyled).btn-primary, .detalleComercioCompleto #footer .footer-right .contact-footer .we-call .backButton > a:not(.btn-unstyled).btn-primary, #footer .footer-right .contact-footer .we-call .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled).btn-primary, .detalleComercioCompleto .seccionTop #footer .footer-right .contact-footer .we-call .links > a:not(.btn-unstyled).btn-primary, #footer .footer-right .contact-footer .we-call .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled).btn-primary, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary {
  background-color: #164194;
  border-color: #164194;
}
#footer .footer-right .contact-footer .we-call .btn:not(.btn-unstyled).btn-primary:hover, #footer .footer-right .contact-footer .we-call .pager li a:not(.btn-unstyled).btn-primary:hover, .pager li #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:hover, #footer .footer-right .contact-footer .we-call .lfr-pagination-buttons li a:not(.btn-unstyled).btn-primary:hover, .lfr-pagination-buttons li #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:hover, #footer .footer-right .contact-footer .we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:hover:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:hover:last-child, #footer .footer-right .contact-footer .we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:hover:first-child, #footer .footer-right .contact-footer .we-call .detalleComercioCompleto .backButton > a:not(.btn-unstyled).btn-primary:hover, .detalleComercioCompleto #footer .footer-right .contact-footer .we-call .backButton > a:not(.btn-unstyled).btn-primary:hover, #footer .footer-right .contact-footer .we-call .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled).btn-primary:hover, .detalleComercioCompleto .seccionTop #footer .footer-right .contact-footer .we-call .links > a:not(.btn-unstyled).btn-primary:hover, #footer .footer-right .contact-footer .we-call .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled).btn-primary:hover, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:hover, #footer .footer-right .contact-footer .we-call .btn:not(.btn-unstyled).btn-primary:focus, #footer .footer-right .contact-footer .we-call .pager li a:not(.btn-unstyled).btn-primary:focus, .pager li #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:focus, #footer .footer-right .contact-footer .we-call .lfr-pagination-buttons li a:not(.btn-unstyled).btn-primary:focus, .lfr-pagination-buttons li #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:focus, #footer .footer-right .contact-footer .we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:focus:last-child, #footer .footer-right .contact-footer .we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:not(.btn-unstyled).btn-primary:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:focus:first-child, #footer .footer-right .contact-footer .we-call .detalleComercioCompleto .backButton > a:not(.btn-unstyled).btn-primary:focus, .detalleComercioCompleto #footer .footer-right .contact-footer .we-call .backButton > a:not(.btn-unstyled).btn-primary:focus, #footer .footer-right .contact-footer .we-call .detalleComercioCompleto .seccionTop .links > a:not(.btn-unstyled).btn-primary:focus, .detalleComercioCompleto .seccionTop #footer .footer-right .contact-footer .we-call .links > a:not(.btn-unstyled).btn-primary:focus, #footer .footer-right .contact-footer .we-call .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:not(.btn-unstyled).btn-primary:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more #footer .footer-right .contact-footer .we-call a:not(.btn-unstyled).btn-primary:focus {
  background-color: #378dbe;
  border-color: #378dbe;
  color: #1b2443;
}
#footer .footer-right .contact-footer .mobile-banking {
  font-size: 14px;
  color: #ffffff;
  padding: 5px;
  margin-left: -5px;
}
#footer .footer-right .contact-footer .mobile-banking:hover, #footer .footer-right .contact-footer .mobile-banking:focus {
  color: #fac063;
  text-decoration: none;
}
#footer .footer-right .contact-footer .mobile-banking:focus {
  text-decoration: underline;
}
#footer .footer-right .copyright {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  margin-bottom: 8px;
}

/*Contents styles*/
.lightbox-header h3, .lightbox-header .journal-content-article table caption, .journal-content-article table .lightbox-header caption, .lightbox-header .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .lightbox-header caption, .lightbox-header p.title {
  margin-bottom: 10px;
  font-weight: 400;
  color: #434343;
  text-align: center;
  font-size: 36px;
}
.lightbox-header h4, .lightbox-header p.title + p.title {
  margin-bottom: 30px;
  font-weight: 400;
  color: #434343;
  text-align: center;
  font-size: 25px;
}

.lightbox-login {
  text-align: center;
}
.lightbox-login .lightbox-login-footer ul {
  list-style: none;
  margin: 0 0 35px 0;
  padding: 0;
  font-size: 14px;
}
.lightbox-login iframe {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 240px;
}

.lightbox-footer {
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
}

/***términos y condiciones***/
#terms-conditions-modal .TB_modal, #terms-conditions-modal .modal-content {
  padding: 20px;
}

.footer-lightbox-ceca {
  margin: 0 0 -30px 0;
  padding: 20px 0;
}

/***404 y portlet no disponible***/
.big-alert-404 span:before {
  font-family: "fontawesome-alloy";
  content: "\f071";
  color: #f9b03c;
  margin-right: 5px;
}

.error-management-big-alert {
  font-size: 25px;
}
.error-management-big-alert span:before {
  font-family: "fontawesome-alloy";
  content: "\f071";
  color: #f9b03c;
  margin-right: 5px;
}

center {
  overflow: hidden;
}

.journal-content-article h2[align=center], .journal-content-article center h2 {
  display: inline-block;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*Other styles*/
/***Colors***/
/***Fonts***/
/***Structure***/
.portlet-boundary {
  clear: left;
}

.portlet-column-only {
  padding: 0;
}
.portlet-column-only .portlet-content {
  padding-left: 0;
  padding-right: 0;
}

.portlet-column-first {
  padding-left: 0;
}

.portlet-column-last {
  padding-right: 0;
}

.modal-backdrop {
  display: none;
}

.yui3-skin-sam .yui3-widget-mask {
  background-color: #ffffff;
}

/***Colors***/
/***Fonts***/
/***Structure***/
/***opacity***/
.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.transparency-0 {
  opacity: 1;
}

.transparency-10 {
  opacity: 0.9;
}

.transparency-20 {
  opacity: 0.8;
}

.transparency-30 {
  opacity: 0.7;
}

.transparency-40 {
  opacity: 0.6;
}

.transparency-50 {
  opacity: 0.5;
}

.transparency-60 {
  opacity: 0.4;
}

.transparency-70 {
  opacity: 0.3;
}

.transparency-80 {
  opacity: 0.2;
}

.transparency-90 {
  opacity: 0.1;
}

.transparency-100 {
  opacity: 0;
}

/***margins***/
.m-t-0 {
  margin-top: 0 !important;
}

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

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

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

.m-t-5 {
  margin-top: 5px !important;
}

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

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

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

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

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

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

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

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

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

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

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

.m-t-25 {
  margin-top: 25px !important;
}

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

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

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

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

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

.m-l-35 {
  margin-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

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

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

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

.m-r-40 {
  margin-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

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

.m-l-45 {
  margin-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-t-50 {
  margin-top: 45px !important;
}

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

.m-l-50 {
  margin-left: 45px !important;
}

.m-r-50 {
  margin-right: 45px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

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

.m-l-55 {
  margin-left: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

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

.m-l-60 {
  margin-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

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

.m-l-55 {
  margin-left: 65px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

/***paddings ***/
.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10x !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

/***displays***/
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: d-inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.visibility-hidden {
  visibility: hidden;
}

/***fonts***/
.font-weight-light {
  font-family: "latolight", sans-serif;
}

.font-weight-normal {
  font-family: "latoregular", sans-serif;
}

.font-weight-bold {
  font-family: "latobold", sans-serif;
}

.font-italic {
  font-style: italic;
}

.font-size-120 {
  font-size: 120px;
}

.font-size-85 {
  font-size: 85px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-14 {
  font-size: 14px;
}

/***Colors***/
.dark-blue {
  color: #164194 !important;
}

.medium-blue {
  color: #4568aa !important;
}

.light-blue {
  color: #728cbe !important;
}

.main-yellow-1 {
  color: #f9b03c !important;
}

.main-yellow-2 {
  color: #fac063 !important;
}

.white {
  color: #ffffff !important;
}

.light-gray-1 {
  color: #f8f8f8 !important;
}

.light-gray-2 {
  color: #ededed !important;
}

.light-gray-3 {
  color: #d9d9d9 !important;
}

.medium-gray-1 {
  color: #d9dde0 !important;
}

.medium-gray-2 {
  color: #415465 !important;
}

.dark-gray-1 {
  color: #434343 !important;
}

.dark-gray-2 {
  color: #262626 !important;
}

.secondary-blue-1 {
  color: #173050 !important;
}

.secondary-blue-2 {
  color: #00a5cc !important;
}

.secondary-blue-3 {
  color: #378dbe !important;
}

.secondary-blue-4 {
  color: #88d4ff !important;
}

.secondary-brown {
  color: #ba8a0c !important;
}

.secondary-yellow {
  color: #ebbb3d !important;
}

.secondary-red {
  color: #e94614 !important;
}

.secondary-green {
  color: #049a4e !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-lightgray {
  background-color: #f8f8f8 !important;
}

/***lists**/
.list-style-none {
  list-style: none;
}

.list-bullet {
  list-style: none;
  padding-left: 0;
}
.list-bullet li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/yellow-bullet.png) 0 7px no-repeat;
}
.list-bullet.yellow li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/yellow-bullet.png) 0 7px no-repeat;
}
.list-bullet.lightblue li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.list-bullet ul {
  list-style: none;
  padding-left: 10px;
  margin-top: 10px;
}

.list-bullet-square {
  list-style: none;
  padding-left: 0;
}
.list-bullet-square li {
  margin-bottom: 10px;
}
.list-bullet-square li:before {
  content: "";
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background-color: #f9b03c;
  margin: -3px 9px 0 0;
  display: inline-block;
}
.list-bullet-square.yellow li:before {
  background-color: #f9b03c;
}
.list-bullet-square.lightblue li:before {
  background-color: #378dbe;
}
.list-bullet-square ul {
  list-style: none;
  padding-left: 26px;
  margin-top: 10px;
}

.fundacio .list-bullet li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.fundacio .list-bullet.yellow li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/yellow-bullet.png) 0 7px no-repeat;
}
.fundacio .list-bullet.lightblue li {
  padding-left: 15px;
  margin-bottom: 10px;
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.fundacio .list-bullet-square li:before {
  background-color: #378dbe;
}
.fundacio .list-bullet-square.yellow li:before {
  background-color: #f9b03c;
}
.fundacio .list-bullet-square.lightblue li:before {
  background-color: #378dbe;
}

/***tablas***/
.journal-content-article table.unstyled {
  margin-bottom: 20px;
  border: 0;
  width: auto;
}
.journal-content-article table.unstyled thead tr {
  background-color: transparent;
}
.journal-content-article table.unstyled thead tr th {
  padding: 5px;
  font-weight: normal;
  color: #434343;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border: 0;
}
.journal-content-article table.unstyled thead tr th:hover, .journal-content-article table.unstyled thead tr th:focus {
  text-decoration: none;
}
.journal-content-article table.unstyled thead tr th:first-child {
  padding-left: 0;
}
.journal-content-article table.unstyled thead tr th.headerSortDown:after {
  content: "";
  width: 15px;
  height: 15px;
  background: lx-icon(caret-top, #262626) 0 5px no-repeat;
  background-size: 15px auto;
  display: inline-block;
}
.journal-content-article table.unstyled thead tr th.headerSortUp:after {
  content: "";
  width: 15px;
  height: 15px;
  background: lx-icon(caret-bottom, #262626) 0 5px no-repeat;
  background-size: 15px auto;
  display: inline-block;
}
.journal-content-article table.unstyled tbody tr:nth-child(even) {
  background-color: transparent;
}
.journal-content-article table.unstyled tbody tr th {
  padding: 5px;
  font-weight: normal;
  color: #434343;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border: 0;
  background-color: transparent;
}
.journal-content-article table.unstyled tbody tr th:first-child {
  padding-left: 0px;
}
.journal-content-article table.unstyled tbody tr td {
  border: 0;
  font-size: 14px;
  text-align: left;
  padding: 5px;
  font-family: "latoregular", sans-serif;
  color: #434343;
}
.journal-content-article table.unstyled tbody tr td:first-child {
  text-align: left;
  border-left: 0;
  padding-left: 0;
}
.journal-content-article table.unstyled tbody tr td:first-child a {
  color: #00a5cc;
}
.journal-content-article table.unstyled tbody tr:last-child {
  border: 0;
}

/***Colors***/
/***Fonts***/
/***Structure***/
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) {
  /***checkboxes***/
  /***radio buttons***/
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddl-form-builder-app .lfr-ddm-form-page > .row {
  margin: 0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddl-form-builder-app .lfr-ddm-form-page > .row .col-md-12 {
  padding: 0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .form-group > fieldset > legend {
  margin: 0;
  font-size: inherit;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) label, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label {
  font-family: "latobold", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5rem;
  color: #415465;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) label .text-warning, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label .text-warning {
  color: #f9b03c;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) label .text-warning .lexicon-icon-asterisk, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label .text-warning .lexicon-icon-asterisk {
  width: 11px;
  height: 11px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label .reference-mark {
  color: #ffc107;
  display: inline-block;
  font-size: 0.75rem;
  position: relative;
  vertical-align: super;
  padding: 0 0 0 4px;
  margin: 0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .ddm-label .reference-mark .lexicon-icon {
  height: 0.375rem;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .icon-asterisk {
  color: #f9b03c;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .icon-asterisk:before {
  content: "*";
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .form-control {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  color: #415465;
  font-size: 16px;
  padding: 10px 25px;
  height: 50px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .form-control:focus {
  border: 1px solid #f9b03c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) textarea.form-control {
  height: 120px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .liferay-ddm-form-field-date .form-control:not(:focus) {
  border-right: 0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .input-group .input-group-addon {
  background-color: #ffffff;
  border-left: 0;
  border-color: #d9d9d9;
  border-radius: 0;
  color: #4568aa;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error {
  position: relative;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .form-control, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .form-control:focus {
  border: 1px solid #f9b03c;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 50px;
  transition: all 0.2s;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: 37px;
  left: 10px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .input-group-container {
  position: relative;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .input-group-container:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: 4px;
  left: 10px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox-multiple-options, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .custom-checkbox {
  position: relative;
  padding-left: 50px;
  transition: all 0.2s;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox-multiple-options:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .custom-checkbox:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: -7px;
  left: 10px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox + .help-block, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox-multiple-options + .help-block, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .custom-checkbox + .help-block {
  padding-left: 60px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox .custom-control-input:checked ~ .custom-control-label::after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .checkbox-multiple-options .custom-control-input:checked ~ .custom-control-label::after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-left: 50px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .liferay-ddm-form-field-checkbox-multiple + .help-block {
  padding-left: 60px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .radio {
  position: relative;
  padding-left: 50px;
  transition: all 0.2s;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .radio:after {
  content: "\f071";
  font-family: fontawesome-alloy;
  color: #f9b03c;
  font-size: 32px;
  position: absolute;
  top: 0px;
  left: 10px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error .radio + .help-block {
  padding-left: 60px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .has-error[data-field-name*=AceptoLaPol]:after {
  display: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) #myModalRegister .has-error::after {
  top: 5px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) #myModalRegister .privacy .has-error::after {
  top: -8px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio-inline, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-inline {
  transition: all 0.2s;
  cursor: pointer;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio input[type=radio], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio input[type=checkbox], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox input[type=radio], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox input[type=checkbox], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio-inline input[type=radio], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio-inline input[type=checkbox], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-inline input[type=radio], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-inline input[type=checkbox] {
  margin-left: -25px;
  width: auto;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label {
  position: relative;
  padding-left: 60px;
  cursor: pointer;
  font-size: 14px;
  color: #415465;
  cursor: pointer;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label a, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label a, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label a {
  font-family: "latobold", sans-serif;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox [type=checkbox], .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options [type=checkbox] {
  opacity: 0;
  margin-right: -13px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:after {
  content: "\f00c";
  position: absolute;
  top: 5px;
  left: 14px;
  line-height: 15px;
  color: #4568aa;
  transition: all 0.2s;
  font-family: "fontawesome-alloy";
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:after {
  opacity: 0;
  transform: scale(0);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:after {
  opacity: 1;
  transform: scale(1);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked.disabled:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checkbox label.checked.disabled:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked.disabled:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checkbox label.checked.disabled:before {
  border-color: #d9dde0;
  background-color: #ededed;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked.disabled:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked.disabled:after {
  color: #d9dde0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.disabled, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.disabled {
  color: #d9dde0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.checked.focus:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox label.not-checked.focus:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked.focus:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked.focus:before {
  border: 1px dotted #f9b03c;
  outline: 1px solid #164194;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox.square label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox.square label.checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options.square label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options.square label.checked:before {
  border-radius: 2px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .checkbox-multiple-options label.checked:before {
  border-radius: 2px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .square .checkbox label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .square .checkbox label.checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .square .checkbox-multiple-options label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .square .checkbox-multiple-options label.checked:before {
  border-radius: 2px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio [type=radio] {
  opacity: 0;
  margin-right: -13px;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked:after, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 17px;
  left: 15px;
  border-radius: 50%;
  background-color: #4568aa;
  transition: all 0.2s;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked:after {
  opacity: 0;
  transform: scale(0);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked:after {
  opacity: 1;
  transform: scale(1);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked.disabled:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checkbox label.checked.disabled:before {
  border-color: #d9dde0;
  background-color: #ededed;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked.disabled:after {
  color: #d9dde0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.disabled {
  color: #d9dde0;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.checked.focus:before, .portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .radio label.not-checked.focus:before {
  border: 1px dotted #f9b03c;
  outline: 1px solid #164194;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-checkbox .custom-control-label-text {
  font-size: 14px;
  color: #717171;
  cursor: pointer;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-control-label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #f9b03c;
  background: #fff;
  border-radius: 50%;
  box-shadow: none;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-control-input:checked ~ .custom-control-label::before {
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #f9b03c;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230f4d82' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  background-size: 0.75rem auto;
  top: 0.375rem;
  left: 0.125rem;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .lfr-ddm-legend {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #415465;
  margin: 10px 0;
  font-weight: normal;
  font-family: "latobold", sans-serif;
}
.portlet-boundary:not(.portlet-configuration):not(.portlet-boundary_com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet_):not(.portlet-boundary_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_) .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234568aa'/%3e%3c/svg%3e");
  background-size: 1rem auto;
  top: 6px;
  left: 2px;
}

/*** labels***/
.portlet-forms .control-label, .portlet-forms .liferay-ddm-form-field-checkbox-multiple > label {
  display: block;
  /*text-align: center;*/
  font-size: 16px;
  font-weight: 400;
  color: #415465;
  margin: 10px 0;
}
.portlet-forms .control-label .text-warning, .portlet-forms .liferay-ddm-form-field-checkbox-multiple > label .text-warning {
  color: #f9b03c;
}
.portlet-forms .control-label .text-warning .lexicon-icon-asterisk, .portlet-forms .liferay-ddm-form-field-checkbox-multiple > label .text-warning .lexicon-icon-asterisk {
  width: 11px;
  height: 11px;
}
.portlet-forms .lfr-ddm-form-field-container {
  padding: 0 0 10px 0;
}
.portlet-forms .liferay-ddm-form-field-paragraph {
  margin: 20px 0;
}
.portlet-forms .ddl-form-name {
  font-size: 25px;
  color: #434343;
  padding: 25px 0;
  margin: 0;
  font-weight: normal;
  display: block;
  max-width: 100%;
  text-align: center;
}
.portlet-forms .ddl-form-description {
  font-size: 16px;
  color: #415465;
  word-wrap: break-word;
  word-break: inherit;
}
.portlet-forms .container-fluid-1280, .portlet-forms .container-fluid {
  padding: 0;
}

/*** fundacio scheme***/
.fundacio {
  /*** labels***/
}
.fundacio .portlet-boundary:not(.portlet-configuration) {
  /***radio buttons***/
}
.fundacio .portlet-boundary:not(.portlet-configuration) label .text-warning {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .icon-asterisk {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .form-control:focus {
  border: 1px solid #378dbe;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .form-control, .fundacio .portlet-boundary:not(.portlet-configuration) .has-error .form-control:focus {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .input-group-container:after {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .checkbox:after, .fundacio .portlet-boundary:not(.portlet-configuration) .has-error .checkbox-multiple-options:after, .fundacio .portlet-boundary:not(.portlet-configuration) .has-error .custom-checkbox:after {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .radio:after {
  color: #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .has-error .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  left: 3.25rem;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.checked.focus:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox label.not-checked.focus:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.checked.focus:before, .fundacio .portlet-boundary:not(.portlet-configuration) .checkbox-multiple-options label.not-checked.focus:before {
  border: 1px dotted #378dbe;
  outline: 1px solid #164194;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
}
.fundacio .portlet-boundary:not(.portlet-configuration) .radio [type=radio] {
  opacity: 0;
  margin-right: -13px;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .radio label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .radio label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .radio label.not-checked:before, .fundacio .portlet-boundary:not(.portlet-configuration) .radio label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary:not(.portlet-configuration) .radio label.checked.focus:before, .fundacio .portlet-boundary:not(.portlet-configuration) .radio label.not-checked.focus:before {
  border: 1px dotted #378dbe;
  outline: 1px solid #164194;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(16, 33, 55, 0.5);
}
.fundacio .portlet-forms .control-label .text-warning, .fundacio .portlet-forms .liferay-ddm-form-field-checkbox-multiple > label .text-warning {
  color: #378dbe;
}

[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group > legend,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group > legend {
  order: 0;
  width: auto;
}
[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group > label,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group > label {
  order: 1;
  margin: 0 !important;
}
[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group > .custom-checkbox,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group > .custom-checkbox {
  order: 2;
  width: 100%;
}
[data-field-name*=AceptoLaPolíticaDeProtecciónDeDatos] > .form-group > .form-feedback-group,
[data-field-name*=AcceptoLaPolíticaDeProteccióDeDades] > .form-group > .form-feedback-group {
  order: 3;
  margin-top: 5px;
}

/***efectos imágenes***/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.effect {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.effect.shadow {
  box-shadow: none !important;
}
.effect.shadow:hover, .effect.shadow:focus {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3) !important;
}
.effect.zoom-in:hover, .effect.zoom-in:focus {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.effect.zoom-out {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.effect.zoom-out:hover, .effect.zoom-out:focus {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.effect.shake {
  position: relative;
  top: 0;
}
.effect.shake:hover, .effect.shake:focus {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  top: -10px;
}
.effect.tada {
  position: relative;
  top: 0px;
}
.effect.tada:hover, .effect.tada:focus {
  -webkit-animation: tada 0.5s;
  animation: tada 0.5s;
  top: -10px;
}

/***Colors***/
/***Fonts***/
/***Structure***/
.lightblue-hightlight, .fundacio .frase-magica:focus, .fundacio .office-search > .office-search-form > .form-group label.checked.focus:before, .fundacio .office-search > .office-search-form > .form-group label.not-checked.focus:before {
  outline: 1px solid #378dbe;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(55, 141, 190, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(55, 141, 190, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(55, 141, 190, 0.5);
}

.fundacio {
  /***components***/
  /***most consulted***/
  /***acceso rápido***/
  /***detalle noticia***/
  /***productos recomendados***/
  /***social room***/
  /***buscador general***/
  /***planes de pensiones y fondos***/
  /***detalle plan pensiones***/
  /***detalle fondos***/
  /***buscador de oficinas***/
  /***frase mágica***/
  /***filtros buscador fondos***/
  /***informe semanal***/
  /***404 y portlet no disponible***/
}
.fundacio #banner .search-container .search-launcher svg {
  color: #ffffff;
}
.fundacio #banner .search-container .search-launcher:hover svg, .fundacio #banner .search-container .search-launcher:focus svg {
  color: #88d4ff;
}
.fundacio #banner .search-container .search .icon-monospaced a .lexicon-icon-search {
  color: #ffffff;
}
.fundacio #banner .search-container .search .icon-monospaced a:hover .lexicon-icon-search, .fundacio #banner .search-container .search .icon-monospaced a:focus .lexicon-icon-search {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > a {
  color: #262626;
}
.fundacio #banner #navigation > ul > li > a:hover, .fundacio #banner #navigation > ul > li > a:focus {
  color: #434343;
}
.fundacio #banner #navigation > ul > li.selected > a, .fundacio #banner #navigation > ul > li.active > a {
  color: #378dbe;
}
.fundacio #banner #navigation > ul > li.selected > a:hover, .fundacio #banner #navigation > ul > li.selected > a:focus, .fundacio #banner #navigation > ul > li.active > a:hover, .fundacio #banner #navigation > ul > li.active > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul {
  background-color: #164194;
}
.fundacio #banner #navigation > ul > li > ul > li > a {
  color: #ffffff;
}
.fundacio #banner #navigation > ul > li > ul > li > a:hover, .fundacio #banner #navigation > ul > li > ul > li > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li.selected > a, .fundacio #banner #navigation > ul > li > ul > li.active > a {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li.selected > a:hover, .fundacio #banner #navigation > ul > li > ul > li.selected > a:focus, .fundacio #banner #navigation > ul > li > ul > li.active > a:hover, .fundacio #banner #navigation > ul > li > ul > li.active > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li:hover:after, .fundacio #banner #navigation > ul > li > ul > li:focus:after, .fundacio #banner #navigation > ul > li > ul > li.active:after {
  border-top: 1px solid #718bbe;
}
.fundacio #banner #navigation > ul > li > ul > li > ul {
  background-color: #164194;
}
.fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a {
  color: #ffffff;
}
.fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a:hover, .fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li > ul > div > li.selected > a {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li > ul > div > li.selected > a:hover, .fundacio #banner #navigation > ul > li > ul > li > ul > div > li.selected > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul.microsite-bar > li .microsite-text {
  color: #ffffff;
}
.fundacio #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li.active {
  color: #378dbe;
}
.fundacio #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li a {
  color: #164194;
}
.fundacio #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li .active {
  color: #378dbe;
}
.fundacio #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb.breadcrumb-horizontal > li + li:before {
  color: #164194;
}
.fundacio .bullets ul li a.active span.dot {
  background-color: #378dbe;
}
.fundacio .carousel-most-consulted .owl-item .q-number {
  color: #378dbe;
}
.fundacio .most-consulted-responsive .most-consulted-item-responsive .panel-heading a .number {
  color: #378dbe;
}
.fundacio .publicacion .date {
  color: #378dbe;
}
.fundacio .quick-access-content .quick-access-text-content .back-color {
  background-color: #378dbe;
}
.fundacio .noticia .cabecera-noticia-container .cabecera-noticia-content .date {
  font-size: 16px;
  color: #378dbe;
}
.fundacio .noticia .noticias-relacionadas ul li {
  background: url(../images/color-schemes/fundacio/icons/arrow-list.png) 0 3px no-repeat;
}
.fundacio .recommended-products .product:nth-child(odd) .product-content {
  background-color: #378dbe;
}
.fundacio .highlited-products .highlited-products-row .product .category span {
  background-color: #378dbe;
}
.fundacio .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.icon > span {
  color: #378dbe;
}
.fundacio .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div.active {
  color: #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .text-warning {
  color: #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error [type=text], .fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error [type=textarea], .fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error [type=email] {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error:after {
  color: #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-checkbox-wrapper.has-error:after {
  color: #378dbe;
}
.fundacio .denuncias-form .has-error:after {
  color: #378dbe;
}
.fundacio #buscadorIngenium > div.buttons-column button#modalButtonIS {
  background-color: #378dbe;
}
.fundacio #buscadorIngenium > div.buttons-column button#modalButtonIS:hover, .fundacio #buscadorIngenium > div.buttons-column button#modalButtonIS:focus {
  background-color: #88d4ff;
}
.fundacio #content .cdi-general-search .portlet-body > form .icon-monospaced a:hover, .fundacio #content .cdi-general-search .portlet-body > form .icon-monospaced a:focus {
  color: #378dbe;
}
.fundacio #content .cdi-general-search .portlet-body div[data-search-results=""] > p.main-results {
  color: #378dbe;
}
.fundacio .pension-plan-highlights .headerLink, .fundacio .funds-highlights .headerLink, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink {
  background: url(../images/color-schemes/fundacio/icons/arrow-faq.png) 10px 19px no-repeat;
}
.fundacio .pension-plan-highlights .headerLink:after, .fundacio .funds-highlights .headerLink:after, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink:after {
  content: url(../images/color-schemes/fundacio/icons/up-faq.png);
}
.fundacio .pension-plan-highlights .headerLink[aria-expanded=false]:after, .fundacio .funds-highlights .headerLink[aria-expanded=false]:after, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink[aria-expanded=false]:after {
  content: url(../images/color-schemes/fundacio/icons/down-faq.png);
}
.fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping {
  background: #378dbe url(../images/icons/cart.png) 49% 50% no-repeat;
}
.fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:focus, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:focus, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping:focus {
  background-color: #88d4ff;
}
.fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled {
  background-color: #415465;
}
.fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus {
  background-color: #415465;
}
.fundacio .pension-plan-detail-container .reports ul li {
  background: url(../images/color-schemes/fundacio/icons/pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.fundacio .pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs a[id*=exportExcelLnk]:before {
  color: #378dbe;
}
.fundacio .pension-fund-detail-container .reports ul li {
  background: url(../images/color-schemes/fundacio/icons/pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.fundacio .pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs a[id*=exportExcelLnk]:before {
  content: url(../images/color-schemes/fundacio/icons/excel.png);
}
.fundacio .office-search > .office-search-form > .form-group {
  position: initial;
}
.fundacio .office-search > .office-search-form > .form-group label.not-checked:before, .fundacio .office-search > .office-search-form > .form-group label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .office-search > .office-search-form > .form-group label.not-checked:before, .fundacio .office-search > .office-search-form > .form-group label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .office-search > .office-search-form > .form-group label.checked.focus:before, .fundacio .office-search > .office-search-form > .form-group label.not-checked.focus:before {
  border: 1px dotted #378dbe;
}
.fundacio .office-search .office-list .office .top-box {
  background-color: #f8f8f8;
}
.fundacio .office-search .office-list .office .top-box[data-toggle=collapse] {
  background: #f8f8f8 url(../images/color-schemes/fundacio/icons/down-faq.png) 98% 25px no-repeat;
}
.fundacio .office-search .office-list .office .top-box[aria-expanded=true] {
  ackground: #ffffff url(../images/color-schemes/fundacio/icons/up-faq.png) 98% 25px no-repeat;
}
.fundacio .office-search .office-list .office .top-box .warning-box:before {
  color: #378dbe;
}
.fundacio .office-search .office-list .office .collapse {
  border-bottom: 5px solid #378dbe;
}
.fundacio .office-search .office-list .office .collapse .cash-machine {
  background-image: url(../images/color-schemes/fundacio/icons/cajero.png);
}
.fundacio .office-search .office-list .office .collapse .bottom-box .opening-hours > div, .fundacio .office-search .office-list .office .collapse .bottom-box .extra-box > div {
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.fundacio .office-search .office-list .office .collapse .bottom-box .opening-hours > div.special:before, .fundacio .office-search .office-list .office .collapse .bottom-box .extra-box > div.special:before {
  color: #378dbe;
}
.fundacio .special-days-lightbox {
  list-style: none;
  padding-left: 0;
}
.fundacio .special-days-lightbox li {
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.fundacio .search-funds-filter > form .form-control:focus, .fundacio .search-funds-filter > form .selectric:focus {
  border: 1px solid #378dbe !important;
}
.fundacio .search-funds-filter > form .selectric-focus .selectric {
  border: 1px solid #378dbe !important;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list {
  list-style: none;
  padding: 0;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span {
  display: block;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span:nth-child(1) {
  color: #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span:nth-child(4) a {
  background: url(../images/color-schemes/fundacio/icons/pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.fundacio .big-alert-404 span:before {
  color: #378dbe;
}
.fundacio .error-management-big-alert span:before {
  color: #378dbe;
}
.fundacio #footer .footer-right .contact-footer ul li a:hover, .fundacio #footer .footer-right .contact-footer ul li a:focus {
  color: #728cbe;
}
.fundacio #footer .footer-right .contact-footer ul li a.contact:hover, .fundacio #footer .footer-right .contact-footer ul li a.contact:focus {
  background: url(../images/color-schemes/fundacio/icons/headphones-hover.png) 5px 5px no-repeat;
}
.fundacio #footer .footer-right .contact-footer ul li a.offices:hover, .fundacio #footer .footer-right .contact-footer ul li a.offices:focus {
  background: url(../images/color-schemes/fundacio/icons/marker-hover.png) 5px 5px no-repeat;
}
.fundacio #footer .footer-right .contact-footer ul.social-networks li a:hover, .fundacio #footer .footer-right .contact-footer ul.social-networks li a:focus {
  color: #728cbe;
}
.fundacio #footer .footer-right .contact-footer ul.social-networks li a.social-room:hover, .fundacio #footer .footer-right .contact-footer ul.social-networks li a.social-room:focus {
  background: url(../images/color-schemes/fundacio/icons/social-room-hover.png) 0 5px no-repeat;
}
.fundacio #footer .footer-right .contact-footer ul.social-networks li:last-child a:hover, .fundacio #footer .footer-right .contact-footer ul.social-networks li:last-child a:focus {
  color: #728cbe;
}
.fundacio #footer .footer-right .contact-footer .mobile-banking {
  color: #728cbe;
}
.fundacio #footer .footer-right .contact-footer .mobile-banking:hover, .fundacio #footer .footer-right .contact-footer .mobile-banking:focus {
  color: #378dbe !important;
}

/***Colors***/
/***Fonts***/
/***Structure***/
.banca #banner .clearfix {
  display: none;
}
.banca #banner #heading {
  position: relative;
  z-index: 2;
}
.banca #banner #heading .heading-right #languages {
  margin-top: 14px;
}
.banca #banner #heading .heading-right #languages .portlet-content .portlet-body select {
  font-size: 14px;
  font-family: "latobold", sans-serif;
}
.banca #banner #heading .heading-right #languages .portlet-content .portlet-body select:hover {
  cursor: pointer;
}
.banca #banner #heading .heading-right #logout {
  float: left;
  margin: 15px 0 0 60px;
}
.banca #banner #heading .heading-right #logout a {
  font-size: 20px;
  color: #f9b03c;
}
.banca #banner #heading .heading-right #logout a .logout-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: transparent url(../images/color-schemes/banca/icons/salir.svg) 0 0 no-repeat;
  background-size: 32px auto;
}
.banca #banner #heading .heading-right #logout a:hover .logout-icon, .banca #banner #heading .heading-right #logout a:focus .logout-icon {
  background: transparent url(../images/color-schemes/banca/icons/salir_over.svg) 0 0 no-repeat;
  background-size: 32px auto;
}
@media (max-width: 767px) {
  .banca #banner #heading .heading-left {
    height: 107px;
  }
}
.banca #banner #navigation > ul > li > ul {
  width: 1184px;
  padding-right: calc((100% - 1148px) / 2 - 36px);
}
.banca #banner #navigation > ul > li > ul > li a {
  font-size: 15px;
}
.banca #banner #navigation > ul > li > ul > li > span.icon-plus {
  display: none !important;
}
.banca #banner #navigation > ul > li > ul > li > ul {
  display: none !important;
}
.banca #banner #navigation > ul > li > ul > li:hover:after, .banca #banner #navigation > ul > li > ul > li:focus:after, .banca #banner #navigation > ul > li > ul > li.active:after {
  display: none;
}
.banca.has-control-menu #content .portlet-column-content .portlet-boundary:first-child {
  margin-top: 0;
}
.banca #content {
  padding-top: 30px;
}
.banca #content.opened-menu {
  position: relative;
  overflow: inherit;
}
.banca #content #breadcrumbs {
  margin: -10px 0;
}
.banca #content #breadcrumbs .you-are {
  font-size: 13px;
  font-family: "latolight", sans-serif;
  color: #434343;
  vertical-align: top;
  padding-top: 1px;
}
.banca #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li {
  font-size: 13px;
}
.banca #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li.active {
  color: #4568aa;
}
.banca #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li .active {
  color: #4568aa;
}

@media (min-width: 1200px) {
  .banca #banner #heading .heading-left {
    width: 854px;
  }
  .banca #banner #heading .heading-right {
    width: 294px;
  }
  .banca #footer .footer-left {
    width: 854px;
  }
  .banca #footer .footer-right {
    width: 294px;
  }
}
@media (max-width: 1200px) {
  .banca #banner #heading .heading-left {
    width: 70%;
  }
  .banca #banner #heading .heading-right {
    width: 30%;
  }
  .banca #banner #navigation > ul > li > ul {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
  }
  .banca #footer .footer-left {
    width: 70%;
  }
  .banca #footer .footer-right {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .banca #banner #heading .site-title.no-first-level {
    height: 100px;
  }
  .banca #banner #heading .heading-left {
    height: 100px;
  }
  .banca #banner #heading .heading-right {
    padding-top: 17px;
    height: 83px;
  }
  .banca .banca-2-cols .col-md-3 {
    width: 20%;
  }
  .banca .banca-2-cols .col-md-9 {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banca #banner #heading .heading-right {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .banca #banner #heading .heading-left {
    width: 100%;
  }
  .banca #banner #heading .heading-left .online-partner {
    background-color: #164194;
  }
  .banca #banner #heading .heading-left .online-partner .hamburguer {
    display: block;
    padding: 9px 15px !important;
    float: left;
  }
  .banca #banner #heading .heading-right {
    z-index: 6;
    width: 100%;
    position: relative;
  }
  .banca #banner #heading .heading-right #logout, .banca #banner #heading .heading-right #languages {
    position: fixed;
    left: auto;
    top: auto;
  }
  .banca #banner #heading .heading-right #logout {
    right: 10px;
  }
  .banca #banner #heading .heading-right #languages {
    right: 60px;
    width: 75px;
  }
  .banca.without-dockbar #banner .heading-right #logout, .banca.without-dockbar #banner .heading-right #languages {
    margin-top: -95px !important;
  }
  .banca.without-dockbar #banner .heading-left .site-title {
    top: 0 !important;
  }
  .banca.without-dockbar #banner .heading-left .online-partner {
    top: 48px !important;
  }
  .banca.without-dockbar #wrapper {
    margin-top: 0 !important;
  }
  .banca.with-dockbar #banner .heading-right #logout, .banca.with-dockbar #banner .heading-right #languages {
    margin-top: -82px !important;
  }
  .banca #content {
    top: -50px;
  }
  .banca #footer .footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banca #banner #heading .heading-left .online-partner .hamburguer {
    padding: 9px 15px;
  }
  .banca.without-dockbar #banner .heading-right #logout, .banca.without-dockbar #banner .heading-right #languages {
    margin-top: -95px !important;
  }
  .banca.without-dockbar #banner .heading-left .site-title {
    top: 0 !important;
  }
  .banca.without-dockbar #banner .heading-left .online-partner {
    top: 48px !important;
  }
  .banca.without-dockbar #wrapper {
    margin-top: 0 !important;
  }
  .banca.with-dockbar #banner .heading-right #logout, .banca.with-dockbar #banner .heading-right #languages {
    margin-top: -80px !important;
  }
  .banca.scroll-mark #banner #heading .heading-left .online-partner .hamburguer {
    padding-top: 5px;
  }
  .banca.scroll-mark.without-dockbar #banner #heading .heading-right #logout, .banca.scroll-mark.without-dockbar #banner #heading .heading-right #languages {
    margin-top: -77px !important;
  }
  .banca.scroll-mark.without-dockbar #banner #heading .heading-left .site-title {
    top: 0 !important;
  }
  .banca.scroll-mark.without-dockbar #banner #heading .heading-left .online-partner {
    top: 33px !important;
  }
  .banca.scroll-mark.with-dockbar #banner #heading .heading-right #logout, .banca.scroll-mark.with-dockbar #banner #heading .heading-right #languages {
    margin-top: -68px !important;
  }
}
/***Internet explorer***/
input::-ms-clear {
  display: none;
}

@media (min-width: 1366px) {
  /*.ie {

  	#wrapper {
  		max-width:96%;
  		margin-left:auto;
  		margin-right:auto;
  	}
  }*/
}
@media (min-width: 1201px) {
  .ie {
    overflow-x: hidden;
    /***informe semanal***/
  }
  .ie #banner #heading .heading-left {
    padding-left: calc((100vw - 1148px) / 2 - 10px);
  }
  .ie #banner #heading .heading-right {
    padding-right: calc((100vw - 1148px) / 2 - 10px);
  }
  .ie #banner #heading .heading-right #languages {
    margin-top: 8px;
  }
  .ie #banner #navigation > ul {
    padding-left: calc((100vw - 1148px) / 2);
    margin-left: -10px;
  }
  .ie #banner #navigation > ul > li > ul {
    padding-left: calc((100vw - 1148px) / 2 - 10px);
    padding-right: calc((100vw - 1148px) / 2 + 90px);
  }
  .ie #banner #navigation > ul > li > ul > li:hover:after {
    margin: 0 calc((100vw - 1148px) / 2);
  }
  .ie #banner #navigation > ul > li > ul > li > ul {
    padding: 0 calc((100vw - 1148px) / 2 - 20px) 0 calc((100vw - 1148px) / 2);
  }
  .ie #banner #navigation > ul > li > ul.microsite-bar {
    padding: 0 calc((100vw - 1148px) / 2 - 10px);
  }
  .ie #banner #navigation .search-container {
    right: calc((100vw - 1148px) / 2);
  }
  .ie #content {
    margin-left: 0;
    width: calc(100vw - 20px);
  }
  .ie #footer .footer-left {
    padding: 0 0 70px calc((100vw - 1148px) / 2 - 10px);
  }
  .ie #footer .footer-right {
    padding: 0 calc((100vw - 1148px) / 2 - 10px) 70px 0;
  }
  .ie .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month {
    padding: 0 calc((100vw - 1148px) / 2 - 10px) 30px calc((100vw - 1148px) / 2);
  }
}
.ie {
  /***perfiles***/
}
.ie #banner #heading .heading-right #languages {
  margin-top: 8px;
}
.ie .modal-open, .ie .modal {
  padding-right: 0 !important;
}
.ie .profiles .nav-tabs-scrollbar > ul > li > a {
  position: relative;
}

.ie10 .carousel-most-consulted .owl-item {
  height: 170px;
}

/***Firefox***/
.firefox #banner #heading .heading-right #languages {
  margin-top: 6px;
}
.firefox .portlet-boundary:not(.portlet-configuration) .form-control[type=file] {
  padding: 0;
  border: 0;
}

/***no IE***/
html:not(.ie) .office-search .office-map .gmnoprint {
  opacity: 1 !important;
  overflow: visible !important;
}

/***Safari***/
@media (min-width: 992px) {
  .safari #banner #navigation > ul > li > ul > li > ul {
    width: 100vw;
    padding: 0 calc((100vw - 1148px) / 2);
  }
}
/*Ipad*/
.ios.touch .lightbox-login {
  height: 190px;
  overflow: hidden;
}

/***Colors***/
/***Fonts***/
/***Structure***/
@media (max-width: 1300px) {
  .mas-informacion-container {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .bullets {
    right: 50px;
  }
  #banner {
    position: relative;
  }
  #banner #heading .heading-left {
    padding-left: 15px;
    width: 66.66667%;
    box-sizing: border-box;
  }
  #banner #heading .heading-right {
    padding-right: 15px;
    width: 33.33333%;
    box-sizing: border-box;
  }
  #banner .search-container {
    right: 15px;
    width: calc(33.33333% - 15px);
  }
  #banner .search-container .search-launcher {
    float: right;
  }
  #banner .search-container .search {
    width: 100%;
  }
  #banner #navigation > ul {
    padding-left: 15px;
  }
  #banner #navigation > ul > li > ul {
    padding-left: 15px;
    width: 66.66667%;
    padding-right: calc(33.33333% - 15px);
  }
  #banner #navigation > ul > li > ul > li > ul {
    padding: 0 15px;
  }
  #banner #navigation > ul > li > ul.microsite-bar {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  #content #breadcrumbs, #content #main-content {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
  #footer .footer-left {
    position: relative;
    vertical-align: top;
    padding: 50px 0 70px 15px;
    width: 66.66667%;
    box-sizing: border-box;
  }
  #footer .footer-right {
    padding: 50px 15px 70px 0;
    width: 33.33333%;
    box-sizing: border-box;
  }
  .mas-informacion-container .header {
    padding: 25px 60px 25px 25px;
  }
  .mas-informacion-container .header .mas-informacion-expanded-icon, .mas-informacion-container .header .mas-informacion-collapsed-icon {
    right: 25px;
  }
  .mas-informacion-container .mas-informacion-content {
    padding: 20px;
  }
  .noticia .cabecera-noticia-container {
    margin: 0 -15px;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content {
    max-width: 100%;
    padding: 0 15px;
  }
  .office-search .office-search-form input[type=text] {
    width: 275px;
  }
  .office-search .office-search-form .results {
    margin-right: 10px;
    font-size: 16px;
  }
  .office-search .office-search-form .results span {
    font-size: 18px;
  }
  .office-search > div:first-child .office-search-form {
    margin-left: 20px;
  }
  #cookies #cookies_wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  /***informe semanal***/
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter {
    max-width: 100%;
    padding: 0 15px;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month {
    padding: 0 15px;
  }
  /***slider***/
  .slider .item .slide-content.left, .slider .item .slide-content.right {
    padding: 15px;
    margin: 0;
  }
  .slider .item .slide-content.headerLeft {
    width: 66.66667% !important;
    box-sizing: border-box;
    padding: 15px;
  }
  .slider .item .slide-content.headerRight {
    width: 33.33333% !important;
    box-sizing: border-box;
    padding: 15px;
  }
  .slider .item .slide-content-background-align-header.headerLeft {
    width: 66.66667%;
    box-sizing: border-box;
    padding: 15px;
  }
  .slider .item .slide-content-background-align-header.headerRight {
    width: 33.33333%;
    box-sizing: border-box;
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #banner .search-container {
    top: 65px;
  }
  #banner #navigation {
    top: -55px;
  }
  #banner #navigation > ul > li > a {
    font-size: 18px;
    padding-bottom: 20px;
    margin-right: 20px;
  }
  #banner #navigation > ul > li > ul > li > a {
    font-size: 14px;
    margin-right: 15px;
  }
  .carousel .carousel-inner {
    height: 400px;
  }
  .carousel .carousel-inner .carousel-image img {
    height: 400px;
  }
  .carousel .carousel-inner .carousel-content {
    padding: 30px 15px;
  }
  .carousel .carousel-inner .carousel-content .carousel-title {
    font-size: 30px;
  }
  .carousel .images-controls .owl-nav {
    margin-top: -110px;
  }
  .carousel .images-controls .owl-nav .owl-prev, .carousel .images-controls .owl-nav .owl-next {
    height: 110px;
    line-height: 110px;
  }
  .carousel .images-controls .images-small {
    height: 110px;
  }
  .carousel .images-controls .images-small .item {
    height: 110px;
  }
  .carousel .images-controls .images-small .item img {
    min-height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] {
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div {
    margin-bottom: 20px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] {
    width: 50%;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id*=loadMore] {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 991px) {
  .go-top {
    display: none !important;
  }
  .office-list .office .collapse .contact-box > div:nth-child(2) {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #banner #heading .heading-left {
    height: auto;
    min-height: 125px;
  }
  #banner #navigation > ul > li > a {
    background-color: #ffffff;
  }
  #banner #navigation > ul > li > ul {
    white-space: nowrap;
  }
  #banner #navigation > ul > li > ul > li > a {
    max-height: 55px;
  }
  #footer {
    word-break: break-word;
    word-wrap: break-word;
  }
}
@media (max-width: 991px) {
  .intersticial {
    display: none !important;
  }
  .portlet-column {
    padding: 0;
  }
  .bullets {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .btn, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .pager li a, .pager li .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .lfr-pagination-buttons li a, .lfr-pagination-buttons li .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a:last-child, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a:first-child, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .backButton > a, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .links > a, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a {
    display: block;
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons {
    clear: left;
    margin-top: 20px;
  }
  .taglib-page-iterator .lfr-pagination-buttons li a {
    border-radius: 25px;
  }
  .cecaTrigger {
    display: block;
    width: 100%;
  }
  .cecaTrigger .header-button {
    border-radius: 0 !important;
  }
  #banner #heading.hideMenus {
    margin-bottom: 120px;
  }
  #banner #heading .heading-left {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #banner #heading .heading-left .site-title {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 52px;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 5;
    margin: 0;
    padding-top: 5px;
  }
  #banner #heading .heading-left .site-title .journal-content-article img {
    max-height: 45px;
    margin-top: -3px;
  }
  #banner #heading .heading-left .site-title.no-first-level {
    margin-top: 0;
    display: block;
    height: auto;
  }
  #banner #heading .heading-left .site-title.no-first-level > .portlet-boundary {
    display: inline-block;
  }
  #banner #heading .heading-left .online-partner {
    position: fixed;
    display: table;
    width: 100%;
    height: 51px;
    left: 0;
    top: 52px;
    z-index: 5;
  }
  #banner #heading .heading-left .online-partner .cecaTrigger > p {
    height: 51px;
    margin-bottom: 0;
  }
  #banner #heading .heading-left .online-partner .hamburguer {
    height: 51px;
    display: table-cell;
    background-color: #164194;
    color: #ffffff;
    font-size: 25px;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
  }
  #banner #heading .heading-left .online-partner .hamburguer:focus {
    border-radius: 0;
  }
  #banner #heading .heading-left .online-partner .hamburguer .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    margin: 5px auto;
    background-color: #ffffff;
  }
  #banner #heading .heading-left .online-partner .online, #banner #heading .heading-left .online-partner .partner {
    float: none;
    height: 51px;
    overflow: hidden;
    display: table-cell;
    width: 50%;
    background-color: #ededed;
  }
  #banner #heading .heading-left .online-partner .online .portlet-content, #banner #heading .heading-left .online-partner .partner .portlet-content {
    padding: 0;
    border: 0;
  }
  #banner #heading .heading-left .online-partner .online .header-button, #banner #heading .heading-left .online-partner .partner .header-button {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    height: 51px;
  }
  #banner #heading .heading-right {
    width: 100%;
    padding: 40px 15px 15px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
    right: 100%;
    top: -31px;
    -webkit-transition: right 1s; /* Safari */
    transition: right 1s;
    height: auto;
    /*display:none;			*/
    position: absolute;
  }
  #banner #heading .heading-right .portlet-content {
    padding: 0;
  }
  #banner #heading .heading-right .header-button {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 400;
  }
  #banner #heading .heading-right .header-button:hover, #banner #heading .heading-right .header-button:focus {
    color: #4568aa;
  }
  #banner #heading .heading-right .close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    text-indent: -99999px;
    background: transparent url(../images/icons/close-white.png) 0 0 no-repeat;
  }
  #banner #heading .heading-right .close-menu:hover, #banner #heading .heading-right .close-menu:focus {
    background: transparent url(../images/icons/close-hover.png) 0 0 no-repeat;
  }
  #banner #heading .heading-right.in {
    right: 0;
    height: auto;
    padding: 40px 15px 15px 15px;
    -webkit-transition: right 1s;
    transition: right 1s;
  }
  #banner #heading .heading-right #languages {
    position: absolute;
    left: 15px;
    top: 0;
  }
  #banner #heading .heading-right #languages .selectric .button:after {
    display: none;
  }
  #banner #heading .heading-right > div {
    float: left !important;
    clear: left;
  }
  #banner #heading .heading-right .contact:after {
    display: none;
  }
  #banner #heading + .clearfix {
    display: none;
  }
  #banner #heading:not(.hideMenus) .group-cdi-button, #banner #heading:not(.hideMenus) .besides-group-cdi-button {
    margin-top: 0;
  }
  #banner .search-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 15px 0;
    display: none;
  }
  #banner .search-container .search-launcher {
    display: none !important;
  }
  #banner .search-container .search {
    display: block !important;
    background-color: #728cbe;
    padding-top: 8px;
  }
  #banner #navigation {
    float: left;
    z-index: 4;
    top: -31px;
    left: -100%;
    -webkit-transition: left 1s; /* Safari */
    transition: left 1s;
    position: absolute;
  }
  #banner #navigation .microsite-bar {
    display: none !important;
  }
  #banner #navigation a:hover, #banner #navigation a:focus {
    text-decoration: none;
  }
  #banner #navigation > ul {
    margin: 0;
    padding: 0;
    background-color: #173050;
  }
  #banner #navigation > ul > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #ffffff;
    /*&.opened {
    	> span.icon-plus{
    		display:none;
    	}
    }*/
  }
  #banner #navigation > ul > li:first-child > a {
    margin-left: 0;
  }
  #banner #navigation > ul > li > a {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 10px 15px;
  }
  #banner #navigation > ul > li > a:after {
    font-family: "fontawesome-alloy";
    content: "\f107";
    padding-left: 5px;
  }
  #banner #navigation > ul > li > span.icon-plus {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1;
    color: #d9d9d9;
  }
  #banner #navigation > ul > li > ul {
    display: none;
    position: inherit;
    padding: 0;
    width: 100%;
  }
  #banner #navigation > ul > li > ul > li {
    position: relative;
    display: block;
    clear: left;
    border-bottom: 1px solid #88d4ff;
  }
  #banner #navigation > ul > li > ul > li > a {
    width: 100%;
    padding: 10px 30px 10px 15px;
    margin-left: 0;
    background-color: #4568aa;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-family: "latobold", sans-serif;
  }
  #banner #navigation > ul > li > ul > li > a:hover, #banner #navigation > ul > li > ul > li > a:focus {
    color: #ffffff;
    padding: 10px 30px 10px 15px;
    line-height: 14px;
  }
  #banner #navigation > ul > li > ul > li > span.icon-plus {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1;
    color: #d9d9d9;
  }
  #banner #navigation > ul > li > ul > li > ul {
    display: none;
  }
  #banner #navigation > ul > li > ul > li:hover > ul, #banner #navigation > ul > li > ul > li:focus > ul {
    display: none;
  }
  #banner #navigation > ul > li > ul > li.selected > a {
    color: #ffffff;
  }
  #banner #navigation > ul > li > ul > li:after {
    display: none;
  }
  #banner #navigation > ul > li > ul > li.opened > span.icon-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #banner #navigation > ul > li > ul > li.opened > ul {
    display: block;
    padding: 0;
    width: 100%;
    position: inherit;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div > li {
    display: block;
    clear: left;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    margin: 0;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div > li > a {
    width: 100%;
    padding: 10px 15px;
    background-color: #88d4ff;
    color: #262626;
    font-size: 16px;
    line-height: 16px;
    font-family: "latoregular", sans-serif;
    font-weight: 400;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div > li > a .icon {
    display: none;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div > li > a:hover, #banner #navigation > ul > li > ul > li.opened > ul > div > li > a:focus {
    color: #262626;
    text-decoration: underline;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div:last-child > li:last-child {
    border: 0;
  }
  #banner #navigation > ul > li:first-child {
    border-top: 1px solid #ebbb3d;
  }
  #banner #navigation > ul > li.selected {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: block;
  }
  #banner #navigation > ul > li.selected > ul {
    display: none;
  }
  #banner #navigation > ul > li.selected > a, #banner #navigation > ul > li.selected > a:hover, #banner #navigation > ul > li.selected > a:focus {
    color: #ffffff;
  }
  #banner #navigation > ul > li.opened > span.icon-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
  }
  #banner #navigation > ul > li.opened > ul {
    display: block;
  }
  #banner #navigation.opened-menu {
    left: 0;
  }
  #banner #navigation.opened-menu > ul > li {
    display: block;
    border-top: 1px solid #ffffff;
    border-bottom: 0;
    position: relative;
  }
  #banner #navigation.opened-menu > ul > li > a {
    background-color: #173050;
    color: #ffffff;
    text-transform: uppercase;
  }
  #banner #navigation.opened-menu > ul > li > a:after {
    display: none;
  }
  #banner #navigation.opened-menu > ul > li > ul {
    display: none;
  }
  #banner #navigation.opened-menu > ul > li > ul > li > a {
    border-bottom: 0;
  }
  #banner #navigation.opened-menu > ul > li > ul > li.selected > a {
    color: #ffffff;
  }
  #banner #navigation.opened-menu > ul > li > ul > li.opened > a {
    color: #f9b03c;
  }
  #banner #navigation.opened-menu > ul > li.opened > span.icon-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
  }
  #banner #navigation.opened-menu > ul > li.opened > ul {
    display: block;
  }
  #banner #navigation.opened-menu > ul > li:first-child {
    border: 0;
  }
  #banner #navigation.starts-bar > ul > li > a {
    display: none;
  }
  #banner #navigation.starts-bar > ul > li > ul {
    display: block;
  }
  #banner.opened-menu {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
  }
  #banner.opened-menu #heading .heading-right {
    position: relative;
  }
  #banner.opened-menu #navigation {
    position: relative;
  }
  .has-control-menu #banner #heading .heading-left .site-title {
    top: 64px;
  }
  .has-control-menu #banner #heading .heading-left .online-partner {
    top: 116px;
  }
  .has-control-menu #banner #heading .heading-right {
    top: -22px;
  }
  .has-control-menu #banner.opened-menu {
    max-height: calc(100% - 64px);
  }
  .has-control-menu #banner #navigation {
    top: -22px;
  }
  #main-content.cdi-1-col-sinmargen {
    margin-top: 0;
  }
  #content #breadcrumbs {
    display: none;
  }
  #content .cdi-general-search .portlet-body div[data-search-results=""] ul.related-results {
    display: block;
  }
  #content .cdi-general-search .portlet-body div[data-search-results=""] ul.related-results > li {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-right: 0;
    border-bottom: 2px solid #ffffff;
  }
  #footer .footer-left {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    min-height: 0;
    height: auto !important;
  }
  #footer .footer-right {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    min-height: 0;
    height: auto !important;
  }
  #footer .footer-right .contact-footer {
    padding: 10px 0;
    text-align: center;
  }
  #footer .footer-right .contact-footer .contact-info {
    width: 100%;
    margin-bottom: 0;
  }
  #footer .footer-right .contact-footer .social-networks {
    margin: 20px 0;
  }
  #footer .footer-right .contact-footer .social-networks li {
    display: inline-block;
    margin-bottom: 10px;
  }
  #footer .footer-right .contact-footer .social-networks li.separator {
    display: none;
  }
  #footer .footer-right .contact-footer .social-networks li:last-child {
    display: block;
    clear: left;
    margin: 0;
  }
  #footer .footer-right .contact-footer .social-networks li a.social-room {
    display: inline-block !important;
  }
  #footer .footer-right .copyright {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form {
    padding: 0 20px 20px 20px;
  }
  .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form .submit-button {
    padding: 0;
  }
  .carousel .carousel-inner {
    height: 350px;
  }
  .carousel .carousel-inner .carousel-image img {
    height: 350px;
  }
  .carousel .carousel-inner .carousel-content {
    padding: 25px 15px;
  }
  .carousel .carousel-inner .carousel-content .carousel-title {
    font-size: 26px;
  }
  .slider .item {
    background-image: none !important;
  }
  .slider .item > a > img {
    display: none;
  }
  .slider .item > img {
    display: none;
  }
  .slider .item .content-slide {
    position: relative;
  }
  .slider .item .content-slide .slide-content {
    position: relative !important;
    width: 100% !important;
    padding: 15px;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .slider .item .content-slide .slide-content.headerLeft {
    width: 100% !important;
  }
  .slider .item .content-slide .slide-content.headerRight {
    width: 100% !important;
  }
  .slider .item .content-slide .slide-content-background-align-header.headerLeft, .slider .item .content-slide .slide-content-background-align-header.headerRight {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }
  .notas-destacadas-container {
    margin: 0 -15px;
  }
  .notas-destacadas-container .notas-destacadas-content {
    padding: 20px 15px 40px 15px;
  }
  .quick-access-container {
    margin: -75px -15px 0 -15px;
    height: auto !important;
  }
  .quick-access-container .quick-access-item {
    margin-bottom: 0;
    padding: 0;
  }
  .quick-access-content .quick-access-text-content {
    min-height: 0;
  }
  .portlet-journal-content .quick-access-content {
    margin: 0 -15px;
  }
  .portlet-asset-publisher .quick-access-content {
    margin: 0;
  }
  .quick-access-content {
    box-shadow: none;
  }
  .quick-access-content:hover, .quick-access-content:focus {
    box-shadow: none;
  }
  /***reasons why***/
  .portlet-column-only .reason-container .reason-row .reason-item {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    clear: left;
    overflow: hidden;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content {
    padding: 0;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .icon-container {
    float: left;
    width: 12%;
    padding: 0 10px;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container {
    height: auto;
    float: left;
    width: 33%;
    padding: 0 10px;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container caption {
    position: inherit;
    text-align: left;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .description {
    float: left;
    width: 40%;
    padding: 0 10px;
    text-align: left;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .link-button {
    position: inherit;
    float: left;
    width: 15%;
    text-align: center;
    padding: 0 10px;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    clear: left;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .icon-container {
    float: left;
    width: 12%;
    padding: 0 10px;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container {
    float: left;
    width: 33%;
    padding: 0 10px;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .description, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .description {
    float: left;
    width: 40%;
    padding: 0 10px;
    clear: none;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .link-button {
    float: left;
    width: 15%;
    text-align: center;
    padding: 0 10px;
  }
  .noticia .cabecera-noticia-container {
    padding: 40px 0 20px 0;
  }
  .noticia .cabecera-noticia-container .col-12 {
    padding: 15px;
  }
  .noticia .cabecera-noticia-container .col-12 .btn, .noticia .cabecera-noticia-container .col-12 .pager li a, .pager li .noticia .cabecera-noticia-container .col-12 a, .noticia .cabecera-noticia-container .col-12 .lfr-pagination-buttons li a, .lfr-pagination-buttons li .noticia .cabecera-noticia-container .col-12 a, .noticia .cabecera-noticia-container .col-12 .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .noticia .cabecera-noticia-container .col-12 a:last-child, .noticia .cabecera-noticia-container .col-12 .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .noticia .cabecera-noticia-container .col-12 a:first-child, .noticia .cabecera-noticia-container .col-12 .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .noticia .cabecera-noticia-container .col-12 .backButton > a, .noticia .cabecera-noticia-container .col-12 .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .noticia .cabecera-noticia-container .col-12 .links > a, .noticia .cabecera-noticia-container .col-12 .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .noticia .cabecera-noticia-container .col-12 a {
    float: left;
    margin-bottom: 10px;
  }
  .noticia .noticias-relacionadas {
    padding: 15px;
  }
  .profiles .profile-container .profile-content {
    overflow: hidden;
  }
  .profiles .profile-container .profile-content > img {
    width: auto;
    height: 100%;
    max-width: inherit;
    height: 100%;
    position: absolute;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container {
    position: relative;
    height: auto;
    padding: 30px;
    max-width: 75%;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container.right {
    float: right;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container.left {
    float: left;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container.center {
    /*margin-left: 50%;*/
    float: left;
  }
  /***ingenium***/
  #buscadorIngenium > div.adress-column {
    padding: 0 15px;
  }
  #buscadorIngenium > div.search-column button {
    display: block;
    width: 100%;
  }
  #buscadorIngenium > div .form-control #postalCode {
    margin: -15px 0 0 0px;
  }
  #buscadorIngenium .form-group {
    margin-bottom: 5px;
  }
  .ingeniumDestacados {
    width: 100%;
  }
  .ingeniumDestacados .detalleComercioResumido .descripcionOferta {
    clear: left;
    width: 100%;
  }
  .ingeniumDestacados .detalleComercioResumido .enlaces {
    float: right;
    width: 100%;
    text-align: left;
  }
  .ingeniumDestacados .detalleComercioResumido .enlaces a {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .detalleComercioCompleto .seccionTop .links {
    margin-top: 20px;
  }
  .detalleComercioCompleto .seccionTop .links > a {
    margin: 0 0 0 10px !important;
  }
  .detalleComercioCompleto .containerImagenComercioGrande {
    margin: 20px -15px;
  }
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .container {
    width: 100%;
    padding: 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ h3, .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .journal-content-article table caption, .journal-content-article table .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ caption, .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ caption {
    padding: 20px 0 30px 0;
  }
  .carousel {
    margin: 0 -15px;
  }
  .funds-publications {
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .portlet-column-content-only .portlet-title-text, .portlet-column-content-only .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .portlet-column-content-only h2, .portlet-column-content-only .denuncias-form h2, .denuncias-form .portlet-column-content-only h2, .portlet-column-content-only .denuncias-form .h2, .denuncias-form .portlet-column-content-only .h2, .portlet-column-content-only .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .portlet-column-content-only h2, .portlet-column-content-only .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .portlet-column-content-only .h2 {
    padding: 20px 0;
  }
  /***planes de pensiones***/
  .pension-plan-detail-container .reports, .pension-fund-detail-container .reports {
    padding: 20px;
    margin-bottom: 20px;
  }
  .pension-plan-detail-container .reports .detail-forms-title:after, .pension-fund-detail-container .reports .detail-forms-title:after {
    content: "+";
    float: right;
  }
  .pension-plan-detail-container .reports .detail-forms-title.open:after, .pension-fund-detail-container .reports .detail-forms-title.open:after {
    content: "-";
  }
  .pension-plan-detail-container .reports ul, .pension-fund-detail-container .reports ul {
    display: none;
  }
  .pension-plan-detail-container #tablaFicha, .pension-fund-detail-container #tablaFicha {
    padding: 0;
  }
  .pension-plan-detail-container #detail-fund-table .table-responsive-container, .pension-plan-detail-container #detail-plan-table .table-responsive-container, .pension-fund-detail-container #detail-fund-table .table-responsive-container, .pension-fund-detail-container #detail-plan-table .table-responsive-container {
    position: relative;
  }
  .pension-plan-detail-container #detail-fund-table .table-responsive, .pension-plan-detail-container #detail-plan-table .table-responsive, .pension-fund-detail-container #detail-fund-table .table-responsive, .pension-fund-detail-container #detail-plan-table .table-responsive {
    overflow: auto;
    padding: 0 1px;
  }
  .pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad, .pension-fund-detail-container #detail-plan-tabs .cuadros-rentabilidad {
    margin-bottom: 0;
  }
  .pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12, .pension-fund-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12 {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .pension-plan-detail-container #detail-plan-tabs .tablaValorLiquidativo, .pension-fund-detail-container #detail-plan-tabs .tablaValorLiquidativo {
    overflow-x: auto;
  }
  .pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12:nth-child(2), .pension-plan-detail-container #detail-plan-tabs .tablaValorLiquidativo .col-12:nth-child(2), .pension-fund-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12:nth-child(2), .pension-fund-detail-container #detail-plan-tabs .tablaValorLiquidativo .col-12:nth-child(2) {
    padding: 0;
  }
  /***buscador de oficinas***/
  .office-search .office-search-form {
    margin: 10px auto;
    text-align: left;
  }
  .office-search .office-search-form .results {
    width: 100%;
  }
  .office-search .office-search-form > .form-group:nth-child(5) {
    width: 100%;
  }
  .office-search .office-search-form input[type=text] {
    width: 100%;
  }
  .office-search .office-search-form .icon-monospaced {
    margin-left: -32px;
    display: none;
  }
  .office-search .office-search-form .show-filters {
    cursor: pointer;
  }
  .office-search .office-search-form .show-filters span {
    color: #4568aa;
    font-size: 16px;
    font-family: "latobold", sans-serif;
    padding-right: 25px;
    background: url(../images/icons/down-faq.png) 100% 5px no-repeat;
  }
  .office-search .office-search-form .show-filters + .form-group, .office-search .office-search-form .show-filters + .form-group + .form-group, .office-search .office-search-form .show-filters + .form-group + .form-group + .form-group, .office-search .office-search-form .show-filters + .form-group + .form-group + .form-group + .form-group {
    display: none;
  }
  .office-search .office-search-form .show-filters.open span {
    background: url(../images/icons/up-faq.png) 100% 5px no-repeat;
  }
  .office-search .office-search-form .show-filters.open + .form-group, .office-search .office-search-form .show-filters.open + .form-group + .form-group, .office-search .office-search-form .show-filters.open + .form-group + .form-group + .form-group, .office-search .office-search-form .show-filters.open + .form-group + .form-group + .form-group + .form-group {
    display: block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .office-search .office-search-form .show-filters.open + .form-group + .form-group + .form-group + .form-group + .icon-monospaced {
    display: inline-block;
    float: right;
    margin-top: -34px;
  }
  .office-search > div:first-child .office-search-form {
    width: calc(100% - 40px);
    padding: 50px 0 0 0;
    height: auto;
  }
  .office-search > div:first-child .office-search-form > .form-group {
    display: none;
  }
  .office-search > div:first-child .office-search-form > .form-group:nth-child(5) {
    display: block !important;
  }
  .office-search > div:first-child .office-search-form .icon-monospaced {
    display: block !important;
  }
  .office-search > div:first-child .office-search-form .show-filters {
    display: none !important;
  }
  .office-search .office-list .office .top-box .address-box {
    padding-left: 15px;
  }
  .office-search .office-list .office .top-box .address-box .address {
    padding-right: 20px;
  }
  .office-search .office-list .office .top-box .icon {
    padding-right: 0;
  }
  .office-search .office-list .office .top-box + div .contact-box > div {
    margin-bottom: 20px;
  }
  .office-search .office-list .office .top-box + div .contact-box .col-1 {
    padding: 0;
  }
  .office-search .office-list .office .top-box + div .cash-machine {
    padding-left: calc(8.33333% + 40px);
    background-position: calc(8.33333% + 15px) 0 !important;
  }
  .office-search .office-list .office .top-box + div .image-map > div {
    margin-bottom: 20px;
  }
  .office-search .office-list .office .top-box + div .image-map > div:first-child {
    padding-left: 15px;
  }
  .office-search .office-list .office .top-box + div .bottom-box > div {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .office-search .office-list .office .top-box + div .bottom-box .opening-hours {
    padding-left: 30px;
  }
  .office-search .office-list .office .top-box + div .bottom-box .opening-hours-header {
    padding-left: 15px;
  }
  .office-search .office-list .office .top-box + div .bottom-box .opening-hours > div.special:before, .office-search .office-list .office .top-box + div .bottom-box .extra-box > div.special:before {
    left: 22px;
  }
  /***navegación por categorías***/
  .portlet-asset-categories-navigation .category-news > ul {
    display: block;
    width: 100%;
  }
  .portlet-asset-categories-navigation .category-news > ul li {
    display: block;
    border: 0;
  }
  .portlet-asset-categories-navigation .category-news .btn, .portlet-asset-categories-navigation .category-news .pager li a, .pager li .portlet-asset-categories-navigation .category-news a, .portlet-asset-categories-navigation .category-news .lfr-pagination-buttons li a, .lfr-pagination-buttons li .portlet-asset-categories-navigation .category-news a, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a:last-child, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a:first-child, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news .backButton > a, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news .links > a, .portlet-asset-categories-navigation .category-news .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news a {
    margin: 0 0 10px 0;
    border: 0;
  }
  .fundacio {
    /***buscador de oficinas***/
  }
  .fundacio #banner #navigation > ul > li.selected > a, .fundacio #banner #navigation > ul > li.active > a, .fundacio #banner #navigation.opened > ul > li.selected > a, .fundacio #banner #navigation.opened > ul > li.active > a {
    color: #ffffff;
  }
  .fundacio #banner #navigation > ul > li > ul > li.selected > a, .fundacio #banner #navigation.opened > ul > li > ul > li.selected > a {
    color: #ffffff;
  }
  .fundacio #banner #navigation > ul > li > ul > li.opened > a, .fundacio #banner #navigation.opened > ul > li > ul > li.opened > a {
    color: #728cbe;
  }
  .fundacio #banner #navigation > ul > li > ul > li > ul > div > li.selected > a, .fundacio #banner #navigation.opened > ul > li > ul > li > ul > div > li.selected > a {
    color: #262626;
  }
  .fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a, .fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a:hover, .fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a:focus, .fundacio #banner #navigation.opened > ul > li > ul > li > ul > div > li > a, .fundacio #banner #navigation.opened > ul > li > ul > li > ul > div > li > a:hover, .fundacio #banner #navigation.opened > ul > li > ul > li > ul > div > li > a:focus {
    color: #262626;
  }
  .fundacio #banner .search-container .search .icon-monospaced a .lexicon-icon-search {
    color: #164194;
    margin: 0;
  }
  .fundacio .office-search .office-search-form .show-filters span {
    background: url(../images/color-schemes/fundacio/icons/down-faq.png) 100% 5px no-repeat;
  }
  .fundacio .office-search .office-search-form .show-filters.open span {
    background: url(../images/color-schemes/fundacio/icons/up-faq.png) 100% 5px no-repeat;
  }
  /***organigrama***/
  .organigram > li {
    width: 100%;
    height: auto !important;
    float: left;
    clear: left;
    background-color: #262626;
    padding: 20px !important;
    position: relative;
    text-align: center;
  }
  .organigram > li .organigram-picture {
    height: auto !important;
  }
  .organigram > li .organigram-info-layer {
    width: calc(100% - 40px);
  }
  .organigram > li.empty {
    display: none;
  }
  /***informe semanal***/
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter:before {
    display: none;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter .form-inline {
    padding: 0px;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter .form-inline label {
    display: block;
    margin: 0 0 5px 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list {
    list-style: none;
    padding: 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month {
    padding: 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month:nth-child(even) {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report {
    border-left: 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    clear: left;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report:last-child {
    border-bottom: 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more {
    text-align: center;
    margin: 30px 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a {
    display: block;
    width: 100%;
  }
  .pager {
    overflow: hidden;
    clear: left;
  }
  .pager li:first-child {
    float: left;
  }
  .pager li:last-child {
    float: right;
  }
  .portlet-boundary_com_cajaingenieros_portal_simulatorafi_web_portlet_SimulatorAFIPortlet_ iframe {
    height: 2225px;
  }
}
@media (min-width: 768px) {
  .has-control-menu .intersticial {
    padding-top: 64px;
  }
}
@media (max-width: 768px) {
  /***detalle plan pensiones***/
  .pension-plan-detail-container #detail-plan-tabs .r-tabs-panel.r-tabs-state-active {
    opacity: 1;
  }
  .pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs > ul {
    margin: 0 0 60px 0;
  }
  .pension-fund-detail-container #detail-fund-tabs .r-tabs-panel.r-tabs-state-active {
    opacity: 1;
  }
  .pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs > ul {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    border: 0;
  }
  .yui3-widget-modal {
    top: 10% !important;
    max-height: 80% !important;
    width: 90% !important;
    left: 5% !important;
    bottom: auto;
    height: auto;
  }
  .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: auto;
  }
  .modal-body {
    position: inherit;
    top: 0;
    bottom: 0;
  }
  #banner #heading .heading-left .online-partner .online .header-button, #banner #heading .heading-left .online-partner .partner .header-button {
    font-size: 13px;
  }
  #banner .search-container .search {
    padding: 3px 10px 2px 15px;
  }
  #banner .search-container .search .lexicon-icon-search {
    width: 20px;
    height: 20px;
    margin: 3px 0 0 0;
  }
  .scroll-mark #banner #heading .heading-left .site-title {
    height: 33px;
    padding-top: 2px;
  }
  .scroll-mark #banner #heading .heading-left .site-title img {
    height: 28px;
  }
  .scroll-mark #banner #heading .heading-left .online-partner {
    top: 33px;
    height: 41px;
    overflow: hidden;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .hamburguer {
    height: 41px;
    padding: 5px;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .hamburguer .icon-bar {
    height: 3px;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .online, .scroll-mark #banner #heading .heading-left .online-partner .partner {
    height: 41px;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .online .cecaTrigger > p, .scroll-mark #banner #heading .heading-left .online-partner .partner .cecaTrigger > p {
    height: 41px;
    margin-bottom: 0;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .online .header-button, .scroll-mark #banner #heading .heading-left .online-partner .partner .header-button {
    padding: 10px 0 11px 0;
    font-size: 12px;
    height: 41px;
  }
  .scroll-mark #banner #heading .heading-right {
    top: -60px;
  }
  .scroll-mark #banner #navigation {
    top: -60px;
  }
  .has-control-menu .intersticial {
    padding-top: 48px;
  }
  .has-control-menu #banner #heading .heading-left .site-title {
    top: 48px;
  }
  .has-control-menu #banner #heading .heading-left .online-partner {
    top: 100px;
  }
  .has-control-menu #banner #heading .heading-left .online-partner .hamburguer {
    padding: 9px 5px;
  }
  .has-control-menu #banner #heading .heading-left .online-partner .hamburguer .icon-bar {
    width: 20px;
    height: 3px;
  }
  .has-control-menu #banner #heading .heading-right {
    /*top: 100px;	*/
  }
  .has-control-menu #banner.opened-menu {
    max-height: calc(100% - 48px);
  }
  .has-control-menu.scroll-mark #banner #heading .heading-left .site-title {
    top: 48px;
  }
  .has-control-menu.scroll-mark #banner #heading .heading-left .online-partner {
    top: 81px;
  }
  .has-control-menu.scroll-mark #banner #heading .heading-left .online-partner .cecaTrigger > p {
    height: 41px;
    margin-bottom: 0;
  }
  .has-control-menu.scroll-mark #banner #heading .heading-left .online-partner .hamburguer {
    padding: 5px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] {
    column-count: 1;
    column-gap: 0;
    margin-bottom: 40px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div {
    margin-bottom: 20px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] {
    width: 100%;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter]:before {
    display: none;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id*=loadMore] {
    margin: 40px 0 0 0;
  }
  .courses-workshops .course .course-header h3, .courses-workshops .course .course-header .journal-content-article table caption, .journal-content-article table .courses-workshops .course .course-header caption, .courses-workshops .course .course-header .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .courses-workshops .course .course-header caption {
    overflow: hidden;
  }
  .courses-workshops .course .course-header h3 > a, .courses-workshops .course .course-header .journal-content-article table caption > a, .journal-content-article table .courses-workshops .course .course-header caption > a, .courses-workshops .course .course-header .journal-content-article .table-bordered caption > a, .journal-content-article .table-bordered .courses-workshops .course .course-header caption > a {
    display: block;
    margin-bottom: 5px;
  }
  .courses-workshops .buttons-holder {
    margin: 20px 0 30px 0;
  }
  .courses-workshops .buttons-holder .btn, .courses-workshops .buttons-holder .pager li a, .pager li .courses-workshops .buttons-holder a, .courses-workshops .buttons-holder .lfr-pagination-buttons li a, .lfr-pagination-buttons li .courses-workshops .buttons-holder a, .courses-workshops .buttons-holder .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .courses-workshops .buttons-holder a:last-child, .courses-workshops .buttons-holder .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .courses-workshops .buttons-holder a:first-child, .courses-workshops .buttons-holder .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .courses-workshops .buttons-holder .backButton > a, .courses-workshops .buttons-holder .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .courses-workshops .buttons-holder .links > a, .courses-workshops .buttons-holder .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .courses-workshops .buttons-holder a {
    display: block;
    width: 100%;
    clear: left;
    margin-bottom: 10px;
  }
  .courses-workshops .buttons-holder .btn:last-child, .courses-workshops .buttons-holder .pager li a:last-child, .pager li .courses-workshops .buttons-holder a:last-child, .courses-workshops .buttons-holder .lfr-pagination-buttons li a:last-child, .lfr-pagination-buttons li .courses-workshops .buttons-holder a:last-child, .courses-workshops .buttons-holder .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .courses-workshops .buttons-holder a:last-child, .courses-workshops .buttons-holder .detalleComercioCompleto .backButton > a:last-child, .detalleComercioCompleto .courses-workshops .buttons-holder .backButton > a:last-child, .courses-workshops .buttons-holder .detalleComercioCompleto .seccionTop .links > a:last-child, .detalleComercioCompleto .seccionTop .courses-workshops .buttons-holder .links > a:last-child, .courses-workshops .buttons-holder .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:last-child, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .courses-workshops .buttons-holder a:last-child {
    margin-bottom: 0;
  }
  .courses-workshops .course-article .teachers .avatar {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .courses-workshops .course-article .teachers .avatar .links > a span {
    float: none;
  }
  .carousel .carousel-inner {
    height: auto;
  }
  .carousel .carousel-inner .carousel-image img {
    height: auto;
    width: 100%;
  }
  .carousel .modal .modal-dialog {
    overflow: visible;
  }
  .carousel .modal .modal-dialog .modal-content {
    max-height: 100vh;
  }
  .notas-destacadas-container .notas-destacadas-center-content .col-12 {
    margin-bottom: 20px;
  }
  .recommended-products {
    margin: 0 -15px;
  }
  .recommended-products .product {
    padding: 0;
  }
  /***reasons why***/
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .icon-container {
    width: 15% !important;
  }
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container {
    width: 70% !important;
  }
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .description, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .description, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .description {
    display: none;
  }
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .link-button {
    width: 15% !important;
  }
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .link-button button, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .link-button button, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .link-button button {
    width: 37px;
    height: 37px;
    padding: 0;
    max-width: 37px;
  }
  /***noticias***/
  .news-list {
    margin: 0 -15px;
  }
  .news-list .news-item {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .news-list .news-item .news-content {
    padding: 25px;
  }
  .news-list .news-item .news-button {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    clear: left;
    margin: 0 0 20px 20px;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .summary {
    margin: 20px 0 0 0;
  }
  .noticia .detalle-noticia .col-12 {
    padding: 0 15px;
  }
  .noticia .detalle-noticia .campos_extra .pictureAuthor {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .noticia .detalle-noticia .campos_extra .pictureDescription {
    float: left;
    width: 100%;
  }
  /***profiles***/
  .profiles {
    margin: 0 -15px;
  }
  .profiles .nav-tabs-scrollbar {
    position: relative;
  }
  .profiles .nav-tabs-scrollbar .profile-tab {
    height: 120px;
  }
  .profiles .nav-tabs-scrollbar .owl-prev, .profiles .nav-tabs-scrollbar .owl-next {
    position: absolute;
    top: 0;
    background-color: #164194;
    color: #ffffff;
    height: 120px;
    line-height: 120px;
    width: 30px;
    text-align: center;
    opacity: 0.5;
    margin: 0;
    border-radius: 0;
    font-size: 18px;
  }
  .profiles .nav-tabs-scrollbar .owl-prev.disabled, .profiles .nav-tabs-scrollbar .owl-next.disabled {
    display: none;
  }
  .profiles .nav-tabs-scrollbar .owl-prev:hover, .profiles .nav-tabs-scrollbar .owl-prev:focus, .profiles .nav-tabs-scrollbar .owl-next:hover, .profiles .nav-tabs-scrollbar .owl-next:focus {
    opacity: 1;
  }
  .profiles .nav-tabs-scrollbar .owl-prev {
    left: 0;
  }
  .profiles .nav-tabs-scrollbar .owl-next {
    right: 0;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container {
    width: 100% !important;
    max-width: 100%;
  }
  .denuncias-form .buttons-holder {
    margin: 20px 0;
  }
  .denuncias-form .buttons-holder button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  /***buscador ingenium***/
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .results-row,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .results-row {
    visibility: visible;
  }
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .ingeniumSearchPagination,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .ingeniumSearchPagination {
    text-align: center;
  }
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .ingeniumSearchPagination .pull-right,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .ingeniumSearchPagination .pull-right {
    float: none !important;
    display: block;
    clear: left;
    margin-top: 20px;
  }
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .ingeniumSearchPagination .pull-right button,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .ingeniumSearchPagination .pull-right button {
    margin: 0 10px;
  }
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .ingeniumSearchPagination .dropdown-menu,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .ingeniumSearchPagination .dropdown-menu {
    top: 0;
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
  .detalleComercioCompleto .seccionTop .detail h4 {
    margin-top: 10px;
  }
  .detalleComercioCompleto .seccionTop .links > a {
    margin: 0 0 20px 0 !important;
    display: block;
    width: 100%;
  }
  .detalleComercioCompleto .cupon button, .detalleComercioCompleto .cupon > a {
    width: 100%;
  }
  .detalleComercioCompleto .backButton a {
    width: 100%;
  }
  .detalleComercioCompleto .containerImagenComercioGrande .textoPromocion {
    width: calc(100% - 25px);
    max-width: calc(100% - 25px);
    line-height: 18px;
  }
  .detalleComercioCompleto .containerImagenComercioPeq {
    text-align: center;
  }
  .detalleComercioResumido {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
  }
  .detalleComercioResumido .imagenComercioPueqContainer, .detalleComercioResumido .descripcionOferta {
    height: auto !important;
  }
  .detalleComercioResumido .imagenComercioPueqContainer {
    text-align: center;
  }
  .ingeniumDestacados .detalleComercioResumido {
    border-bottom: 0;
  }
  .funds-publications {
    column-count: 1;
    column-gap: 0;
    margin: 0 -15px 40px -15px;
  }
  .slider .play-slider, .slider .pause-slider {
    bottom: 3px;
  }
  .slider .owl-dots {
    margin-top: 0px !important;
    margin-bottom: 0;
  }
  #content .cdi-general-search .portlet-body div[data-search-results=""] div[id*=mainResultsSearchContainer] .table.table-striped > tbody > tr td .col-2 {
    width: 100%;
    padding: 10px 0;
  }
  #content .cdi-general-search .portlet-body div[data-search-results=""] div[id*=mainResultsSearchContainer] .table.table-striped > tbody > tr td .col-10 {
    width: 100%;
  }
  .portlet-boundary_com_cajaingenieros_portal_highlights_ingenium_web_portlet_HighlightsIngeniumPortlet_ {
    margin: 0 -15px 15px -15px;
    padding: 15px;
    background-color: #ededed;
  }
  /***detalle plan pensiones***/
  .pension-plan-detail-container #detail-plan-tabs .r-tabs-panel.r-tabs-state-active {
    opacity: 1;
  }
  .pension-fund-detail-container #detail-fund-tabs .r-tabs-panel.r-tabs-state-active {
    opacity: 1;
  }
  .pension-fund-detail-container #detail-fund-tabs .cuadros-rentabilidad .col-12 {
    margin-bottom: 30px;
  }
  .pension-fund-detail-container #detail-fund-tabs .cuadros-rentabilidad .col-12:nth-child(2), .pension-fund-detail-container #detail-fund-tabs .tablaValorLiquidativo .col-12:nth-child(2) {
    padding: 0;
  }
  /***buscador de oficinas***/
  .office-search .office-search-form > .form-group {
    width: 100%;
    margin-bottom: 0;
  }
  .office-search .office-search-form .results {
    margin-right: 0px;
    font-size: 18px;
  }
  .office-search .office-search-form .results span {
    font-size: 18px;
  }
  .office-search .office-search-form .icon-monospaced {
    top: -1px;
  }
  .highlited-products .highlited-products-row .product .image {
    position: relative;
    width: 208px;
    padding-top: 208px;
  }
  .portlet-boundary_com_cajaingenieros_portal_simulatorafi_web_portlet_SimulatorAFIPortlet_ iframe {
    height: 2525px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 42px;
  }
  #banner #heading .heading-left .online-partner .online .header-button, #banner #heading .heading-left .online-partner .partner .header-button {
    font-size: 12px;
    white-space: nowrap;
  }
  .portlet-column .reason-container .reason-row .reason-item .reason-content .icon-container {
    width: 20% !important;
  }
  .portlet-column .reason-container .reason-row .reason-item .reason-content .title-container {
    width: 60% !important;
  }
  .portlet-column .reason-container .reason-row .reason-item .reason-content .link-button {
    width: 20% !important;
  }
  .portlet-boundary_com_cajaingenieros_portal_simulatorafi_web_portlet_SimulatorAFIPortlet_ iframe {
    height: 3025px;
  }
}
.ios.touch body.modal-open {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 450px) {
  .pension-plan-highlights .jqplot-target, .funds-highlights .jqplot-target, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .jqplot-target, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .jqplot-target {
    height: auto !important;
  }
  .pension-plan-highlights .jqplot-target::before, .funds-highlights .jqplot-target::before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .jqplot-target::before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .jqplot-target::before {
    content: "";
    display: block;
    height: 300px;
  }
  .pension-plan-highlights .jqplot-table-legend, .funds-highlights .jqplot-table-legend, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .jqplot-table-legend, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .jqplot-table-legend {
    position: relative !important;
    left: 0 !important;
    top: -15px !important;
  }
}
/***Colors***/
/***Fonts***/
/***Structure***/
@media print {
  h1, h2, * {
    page-break-after: avoid;
    page-break-before: avoid;
  }
  html, body {
    height: 100%;
  }
  #banner #heading .heading-left {
    /*padding-left: 5%;*/
  }
  #banner #heading .site-title {
    position: inherit !important;
    page-break-inside: auto;
    page-break-before: avoid;
    page-break-after: avoid;
  }
  #banner, #content, #wrapper, #main-content {
    page-break-before: avoid;
    page-break-after: avoid;
  }
  /***eliminamos links de impresion***/
  a[href]:after {
    content: none !important;
  }
  #footer,
  #heading .online-partner,
  #heading .heading-right,
  #navigation,
  #breadcrumbs,
  .asset-actions,
  #cookies {
    display: none !important;
  }
  #wrapper {
    margin-top: 0 !important;
  }
  .noticia {
    page-break-inside: auto;
    page-break-before: avoid;
    display: block;
    width: 100%;
  }
  .noticia .row {
    float: none;
  }
  .noticia .detalle-noticia {
    /*max-width: 90%;*/
  }
  .noticia .detalle-noticia .noticia-contenido + .col-md-4 {
    display: none !important;
  }
  .noticia .detalle-noticia .row {
    float: none;
  }
  .noticia .detalle-noticia .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none;
  }
  .noticia .detalle-noticia .cuerpo {
    font-size: 18px;
  }
  .noticia .cabecera-noticia-container {
    padding: 20px 0;
    page-break-inside: auto;
    page-break-before: avoid;
    background-color: transparent;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content {
    /*max-width: 90%;*/
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .btn-secondary {
    display: none !important;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .title {
    font-size: 45px;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .date {
    font-size: 18px;
    color: #434343;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .summary {
    font-size: 25px;
    width: 100%;
  }
  .has-control-menu #wrapper {
    margin-top: 64px !important;
  }
}
/* endinject */
/***Colors***/
/***Fonts***/
/***Structure***/
.lightblue-hightlight, .fundacio .office-search > .office-search-form > .form-group label.checked.focus:before, .fundacio .office-search > .office-search-form > .form-group label.not-checked.focus:before, .fundacio .frase-magica:focus {
  outline: 1px solid #378dbe;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(55, 141, 190, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(55, 141, 190, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(55, 141, 190, 0.5);
}

.fundacio {
  /***components***/
  /***most consulted***/
  /***acceso rápido***/
  /***detalle noticia***/
  /***productos recomendados***/
  /***social room***/
  /***buscador general***/
  /***planes de pensiones y fondos***/
  /***detalle plan pensiones***/
  /***detalle fondos***/
  /***buscador de oficinas***/
  /***frase mágica***/
  /***filtros buscador fondos***/
  /***informe semanal***/
  /***404 y portlet no disponible***/
}
.fundacio #banner .search-container .search-launcher svg {
  color: #ffffff;
}
.fundacio #banner .search-container .search-launcher:hover svg, .fundacio #banner .search-container .search-launcher:focus svg {
  color: #88d4ff;
}
.fundacio #banner .search-container .search .icon-monospaced a .lexicon-icon-search {
  color: #ffffff;
}
.fundacio #banner .search-container .search .icon-monospaced a:hover .lexicon-icon-search, .fundacio #banner .search-container .search .icon-monospaced a:focus .lexicon-icon-search {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > a {
  color: #262626;
}
.fundacio #banner #navigation > ul > li > a:hover, .fundacio #banner #navigation > ul > li > a:focus {
  color: #434343;
}
.fundacio #banner #navigation > ul > li.selected > a, .fundacio #banner #navigation > ul > li.active > a {
  color: #378dbe;
}
.fundacio #banner #navigation > ul > li.selected > a:hover, .fundacio #banner #navigation > ul > li.selected > a:focus, .fundacio #banner #navigation > ul > li.active > a:hover, .fundacio #banner #navigation > ul > li.active > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul {
  background-color: #164194;
}
.fundacio #banner #navigation > ul > li > ul > li > a {
  color: #ffffff;
}
.fundacio #banner #navigation > ul > li > ul > li > a:hover, .fundacio #banner #navigation > ul > li > ul > li > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li.selected > a, .fundacio #banner #navigation > ul > li > ul > li.active > a {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li.selected > a:hover, .fundacio #banner #navigation > ul > li > ul > li.selected > a:focus, .fundacio #banner #navigation > ul > li > ul > li.active > a:hover, .fundacio #banner #navigation > ul > li > ul > li.active > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li:hover:after, .fundacio #banner #navigation > ul > li > ul > li:focus:after, .fundacio #banner #navigation > ul > li > ul > li.active:after {
  border-top: 1px solid #718bbe;
}
.fundacio #banner #navigation > ul > li > ul > li > ul {
  background-color: #164194;
}
.fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a {
  color: #ffffff;
}
.fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a:hover, .fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li > ul > div > li.selected > a {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul > li > ul > div > li.selected > a:hover, .fundacio #banner #navigation > ul > li > ul > li > ul > div > li.selected > a:focus {
  color: #88d4ff;
}
.fundacio #banner #navigation > ul > li > ul.microsite-bar > li .microsite-text {
  color: #ffffff;
}
.fundacio #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li.active {
  color: #378dbe;
}
.fundacio #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li a {
  color: #164194;
}
.fundacio #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li .active {
  color: #378dbe;
}
.fundacio #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb.breadcrumb-horizontal > li + li:before {
  color: #164194;
}
.fundacio .bullets ul li a.active span.dot {
  background-color: #378dbe;
}
.fundacio .carousel-most-consulted .owl-item .q-number {
  color: #378dbe;
}
.fundacio .most-consulted-responsive .most-consulted-item-responsive .panel-heading a .number {
  color: #378dbe;
}
.fundacio .publicacion .date {
  color: #378dbe;
}
.fundacio .quick-access-content .quick-access-text-content .back-color {
  background-color: #378dbe;
}
.fundacio .noticia .cabecera-noticia-container .cabecera-noticia-content .date {
  font-size: 16px;
  color: #378dbe;
}
.fundacio .noticia .noticias-relacionadas ul li {
  background: url(../images/color-schemes/fundacio/icons/arrow-list.png) 0 3px no-repeat;
}
.fundacio .recommended-products .product:nth-child(odd) .product-content {
  background-color: #378dbe;
}
.fundacio .highlited-products .highlited-products-row .product .category span {
  background-color: #378dbe;
}
.fundacio .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div > div.icon > span {
  color: #378dbe;
}
.fundacio .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] > div.active {
  color: #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .text-warning {
  color: #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error [type=text], .fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error [type=textarea], .fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error [type=email] {
  border: 1px solid #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-text-wrapper.has-error:after {
  color: #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form form .input-checkbox-wrapper.has-error:after {
  color: #378dbe;
}
.fundacio .denuncias-form .has-error:after {
  color: #378dbe;
}
.fundacio #buscadorIngenium > div.buttons-column button#modalButtonIS {
  background-color: #378dbe;
}
.fundacio #buscadorIngenium > div.buttons-column button#modalButtonIS:hover, .fundacio #buscadorIngenium > div.buttons-column button#modalButtonIS:focus {
  background-color: #88d4ff;
}
.fundacio #content .cdi-general-search .portlet-body > form .icon-monospaced a:hover, .fundacio #content .cdi-general-search .portlet-body > form .icon-monospaced a:focus {
  color: #378dbe;
}
.fundacio #content .cdi-general-search .portlet-body div[data-search-results=""] > p.main-results {
  color: #378dbe;
}
.fundacio .pension-plan-highlights .headerLink, .fundacio .funds-highlights .headerLink, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink {
  background: url(../images/color-schemes/fundacio/icons/arrow-faq.png) 10px 19px no-repeat;
}
.fundacio .pension-plan-highlights .headerLink:after, .fundacio .funds-highlights .headerLink:after, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink:after {
  content: url(../images/color-schemes/fundacio/icons/up-faq.png);
}
.fundacio .pension-plan-highlights .headerLink[aria-expanded=false]:after, .fundacio .funds-highlights .headerLink[aria-expanded=false]:after, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .headerLink[aria-expanded=false]:after {
  content: url(../images/color-schemes/fundacio/icons/down-faq.png);
}
.fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping {
  background: #378dbe url(../images/icons/cart.png) 49% 50% no-repeat;
}
.fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:focus, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping:focus, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping:hover, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping:focus {
  background-color: #88d4ff;
}
.fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled {
  background-color: #415465;
}
.fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .fundacio .pension-plan-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .fundacio .funds-highlights table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:hover, .fundacio .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ table:not(.jqplot-table-legend) tbody tr td span.shopping.disabled:focus {
  background-color: #415465;
}
.fundacio .pension-plan-detail-container .reports ul li {
  background: url(../images/color-schemes/fundacio/icons/pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.fundacio .pension-plan-detail-container #detail-plan-tabs .participating #detail-plan-risk-tabs a[id*=exportExcelLnk]:before {
  color: #378dbe;
}
.fundacio .pension-fund-detail-container .reports ul li {
  background: url(../images/color-schemes/fundacio/icons/pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.fundacio .pension-fund-detail-container #detail-fund-tabs .participating #detail-fund-risk-tabs a[id*=exportExcelLnk]:before {
  content: url(../images/color-schemes/fundacio/icons/excel.png);
}
.fundacio .office-search > .office-search-form > .form-group {
  position: initial;
}
.fundacio .office-search > .office-search-form > .form-group label.not-checked:before, .fundacio .office-search > .office-search-form > .form-group label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .office-search > .office-search-form > .form-group label.not-checked:before, .fundacio .office-search > .office-search-form > .form-group label.checked:before {
  border: 1px solid #378dbe;
}
.fundacio .office-search > .office-search-form > .form-group label.checked.focus:before, .fundacio .office-search > .office-search-form > .form-group label.not-checked.focus:before {
  border: 1px dotted #378dbe;
}
.fundacio .office-search .office-list .office .top-box {
  background-color: #f8f8f8;
}
.fundacio .office-search .office-list .office .top-box[data-toggle=collapse] {
  background: #f8f8f8 url(../images/color-schemes/fundacio/icons/down-faq.png) 98% 25px no-repeat;
}
.fundacio .office-search .office-list .office .top-box[aria-expanded=true] {
  ackground: #ffffff url(../images/color-schemes/fundacio/icons/up-faq.png) 98% 25px no-repeat;
}
.fundacio .office-search .office-list .office .top-box .warning-box:before {
  color: #378dbe;
}
.fundacio .office-search .office-list .office .collapse {
  border-bottom: 5px solid #378dbe;
}
.fundacio .office-search .office-list .office .collapse .cash-machine {
  background-image: url(../images/color-schemes/fundacio/icons/cajero.png);
}
.fundacio .office-search .office-list .office .collapse .bottom-box .opening-hours > div, .fundacio .office-search .office-list .office .collapse .bottom-box .extra-box > div {
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.fundacio .office-search .office-list .office .collapse .bottom-box .opening-hours > div.special:before, .fundacio .office-search .office-list .office .collapse .bottom-box .extra-box > div.special:before {
  color: #378dbe;
}
.fundacio .special-days-lightbox {
  list-style: none;
  padding-left: 0;
}
.fundacio .special-days-lightbox li {
  background: transparent url(../images/icons/lightblue-bullet.png) 0 7px no-repeat;
}
.fundacio .search-funds-filter > form .form-control:focus, .fundacio .search-funds-filter > form .selectric:focus {
  border: 1px solid #378dbe !important;
}
.fundacio .search-funds-filter > form .selectric-focus .selectric {
  border: 1px solid #378dbe !important;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list {
  list-style: none;
  padding: 0;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span {
  display: block;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span:nth-child(1) {
  color: #378dbe;
}
.fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report > span:nth-child(4) a {
  background: url(../images/color-schemes/fundacio/icons/pdf.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.fundacio .big-alert-404 span:before {
  color: #378dbe;
}
.fundacio .error-management-big-alert span:before {
  color: #378dbe;
}
.fundacio #footer .footer-right .contact-footer ul li a:hover, .fundacio #footer .footer-right .contact-footer ul li a:focus {
  color: #728cbe;
}
.fundacio #footer .footer-right .contact-footer ul li a.contact:hover, .fundacio #footer .footer-right .contact-footer ul li a.contact:focus {
  background: url(../images/color-schemes/fundacio/icons/headphones-hover.png) 5px 5px no-repeat;
}
.fundacio #footer .footer-right .contact-footer ul li a.offices:hover, .fundacio #footer .footer-right .contact-footer ul li a.offices:focus {
  background: url(../images/color-schemes/fundacio/icons/marker-hover.png) 5px 5px no-repeat;
}
.fundacio #footer .footer-right .contact-footer ul.social-networks li a:hover, .fundacio #footer .footer-right .contact-footer ul.social-networks li a:focus {
  color: #728cbe;
}
.fundacio #footer .footer-right .contact-footer ul.social-networks li a.social-room:hover, .fundacio #footer .footer-right .contact-footer ul.social-networks li a.social-room:focus {
  background: url(../images/color-schemes/fundacio/icons/social-room-hover.png) 0 5px no-repeat;
}
.fundacio #footer .footer-right .contact-footer ul.social-networks li:last-child a:hover, .fundacio #footer .footer-right .contact-footer ul.social-networks li:last-child a:focus {
  color: #728cbe;
}
.fundacio #footer .footer-right .contact-footer .mobile-banking {
  color: #728cbe;
}
.fundacio #footer .footer-right .contact-footer .mobile-banking:hover, .fundacio #footer .footer-right .contact-footer .mobile-banking:focus {
  color: #378dbe !important;
}

/***Colors***/
/***Fonts***/
/***Structure***/
.banca #banner .clearfix {
  display: none;
}
.banca #banner #heading {
  position: relative;
  z-index: 2;
}
.banca #banner #heading .heading-right #languages {
  margin-top: 14px;
}
.banca #banner #heading .heading-right #languages .portlet-content .portlet-body select {
  font-size: 14px;
  font-family: "latobold", sans-serif;
}
.banca #banner #heading .heading-right #languages .portlet-content .portlet-body select:hover {
  cursor: pointer;
}
.banca #banner #heading .heading-right #logout {
  float: left;
  margin: 15px 0 0 60px;
}
.banca #banner #heading .heading-right #logout a {
  font-size: 20px;
  color: #f9b03c;
}
.banca #banner #heading .heading-right #logout a .logout-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: transparent url(../images/color-schemes/banca/icons/salir.svg) 0 0 no-repeat;
  background-size: 32px auto;
}
.banca #banner #heading .heading-right #logout a:hover .logout-icon, .banca #banner #heading .heading-right #logout a:focus .logout-icon {
  background: transparent url(../images/color-schemes/banca/icons/salir_over.svg) 0 0 no-repeat;
  background-size: 32px auto;
}
@media (max-width: 767px) {
  .banca #banner #heading .heading-left {
    height: 107px;
  }
}
.banca #banner #navigation > ul > li > ul {
  width: 1184px;
  padding-right: calc((100% - 1148px) / 2 - 36px);
}
.banca #banner #navigation > ul > li > ul > li a {
  font-size: 15px;
}
.banca #banner #navigation > ul > li > ul > li > span.icon-plus {
  display: none !important;
}
.banca #banner #navigation > ul > li > ul > li > ul {
  display: none !important;
}
.banca #banner #navigation > ul > li > ul > li:hover:after, .banca #banner #navigation > ul > li > ul > li:focus:after, .banca #banner #navigation > ul > li > ul > li.active:after {
  display: none;
}
.banca.has-control-menu #content .portlet-column-content .portlet-boundary:first-child {
  margin-top: 0;
}
.banca #content {
  padding-top: 30px;
}
.banca #content.opened-menu {
  position: relative;
  overflow: inherit;
}
.banca #content #breadcrumbs {
  margin: -10px 0;
}
.banca #content #breadcrumbs .you-are {
  font-size: 13px;
  font-family: "latolight", sans-serif;
  color: #434343;
  vertical-align: top;
  padding-top: 1px;
}
.banca #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li {
  font-size: 13px;
}
.banca #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li.active {
  color: #4568aa;
}
.banca #content #breadcrumbs .breadcrumbs-portlet-container .portlet-breadcrumb .portlet-content ol.breadcrumb li .active {
  color: #4568aa;
}

@media (min-width: 1200px) {
  .banca #banner #heading .heading-left {
    width: 854px;
  }
  .banca #banner #heading .heading-right {
    width: 294px;
  }
  .banca #footer .footer-left {
    width: 854px;
  }
  .banca #footer .footer-right {
    width: 294px;
  }
}
@media (max-width: 1200px) {
  .banca #banner #heading .heading-left {
    width: 70%;
  }
  .banca #banner #heading .heading-right {
    width: 30%;
  }
  .banca #banner #navigation > ul > li > ul {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
  }
  .banca #footer .footer-left {
    width: 70%;
  }
  .banca #footer .footer-right {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .banca #banner #heading .site-title.no-first-level {
    height: 100px;
  }
  .banca #banner #heading .heading-left {
    height: 100px;
  }
  .banca #banner #heading .heading-right {
    padding-top: 17px;
    height: 83px;
  }
  .banca .banca-2-cols .col-md-3 {
    width: 20%;
  }
  .banca .banca-2-cols .col-md-9 {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banca #banner #heading .heading-right {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .banca #banner #heading .heading-left {
    width: 100%;
  }
  .banca #banner #heading .heading-left .online-partner {
    background-color: #164194;
  }
  .banca #banner #heading .heading-left .online-partner .hamburguer {
    display: block;
    padding: 9px 15px !important;
    float: left;
  }
  .banca #banner #heading .heading-right {
    z-index: 6;
    width: 100%;
    position: relative;
  }
  .banca #banner #heading .heading-right #logout, .banca #banner #heading .heading-right #languages {
    position: fixed;
    left: auto;
    top: auto;
  }
  .banca #banner #heading .heading-right #logout {
    right: 10px;
  }
  .banca #banner #heading .heading-right #languages {
    right: 60px;
    width: 75px;
  }
  .banca.without-dockbar #banner .heading-right #logout, .banca.without-dockbar #banner .heading-right #languages {
    margin-top: -95px !important;
  }
  .banca.without-dockbar #banner .heading-left .site-title {
    top: 0 !important;
  }
  .banca.without-dockbar #banner .heading-left .online-partner {
    top: 48px !important;
  }
  .banca.without-dockbar #wrapper {
    margin-top: 0 !important;
  }
  .banca.with-dockbar #banner .heading-right #logout, .banca.with-dockbar #banner .heading-right #languages {
    margin-top: -82px !important;
  }
  .banca #content {
    top: -50px;
  }
  .banca #footer .footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banca #banner #heading .heading-left .online-partner .hamburguer {
    padding: 9px 15px;
  }
  .banca.without-dockbar #banner .heading-right #logout, .banca.without-dockbar #banner .heading-right #languages {
    margin-top: -95px !important;
  }
  .banca.without-dockbar #banner .heading-left .site-title {
    top: 0 !important;
  }
  .banca.without-dockbar #banner .heading-left .online-partner {
    top: 48px !important;
  }
  .banca.without-dockbar #wrapper {
    margin-top: 0 !important;
  }
  .banca.with-dockbar #banner .heading-right #logout, .banca.with-dockbar #banner .heading-right #languages {
    margin-top: -80px !important;
  }
  .banca.scroll-mark #banner #heading .heading-left .online-partner .hamburguer {
    padding-top: 5px;
  }
  .banca.scroll-mark.without-dockbar #banner #heading .heading-right #logout, .banca.scroll-mark.without-dockbar #banner #heading .heading-right #languages {
    margin-top: -77px !important;
  }
  .banca.scroll-mark.without-dockbar #banner #heading .heading-left .site-title {
    top: 0 !important;
  }
  .banca.scroll-mark.without-dockbar #banner #heading .heading-left .online-partner {
    top: 33px !important;
  }
  .banca.scroll-mark.with-dockbar #banner #heading .heading-right #logout, .banca.scroll-mark.with-dockbar #banner #heading .heading-right #languages {
    margin-top: -68px !important;
  }
}
/***Internet explorer***/
input::-ms-clear {
  display: none;
}

@media (min-width: 1366px) {
  /*.ie {

  	#wrapper {
  		max-width:96%;
  		margin-left:auto;
  		margin-right:auto;
  	}
  }*/
}
@media (min-width: 1201px) {
  .ie {
    overflow-x: hidden;
    /***informe semanal***/
  }
  .ie #banner #heading .heading-left {
    padding-left: calc((100vw - 1148px) / 2 - 10px);
  }
  .ie #banner #heading .heading-right {
    padding-right: calc((100vw - 1148px) / 2 - 10px);
  }
  .ie #banner #heading .heading-right #languages {
    margin-top: 8px;
  }
  .ie #banner #navigation > ul {
    padding-left: calc((100vw - 1148px) / 2);
    margin-left: -10px;
  }
  .ie #banner #navigation > ul > li > ul {
    padding-left: calc((100vw - 1148px) / 2 - 10px);
    padding-right: calc((100vw - 1148px) / 2 + 90px);
  }
  .ie #banner #navigation > ul > li > ul > li:hover:after {
    margin: 0 calc((100vw - 1148px) / 2);
  }
  .ie #banner #navigation > ul > li > ul > li > ul {
    padding: 0 calc((100vw - 1148px) / 2 - 20px) 0 calc((100vw - 1148px) / 2);
  }
  .ie #banner #navigation > ul > li > ul.microsite-bar {
    padding: 0 calc((100vw - 1148px) / 2 - 10px);
  }
  .ie #banner #navigation .search-container {
    right: calc((100vw - 1148px) / 2);
  }
  .ie #content {
    margin-left: 0;
    width: calc(100vw - 20px);
  }
  .ie #footer .footer-left {
    padding: 0 0 70px calc((100vw - 1148px) / 2 - 10px);
  }
  .ie #footer .footer-right {
    padding: 0 calc((100vw - 1148px) / 2 - 10px) 70px 0;
  }
  .ie .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month {
    padding: 0 calc((100vw - 1148px) / 2 - 10px) 30px calc((100vw - 1148px) / 2);
  }
}
.ie {
  /***perfiles***/
}
.ie #banner #heading .heading-right #languages {
  margin-top: 8px;
}
.ie .modal-open, .ie .modal {
  padding-right: 0 !important;
}
.ie .profiles .nav-tabs-scrollbar > ul > li > a {
  position: relative;
}

.ie10 .carousel-most-consulted .owl-item {
  height: 170px;
}

/***Firefox***/
.firefox #banner #heading .heading-right #languages {
  margin-top: 6px;
}
.firefox .portlet-boundary:not(.portlet-configuration) .form-control[type=file] {
  padding: 0;
  border: 0;
}

/***no IE***/
html:not(.ie) .office-search .office-map .gmnoprint {
  opacity: 1 !important;
  overflow: visible !important;
}

/***Safari***/
@media (min-width: 992px) {
  .safari #banner #navigation > ul > li > ul > li > ul {
    width: 100vw;
    padding: 0 calc((100vw - 1148px) / 2);
  }
}
/*Ipad*/
.ios.touch .lightbox-login {
  height: 190px;
  overflow: hidden;
}

/***Colors***/
/***Fonts***/
/***Structure***/
@media (max-width: 1300px) {
  .mas-informacion-container {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .bullets {
    right: 50px;
  }
  #banner {
    position: relative;
  }
  #banner #heading .heading-left {
    padding-left: 15px;
    width: 66.66667%;
    box-sizing: border-box;
  }
  #banner #heading .heading-right {
    padding-right: 15px;
    width: 33.33333%;
    box-sizing: border-box;
  }
  #banner .search-container {
    right: 15px;
    width: calc(33.33333% - 15px);
  }
  #banner .search-container .search-launcher {
    float: right;
  }
  #banner .search-container .search {
    width: 100%;
  }
  #banner #navigation > ul {
    padding-left: 15px;
  }
  #banner #navigation > ul > li > ul {
    padding-left: 15px;
    width: 66.66667%;
    padding-right: calc(33.33333% - 15px);
  }
  #banner #navigation > ul > li > ul > li > ul {
    padding: 0 15px;
  }
  #banner #navigation > ul > li > ul.microsite-bar {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  #content #breadcrumbs, #content #main-content {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
  #footer .footer-left {
    position: relative;
    vertical-align: top;
    padding: 50px 0 70px 15px;
    width: 66.66667%;
    box-sizing: border-box;
  }
  #footer .footer-right {
    padding: 50px 15px 70px 0;
    width: 33.33333%;
    box-sizing: border-box;
  }
  .mas-informacion-container .header {
    padding: 25px 60px 25px 25px;
  }
  .mas-informacion-container .header .mas-informacion-expanded-icon, .mas-informacion-container .header .mas-informacion-collapsed-icon {
    right: 25px;
  }
  .mas-informacion-container .mas-informacion-content {
    padding: 20px;
  }
  .noticia .cabecera-noticia-container {
    margin: 0 -15px;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content {
    max-width: 100%;
    padding: 0 15px;
  }
  .office-search .office-search-form input[type=text] {
    width: 275px;
  }
  .office-search .office-search-form .results {
    margin-right: 10px;
    font-size: 16px;
  }
  .office-search .office-search-form .results span {
    font-size: 18px;
  }
  .office-search > div:first-child .office-search-form {
    margin-left: 20px;
  }
  #cookies #cookies_wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  /***informe semanal***/
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter {
    max-width: 100%;
    padding: 0 15px;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month {
    padding: 0 15px;
  }
  /***slider***/
  .slider .item .slide-content.left, .slider .item .slide-content.right {
    padding: 15px;
    margin: 0;
  }
  .slider .item .slide-content.headerLeft {
    width: 66.66667% !important;
    box-sizing: border-box;
    padding: 15px;
  }
  .slider .item .slide-content.headerRight {
    width: 33.33333% !important;
    box-sizing: border-box;
    padding: 15px;
  }
  .slider .item .slide-content-background-align-header.headerLeft {
    width: 66.66667%;
    box-sizing: border-box;
    padding: 15px;
  }
  .slider .item .slide-content-background-align-header.headerRight {
    width: 33.33333%;
    box-sizing: border-box;
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #banner .search-container {
    top: 65px;
  }
  #banner #navigation {
    top: -55px;
  }
  #banner #navigation > ul > li > a {
    font-size: 18px;
    padding-bottom: 20px;
    margin-right: 20px;
  }
  #banner #navigation > ul > li > ul > li > a {
    font-size: 14px;
    margin-right: 15px;
  }
  .carousel .carousel-inner {
    height: 400px;
  }
  .carousel .carousel-inner .carousel-image img {
    height: 400px;
  }
  .carousel .carousel-inner .carousel-content {
    padding: 30px 15px;
  }
  .carousel .carousel-inner .carousel-content .carousel-title {
    font-size: 30px;
  }
  .carousel .images-controls .owl-nav {
    margin-top: -110px;
  }
  .carousel .images-controls .owl-nav .owl-prev, .carousel .images-controls .owl-nav .owl-next {
    height: 110px;
    line-height: 110px;
  }
  .carousel .images-controls .images-small {
    height: 110px;
  }
  .carousel .images-controls .images-small .item {
    height: 110px;
  }
  .carousel .images-controls .images-small .item img {
    min-height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] {
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div {
    margin-bottom: 20px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] {
    width: 50%;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id*=loadMore] {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 991px) {
  .go-top {
    display: none !important;
  }
  .office-list .office .collapse .contact-box > div:nth-child(2) {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #banner #heading .heading-left {
    height: auto;
    min-height: 125px;
  }
  #banner #navigation > ul > li > a {
    background-color: #ffffff;
  }
  #banner #navigation > ul > li > ul {
    white-space: nowrap;
  }
  #banner #navigation > ul > li > ul > li > a {
    max-height: 55px;
  }
  #footer {
    word-break: break-word;
    word-wrap: break-word;
  }
}
@media (max-width: 991px) {
  .intersticial {
    display: none !important;
  }
  .portlet-column {
    padding: 0;
  }
  .bullets {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .btn, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .pager li a, .pager li .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .lfr-pagination-buttons li a, .lfr-pagination-buttons li .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a:last-child, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a:first-child, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .backButton > a, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .links > a, .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector .current-page-menu a {
    display: block;
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons {
    clear: left;
    margin-top: 20px;
  }
  .taglib-page-iterator .lfr-pagination-buttons li a {
    border-radius: 25px;
  }
  .cecaTrigger {
    display: block;
    width: 100%;
  }
  .cecaTrigger .header-button {
    border-radius: 0 !important;
  }
  #banner #heading.hideMenus {
    margin-bottom: 120px;
  }
  #banner #heading .heading-left {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #banner #heading .heading-left .site-title {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 52px;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 5;
    margin: 0;
    padding-top: 5px;
  }
  #banner #heading .heading-left .site-title .journal-content-article img {
    max-height: 45px;
    margin-top: -3px;
  }
  #banner #heading .heading-left .site-title.no-first-level {
    margin-top: 0;
    display: block;
    height: auto;
  }
  #banner #heading .heading-left .site-title.no-first-level > .portlet-boundary {
    display: inline-block;
  }
  #banner #heading .heading-left .online-partner {
    position: fixed;
    display: table;
    width: 100%;
    height: 51px;
    left: 0;
    top: 52px;
    z-index: 5;
  }
  #banner #heading .heading-left .online-partner .cecaTrigger > p {
    height: 51px;
    margin-bottom: 0;
  }
  #banner #heading .heading-left .online-partner .hamburguer {
    height: 51px;
    display: table-cell;
    background-color: #164194;
    color: #ffffff;
    font-size: 25px;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
  }
  #banner #heading .heading-left .online-partner .hamburguer:focus {
    border-radius: 0;
  }
  #banner #heading .heading-left .online-partner .hamburguer .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    margin: 5px auto;
    background-color: #ffffff;
  }
  #banner #heading .heading-left .online-partner .online, #banner #heading .heading-left .online-partner .partner {
    float: none;
    height: 51px;
    overflow: hidden;
    display: table-cell;
    width: 50%;
    background-color: #ededed;
  }
  #banner #heading .heading-left .online-partner .online .portlet-content, #banner #heading .heading-left .online-partner .partner .portlet-content {
    padding: 0;
    border: 0;
  }
  #banner #heading .heading-left .online-partner .online .header-button, #banner #heading .heading-left .online-partner .partner .header-button {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    height: 51px;
  }
  #banner #heading .heading-right {
    width: 100%;
    padding: 40px 15px 15px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
    right: 100%;
    top: -31px;
    -webkit-transition: right 1s; /* Safari */
    transition: right 1s;
    height: auto;
    /*display:none;			*/
    position: absolute;
  }
  #banner #heading .heading-right .portlet-content {
    padding: 0;
  }
  #banner #heading .heading-right .header-button {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 400;
  }
  #banner #heading .heading-right .header-button:hover, #banner #heading .heading-right .header-button:focus {
    color: #4568aa;
  }
  #banner #heading .heading-right .close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    text-indent: -99999px;
    background: transparent url(../images/icons/close-white.png) 0 0 no-repeat;
  }
  #banner #heading .heading-right .close-menu:hover, #banner #heading .heading-right .close-menu:focus {
    background: transparent url(../images/icons/close-hover.png) 0 0 no-repeat;
  }
  #banner #heading .heading-right.in {
    right: 0;
    height: auto;
    padding: 40px 15px 15px 15px;
    -webkit-transition: right 1s;
    transition: right 1s;
  }
  #banner #heading .heading-right #languages {
    position: absolute;
    left: 15px;
    top: 0;
  }
  #banner #heading .heading-right #languages .selectric .button:after {
    display: none;
  }
  #banner #heading .heading-right > div {
    float: left !important;
    clear: left;
  }
  #banner #heading .heading-right .contact:after {
    display: none;
  }
  #banner #heading + .clearfix {
    display: none;
  }
  #banner #heading:not(.hideMenus) .group-cdi-button, #banner #heading:not(.hideMenus) .besides-group-cdi-button {
    margin-top: 0;
  }
  #banner .search-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 15px 0;
    display: none;
  }
  #banner .search-container .search-launcher {
    display: none !important;
  }
  #banner .search-container .search {
    display: block !important;
    background-color: #728cbe;
    padding-top: 8px;
  }
  #banner #navigation {
    float: left;
    z-index: 4;
    top: -31px;
    left: -100%;
    -webkit-transition: left 1s; /* Safari */
    transition: left 1s;
    position: absolute;
  }
  #banner #navigation .microsite-bar {
    display: none !important;
  }
  #banner #navigation a:hover, #banner #navigation a:focus {
    text-decoration: none;
  }
  #banner #navigation > ul {
    margin: 0;
    padding: 0;
    background-color: #173050;
  }
  #banner #navigation > ul > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #ffffff;
    /*&.opened {
    	> span.icon-plus{
    		display:none;
    	}
    }*/
  }
  #banner #navigation > ul > li:first-child > a {
    margin-left: 0;
  }
  #banner #navigation > ul > li > a {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 10px 15px;
  }
  #banner #navigation > ul > li > a:after {
    font-family: "fontawesome-alloy";
    content: "\f107";
    padding-left: 5px;
  }
  #banner #navigation > ul > li > span.icon-plus {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1;
    color: #d9d9d9;
  }
  #banner #navigation > ul > li > ul {
    display: none;
    position: inherit;
    padding: 0;
    width: 100%;
  }
  #banner #navigation > ul > li > ul > li {
    position: relative;
    display: block;
    clear: left;
    border-bottom: 1px solid #88d4ff;
  }
  #banner #navigation > ul > li > ul > li > a {
    width: 100%;
    padding: 10px 30px 10px 15px;
    margin-left: 0;
    background-color: #4568aa;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-family: "latobold", sans-serif;
  }
  #banner #navigation > ul > li > ul > li > a:hover, #banner #navigation > ul > li > ul > li > a:focus {
    color: #ffffff;
    padding: 10px 30px 10px 15px;
    line-height: 14px;
  }
  #banner #navigation > ul > li > ul > li > span.icon-plus {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1;
    color: #d9d9d9;
  }
  #banner #navigation > ul > li > ul > li > ul {
    display: none;
  }
  #banner #navigation > ul > li > ul > li:hover > ul, #banner #navigation > ul > li > ul > li:focus > ul {
    display: none;
  }
  #banner #navigation > ul > li > ul > li.selected > a {
    color: #ffffff;
  }
  #banner #navigation > ul > li > ul > li:after {
    display: none;
  }
  #banner #navigation > ul > li > ul > li.opened > span.icon-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #banner #navigation > ul > li > ul > li.opened > ul {
    display: block;
    padding: 0;
    width: 100%;
    position: inherit;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div > li {
    display: block;
    clear: left;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    margin: 0;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div > li > a {
    width: 100%;
    padding: 10px 15px;
    background-color: #88d4ff;
    color: #262626;
    font-size: 16px;
    line-height: 16px;
    font-family: "latoregular", sans-serif;
    font-weight: 400;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div > li > a .icon {
    display: none;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div > li > a:hover, #banner #navigation > ul > li > ul > li.opened > ul > div > li > a:focus {
    color: #262626;
    text-decoration: underline;
  }
  #banner #navigation > ul > li > ul > li.opened > ul > div:last-child > li:last-child {
    border: 0;
  }
  #banner #navigation > ul > li:first-child {
    border-top: 1px solid #ebbb3d;
  }
  #banner #navigation > ul > li.selected {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: block;
  }
  #banner #navigation > ul > li.selected > ul {
    display: none;
  }
  #banner #navigation > ul > li.selected > a, #banner #navigation > ul > li.selected > a:hover, #banner #navigation > ul > li.selected > a:focus {
    color: #ffffff;
  }
  #banner #navigation > ul > li.opened > span.icon-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
  }
  #banner #navigation > ul > li.opened > ul {
    display: block;
  }
  #banner #navigation.opened-menu {
    left: 0;
  }
  #banner #navigation.opened-menu > ul > li {
    display: block;
    border-top: 1px solid #ffffff;
    border-bottom: 0;
    position: relative;
  }
  #banner #navigation.opened-menu > ul > li > a {
    background-color: #173050;
    color: #ffffff;
    text-transform: uppercase;
  }
  #banner #navigation.opened-menu > ul > li > a:after {
    display: none;
  }
  #banner #navigation.opened-menu > ul > li > ul {
    display: none;
  }
  #banner #navigation.opened-menu > ul > li > ul > li > a {
    border-bottom: 0;
  }
  #banner #navigation.opened-menu > ul > li > ul > li.selected > a {
    color: #ffffff;
  }
  #banner #navigation.opened-menu > ul > li > ul > li.opened > a {
    color: #f9b03c;
  }
  #banner #navigation.opened-menu > ul > li.opened > span.icon-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
  }
  #banner #navigation.opened-menu > ul > li.opened > ul {
    display: block;
  }
  #banner #navigation.opened-menu > ul > li:first-child {
    border: 0;
  }
  #banner #navigation.starts-bar > ul > li > a {
    display: none;
  }
  #banner #navigation.starts-bar > ul > li > ul {
    display: block;
  }
  #banner.opened-menu {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
  }
  #banner.opened-menu #heading .heading-right {
    position: relative;
  }
  #banner.opened-menu #navigation {
    position: relative;
  }
  .has-control-menu #banner #heading .heading-left .site-title {
    top: 64px;
  }
  .has-control-menu #banner #heading .heading-left .online-partner {
    top: 116px;
  }
  .has-control-menu #banner #heading .heading-right {
    top: -22px;
  }
  .has-control-menu #banner.opened-menu {
    max-height: calc(100% - 64px);
  }
  .has-control-menu #banner #navigation {
    top: -22px;
  }
  #main-content.cdi-1-col-sinmargen {
    margin-top: 0;
  }
  #content #breadcrumbs {
    display: none;
  }
  #content .cdi-general-search .portlet-body div[data-search-results=""] ul.related-results {
    display: block;
  }
  #content .cdi-general-search .portlet-body div[data-search-results=""] ul.related-results > li {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-right: 0;
    border-bottom: 2px solid #ffffff;
  }
  #footer .footer-left {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    min-height: 0;
    height: auto !important;
  }
  #footer .footer-right {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    min-height: 0;
    height: auto !important;
  }
  #footer .footer-right .contact-footer {
    padding: 10px 0;
    text-align: center;
  }
  #footer .footer-right .contact-footer .contact-info {
    width: 100%;
    margin-bottom: 0;
  }
  #footer .footer-right .contact-footer .social-networks {
    margin: 20px 0;
  }
  #footer .footer-right .contact-footer .social-networks li {
    display: inline-block;
    margin-bottom: 10px;
  }
  #footer .footer-right .contact-footer .social-networks li.separator {
    display: none;
  }
  #footer .footer-right .contact-footer .social-networks li:last-child {
    display: block;
    clear: left;
    margin: 0;
  }
  #footer .footer-right .contact-footer .social-networks li a.social-room {
    display: inline-block !important;
  }
  #footer .footer-right .copyright {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form {
    padding: 0 20px 20px 20px;
  }
  .portlet-boundary_com_cajaingenieros_portal_inscriptioncourse_web_portlet_InscriptionCoursePortlet_ .course-inscription-form .submit-button {
    padding: 0;
  }
  .carousel .carousel-inner {
    height: 350px;
  }
  .carousel .carousel-inner .carousel-image img {
    height: 350px;
  }
  .carousel .carousel-inner .carousel-content {
    padding: 25px 15px;
  }
  .carousel .carousel-inner .carousel-content .carousel-title {
    font-size: 26px;
  }
  .slider .item {
    background-image: none !important;
  }
  .slider .item > a > img {
    display: none;
  }
  .slider .item > img {
    display: none;
  }
  .slider .item .content-slide {
    position: relative;
  }
  .slider .item .content-slide .slide-content {
    position: relative !important;
    width: 100% !important;
    padding: 15px;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .slider .item .content-slide .slide-content.headerLeft {
    width: 100% !important;
  }
  .slider .item .content-slide .slide-content.headerRight {
    width: 100% !important;
  }
  .slider .item .content-slide .slide-content-background-align-header.headerLeft, .slider .item .content-slide .slide-content-background-align-header.headerRight {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }
  .notas-destacadas-container {
    margin: 0 -15px;
  }
  .notas-destacadas-container .notas-destacadas-content {
    padding: 20px 15px 40px 15px;
  }
  .quick-access-container {
    margin: -75px -15px 0 -15px;
    height: auto !important;
  }
  .quick-access-container .quick-access-item {
    margin-bottom: 0;
    padding: 0;
  }
  .quick-access-content .quick-access-text-content {
    min-height: 0;
  }
  .portlet-journal-content .quick-access-content {
    margin: 0 -15px;
  }
  .portlet-asset-publisher .quick-access-content {
    margin: 0;
  }
  .quick-access-content {
    box-shadow: none;
  }
  .quick-access-content:hover, .quick-access-content:focus {
    box-shadow: none;
  }
  /***reasons why***/
  .portlet-column-only .reason-container .reason-row .reason-item {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    clear: left;
    overflow: hidden;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content {
    padding: 0;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .icon-container {
    float: left;
    width: 12%;
    padding: 0 10px;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container {
    height: auto;
    float: left;
    width: 33%;
    padding: 0 10px;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container h3, .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article table caption, .journal-content-article table .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container caption, .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container caption {
    position: inherit;
    text-align: left;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .description {
    float: left;
    width: 40%;
    padding: 0 10px;
    text-align: left;
  }
  .portlet-column-only .reason-container .reason-row .reason-item .reason-content .link-button {
    position: inherit;
    float: left;
    width: 15%;
    text-align: center;
    padding: 0 10px;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    clear: left;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .icon-container {
    float: left;
    width: 12%;
    padding: 0 10px;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container {
    float: left;
    width: 33%;
    padding: 0 10px;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .description, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .description {
    float: left;
    width: 40%;
    padding: 0 10px;
    clear: none;
  }
  .portlet-column:not(.portlet-column-only).col-md-4 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-column:not(.portlet-column-only).col-md-8 .reason-container .reason-row .reason-item .reason-content .link-button {
    float: left;
    width: 15%;
    text-align: center;
    padding: 0 10px;
  }
  .noticia .cabecera-noticia-container {
    padding: 40px 0 20px 0;
  }
  .noticia .cabecera-noticia-container .col-12 {
    padding: 15px;
  }
  .noticia .cabecera-noticia-container .col-12 .btn, .noticia .cabecera-noticia-container .col-12 .pager li a, .pager li .noticia .cabecera-noticia-container .col-12 a, .noticia .cabecera-noticia-container .col-12 .lfr-pagination-buttons li a, .lfr-pagination-buttons li .noticia .cabecera-noticia-container .col-12 a, .noticia .cabecera-noticia-container .col-12 .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .noticia .cabecera-noticia-container .col-12 a:last-child, .noticia .cabecera-noticia-container .col-12 .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .noticia .cabecera-noticia-container .col-12 a:first-child, .noticia .cabecera-noticia-container .col-12 .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .noticia .cabecera-noticia-container .col-12 .backButton > a, .noticia .cabecera-noticia-container .col-12 .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .noticia .cabecera-noticia-container .col-12 .links > a, .noticia .cabecera-noticia-container .col-12 .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .noticia .cabecera-noticia-container .col-12 a {
    float: left;
    margin-bottom: 10px;
  }
  .noticia .noticias-relacionadas {
    padding: 15px;
  }
  .profiles .profile-container .profile-content {
    overflow: hidden;
  }
  .profiles .profile-container .profile-content > img {
    width: auto;
    height: 100%;
    max-width: inherit;
    height: 100%;
    position: absolute;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container {
    position: relative;
    height: auto;
    padding: 30px;
    max-width: 75%;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container.right {
    float: right;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container.left {
    float: left;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container.center {
    /*margin-left: 50%;*/
    float: left;
  }
  /***ingenium***/
  #buscadorIngenium > div.adress-column {
    padding: 0 15px;
  }
  #buscadorIngenium > div.search-column button {
    display: block;
    width: 100%;
  }
  #buscadorIngenium > div .form-control #postalCode {
    margin: -15px 0 0 0px;
  }
  #buscadorIngenium .form-group {
    margin-bottom: 5px;
  }
  .ingeniumDestacados {
    width: 100%;
  }
  .ingeniumDestacados .detalleComercioResumido .descripcionOferta {
    clear: left;
    width: 100%;
  }
  .ingeniumDestacados .detalleComercioResumido .enlaces {
    float: right;
    width: 100%;
    text-align: left;
  }
  .ingeniumDestacados .detalleComercioResumido .enlaces a {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .detalleComercioCompleto .seccionTop .links {
    margin-top: 20px;
  }
  .detalleComercioCompleto .seccionTop .links > a {
    margin: 0 0 0 10px !important;
  }
  .detalleComercioCompleto .containerImagenComercioGrande {
    margin: 20px -15px;
  }
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .container {
    width: 100%;
    padding: 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ h3, .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .journal-content-article table caption, .journal-content-article table .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ caption, .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ caption {
    padding: 20px 0 30px 0;
  }
  .carousel {
    margin: 0 -15px;
  }
  .funds-publications {
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .portlet-column-content-only .portlet-title-text, .portlet-column-content-only .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ h2, .portlet-boundary_com_cajaingenieros_portal_channel_report_web_portlet_ChannelReportPortlet_ .portlet-column-content-only h2, .portlet-column-content-only .denuncias-form h2, .denuncias-form .portlet-column-content-only h2, .portlet-column-content-only .denuncias-form .h2, .denuncias-form .portlet-column-content-only .h2, .portlet-column-content-only .portlet-polls-display .card-horizontal h2, .portlet-polls-display .card-horizontal .portlet-column-content-only h2, .portlet-column-content-only .portlet-polls-display .card-horizontal .h2, .portlet-polls-display .card-horizontal .portlet-column-content-only .h2 {
    padding: 20px 0;
  }
  /***planes de pensiones***/
  .pension-plan-detail-container .reports, .pension-fund-detail-container .reports {
    padding: 20px;
    margin-bottom: 20px;
  }
  .pension-plan-detail-container .reports .detail-forms-title:after, .pension-fund-detail-container .reports .detail-forms-title:after {
    content: "+";
    float: right;
  }
  .pension-plan-detail-container .reports .detail-forms-title.open:after, .pension-fund-detail-container .reports .detail-forms-title.open:after {
    content: "-";
  }
  .pension-plan-detail-container .reports ul, .pension-fund-detail-container .reports ul {
    display: none;
  }
  .pension-plan-detail-container #tablaFicha, .pension-fund-detail-container #tablaFicha {
    padding: 0;
  }
  .pension-plan-detail-container #detail-fund-table .table-responsive-container, .pension-plan-detail-container #detail-plan-table .table-responsive-container, .pension-fund-detail-container #detail-fund-table .table-responsive-container, .pension-fund-detail-container #detail-plan-table .table-responsive-container {
    position: relative;
  }
  .pension-plan-detail-container #detail-fund-table .table-responsive, .pension-plan-detail-container #detail-plan-table .table-responsive, .pension-fund-detail-container #detail-fund-table .table-responsive, .pension-fund-detail-container #detail-plan-table .table-responsive {
    overflow: auto;
    padding: 0 1px;
  }
  .pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad, .pension-fund-detail-container #detail-plan-tabs .cuadros-rentabilidad {
    margin-bottom: 0;
  }
  .pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12, .pension-fund-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12 {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .pension-plan-detail-container #detail-plan-tabs .tablaValorLiquidativo, .pension-fund-detail-container #detail-plan-tabs .tablaValorLiquidativo {
    overflow-x: auto;
  }
  .pension-plan-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12:nth-child(2), .pension-plan-detail-container #detail-plan-tabs .tablaValorLiquidativo .col-12:nth-child(2), .pension-fund-detail-container #detail-plan-tabs .cuadros-rentabilidad .col-12:nth-child(2), .pension-fund-detail-container #detail-plan-tabs .tablaValorLiquidativo .col-12:nth-child(2) {
    padding: 0;
  }
  /***buscador de oficinas***/
  .office-search .office-search-form {
    margin: 10px auto;
    text-align: left;
  }
  .office-search .office-search-form .results {
    width: 100%;
  }
  .office-search .office-search-form > .form-group:nth-child(5) {
    width: 100%;
  }
  .office-search .office-search-form input[type=text] {
    width: 100%;
  }
  .office-search .office-search-form .icon-monospaced {
    margin-left: -32px;
    display: none;
  }
  .office-search .office-search-form .show-filters {
    cursor: pointer;
  }
  .office-search .office-search-form .show-filters span {
    color: #4568aa;
    font-size: 16px;
    font-family: "latobold", sans-serif;
    padding-right: 25px;
    background: url(../images/icons/down-faq.png) 100% 5px no-repeat;
  }
  .office-search .office-search-form .show-filters + .form-group, .office-search .office-search-form .show-filters + .form-group + .form-group, .office-search .office-search-form .show-filters + .form-group + .form-group + .form-group, .office-search .office-search-form .show-filters + .form-group + .form-group + .form-group + .form-group {
    display: none;
  }
  .office-search .office-search-form .show-filters.open span {
    background: url(../images/icons/up-faq.png) 100% 5px no-repeat;
  }
  .office-search .office-search-form .show-filters.open + .form-group, .office-search .office-search-form .show-filters.open + .form-group + .form-group, .office-search .office-search-form .show-filters.open + .form-group + .form-group + .form-group, .office-search .office-search-form .show-filters.open + .form-group + .form-group + .form-group + .form-group {
    display: block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .office-search .office-search-form .show-filters.open + .form-group + .form-group + .form-group + .form-group + .icon-monospaced {
    display: inline-block;
    float: right;
    margin-top: -34px;
  }
  .office-search > div:first-child .office-search-form {
    width: calc(100% - 40px);
    padding: 50px 0 0 0;
    height: auto;
  }
  .office-search > div:first-child .office-search-form > .form-group {
    display: none;
  }
  .office-search > div:first-child .office-search-form > .form-group:nth-child(5) {
    display: block !important;
  }
  .office-search > div:first-child .office-search-form .icon-monospaced {
    display: block !important;
  }
  .office-search > div:first-child .office-search-form .show-filters {
    display: none !important;
  }
  .office-search .office-list .office .top-box .address-box {
    padding-left: 15px;
  }
  .office-search .office-list .office .top-box .address-box .address {
    padding-right: 20px;
  }
  .office-search .office-list .office .top-box .icon {
    padding-right: 0;
  }
  .office-search .office-list .office .top-box + div .contact-box > div {
    margin-bottom: 20px;
  }
  .office-search .office-list .office .top-box + div .contact-box .col-1 {
    padding: 0;
  }
  .office-search .office-list .office .top-box + div .cash-machine {
    padding-left: calc(8.33333% + 40px);
    background-position: calc(8.33333% + 15px) 0 !important;
  }
  .office-search .office-list .office .top-box + div .image-map > div {
    margin-bottom: 20px;
  }
  .office-search .office-list .office .top-box + div .image-map > div:first-child {
    padding-left: 15px;
  }
  .office-search .office-list .office .top-box + div .bottom-box > div {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .office-search .office-list .office .top-box + div .bottom-box .opening-hours {
    padding-left: 30px;
  }
  .office-search .office-list .office .top-box + div .bottom-box .opening-hours-header {
    padding-left: 15px;
  }
  .office-search .office-list .office .top-box + div .bottom-box .opening-hours > div.special:before, .office-search .office-list .office .top-box + div .bottom-box .extra-box > div.special:before {
    left: 22px;
  }
  /***navegación por categorías***/
  .portlet-asset-categories-navigation .category-news > ul {
    display: block;
    width: 100%;
  }
  .portlet-asset-categories-navigation .category-news > ul li {
    display: block;
    border: 0;
  }
  .portlet-asset-categories-navigation .category-news .btn, .portlet-asset-categories-navigation .category-news .pager li a, .pager li .portlet-asset-categories-navigation .category-news a, .portlet-asset-categories-navigation .category-news .lfr-pagination-buttons li a, .lfr-pagination-buttons li .portlet-asset-categories-navigation .category-news a, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a:last-child, .portlet-asset-categories-navigation .category-news .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .portlet-asset-categories-navigation .category-news a:first-child, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .portlet-asset-categories-navigation .category-news .backButton > a, .portlet-asset-categories-navigation .category-news .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .portlet-asset-categories-navigation .category-news .links > a, .portlet-asset-categories-navigation .category-news .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .portlet-asset-categories-navigation .category-news a {
    margin: 0 0 10px 0;
    border: 0;
  }
  .fundacio {
    /***buscador de oficinas***/
  }
  .fundacio #banner #navigation > ul > li.selected > a, .fundacio #banner #navigation > ul > li.active > a, .fundacio #banner #navigation.opened > ul > li.selected > a, .fundacio #banner #navigation.opened > ul > li.active > a {
    color: #ffffff;
  }
  .fundacio #banner #navigation > ul > li > ul > li.selected > a, .fundacio #banner #navigation.opened > ul > li > ul > li.selected > a {
    color: #ffffff;
  }
  .fundacio #banner #navigation > ul > li > ul > li.opened > a, .fundacio #banner #navigation.opened > ul > li > ul > li.opened > a {
    color: #728cbe;
  }
  .fundacio #banner #navigation > ul > li > ul > li > ul > div > li.selected > a, .fundacio #banner #navigation.opened > ul > li > ul > li > ul > div > li.selected > a {
    color: #262626;
  }
  .fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a, .fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a:hover, .fundacio #banner #navigation > ul > li > ul > li > ul > div > li > a:focus, .fundacio #banner #navigation.opened > ul > li > ul > li > ul > div > li > a, .fundacio #banner #navigation.opened > ul > li > ul > li > ul > div > li > a:hover, .fundacio #banner #navigation.opened > ul > li > ul > li > ul > div > li > a:focus {
    color: #262626;
  }
  .fundacio #banner .search-container .search .icon-monospaced a .lexicon-icon-search {
    color: #164194;
    margin: 0;
  }
  .fundacio .office-search .office-search-form .show-filters span {
    background: url(../images/color-schemes/fundacio/icons/down-faq.png) 100% 5px no-repeat;
  }
  .fundacio .office-search .office-search-form .show-filters.open span {
    background: url(../images/color-schemes/fundacio/icons/up-faq.png) 100% 5px no-repeat;
  }
  /***organigrama***/
  .organigram > li {
    width: 100%;
    height: auto !important;
    float: left;
    clear: left;
    background-color: #262626;
    padding: 20px !important;
    position: relative;
    text-align: center;
  }
  .organigram > li .organigram-picture {
    height: auto !important;
  }
  .organigram > li .organigram-info-layer {
    width: calc(100% - 40px);
  }
  .organigram > li.empty {
    display: none;
  }
  /***informe semanal***/
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter:before {
    display: none;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter .form-inline {
    padding: 0px;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-filter .form-inline label {
    display: block;
    margin: 0 0 5px 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list {
    list-style: none;
    padding: 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month {
    padding: 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month:nth-child(even) {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report {
    border-left: 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    clear: left;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-month-list .weekly-report-month .weekly-report-report-list .weekly-report-report:last-child {
    border-bottom: 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more {
    text-align: center;
    margin: 30px 0;
  }
  .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a {
    display: block;
    width: 100%;
  }
  .pager {
    overflow: hidden;
    clear: left;
  }
  .pager li:first-child {
    float: left;
  }
  .pager li:last-child {
    float: right;
  }
  .portlet-boundary_com_cajaingenieros_portal_simulatorafi_web_portlet_SimulatorAFIPortlet_ iframe {
    height: 2225px;
  }
}
@media (min-width: 768px) {
  .has-control-menu .intersticial {
    padding-top: 64px;
  }
}
@media (max-width: 768px) {
  /***detalle plan pensiones***/
  .pension-plan-detail-container #detail-plan-tabs .r-tabs-panel.r-tabs-state-active {
    opacity: 1;
  }
  .pension-plan-detail-container #detail-plan-tabs #detail-plan-wallet-tabs > ul {
    margin: 0 0 60px 0;
  }
  .pension-fund-detail-container #detail-fund-tabs .r-tabs-panel.r-tabs-state-active {
    opacity: 1;
  }
  .pension-fund-detail-container #detail-fund-tabs #detail-fund-wallet-tabs > ul {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    border: 0;
  }
  .yui3-widget-modal {
    top: 10% !important;
    max-height: 80% !important;
    width: 90% !important;
    left: 5% !important;
    bottom: auto;
    height: auto;
  }
  .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: auto;
  }
  .modal-body {
    position: inherit;
    top: 0;
    bottom: 0;
  }
  #banner #heading .heading-left .online-partner .online .header-button, #banner #heading .heading-left .online-partner .partner .header-button {
    font-size: 13px;
  }
  #banner .search-container .search {
    padding: 3px 10px 2px 15px;
  }
  #banner .search-container .search .lexicon-icon-search {
    width: 20px;
    height: 20px;
    margin: 3px 0 0 0;
  }
  .scroll-mark #banner #heading .heading-left .site-title {
    height: 33px;
    padding-top: 2px;
  }
  .scroll-mark #banner #heading .heading-left .site-title img {
    height: 28px;
  }
  .scroll-mark #banner #heading .heading-left .online-partner {
    top: 33px;
    height: 41px;
    overflow: hidden;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .hamburguer {
    height: 41px;
    padding: 5px;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .hamburguer .icon-bar {
    height: 3px;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .online, .scroll-mark #banner #heading .heading-left .online-partner .partner {
    height: 41px;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .online .cecaTrigger > p, .scroll-mark #banner #heading .heading-left .online-partner .partner .cecaTrigger > p {
    height: 41px;
    margin-bottom: 0;
  }
  .scroll-mark #banner #heading .heading-left .online-partner .online .header-button, .scroll-mark #banner #heading .heading-left .online-partner .partner .header-button {
    padding: 10px 0 11px 0;
    font-size: 12px;
    height: 41px;
  }
  .scroll-mark #banner #heading .heading-right {
    top: -60px;
  }
  .scroll-mark #banner #navigation {
    top: -60px;
  }
  .has-control-menu .intersticial {
    padding-top: 48px;
  }
  .has-control-menu #banner #heading .heading-left .site-title {
    top: 48px;
  }
  .has-control-menu #banner #heading .heading-left .online-partner {
    top: 100px;
  }
  .has-control-menu #banner #heading .heading-left .online-partner .hamburguer {
    padding: 9px 5px;
  }
  .has-control-menu #banner #heading .heading-left .online-partner .hamburguer .icon-bar {
    width: 20px;
    height: 3px;
  }
  .has-control-menu #banner #heading .heading-right {
    /*top: 100px;	*/
  }
  .has-control-menu #banner.opened-menu {
    max-height: calc(100% - 48px);
  }
  .has-control-menu.scroll-mark #banner #heading .heading-left .site-title {
    top: 48px;
  }
  .has-control-menu.scroll-mark #banner #heading .heading-left .online-partner {
    top: 81px;
  }
  .has-control-menu.scroll-mark #banner #heading .heading-left .online-partner .cecaTrigger > p {
    height: 41px;
    margin-bottom: 0;
  }
  .has-control-menu.scroll-mark #banner #heading .heading-left .online-partner .hamburguer {
    padding: 5px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] {
    column-count: 1;
    column-gap: 0;
    margin-bottom: 40px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkEntries] > div {
    margin-bottom: 20px;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter] {
    width: 100%;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id$=socialNetworkFilter]:before {
    display: none;
  }
  .portlet-boundary_SocialNetworkRoom_ .portlet-body div[id*=loadMore] {
    margin: 40px 0 0 0;
  }
  .courses-workshops .course .course-header h3, .courses-workshops .course .course-header .journal-content-article table caption, .journal-content-article table .courses-workshops .course .course-header caption, .courses-workshops .course .course-header .journal-content-article .table-bordered caption, .journal-content-article .table-bordered .courses-workshops .course .course-header caption {
    overflow: hidden;
  }
  .courses-workshops .course .course-header h3 > a, .courses-workshops .course .course-header .journal-content-article table caption > a, .journal-content-article table .courses-workshops .course .course-header caption > a, .courses-workshops .course .course-header .journal-content-article .table-bordered caption > a, .journal-content-article .table-bordered .courses-workshops .course .course-header caption > a {
    display: block;
    margin-bottom: 5px;
  }
  .courses-workshops .buttons-holder {
    margin: 20px 0 30px 0;
  }
  .courses-workshops .buttons-holder .btn, .courses-workshops .buttons-holder .pager li a, .pager li .courses-workshops .buttons-holder a, .courses-workshops .buttons-holder .lfr-pagination-buttons li a, .lfr-pagination-buttons li .courses-workshops .buttons-holder a, .courses-workshops .buttons-holder .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .courses-workshops .buttons-holder a:last-child, .courses-workshops .buttons-holder .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .courses-workshops .buttons-holder a:first-child, .courses-workshops .buttons-holder .detalleComercioCompleto .backButton > a, .detalleComercioCompleto .courses-workshops .buttons-holder .backButton > a, .courses-workshops .buttons-holder .detalleComercioCompleto .seccionTop .links > a, .detalleComercioCompleto .seccionTop .courses-workshops .buttons-holder .links > a, .courses-workshops .buttons-holder .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .courses-workshops .buttons-holder a {
    display: block;
    width: 100%;
    clear: left;
    margin-bottom: 10px;
  }
  .courses-workshops .buttons-holder .btn:last-child, .courses-workshops .buttons-holder .pager li a:last-child, .pager li .courses-workshops .buttons-holder a:last-child, .courses-workshops .buttons-holder .lfr-pagination-buttons li a:last-child, .lfr-pagination-buttons li .courses-workshops .buttons-holder a:last-child, .courses-workshops .buttons-holder .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .courses-workshops .buttons-holder a:last-child, .courses-workshops .buttons-holder .detalleComercioCompleto .backButton > a:last-child, .detalleComercioCompleto .courses-workshops .buttons-holder .backButton > a:last-child, .courses-workshops .buttons-holder .detalleComercioCompleto .seccionTop .links > a:last-child, .detalleComercioCompleto .seccionTop .courses-workshops .buttons-holder .links > a:last-child, .courses-workshops .buttons-holder .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:last-child, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .courses-workshops .buttons-holder a:last-child {
    margin-bottom: 0;
  }
  .courses-workshops .course-article .teachers .avatar {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .courses-workshops .course-article .teachers .avatar .links > a span {
    float: none;
  }
  .carousel .carousel-inner {
    height: auto;
  }
  .carousel .carousel-inner .carousel-image img {
    height: auto;
    width: 100%;
  }
  .carousel .modal .modal-dialog {
    overflow: visible;
  }
  .carousel .modal .modal-dialog .modal-content {
    max-height: 100vh;
  }
  .notas-destacadas-container .notas-destacadas-center-content .col-12 {
    margin-bottom: 20px;
  }
  .recommended-products {
    margin: 0 -15px;
  }
  .recommended-products .product {
    padding: 0;
  }
  /***reasons why***/
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .icon-container, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .icon-container {
    width: 15% !important;
  }
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .title-container, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .title-container {
    width: 70% !important;
  }
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .description, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .description, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .description {
    display: none;
  }
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .link-button, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .link-button {
    width: 15% !important;
  }
  .portlet-column.portlet-column-only .reason-container .reason-row .reason-item .reason-content .link-button button, .portlet-column.col-md-8 .reason-container .reason-row .reason-item .reason-content .link-button button, .portlet-column.col-md-4 .reason-container .reason-row .reason-item .reason-content .link-button button {
    width: 37px;
    height: 37px;
    padding: 0;
    max-width: 37px;
  }
  /***noticias***/
  .news-list {
    margin: 0 -15px;
  }
  .news-list .news-item {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .news-list .news-item .news-content {
    padding: 25px;
  }
  .news-list .news-item .news-button {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    clear: left;
    margin: 0 0 20px 20px;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .summary {
    margin: 20px 0 0 0;
  }
  .noticia .detalle-noticia .col-12 {
    padding: 0 15px;
  }
  .noticia .detalle-noticia .campos_extra .pictureAuthor {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .noticia .detalle-noticia .campos_extra .pictureDescription {
    float: left;
    width: 100%;
  }
  /***profiles***/
  .profiles {
    margin: 0 -15px;
  }
  .profiles .nav-tabs-scrollbar {
    position: relative;
  }
  .profiles .nav-tabs-scrollbar .profile-tab {
    height: 120px;
  }
  .profiles .nav-tabs-scrollbar .owl-prev, .profiles .nav-tabs-scrollbar .owl-next {
    position: absolute;
    top: 0;
    background-color: #164194;
    color: #ffffff;
    height: 120px;
    line-height: 120px;
    width: 30px;
    text-align: center;
    opacity: 0.5;
    margin: 0;
    border-radius: 0;
    font-size: 18px;
  }
  .profiles .nav-tabs-scrollbar .owl-prev.disabled, .profiles .nav-tabs-scrollbar .owl-next.disabled {
    display: none;
  }
  .profiles .nav-tabs-scrollbar .owl-prev:hover, .profiles .nav-tabs-scrollbar .owl-prev:focus, .profiles .nav-tabs-scrollbar .owl-next:hover, .profiles .nav-tabs-scrollbar .owl-next:focus {
    opacity: 1;
  }
  .profiles .nav-tabs-scrollbar .owl-prev {
    left: 0;
  }
  .profiles .nav-tabs-scrollbar .owl-next {
    right: 0;
  }
  .profiles .profile-container .profile-content .profile-webcontent-container {
    width: 100% !important;
    max-width: 100%;
  }
  .denuncias-form .buttons-holder {
    margin: 20px 0;
  }
  .denuncias-form .buttons-holder button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  /***buscador ingenium***/
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .results-row,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .results-row {
    visibility: visible;
  }
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .ingeniumSearchPagination,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .ingeniumSearchPagination {
    text-align: center;
  }
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .ingeniumSearchPagination .pull-right,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .ingeniumSearchPagination .pull-right {
    float: none !important;
    display: block;
    clear: left;
    margin-top: 20px;
  }
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .ingeniumSearchPagination .pull-right button,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .ingeniumSearchPagination .pull-right button {
    margin: 0 10px;
  }
  .portlet-boundary_com_cajaingenieros_portal_search_ingenium_web_portlet_SearchIngeniumPortlet_ .ingeniumSearchPagination .dropdown-menu,
  .portlet-boundary_com_cajaingenieros_portal_related_ingenium_web_portlet_RelatedIngeniumPortlet_ .ingeniumSearchPagination .dropdown-menu {
    top: 0;
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
  .detalleComercioCompleto .seccionTop .detail h4 {
    margin-top: 10px;
  }
  .detalleComercioCompleto .seccionTop .links > a {
    margin: 0 0 20px 0 !important;
    display: block;
    width: 100%;
  }
  .detalleComercioCompleto .cupon button, .detalleComercioCompleto .cupon > a {
    width: 100%;
  }
  .detalleComercioCompleto .backButton a {
    width: 100%;
  }
  .detalleComercioCompleto .containerImagenComercioGrande .textoPromocion {
    width: calc(100% - 25px);
    max-width: calc(100% - 25px);
    line-height: 18px;
  }
  .detalleComercioCompleto .containerImagenComercioPeq {
    text-align: center;
  }
  .detalleComercioResumido {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
  }
  .detalleComercioResumido .imagenComercioPueqContainer, .detalleComercioResumido .descripcionOferta {
    height: auto !important;
  }
  .detalleComercioResumido .imagenComercioPueqContainer {
    text-align: center;
  }
  .ingeniumDestacados .detalleComercioResumido {
    border-bottom: 0;
  }
  .funds-publications {
    column-count: 1;
    column-gap: 0;
    margin: 0 -15px 40px -15px;
  }
  .slider .play-slider, .slider .pause-slider {
    bottom: 3px;
  }
  .slider .owl-dots {
    margin-top: 0px !important;
    margin-bottom: 0;
  }
  #content .cdi-general-search .portlet-body div[data-search-results=""] div[id*=mainResultsSearchContainer] .table.table-striped > tbody > tr td .col-2 {
    width: 100%;
    padding: 10px 0;
  }
  #content .cdi-general-search .portlet-body div[data-search-results=""] div[id*=mainResultsSearchContainer] .table.table-striped > tbody > tr td .col-10 {
    width: 100%;
  }
  .portlet-boundary_com_cajaingenieros_portal_highlights_ingenium_web_portlet_HighlightsIngeniumPortlet_ {
    margin: 0 -15px 15px -15px;
    padding: 15px;
    background-color: #ededed;
  }
  /***detalle plan pensiones***/
  .pension-plan-detail-container #detail-plan-tabs .r-tabs-panel.r-tabs-state-active {
    opacity: 1;
  }
  .pension-fund-detail-container #detail-fund-tabs .r-tabs-panel.r-tabs-state-active {
    opacity: 1;
  }
  .pension-fund-detail-container #detail-fund-tabs .cuadros-rentabilidad .col-12 {
    margin-bottom: 30px;
  }
  .pension-fund-detail-container #detail-fund-tabs .cuadros-rentabilidad .col-12:nth-child(2), .pension-fund-detail-container #detail-fund-tabs .tablaValorLiquidativo .col-12:nth-child(2) {
    padding: 0;
  }
  /***buscador de oficinas***/
  .office-search .office-search-form > .form-group {
    width: 100%;
    margin-bottom: 0;
  }
  .office-search .office-search-form .results {
    margin-right: 0px;
    font-size: 18px;
  }
  .office-search .office-search-form .results span {
    font-size: 18px;
  }
  .office-search .office-search-form .icon-monospaced {
    top: -1px;
  }
  .highlited-products .highlited-products-row .product .image {
    position: relative;
    width: 208px;
    padding-top: 208px;
  }
  .portlet-boundary_com_cajaingenieros_portal_simulatorafi_web_portlet_SimulatorAFIPortlet_ iframe {
    height: 2525px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 42px;
  }
  #banner #heading .heading-left .online-partner .online .header-button, #banner #heading .heading-left .online-partner .partner .header-button {
    font-size: 12px;
    white-space: nowrap;
  }
  .portlet-column .reason-container .reason-row .reason-item .reason-content .icon-container {
    width: 20% !important;
  }
  .portlet-column .reason-container .reason-row .reason-item .reason-content .title-container {
    width: 60% !important;
  }
  .portlet-column .reason-container .reason-row .reason-item .reason-content .link-button {
    width: 20% !important;
  }
  .portlet-boundary_com_cajaingenieros_portal_simulatorafi_web_portlet_SimulatorAFIPortlet_ iframe {
    height: 3025px;
  }
}
.ios.touch body.modal-open {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 450px) {
  .pension-plan-highlights .jqplot-target, .funds-highlights .jqplot-target, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .jqplot-target, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .jqplot-target {
    height: auto !important;
  }
  .pension-plan-highlights .jqplot-target::before, .funds-highlights .jqplot-target::before, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .jqplot-target::before, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .jqplot-target::before {
    content: "";
    display: block;
    height: 300px;
  }
  .pension-plan-highlights .jqplot-table-legend, .funds-highlights .jqplot-table-legend, .portlet-boundary_com_cajaingenieros_portal_investmentfund_detail_web_portlet_InvestmentFundPortlet_ .jqplot-table-legend, .portlet-boundary_com_cajaingenieros_portal_pensionplan_detail_web_portlet_PensionPlanDetailPortlet_ .jqplot-table-legend {
    position: relative !important;
    left: 0 !important;
    top: -15px !important;
  }
}
/***Colors***/
/***Fonts***/
/***Structure***/
@media print {
  h1, h2, * {
    page-break-after: avoid;
    page-break-before: avoid;
  }
  html, body {
    height: 100%;
  }
  #banner #heading .heading-left {
    /*padding-left: 5%;*/
  }
  #banner #heading .site-title {
    position: inherit !important;
    page-break-inside: auto;
    page-break-before: avoid;
    page-break-after: avoid;
  }
  #banner, #content, #wrapper, #main-content {
    page-break-before: avoid;
    page-break-after: avoid;
  }
  /***eliminamos links de impresion***/
  a[href]:after {
    content: none !important;
  }
  #footer,
  #heading .online-partner,
  #heading .heading-right,
  #navigation,
  #breadcrumbs,
  .asset-actions,
  #cookies {
    display: none !important;
  }
  #wrapper {
    margin-top: 0 !important;
  }
  .noticia {
    page-break-inside: auto;
    page-break-before: avoid;
    display: block;
    width: 100%;
  }
  .noticia .row {
    float: none;
  }
  .noticia .detalle-noticia {
    /*max-width: 90%;*/
  }
  .noticia .detalle-noticia .noticia-contenido + .col-md-4 {
    display: none !important;
  }
  .noticia .detalle-noticia .row {
    float: none;
  }
  .noticia .detalle-noticia .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none;
  }
  .noticia .detalle-noticia .cuerpo {
    font-size: 18px;
  }
  .noticia .cabecera-noticia-container {
    padding: 20px 0;
    page-break-inside: auto;
    page-break-before: avoid;
    background-color: transparent;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content {
    /*max-width: 90%;*/
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .btn-secondary {
    display: none !important;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .title {
    font-size: 45px;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .date {
    font-size: 18px;
    color: #434343;
  }
  .noticia .cabecera-noticia-container .cabecera-noticia-content .summary {
    font-size: 25px;
    width: 100%;
  }
  .has-control-menu #wrapper {
    margin-top: 64px !important;
  }
}
/***Colors***/
/***Fonts***/
/***Structure***/
.header-button [class*=icon], .btn [class*=icon], .pager li a [class*=icon], .lfr-pagination-buttons li a [class*=icon], .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child [class*=icon], .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child [class*=icon], .detalleComercioCompleto .backButton > a [class*=icon], .detalleComercioCompleto .seccionTop .links > a [class*=icon], .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a [class*=icon], .footer-right [class*=icon] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.heading-left .header-button .icon-hazte-socio, .heading-left .btn .icon-hazte-socio, .heading-left .pager li a .icon-hazte-socio, .pager li .heading-left a .icon-hazte-socio, .heading-left .lfr-pagination-buttons li a .icon-hazte-socio, .lfr-pagination-buttons li .heading-left a .icon-hazte-socio, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:last-child .icon-hazte-socio, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:first-child .icon-hazte-socio, .heading-left .detalleComercioCompleto .backButton > a .icon-hazte-socio, .detalleComercioCompleto .heading-left .backButton > a .icon-hazte-socio, .heading-left .detalleComercioCompleto .seccionTop .links > a .icon-hazte-socio, .detalleComercioCompleto .seccionTop .heading-left .links > a .icon-hazte-socio, .heading-left .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left a .icon-hazte-socio {
  width: 21px;
  height: 20px;
  background: url(../images/icons/hazte-socio-dark-blue.png) 0 0 no-repeat;
}
.heading-left .header-button .icon-oficinas, .heading-left .btn .icon-oficinas, .heading-left .pager li a .icon-oficinas, .pager li .heading-left a .icon-oficinas, .heading-left .lfr-pagination-buttons li a .icon-oficinas, .lfr-pagination-buttons li .heading-left a .icon-oficinas, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:last-child .icon-oficinas, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:first-child .icon-oficinas, .heading-left .detalleComercioCompleto .backButton > a .icon-oficinas, .detalleComercioCompleto .heading-left .backButton > a .icon-oficinas, .heading-left .detalleComercioCompleto .seccionTop .links > a .icon-oficinas, .detalleComercioCompleto .seccionTop .heading-left .links > a .icon-oficinas, .heading-left .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left a .icon-oficinas {
  width: 16px;
  height: 20px;
  background: url(../images/icons/marker-dark-blue.png) 0 0 no-repeat;
}
.heading-left .header-button .icon-contacta, .heading-left .btn .icon-contacta, .heading-left .pager li a .icon-contacta, .pager li .heading-left a .icon-contacta, .heading-left .lfr-pagination-buttons li a .icon-contacta, .lfr-pagination-buttons li .heading-left a .icon-contacta, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:last-child .icon-contacta, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:first-child .icon-contacta, .heading-left .detalleComercioCompleto .backButton > a .icon-contacta, .detalleComercioCompleto .heading-left .backButton > a .icon-contacta, .heading-left .detalleComercioCompleto .seccionTop .links > a .icon-contacta, .detalleComercioCompleto .seccionTop .heading-left .links > a .icon-contacta, .heading-left .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left a .icon-contacta {
  width: 16px;
  height: 19px;
  background: url(../images/icons/headphones-dark-blue.png) 0 0 no-repeat;
}
.heading-left .header-button .icon-blog, .heading-left .btn .icon-blog, .heading-left .pager li a .icon-blog, .pager li .heading-left a .icon-blog, .heading-left .lfr-pagination-buttons li a .icon-blog, .lfr-pagination-buttons li .heading-left a .icon-blog, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:last-child .icon-blog, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:first-child .icon-blog, .heading-left .detalleComercioCompleto .backButton > a .icon-blog, .detalleComercioCompleto .heading-left .backButton > a .icon-blog, .heading-left .detalleComercioCompleto .seccionTop .links > a .icon-blog, .detalleComercioCompleto .seccionTop .heading-left .links > a .icon-blog, .heading-left .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left a .icon-blog {
  width: 19px;
  height: 20px;
  background: url(../images/icons/blog-dark-blue.png) 0 0 no-repeat;
}
.heading-left .header-button .icon-fundacio, .heading-left .btn .icon-fundacio, .heading-left .pager li a .icon-fundacio, .pager li .heading-left a .icon-fundacio, .heading-left .lfr-pagination-buttons li a .icon-fundacio, .lfr-pagination-buttons li .heading-left a .icon-fundacio, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:last-child .icon-fundacio, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:first-child .icon-fundacio, .heading-left .detalleComercioCompleto .backButton > a .icon-fundacio, .detalleComercioCompleto .heading-left .backButton > a .icon-fundacio, .heading-left .detalleComercioCompleto .seccionTop .links > a .icon-fundacio, .detalleComercioCompleto .seccionTop .heading-left .links > a .icon-fundacio, .heading-left .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left a .icon-fundacio {
  width: 16px;
  height: 20px;
  background: url(../images/icons/fundacio-dark-blue.png) 0 0 no-repeat;
}
.heading-left .header-button .icon-instagram, .heading-left .btn .icon-instagram, .heading-left .pager li a .icon-instagram, .pager li .heading-left a .icon-instagram, .heading-left .lfr-pagination-buttons li a .icon-instagram, .lfr-pagination-buttons li .heading-left a .icon-instagram, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:last-child .icon-instagram, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:first-child .icon-instagram, .heading-left .detalleComercioCompleto .backButton > a .icon-instagram, .detalleComercioCompleto .heading-left .backButton > a .icon-instagram, .heading-left .detalleComercioCompleto .seccionTop .links > a .icon-instagram, .detalleComercioCompleto .seccionTop .heading-left .links > a .icon-instagram, .heading-left .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left a .icon-instagram {
  width: 20px;
  height: 20px;
  background: url(../images/icons/instagram-dark-blue.png) 0 0 no-repeat;
}
.heading-left .header-button .icon-instagram:before, .heading-left .btn .icon-instagram:before, .heading-left .pager li a .icon-instagram:before, .pager li .heading-left a .icon-instagram:before, .heading-left .lfr-pagination-buttons li a .icon-instagram:before, .lfr-pagination-buttons li .heading-left a .icon-instagram:before, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-instagram:before, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:last-child .icon-instagram:before, .heading-left .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-instagram:before, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left a:first-child .icon-instagram:before, .heading-left .detalleComercioCompleto .backButton > a .icon-instagram:before, .detalleComercioCompleto .heading-left .backButton > a .icon-instagram:before, .heading-left .detalleComercioCompleto .seccionTop .links > a .icon-instagram:before, .detalleComercioCompleto .seccionTop .heading-left .links > a .icon-instagram:before, .heading-left .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-instagram:before, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left a .icon-instagram:before {
  display: none;
}
.heading-left .partner .header-button:hover, .heading-left .partner .header-button:focus, .heading-left .partner .btn:hover, .heading-left .partner .pager li a:hover, .pager li .heading-left .partner a:hover, .heading-left .partner .lfr-pagination-buttons li a:hover, .lfr-pagination-buttons li .heading-left .partner a:hover, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:last-child, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:first-child, .heading-left .partner .detalleComercioCompleto .backButton > a:hover, .detalleComercioCompleto .heading-left .partner .backButton > a:hover, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:hover, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:hover, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:hover, .heading-left .partner .btn:focus, .heading-left .partner .pager li a:focus, .pager li .heading-left .partner a:focus, .heading-left .partner .lfr-pagination-buttons li a:focus, .lfr-pagination-buttons li .heading-left .partner a:focus, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:last-child, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:first-child, .heading-left .partner .detalleComercioCompleto .backButton > a:focus, .detalleComercioCompleto .heading-left .partner .backButton > a:focus, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:focus, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:focus, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:focus {
  color: #164194 !important;
}
.heading-left .partner .header-button:hover .icon-hazte-socio, .heading-left .partner .header-button:focus .icon-hazte-socio, .heading-left .partner .btn:hover .icon-hazte-socio, .heading-left .partner .pager li a:hover .icon-hazte-socio, .pager li .heading-left .partner a:hover .icon-hazte-socio, .heading-left .partner .lfr-pagination-buttons li a:hover .icon-hazte-socio, .lfr-pagination-buttons li .heading-left .partner a:hover .icon-hazte-socio, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:last-child .icon-hazte-socio, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:first-child .icon-hazte-socio, .heading-left .partner .detalleComercioCompleto .backButton > a:hover .icon-hazte-socio, .detalleComercioCompleto .heading-left .partner .backButton > a:hover .icon-hazte-socio, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:hover .icon-hazte-socio, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:hover .icon-hazte-socio, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:hover .icon-hazte-socio, .heading-left .partner .btn:focus .icon-hazte-socio, .heading-left .partner .pager li a:focus .icon-hazte-socio, .pager li .heading-left .partner a:focus .icon-hazte-socio, .heading-left .partner .lfr-pagination-buttons li a:focus .icon-hazte-socio, .lfr-pagination-buttons li .heading-left .partner a:focus .icon-hazte-socio, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:last-child .icon-hazte-socio, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:first-child .icon-hazte-socio, .heading-left .partner .detalleComercioCompleto .backButton > a:focus .icon-hazte-socio, .detalleComercioCompleto .heading-left .partner .backButton > a:focus .icon-hazte-socio, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:focus .icon-hazte-socio, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:focus .icon-hazte-socio, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:focus .icon-hazte-socio {
  background: url(../images/icons/hazte-socio-left-hover.png) 0 0 no-repeat;
}
.heading-left .partner .header-button:hover .icon-oficinas, .heading-left .partner .header-button:focus .icon-oficinas, .heading-left .partner .btn:hover .icon-oficinas, .heading-left .partner .pager li a:hover .icon-oficinas, .pager li .heading-left .partner a:hover .icon-oficinas, .heading-left .partner .lfr-pagination-buttons li a:hover .icon-oficinas, .lfr-pagination-buttons li .heading-left .partner a:hover .icon-oficinas, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:last-child .icon-oficinas, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:first-child .icon-oficinas, .heading-left .partner .detalleComercioCompleto .backButton > a:hover .icon-oficinas, .detalleComercioCompleto .heading-left .partner .backButton > a:hover .icon-oficinas, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:hover .icon-oficinas, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:hover .icon-oficinas, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:hover .icon-oficinas, .heading-left .partner .btn:focus .icon-oficinas, .heading-left .partner .pager li a:focus .icon-oficinas, .pager li .heading-left .partner a:focus .icon-oficinas, .heading-left .partner .lfr-pagination-buttons li a:focus .icon-oficinas, .lfr-pagination-buttons li .heading-left .partner a:focus .icon-oficinas, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:last-child .icon-oficinas, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:first-child .icon-oficinas, .heading-left .partner .detalleComercioCompleto .backButton > a:focus .icon-oficinas, .detalleComercioCompleto .heading-left .partner .backButton > a:focus .icon-oficinas, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:focus .icon-oficinas, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:focus .icon-oficinas, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:focus .icon-oficinas {
  background: url(../images/icons/marker-left-hover.png) 0 0 no-repeat;
}
.heading-left .partner .header-button:hover .icon-contacta, .heading-left .partner .header-button:focus .icon-contacta, .heading-left .partner .btn:hover .icon-contacta, .heading-left .partner .pager li a:hover .icon-contacta, .pager li .heading-left .partner a:hover .icon-contacta, .heading-left .partner .lfr-pagination-buttons li a:hover .icon-contacta, .lfr-pagination-buttons li .heading-left .partner a:hover .icon-contacta, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:last-child .icon-contacta, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:first-child .icon-contacta, .heading-left .partner .detalleComercioCompleto .backButton > a:hover .icon-contacta, .detalleComercioCompleto .heading-left .partner .backButton > a:hover .icon-contacta, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:hover .icon-contacta, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:hover .icon-contacta, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:hover .icon-contacta, .heading-left .partner .btn:focus .icon-contacta, .heading-left .partner .pager li a:focus .icon-contacta, .pager li .heading-left .partner a:focus .icon-contacta, .heading-left .partner .lfr-pagination-buttons li a:focus .icon-contacta, .lfr-pagination-buttons li .heading-left .partner a:focus .icon-contacta, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:last-child .icon-contacta, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:first-child .icon-contacta, .heading-left .partner .detalleComercioCompleto .backButton > a:focus .icon-contacta, .detalleComercioCompleto .heading-left .partner .backButton > a:focus .icon-contacta, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:focus .icon-contacta, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:focus .icon-contacta, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:focus .icon-contacta {
  background: url(../images/icons/headphones-left-hover.png) 0 0 no-repeat;
}
.heading-left .partner .header-button:hover .icon-blog, .heading-left .partner .header-button:focus .icon-blog, .heading-left .partner .btn:hover .icon-blog, .heading-left .partner .pager li a:hover .icon-blog, .pager li .heading-left .partner a:hover .icon-blog, .heading-left .partner .lfr-pagination-buttons li a:hover .icon-blog, .lfr-pagination-buttons li .heading-left .partner a:hover .icon-blog, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:last-child .icon-blog, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:first-child .icon-blog, .heading-left .partner .detalleComercioCompleto .backButton > a:hover .icon-blog, .detalleComercioCompleto .heading-left .partner .backButton > a:hover .icon-blog, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:hover .icon-blog, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:hover .icon-blog, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:hover .icon-blog, .heading-left .partner .btn:focus .icon-blog, .heading-left .partner .pager li a:focus .icon-blog, .pager li .heading-left .partner a:focus .icon-blog, .heading-left .partner .lfr-pagination-buttons li a:focus .icon-blog, .lfr-pagination-buttons li .heading-left .partner a:focus .icon-blog, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:last-child .icon-blog, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:first-child .icon-blog, .heading-left .partner .detalleComercioCompleto .backButton > a:focus .icon-blog, .detalleComercioCompleto .heading-left .partner .backButton > a:focus .icon-blog, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:focus .icon-blog, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:focus .icon-blog, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:focus .icon-blog {
  background: url(../images/icons/blog-left-hover.png) 0 0 no-repeat;
}
.heading-left .partner .header-button:hover .icon-fundacio, .heading-left .partner .header-button:focus .icon-fundacio, .heading-left .partner .btn:hover .icon-fundacio, .heading-left .partner .pager li a:hover .icon-fundacio, .pager li .heading-left .partner a:hover .icon-fundacio, .heading-left .partner .lfr-pagination-buttons li a:hover .icon-fundacio, .lfr-pagination-buttons li .heading-left .partner a:hover .icon-fundacio, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:last-child .icon-fundacio, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:first-child .icon-fundacio, .heading-left .partner .detalleComercioCompleto .backButton > a:hover .icon-fundacio, .detalleComercioCompleto .heading-left .partner .backButton > a:hover .icon-fundacio, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:hover .icon-fundacio, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:hover .icon-fundacio, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:hover .icon-fundacio, .heading-left .partner .btn:focus .icon-fundacio, .heading-left .partner .pager li a:focus .icon-fundacio, .pager li .heading-left .partner a:focus .icon-fundacio, .heading-left .partner .lfr-pagination-buttons li a:focus .icon-fundacio, .lfr-pagination-buttons li .heading-left .partner a:focus .icon-fundacio, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:last-child .icon-fundacio, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:first-child .icon-fundacio, .heading-left .partner .detalleComercioCompleto .backButton > a:focus .icon-fundacio, .detalleComercioCompleto .heading-left .partner .backButton > a:focus .icon-fundacio, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:focus .icon-fundacio, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:focus .icon-fundacio, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:focus .icon-fundacio {
  background: url(../images/icons/fundacio-left-hover.png) 0 0 no-repeat;
}
.heading-left .partner .header-button:hover .icon-instagram, .heading-left .partner .header-button:focus .icon-instagram, .heading-left .partner .btn:hover .icon-instagram, .heading-left .partner .pager li a:hover .icon-instagram, .pager li .heading-left .partner a:hover .icon-instagram, .heading-left .partner .lfr-pagination-buttons li a:hover .icon-instagram, .lfr-pagination-buttons li .heading-left .partner a:hover .icon-instagram, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:last-child .icon-instagram, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:hover:first-child .icon-instagram, .heading-left .partner .detalleComercioCompleto .backButton > a:hover .icon-instagram, .detalleComercioCompleto .heading-left .partner .backButton > a:hover .icon-instagram, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:hover .icon-instagram, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:hover .icon-instagram, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:hover .icon-instagram, .heading-left .partner .btn:focus .icon-instagram, .heading-left .partner .pager li a:focus .icon-instagram, .pager li .heading-left .partner a:focus .icon-instagram, .heading-left .partner .lfr-pagination-buttons li a:focus .icon-instagram, .lfr-pagination-buttons li .heading-left .partner a:focus .icon-instagram, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:last-child .icon-instagram, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:first-child .icon-instagram, .heading-left .partner .detalleComercioCompleto .backButton > a:focus .icon-instagram, .detalleComercioCompleto .heading-left .partner .backButton > a:focus .icon-instagram, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:focus .icon-instagram, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:focus .icon-instagram, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:focus .icon-instagram {
  background: url(../images/icons/instagram-left-hover.png) 0 0 no-repeat;
}
.heading-left .partner .header-button:focus, .heading-left .partner .btn:focus, .heading-left .partner .pager li a:focus, .pager li .heading-left .partner a:focus, .heading-left .partner .lfr-pagination-buttons li a:focus, .lfr-pagination-buttons li .heading-left .partner a:focus, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:last-child, .heading-left .partner .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-left .partner a:focus:first-child, .heading-left .partner .detalleComercioCompleto .backButton > a:focus, .detalleComercioCompleto .heading-left .partner .backButton > a:focus, .heading-left .partner .detalleComercioCompleto .seccionTop .links > a:focus, .detalleComercioCompleto .seccionTop .heading-left .partner .links > a:focus, .heading-left .partner .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-left .partner a:focus {
  text-decoration: underline;
}

.heading-right .header-button .icon-hazte-socio, .heading-right .btn .icon-hazte-socio, .heading-right .pager li a .icon-hazte-socio, .pager li .heading-right a .icon-hazte-socio, .heading-right .lfr-pagination-buttons li a .icon-hazte-socio, .lfr-pagination-buttons li .heading-right a .icon-hazte-socio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:last-child .icon-hazte-socio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:first-child .icon-hazte-socio, .heading-right .detalleComercioCompleto .backButton > a .icon-hazte-socio, .detalleComercioCompleto .heading-right .backButton > a .icon-hazte-socio, .heading-right .detalleComercioCompleto .seccionTop .links > a .icon-hazte-socio, .detalleComercioCompleto .seccionTop .heading-right .links > a .icon-hazte-socio, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a .icon-hazte-socio {
  width: 21px;
  height: 20px;
  background: url(../images/icons/hazte-socio-white.png) 0 0 no-repeat;
}
.heading-right .header-button .icon-oficinas, .heading-right .btn .icon-oficinas, .heading-right .pager li a .icon-oficinas, .pager li .heading-right a .icon-oficinas, .heading-right .lfr-pagination-buttons li a .icon-oficinas, .lfr-pagination-buttons li .heading-right a .icon-oficinas, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:last-child .icon-oficinas, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:first-child .icon-oficinas, .heading-right .detalleComercioCompleto .backButton > a .icon-oficinas, .detalleComercioCompleto .heading-right .backButton > a .icon-oficinas, .heading-right .detalleComercioCompleto .seccionTop .links > a .icon-oficinas, .detalleComercioCompleto .seccionTop .heading-right .links > a .icon-oficinas, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a .icon-oficinas {
  width: 16px;
  height: 20px;
  background: url(../images/icons/marker-white.png) 0 0 no-repeat;
}
.heading-right .header-button .icon-contacta, .heading-right .btn .icon-contacta, .heading-right .pager li a .icon-contacta, .pager li .heading-right a .icon-contacta, .heading-right .lfr-pagination-buttons li a .icon-contacta, .lfr-pagination-buttons li .heading-right a .icon-contacta, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:last-child .icon-contacta, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:first-child .icon-contacta, .heading-right .detalleComercioCompleto .backButton > a .icon-contacta, .detalleComercioCompleto .heading-right .backButton > a .icon-contacta, .heading-right .detalleComercioCompleto .seccionTop .links > a .icon-contacta, .detalleComercioCompleto .seccionTop .heading-right .links > a .icon-contacta, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a .icon-contacta {
  width: 16px;
  height: 19px;
  background: url(../images/icons/headphones-white.png) 0 0 no-repeat;
}
.heading-right .header-button .icon-blog, .heading-right .btn .icon-blog, .heading-right .pager li a .icon-blog, .pager li .heading-right a .icon-blog, .heading-right .lfr-pagination-buttons li a .icon-blog, .lfr-pagination-buttons li .heading-right a .icon-blog, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:last-child .icon-blog, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:first-child .icon-blog, .heading-right .detalleComercioCompleto .backButton > a .icon-blog, .detalleComercioCompleto .heading-right .backButton > a .icon-blog, .heading-right .detalleComercioCompleto .seccionTop .links > a .icon-blog, .detalleComercioCompleto .seccionTop .heading-right .links > a .icon-blog, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a .icon-blog {
  width: 19px;
  height: 20px;
  background: url(../images/icons/blog-white.png) 0 0 no-repeat;
}
.heading-right .header-button .icon-fundacio, .heading-right .btn .icon-fundacio, .heading-right .pager li a .icon-fundacio, .pager li .heading-right a .icon-fundacio, .heading-right .lfr-pagination-buttons li a .icon-fundacio, .lfr-pagination-buttons li .heading-right a .icon-fundacio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:last-child .icon-fundacio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:first-child .icon-fundacio, .heading-right .detalleComercioCompleto .backButton > a .icon-fundacio, .detalleComercioCompleto .heading-right .backButton > a .icon-fundacio, .heading-right .detalleComercioCompleto .seccionTop .links > a .icon-fundacio, .detalleComercioCompleto .seccionTop .heading-right .links > a .icon-fundacio, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a .icon-fundacio {
  width: 19px;
  height: 20px;
  background: url(../images/icons/fundacio-white.png) 0 0 no-repeat;
}
.heading-right .header-button .icon-instagram, .heading-right .btn .icon-instagram, .heading-right .pager li a .icon-instagram, .pager li .heading-right a .icon-instagram, .heading-right .lfr-pagination-buttons li a .icon-instagram, .lfr-pagination-buttons li .heading-right a .icon-instagram, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:last-child .icon-instagram, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:first-child .icon-instagram, .heading-right .detalleComercioCompleto .backButton > a .icon-instagram, .detalleComercioCompleto .heading-right .backButton > a .icon-instagram, .heading-right .detalleComercioCompleto .seccionTop .links > a .icon-instagram, .detalleComercioCompleto .seccionTop .heading-right .links > a .icon-instagram, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a .icon-instagram {
  width: 20px;
  height: 20px;
  background: url(../images/icons/instagram-white.png) 0 0 no-repeat;
}
.heading-right .header-button .icon-instagram:before, .heading-right .btn .icon-instagram:before, .heading-right .pager li a .icon-instagram:before, .pager li .heading-right a .icon-instagram:before, .heading-right .lfr-pagination-buttons li a .icon-instagram:before, .lfr-pagination-buttons li .heading-right a .icon-instagram:before, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:last-child .icon-instagram:before, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:last-child .icon-instagram:before, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:first-child .icon-instagram:before, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:first-child .icon-instagram:before, .heading-right .detalleComercioCompleto .backButton > a .icon-instagram:before, .detalleComercioCompleto .heading-right .backButton > a .icon-instagram:before, .heading-right .detalleComercioCompleto .seccionTop .links > a .icon-instagram:before, .detalleComercioCompleto .seccionTop .heading-right .links > a .icon-instagram:before, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a .icon-instagram:before, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a .icon-instagram:before {
  display: none;
}
.heading-right .header-button:hover, .heading-right .header-button:focus, .heading-right .btn:hover, .heading-right .pager li a:hover, .pager li .heading-right a:hover, .heading-right .lfr-pagination-buttons li a:hover, .lfr-pagination-buttons li .heading-right a:hover, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:last-child, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:first-child, .heading-right .detalleComercioCompleto .backButton > a:hover, .detalleComercioCompleto .heading-right .backButton > a:hover, .heading-right .detalleComercioCompleto .seccionTop .links > a:hover, .detalleComercioCompleto .seccionTop .heading-right .links > a:hover, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:hover, .heading-right .btn:focus, .heading-right .pager li a:focus, .pager li .heading-right a:focus, .heading-right .lfr-pagination-buttons li a:focus, .lfr-pagination-buttons li .heading-right a:focus, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:last-child, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:first-child, .heading-right .detalleComercioCompleto .backButton > a:focus, .detalleComercioCompleto .heading-right .backButton > a:focus, .heading-right .detalleComercioCompleto .seccionTop .links > a:focus, .detalleComercioCompleto .seccionTop .heading-right .links > a:focus, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:focus {
  color: #fac063 !important;
}
.heading-right .header-button:hover .icon-hazte-socio, .heading-right .header-button:focus .icon-hazte-socio, .heading-right .btn:hover .icon-hazte-socio, .heading-right .pager li a:hover .icon-hazte-socio, .pager li .heading-right a:hover .icon-hazte-socio, .heading-right .lfr-pagination-buttons li a:hover .icon-hazte-socio, .lfr-pagination-buttons li .heading-right a:hover .icon-hazte-socio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:last-child .icon-hazte-socio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:first-child .icon-hazte-socio, .heading-right .detalleComercioCompleto .backButton > a:hover .icon-hazte-socio, .detalleComercioCompleto .heading-right .backButton > a:hover .icon-hazte-socio, .heading-right .detalleComercioCompleto .seccionTop .links > a:hover .icon-hazte-socio, .detalleComercioCompleto .seccionTop .heading-right .links > a:hover .icon-hazte-socio, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:hover .icon-hazte-socio, .heading-right .btn:focus .icon-hazte-socio, .heading-right .pager li a:focus .icon-hazte-socio, .pager li .heading-right a:focus .icon-hazte-socio, .heading-right .lfr-pagination-buttons li a:focus .icon-hazte-socio, .lfr-pagination-buttons li .heading-right a:focus .icon-hazte-socio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:last-child .icon-hazte-socio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:first-child .icon-hazte-socio, .heading-right .detalleComercioCompleto .backButton > a:focus .icon-hazte-socio, .detalleComercioCompleto .heading-right .backButton > a:focus .icon-hazte-socio, .heading-right .detalleComercioCompleto .seccionTop .links > a:focus .icon-hazte-socio, .detalleComercioCompleto .seccionTop .heading-right .links > a:focus .icon-hazte-socio, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:focus .icon-hazte-socio {
  background: url(../images/icons/hazte-socio-hover.png) 0 0 no-repeat;
}
.heading-right .header-button:hover .icon-oficinas, .heading-right .header-button:focus .icon-oficinas, .heading-right .btn:hover .icon-oficinas, .heading-right .pager li a:hover .icon-oficinas, .pager li .heading-right a:hover .icon-oficinas, .heading-right .lfr-pagination-buttons li a:hover .icon-oficinas, .lfr-pagination-buttons li .heading-right a:hover .icon-oficinas, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:last-child .icon-oficinas, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:first-child .icon-oficinas, .heading-right .detalleComercioCompleto .backButton > a:hover .icon-oficinas, .detalleComercioCompleto .heading-right .backButton > a:hover .icon-oficinas, .heading-right .detalleComercioCompleto .seccionTop .links > a:hover .icon-oficinas, .detalleComercioCompleto .seccionTop .heading-right .links > a:hover .icon-oficinas, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:hover .icon-oficinas, .heading-right .btn:focus .icon-oficinas, .heading-right .pager li a:focus .icon-oficinas, .pager li .heading-right a:focus .icon-oficinas, .heading-right .lfr-pagination-buttons li a:focus .icon-oficinas, .lfr-pagination-buttons li .heading-right a:focus .icon-oficinas, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:last-child .icon-oficinas, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:first-child .icon-oficinas, .heading-right .detalleComercioCompleto .backButton > a:focus .icon-oficinas, .detalleComercioCompleto .heading-right .backButton > a:focus .icon-oficinas, .heading-right .detalleComercioCompleto .seccionTop .links > a:focus .icon-oficinas, .detalleComercioCompleto .seccionTop .heading-right .links > a:focus .icon-oficinas, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:focus .icon-oficinas {
  background: url(../images/icons/marker-hover.png) 0 0 no-repeat;
}
.heading-right .header-button:hover .icon-contacta, .heading-right .header-button:focus .icon-contacta, .heading-right .btn:hover .icon-contacta, .heading-right .pager li a:hover .icon-contacta, .pager li .heading-right a:hover .icon-contacta, .heading-right .lfr-pagination-buttons li a:hover .icon-contacta, .lfr-pagination-buttons li .heading-right a:hover .icon-contacta, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:last-child .icon-contacta, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:first-child .icon-contacta, .heading-right .detalleComercioCompleto .backButton > a:hover .icon-contacta, .detalleComercioCompleto .heading-right .backButton > a:hover .icon-contacta, .heading-right .detalleComercioCompleto .seccionTop .links > a:hover .icon-contacta, .detalleComercioCompleto .seccionTop .heading-right .links > a:hover .icon-contacta, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:hover .icon-contacta, .heading-right .btn:focus .icon-contacta, .heading-right .pager li a:focus .icon-contacta, .pager li .heading-right a:focus .icon-contacta, .heading-right .lfr-pagination-buttons li a:focus .icon-contacta, .lfr-pagination-buttons li .heading-right a:focus .icon-contacta, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:last-child .icon-contacta, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:first-child .icon-contacta, .heading-right .detalleComercioCompleto .backButton > a:focus .icon-contacta, .detalleComercioCompleto .heading-right .backButton > a:focus .icon-contacta, .heading-right .detalleComercioCompleto .seccionTop .links > a:focus .icon-contacta, .detalleComercioCompleto .seccionTop .heading-right .links > a:focus .icon-contacta, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:focus .icon-contacta {
  background: url(../images/icons/headphones-hover.png) 0 0 no-repeat;
}
.heading-right .header-button:hover .icon-blog, .heading-right .header-button:focus .icon-blog, .heading-right .btn:hover .icon-blog, .heading-right .pager li a:hover .icon-blog, .pager li .heading-right a:hover .icon-blog, .heading-right .lfr-pagination-buttons li a:hover .icon-blog, .lfr-pagination-buttons li .heading-right a:hover .icon-blog, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:last-child .icon-blog, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:first-child .icon-blog, .heading-right .detalleComercioCompleto .backButton > a:hover .icon-blog, .detalleComercioCompleto .heading-right .backButton > a:hover .icon-blog, .heading-right .detalleComercioCompleto .seccionTop .links > a:hover .icon-blog, .detalleComercioCompleto .seccionTop .heading-right .links > a:hover .icon-blog, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:hover .icon-blog, .heading-right .btn:focus .icon-blog, .heading-right .pager li a:focus .icon-blog, .pager li .heading-right a:focus .icon-blog, .heading-right .lfr-pagination-buttons li a:focus .icon-blog, .lfr-pagination-buttons li .heading-right a:focus .icon-blog, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:last-child .icon-blog, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:first-child .icon-blog, .heading-right .detalleComercioCompleto .backButton > a:focus .icon-blog, .detalleComercioCompleto .heading-right .backButton > a:focus .icon-blog, .heading-right .detalleComercioCompleto .seccionTop .links > a:focus .icon-blog, .detalleComercioCompleto .seccionTop .heading-right .links > a:focus .icon-blog, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:focus .icon-blog {
  background: url(../images/icons/blog-hover.png) 0 0 no-repeat;
}
.heading-right .header-button:hover .icon-fundacio, .heading-right .header-button:focus .icon-fundacio, .heading-right .btn:hover .icon-fundacio, .heading-right .pager li a:hover .icon-fundacio, .pager li .heading-right a:hover .icon-fundacio, .heading-right .lfr-pagination-buttons li a:hover .icon-fundacio, .lfr-pagination-buttons li .heading-right a:hover .icon-fundacio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:last-child .icon-fundacio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:first-child .icon-fundacio, .heading-right .detalleComercioCompleto .backButton > a:hover .icon-fundacio, .detalleComercioCompleto .heading-right .backButton > a:hover .icon-fundacio, .heading-right .detalleComercioCompleto .seccionTop .links > a:hover .icon-fundacio, .detalleComercioCompleto .seccionTop .heading-right .links > a:hover .icon-fundacio, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:hover .icon-fundacio, .heading-right .btn:focus .icon-fundacio, .heading-right .pager li a:focus .icon-fundacio, .pager li .heading-right a:focus .icon-fundacio, .heading-right .lfr-pagination-buttons li a:focus .icon-fundacio, .lfr-pagination-buttons li .heading-right a:focus .icon-fundacio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:last-child .icon-fundacio, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:first-child .icon-fundacio, .heading-right .detalleComercioCompleto .backButton > a:focus .icon-fundacio, .detalleComercioCompleto .heading-right .backButton > a:focus .icon-fundacio, .heading-right .detalleComercioCompleto .seccionTop .links > a:focus .icon-fundacio, .detalleComercioCompleto .seccionTop .heading-right .links > a:focus .icon-fundacio, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:focus .icon-fundacio {
  background: url(../images/icons/fundacio-hover.png) 0 0 no-repeat;
}
.heading-right .header-button:hover .icon-instagram, .heading-right .header-button:focus .icon-instagram, .heading-right .btn:hover .icon-instagram, .heading-right .pager li a:hover .icon-instagram, .pager li .heading-right a:hover .icon-instagram, .heading-right .lfr-pagination-buttons li a:hover .icon-instagram, .lfr-pagination-buttons li .heading-right a:hover .icon-instagram, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:last-child .icon-instagram, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:hover:first-child .icon-instagram, .heading-right .detalleComercioCompleto .backButton > a:hover .icon-instagram, .detalleComercioCompleto .heading-right .backButton > a:hover .icon-instagram, .heading-right .detalleComercioCompleto .seccionTop .links > a:hover .icon-instagram, .detalleComercioCompleto .seccionTop .heading-right .links > a:hover .icon-instagram, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:hover .icon-instagram, .heading-right .btn:focus .icon-instagram, .heading-right .pager li a:focus .icon-instagram, .pager li .heading-right a:focus .icon-instagram, .heading-right .lfr-pagination-buttons li a:focus .icon-instagram, .lfr-pagination-buttons li .heading-right a:focus .icon-instagram, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:last-child .icon-instagram, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:first-child .icon-instagram, .heading-right .detalleComercioCompleto .backButton > a:focus .icon-instagram, .detalleComercioCompleto .heading-right .backButton > a:focus .icon-instagram, .heading-right .detalleComercioCompleto .seccionTop .links > a:focus .icon-instagram, .detalleComercioCompleto .seccionTop .heading-right .links > a:focus .icon-instagram, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:focus .icon-instagram {
  background: url(../images/icons/instagram-hover.png) 0 0 no-repeat;
}
.heading-right .header-button:focus, .heading-right .btn:focus, .heading-right .pager li a:focus, .pager li .heading-right a:focus, .heading-right .lfr-pagination-buttons li a:focus, .lfr-pagination-buttons li .heading-right a:focus, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:last-child, .heading-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right a:focus:first-child, .heading-right .detalleComercioCompleto .backButton > a:focus, .detalleComercioCompleto .heading-right .backButton > a:focus, .heading-right .detalleComercioCompleto .seccionTop .links > a:focus, .detalleComercioCompleto .seccionTop .heading-right .links > a:focus, .heading-right .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right a:focus {
  text-decoration: underline;
}
.heading-right .group-cdi-button .hidden-xs .header-button:hover .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .header-button:focus .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .btn:hover .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .pager li a:hover .icon-hazte-socio, .pager li .heading-right .group-cdi-button .hidden-xs a:hover .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:hover .icon-hazte-socio, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:hover .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:last-child .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:first-child .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:hover .icon-hazte-socio, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:hover .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:hover .icon-hazte-socio, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:hover .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:hover .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .btn:focus .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .pager li a:focus .icon-hazte-socio, .pager li .heading-right .group-cdi-button .hidden-xs a:focus .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:focus .icon-hazte-socio, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:focus .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:last-child .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:first-child .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:focus .icon-hazte-socio, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:focus .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:focus .icon-hazte-socio, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:focus .icon-hazte-socio, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:focus .icon-hazte-socio {
  background: url(../images/icons/hazte-socio-dark-blue.png) 0 0 no-repeat;
}
.heading-right .group-cdi-button .hidden-xs .header-button:hover .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .header-button:focus .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .btn:hover .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .pager li a:hover .icon-oficinas, .pager li .heading-right .group-cdi-button .hidden-xs a:hover .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:hover .icon-oficinas, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:hover .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:last-child .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:first-child .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:hover .icon-oficinas, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:hover .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:hover .icon-oficinas, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:hover .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:hover .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .btn:focus .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .pager li a:focus .icon-oficinas, .pager li .heading-right .group-cdi-button .hidden-xs a:focus .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:focus .icon-oficinas, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:focus .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:last-child .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:first-child .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:focus .icon-oficinas, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:focus .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:focus .icon-oficinas, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:focus .icon-oficinas, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:focus .icon-oficinas {
  background: url(../images/icons/marker-dark-blue.png) 0 0 no-repeat;
}
.heading-right .group-cdi-button .hidden-xs .header-button:hover .icon-contacta, .heading-right .group-cdi-button .hidden-xs .header-button:focus .icon-contacta, .heading-right .group-cdi-button .hidden-xs .btn:hover .icon-contacta, .heading-right .group-cdi-button .hidden-xs .pager li a:hover .icon-contacta, .pager li .heading-right .group-cdi-button .hidden-xs a:hover .icon-contacta, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:hover .icon-contacta, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:hover .icon-contacta, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:last-child .icon-contacta, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:first-child .icon-contacta, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:hover .icon-contacta, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:hover .icon-contacta, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:hover .icon-contacta, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:hover .icon-contacta, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:hover .icon-contacta, .heading-right .group-cdi-button .hidden-xs .btn:focus .icon-contacta, .heading-right .group-cdi-button .hidden-xs .pager li a:focus .icon-contacta, .pager li .heading-right .group-cdi-button .hidden-xs a:focus .icon-contacta, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:focus .icon-contacta, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:focus .icon-contacta, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:last-child .icon-contacta, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:first-child .icon-contacta, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:focus .icon-contacta, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:focus .icon-contacta, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:focus .icon-contacta, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:focus .icon-contacta, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:focus .icon-contacta {
  background: url(../images/icons/headphones-dark-blue.png) 0 0 no-repeat;
}
.heading-right .group-cdi-button .hidden-xs .header-button:hover .icon-blog, .heading-right .group-cdi-button .hidden-xs .header-button:focus .icon-blog, .heading-right .group-cdi-button .hidden-xs .btn:hover .icon-blog, .heading-right .group-cdi-button .hidden-xs .pager li a:hover .icon-blog, .pager li .heading-right .group-cdi-button .hidden-xs a:hover .icon-blog, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:hover .icon-blog, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:hover .icon-blog, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:last-child .icon-blog, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:first-child .icon-blog, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:hover .icon-blog, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:hover .icon-blog, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:hover .icon-blog, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:hover .icon-blog, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:hover .icon-blog, .heading-right .group-cdi-button .hidden-xs .btn:focus .icon-blog, .heading-right .group-cdi-button .hidden-xs .pager li a:focus .icon-blog, .pager li .heading-right .group-cdi-button .hidden-xs a:focus .icon-blog, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:focus .icon-blog, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:focus .icon-blog, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:last-child .icon-blog, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:first-child .icon-blog, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:focus .icon-blog, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:focus .icon-blog, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:focus .icon-blog, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:focus .icon-blog, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:focus .icon-blog {
  background: url(../images/icons/blog-dark-blue.png) 0 0 no-repeat;
}
.heading-right .group-cdi-button .hidden-xs .header-button:hover .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .header-button:focus .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .btn:hover .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .pager li a:hover .icon-fundacio, .pager li .heading-right .group-cdi-button .hidden-xs a:hover .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:hover .icon-fundacio, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:hover .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:last-child .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:first-child .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:hover .icon-fundacio, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:hover .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:hover .icon-fundacio, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:hover .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:hover .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .btn:focus .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .pager li a:focus .icon-fundacio, .pager li .heading-right .group-cdi-button .hidden-xs a:focus .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:focus .icon-fundacio, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:focus .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:last-child .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:first-child .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:focus .icon-fundacio, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:focus .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:focus .icon-fundacio, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:focus .icon-fundacio, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:focus .icon-fundacio {
  background: url(../images/icons/fundacio-dark-blue.png) 0 0 no-repeat;
}
.heading-right .group-cdi-button .hidden-xs .header-button:hover .icon-instagram, .heading-right .group-cdi-button .hidden-xs .header-button:focus .icon-instagram, .heading-right .group-cdi-button .hidden-xs .btn:hover .icon-instagram, .heading-right .group-cdi-button .hidden-xs .pager li a:hover .icon-instagram, .pager li .heading-right .group-cdi-button .hidden-xs a:hover .icon-instagram, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:hover .icon-instagram, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:hover .icon-instagram, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:last-child .icon-instagram, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:hover:first-child .icon-instagram, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:hover .icon-instagram, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:hover .icon-instagram, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:hover .icon-instagram, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:hover .icon-instagram, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:hover .icon-instagram, .heading-right .group-cdi-button .hidden-xs .btn:focus .icon-instagram, .heading-right .group-cdi-button .hidden-xs .pager li a:focus .icon-instagram, .pager li .heading-right .group-cdi-button .hidden-xs a:focus .icon-instagram, .heading-right .group-cdi-button .hidden-xs .lfr-pagination-buttons li a:focus .icon-instagram, .lfr-pagination-buttons li .heading-right .group-cdi-button .hidden-xs a:focus .icon-instagram, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:last-child .icon-instagram, .heading-right .group-cdi-button .hidden-xs .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .heading-right .group-cdi-button .hidden-xs a:focus:first-child .icon-instagram, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .backButton > a:focus .icon-instagram, .detalleComercioCompleto .heading-right .group-cdi-button .hidden-xs .backButton > a:focus .icon-instagram, .heading-right .group-cdi-button .hidden-xs .detalleComercioCompleto .seccionTop .links > a:focus .icon-instagram, .detalleComercioCompleto .seccionTop .heading-right .group-cdi-button .hidden-xs .links > a:focus .icon-instagram, .heading-right .group-cdi-button .hidden-xs .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .heading-right .group-cdi-button .hidden-xs a:focus .icon-instagram {
  background: url(../images/icons/instagram-dark-blue.png) 0 0 no-repeat;
}

.footer-right .icon-hazte-socio {
  width: 21px;
  height: 20px;
  background: url(../images/icons/hazte-socio-white.png) 0 0 no-repeat;
}
.footer-right .icon-oficinas {
  width: 16px;
  height: 20px;
  background: url(../images/icons/marker-white.png) 0 0 no-repeat;
}
.footer-right .icon-contacta {
  width: 16px;
  height: 19px;
  background: url(../images/icons/headphones-white.png) 0 0 no-repeat;
}
.footer-right .icon-blog {
  width: 19px;
  height: 20px;
  background: url(../images/icons/blog-white.png) 0 0 no-repeat;
}
.footer-right .icon-fundacio {
  width: 19px;
  height: 20px;
  background: url(../images/icons/fundacio-white.png) 0 0 no-repeat;
}
.footer-right .icon-instagram {
  width: 20px;
  height: 20px;
  background: url(../images/icons/instagram-white.png) 0 0 no-repeat;
}
.footer-right .icon-instagram:before {
  display: none;
}
.footer-right .icon-social-room {
  width: 22px;
  height: 22px;
  background: url(../images/icons/social-room.png) 0 0 no-repeat;
}
.footer-right a:hover, .footer-right a:focus, .footer-right .btn:hover, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:last-child, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:first-child, .footer-right .detalleComercioCompleto .seccionTop .links > a:hover, .detalleComercioCompleto .seccionTop .footer-right .links > a:hover, .footer-right .btn:focus, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:last-child, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:first-child, .footer-right .detalleComercioCompleto .seccionTop .links > a:focus, .detalleComercioCompleto .seccionTop .footer-right .links > a:focus, .footer-right .header-button:hover, .footer-right .header-button:focus {
  color: #fac063 !important;
}
.footer-right a:hover .icon-hazte-socio, .footer-right a:focus .icon-hazte-socio, .footer-right .btn:hover .icon-hazte-socio, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:last-child .icon-hazte-socio, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:first-child .icon-hazte-socio, .footer-right .btn:focus .icon-hazte-socio, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:last-child .icon-hazte-socio, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:first-child .icon-hazte-socio, .footer-right .header-button:hover .icon-hazte-socio, .footer-right .header-button:focus .icon-hazte-socio {
  background: url(../images/icons/hazte-socio-hover.png) 0 0 no-repeat;
}
.footer-right a:hover .icon-oficinas, .footer-right a:focus .icon-oficinas, .footer-right .btn:hover .icon-oficinas, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:last-child .icon-oficinas, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:first-child .icon-oficinas, .footer-right .btn:focus .icon-oficinas, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:last-child .icon-oficinas, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:first-child .icon-oficinas, .footer-right .header-button:hover .icon-oficinas, .footer-right .header-button:focus .icon-oficinas {
  background: url(../images/icons/marker-hover.png) 0 0 no-repeat;
}
.footer-right a:hover .icon-contacta, .footer-right a:focus .icon-contacta, .footer-right .btn:hover .icon-contacta, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:last-child .icon-contacta, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:first-child .icon-contacta, .footer-right .btn:focus .icon-contacta, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:last-child .icon-contacta, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:first-child .icon-contacta, .footer-right .header-button:hover .icon-contacta, .footer-right .header-button:focus .icon-contacta {
  background: url(../images/icons/headphones-hover.png) 0 0 no-repeat;
}
.footer-right a:hover .icon-blog, .footer-right a:focus .icon-blog, .footer-right .btn:hover .icon-blog, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:last-child .icon-blog, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:first-child .icon-blog, .footer-right .btn:focus .icon-blog, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:last-child .icon-blog, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:first-child .icon-blog, .footer-right .header-button:hover .icon-blog, .footer-right .header-button:focus .icon-blog {
  background: url(../images/icons/blog-hover.png) 0 0 no-repeat;
}
.footer-right a:hover .icon-fundacio, .footer-right a:focus .icon-fundacio, .footer-right .btn:hover .icon-fundacio, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:last-child .icon-fundacio, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:first-child .icon-fundacio, .footer-right .btn:focus .icon-fundacio, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:last-child .icon-fundacio, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:first-child .icon-fundacio, .footer-right .header-button:hover .icon-fundacio, .footer-right .header-button:focus .icon-fundacio {
  background: url(../images/icons/fundacio-hover.png) 0 0 no-repeat;
}
.footer-right a:hover .icon-instagram, .footer-right a:focus .icon-instagram, .footer-right .btn:hover .icon-instagram, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:last-child .icon-instagram, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:first-child .icon-instagram, .footer-right .btn:focus .icon-instagram, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:last-child .icon-instagram, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:first-child .icon-instagram, .footer-right .header-button:hover .icon-instagram, .footer-right .header-button:focus .icon-instagram {
  background: url(../images/icons/instagram-hover.png) 0 0 no-repeat;
}
.footer-right a:hover .icon-social-room, .footer-right a:focus .icon-social-room, .footer-right .btn:hover .icon-social-room, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-social-room, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:last-child .icon-social-room, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-social-room, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:hover:first-child .icon-social-room, .footer-right .btn:focus .icon-social-room, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-social-room, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:last-child .icon-social-room, .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-social-room, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right a:focus:first-child .icon-social-room, .footer-right .header-button:hover .icon-social-room, .footer-right .header-button:focus .icon-social-room {
  background: url(../images/icons/social-room-hover.png) 0 0 no-repeat;
}
.footer-right p.we-call a {
  background: url(../images/icons/ico_whatsapp.png) 16px 8px no-repeat;
  padding-left: 50px;
  background-size: 25px;
}
.footer-right p.we-call a:hover, .footer-right p.we-call a:focus, .footer-right p.we-call .btn:hover, .footer-right p.we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right p.we-call a:hover:last-child, .footer-right p.we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right p.we-call a:hover:first-child, .footer-right p.we-call .btn:focus, .footer-right p.we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right p.we-call a:focus:last-child, .footer-right p.we-call .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .footer-right p.we-call a:focus:first-child, .footer-right p.we-call .header-button:hover, .footer-right p.we-call .header-button:focus {
  color: #164194 !important;
  background: url(../images/icons/ico_whatsapp_blue.png) 16px 8px no-repeat;
  padding-left: 50px;
  background-size: 25px;
  color: #1b2443 !important;
}

.fundacio .header-button:hover .icon-hazte-socio, .fundacio .header-button:focus .icon-hazte-socio, .fundacio .btn:hover .icon-hazte-socio, .fundacio .pager li a:hover .icon-hazte-socio, .pager li .fundacio a:hover .icon-hazte-socio, .fundacio .lfr-pagination-buttons li a:hover .icon-hazte-socio, .lfr-pagination-buttons li .fundacio a:hover .icon-hazte-socio, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:last-child .icon-hazte-socio, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:first-child .icon-hazte-socio, .fundacio .detalleComercioCompleto .backButton > a:hover .icon-hazte-socio, .detalleComercioCompleto .fundacio .backButton > a:hover .icon-hazte-socio, .fundacio .detalleComercioCompleto .seccionTop .links > a:hover .icon-hazte-socio, .detalleComercioCompleto .seccionTop .fundacio .links > a:hover .icon-hazte-socio, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:hover .icon-hazte-socio, .fundacio .btn:focus .icon-hazte-socio, .fundacio .pager li a:focus .icon-hazte-socio, .pager li .fundacio a:focus .icon-hazte-socio, .fundacio .lfr-pagination-buttons li a:focus .icon-hazte-socio, .lfr-pagination-buttons li .fundacio a:focus .icon-hazte-socio, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:last-child .icon-hazte-socio, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-hazte-socio, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:first-child .icon-hazte-socio, .fundacio .detalleComercioCompleto .backButton > a:focus .icon-hazte-socio, .detalleComercioCompleto .fundacio .backButton > a:focus .icon-hazte-socio, .fundacio .detalleComercioCompleto .seccionTop .links > a:focus .icon-hazte-socio, .detalleComercioCompleto .seccionTop .fundacio .links > a:focus .icon-hazte-socio, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-hazte-socio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:focus .icon-hazte-socio {
  background: url(../images/color-schemes/fundacio/icons/hazte-socio-hover.png) 0 0 no-repeat;
}
.fundacio .header-button:hover .icon-oficinas, .fundacio .header-button:focus .icon-oficinas, .fundacio .btn:hover .icon-oficinas, .fundacio .pager li a:hover .icon-oficinas, .pager li .fundacio a:hover .icon-oficinas, .fundacio .lfr-pagination-buttons li a:hover .icon-oficinas, .lfr-pagination-buttons li .fundacio a:hover .icon-oficinas, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:last-child .icon-oficinas, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:first-child .icon-oficinas, .fundacio .detalleComercioCompleto .backButton > a:hover .icon-oficinas, .detalleComercioCompleto .fundacio .backButton > a:hover .icon-oficinas, .fundacio .detalleComercioCompleto .seccionTop .links > a:hover .icon-oficinas, .detalleComercioCompleto .seccionTop .fundacio .links > a:hover .icon-oficinas, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:hover .icon-oficinas, .fundacio .btn:focus .icon-oficinas, .fundacio .pager li a:focus .icon-oficinas, .pager li .fundacio a:focus .icon-oficinas, .fundacio .lfr-pagination-buttons li a:focus .icon-oficinas, .lfr-pagination-buttons li .fundacio a:focus .icon-oficinas, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:last-child .icon-oficinas, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-oficinas, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:first-child .icon-oficinas, .fundacio .detalleComercioCompleto .backButton > a:focus .icon-oficinas, .detalleComercioCompleto .fundacio .backButton > a:focus .icon-oficinas, .fundacio .detalleComercioCompleto .seccionTop .links > a:focus .icon-oficinas, .detalleComercioCompleto .seccionTop .fundacio .links > a:focus .icon-oficinas, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-oficinas, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:focus .icon-oficinas {
  background: url(../images/color-schemes/fundacio/icons/marker-hover.png) 0 0 no-repeat;
}
.fundacio .header-button:hover .icon-contacta, .fundacio .header-button:focus .icon-contacta, .fundacio .btn:hover .icon-contacta, .fundacio .pager li a:hover .icon-contacta, .pager li .fundacio a:hover .icon-contacta, .fundacio .lfr-pagination-buttons li a:hover .icon-contacta, .lfr-pagination-buttons li .fundacio a:hover .icon-contacta, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:last-child .icon-contacta, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:first-child .icon-contacta, .fundacio .detalleComercioCompleto .backButton > a:hover .icon-contacta, .detalleComercioCompleto .fundacio .backButton > a:hover .icon-contacta, .fundacio .detalleComercioCompleto .seccionTop .links > a:hover .icon-contacta, .detalleComercioCompleto .seccionTop .fundacio .links > a:hover .icon-contacta, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:hover .icon-contacta, .fundacio .btn:focus .icon-contacta, .fundacio .pager li a:focus .icon-contacta, .pager li .fundacio a:focus .icon-contacta, .fundacio .lfr-pagination-buttons li a:focus .icon-contacta, .lfr-pagination-buttons li .fundacio a:focus .icon-contacta, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:last-child .icon-contacta, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-contacta, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:first-child .icon-contacta, .fundacio .detalleComercioCompleto .backButton > a:focus .icon-contacta, .detalleComercioCompleto .fundacio .backButton > a:focus .icon-contacta, .fundacio .detalleComercioCompleto .seccionTop .links > a:focus .icon-contacta, .detalleComercioCompleto .seccionTop .fundacio .links > a:focus .icon-contacta, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-contacta, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:focus .icon-contacta {
  background: url(../images/color-schemes/fundacio/icons/headphones-hover.png) 0 0 no-repeat;
}
.fundacio .header-button:hover .icon-blog, .fundacio .header-button:focus .icon-blog, .fundacio .btn:hover .icon-blog, .fundacio .pager li a:hover .icon-blog, .pager li .fundacio a:hover .icon-blog, .fundacio .lfr-pagination-buttons li a:hover .icon-blog, .lfr-pagination-buttons li .fundacio a:hover .icon-blog, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:last-child .icon-blog, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:first-child .icon-blog, .fundacio .detalleComercioCompleto .backButton > a:hover .icon-blog, .detalleComercioCompleto .fundacio .backButton > a:hover .icon-blog, .fundacio .detalleComercioCompleto .seccionTop .links > a:hover .icon-blog, .detalleComercioCompleto .seccionTop .fundacio .links > a:hover .icon-blog, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:hover .icon-blog, .fundacio .btn:focus .icon-blog, .fundacio .pager li a:focus .icon-blog, .pager li .fundacio a:focus .icon-blog, .fundacio .lfr-pagination-buttons li a:focus .icon-blog, .lfr-pagination-buttons li .fundacio a:focus .icon-blog, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:last-child .icon-blog, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-blog, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:first-child .icon-blog, .fundacio .detalleComercioCompleto .backButton > a:focus .icon-blog, .detalleComercioCompleto .fundacio .backButton > a:focus .icon-blog, .fundacio .detalleComercioCompleto .seccionTop .links > a:focus .icon-blog, .detalleComercioCompleto .seccionTop .fundacio .links > a:focus .icon-blog, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-blog, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:focus .icon-blog {
  background: url(../images/color-schemes/fundacio/icons/blog-hover.png) 0 0 no-repeat;
}
.fundacio .header-button:hover .icon-fundacio, .fundacio .header-button:focus .icon-fundacio, .fundacio .btn:hover .icon-fundacio, .fundacio .pager li a:hover .icon-fundacio, .pager li .fundacio a:hover .icon-fundacio, .fundacio .lfr-pagination-buttons li a:hover .icon-fundacio, .lfr-pagination-buttons li .fundacio a:hover .icon-fundacio, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:last-child .icon-fundacio, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:first-child .icon-fundacio, .fundacio .detalleComercioCompleto .backButton > a:hover .icon-fundacio, .detalleComercioCompleto .fundacio .backButton > a:hover .icon-fundacio, .fundacio .detalleComercioCompleto .seccionTop .links > a:hover .icon-fundacio, .detalleComercioCompleto .seccionTop .fundacio .links > a:hover .icon-fundacio, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:hover .icon-fundacio, .fundacio .btn:focus .icon-fundacio, .fundacio .pager li a:focus .icon-fundacio, .pager li .fundacio a:focus .icon-fundacio, .fundacio .lfr-pagination-buttons li a:focus .icon-fundacio, .lfr-pagination-buttons li .fundacio a:focus .icon-fundacio, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:last-child .icon-fundacio, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-fundacio, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:first-child .icon-fundacio, .fundacio .detalleComercioCompleto .backButton > a:focus .icon-fundacio, .detalleComercioCompleto .fundacio .backButton > a:focus .icon-fundacio, .fundacio .detalleComercioCompleto .seccionTop .links > a:focus .icon-fundacio, .detalleComercioCompleto .seccionTop .fundacio .links > a:focus .icon-fundacio, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-fundacio, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:focus .icon-fundacio {
  background: url(../images/color-schemes/fundacio/icons/fundacio-hover.png) 0 0 no-repeat;
}
.fundacio .header-button:hover .icon-instagram, .fundacio .header-button:focus .icon-instagram, .fundacio .btn:hover .icon-instagram, .fundacio .pager li a:hover .icon-instagram, .pager li .fundacio a:hover .icon-instagram, .fundacio .lfr-pagination-buttons li a:hover .icon-instagram, .lfr-pagination-buttons li .fundacio a:hover .icon-instagram, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:last-child .icon-instagram, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:hover:first-child .icon-instagram, .fundacio .detalleComercioCompleto .backButton > a:hover .icon-instagram, .detalleComercioCompleto .fundacio .backButton > a:hover .icon-instagram, .fundacio .detalleComercioCompleto .seccionTop .links > a:hover .icon-instagram, .detalleComercioCompleto .seccionTop .fundacio .links > a:hover .icon-instagram, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:hover .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:hover .icon-instagram, .fundacio .btn:focus .icon-instagram, .fundacio .pager li a:focus .icon-instagram, .pager li .fundacio a:focus .icon-instagram, .fundacio .lfr-pagination-buttons li a:focus .icon-instagram, .lfr-pagination-buttons li .fundacio a:focus .icon-instagram, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:last-child .icon-instagram, .fundacio .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child .icon-instagram, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio a:focus:first-child .icon-instagram, .fundacio .detalleComercioCompleto .backButton > a:focus .icon-instagram, .detalleComercioCompleto .fundacio .backButton > a:focus .icon-instagram, .fundacio .detalleComercioCompleto .seccionTop .links > a:focus .icon-instagram, .detalleComercioCompleto .seccionTop .fundacio .links > a:focus .icon-instagram, .fundacio .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more a:focus .icon-instagram, .portlet-boundary_com_cajaingenieros_portal_weeklyreport_web_portlet_WeeklyReportPortlet_ .weekly-report-more .fundacio a:focus .icon-instagram {
  background: url(../images/color-schemes/fundacio/icons/instagram-hover.png) 0 0 no-repeat;
}
.fundacio .heading-right .header-button:hover, .fundacio .heading-right .header-button:focus {
  color: #88d4ff !important;
}
.fundacio .footer-right a:hover, .fundacio .footer-right a:focus, .fundacio .footer-right .btn:hover, .fundacio .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio .footer-right a:hover:last-child, .fundacio .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:hover:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio .footer-right a:hover:first-child, .fundacio .footer-right .btn:focus, .fundacio .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:last-child, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio .footer-right a:focus:last-child, .fundacio .footer-right .ingeniumDestacados .detalleComercioResumido .enlaces a:focus:first-child, .ingeniumDestacados .detalleComercioResumido .enlaces .fundacio .footer-right a:focus:first-child, .fundacio .footer-right .header-button:hover, .fundacio .footer-right .header-button:focus {
  color: #88d4ff !important;
}
.fundacio .footer-right a:hover .icon-hazte-socio, .fundacio .footer-right a:focus .icon-hazte-socio, .fundacio .footer-right .btn:hover .icon-hazte-socio, .fundacio .footer-right .btn:focus .icon-hazte-socio, .fundacio .footer-right .header-button:hover .icon-hazte-socio, .fundacio .footer-right .header-button:focus .icon-hazte-socio {
  background: url(../images/color-schemes/fundacio/icons/hazte-socio-hover.png) 0 0 no-repeat;
}
.fundacio .footer-right a:hover .icon-oficinas, .fundacio .footer-right a:focus .icon-oficinas, .fundacio .footer-right .btn:hover .icon-oficinas, .fundacio .footer-right .btn:focus .icon-oficinas, .fundacio .footer-right .header-button:hover .icon-oficinas, .fundacio .footer-right .header-button:focus .icon-oficinas {
  background: url(../images/color-schemes/fundacio/icons/marker-hover.png) 0 0 no-repeat;
}
.fundacio .footer-right a:hover .icon-contacta, .fundacio .footer-right a:focus .icon-contacta, .fundacio .footer-right .btn:hover .icon-contacta, .fundacio .footer-right .btn:focus .icon-contacta, .fundacio .footer-right .header-button:hover .icon-contacta, .fundacio .footer-right .header-button:focus .icon-contacta {
  background: url(../images/color-schemes/fundacio/icons/headphones-hover.png) 0 0 no-repeat;
}
.fundacio .footer-right a:hover .icon-blog, .fundacio .footer-right a:focus .icon-blog, .fundacio .footer-right .btn:hover .icon-blog, .fundacio .footer-right .btn:focus .icon-blog, .fundacio .footer-right .header-button:hover .icon-blog, .fundacio .footer-right .header-button:focus .icon-blog {
  background: url(../images/color-schemes/fundacio/icons/blog-hover.png) 0 0 no-repeat;
}
.fundacio .footer-right a:hover .icon-fundacio, .fundacio .footer-right a:focus .icon-fundacio, .fundacio .footer-right .btn:hover .icon-fundacio, .fundacio .footer-right .btn:focus .icon-fundacio, .fundacio .footer-right .header-button:hover .icon-fundacio, .fundacio .footer-right .header-button:focus .icon-fundacio {
  background: url(../images/color-schemes/fundacio/icons/fundacio-hover.png) 0 0 no-repeat;
}
.fundacio .footer-right a:hover .icon-instagram, .fundacio .footer-right a:focus .icon-instagram, .fundacio .footer-right .btn:hover .icon-instagram, .fundacio .footer-right .btn:focus .icon-instagram, .fundacio .footer-right .header-button:hover .icon-instagram, .fundacio .footer-right .header-button:focus .icon-instagram {
  background: url(../images/color-schemes/fundacio/icons/instagram-hover.png) 0 0 no-repeat;
}
.fundacio .footer-right a:hover .icon-social-room, .fundacio .footer-right a:focus .icon-social-room, .fundacio .footer-right .btn:hover .icon-social-room, .fundacio .footer-right .btn:focus .icon-social-room, .fundacio .footer-right .header-button:hover .icon-social-room, .fundacio .footer-right .header-button:focus .icon-social-room {
  background: url(../images/color-schemes/fundacio/icons/social-room-hover.png) 0 0 no-repeat;
}
.fundacio .footer-right p.we-call a:hover, .fundacio .footer-right p.we-call a:focus, .fundacio .footer-right p.we-call .btn:hover, .fundacio .footer-right p.we-call .btn:focus, .fundacio .footer-right p.we-call .header-button:hover, .fundacio .footer-right p.we-call .header-button:focus {
  color: #164194 !important;
}