/**
 * Clay 3.145.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.145.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
 */
.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;
}

.user-avatar-link {
  display: block;
  position: relative;
}
.user-avatar-link .panel-notifications-count {
  display: block;
  margin: 0;
  max-width: none;
  position: absolute;
  right: calc(100% - 0.7rem);
  top: -0.4rem;
}
.user-avatar-link .text-default {
  align-items: center;
  display: flex;
}
.user-avatar-link .text-default .user-full-name {
  margin-left: 0.5rem;
}
@media (max-width: 575.98px) {
  .user-avatar-link .text-default .user-full-name {
    display: none;
  }
}

.user-personal-bar .fieldset {
  position: relative;
}
.user-personal-bar .user-avatar-link .panel-notifications-count {
  right: calc(100% - 1rem);
  top: -0.6rem;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

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

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

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

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

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

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

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

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

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

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

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M15%203H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202Zm0%206H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202ZM1%2015h14a1%201%200%200%200%200-2H1a1%201%200%200%200%200%202Z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/*Tipografía pacifico*/
@font-face {
  font-family: "Pacifico";
  src: url(/o/catalonia-theme-css_catalonia.com/fonts/Pacifico-Regular.ttf) format("truetype");
  font-weight: normal;
}
/*Tipografía helvetica*/
@font-face {
  font-family: "Catalonia";
  src: url(/o/catalonia-theme-css_catalonia.com/fonts/HelveticaNeueLTStd-ThCn.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Catalonia";
  src: url(/o/catalonia-theme-css_catalonia.com/fonts/HelveticaNeueLTStd-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Catalonia";
  src: url(/o/catalonia-theme-css_catalonia.com/fonts/HelveticaNeueLTStd-Cn.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Catalonia";
  src: url(/o/catalonia-theme-css_catalonia.com/fonts/HelveticaNeueLTStd-Md.otf) format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Catalonia";
  src: url(/o/catalonia-theme-css_catalonia.com/fonts/HelveticaNeueLTStd-BdCn.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Catalonia";
  src: url(/o/catalonia-theme-css_catalonia.com/fonts/HelveticaNeueLTStd-XBlkCn.otf) format("opentype");
  font-weight: 800;
}
/* SCROLL PAGE */
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ccc #EBEBE6;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  background: #EBEBE6;
}

*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: none;
}

/*Logueado*/
.has-control-menu header.main_header {
  position: initial;
  background: #000;
}
.has-control-menu header.main_header.fixed {
  position: initial;
}
.has-control-menu .lfr-icon-menu-open .dropdown-menu {
  display: block;
}
.has-control-menu .lfr-asset-anchor {
  height: 0;
  margin-top: 0;
}

.lfr-icon-menu-open .dropdown-menu {
  display: block;
}

body.has-control-menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*Skip to content*/
#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute;
}
#skip-to-content:focus {
  clip: auto;
  top: 10px;
  left: 10px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 5px;
  z-index: 99999;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  width: auto;
  max-width: 200px;
}

/*Liferay*/
.login-container {
  width: 100%;
  max-width: 600px;
  margin: 200px auto 0;
}

.portlet {
  margin: 0;
}

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

.portlet-borderless .portlet-content {
  padding: 0;
}

.lfr-pagination {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.lfr-pagination .lfr-pagination-config {
  float: none;
}
.lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group .dropdown-toggle {
  background-color: transparent !important;
  border: 0;
  border-bottom: 2px solid #0d8390;
  border-radius: 0;
  padding: 10px 15px;
  width: 100%;
  max-width: 300px;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.lfr-pagination .lfr-pagination-config .lfr-pagination-delta-selector {
  display: none;
}
.lfr-pagination .search-results {
  display: none;
}
.lfr-pagination .lfr-pagination-buttons .first, .lfr-pagination .lfr-pagination-buttons .last {
  display: none;
}

.entry-title.taglib-categorization-filter {
  display: none;
}

@media only screen and (max-width: 991px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    width: auto !important;
  }
  .lfr-pagination .lfr-pagination-buttons.pager {
    margin: 0 auto 30px;
    width: auto;
  }
}
.lfr-menu-list {
  height: 300px;
  max-height: 300px !important;
}
.lfr-menu-list .search-panel {
  margin: 0 0 5px !important;
}
.lfr-menu-list .search-panel .form-group {
  margin: 0 auto !important;
  width: 90%;
}
.lfr-menu-list .search-panel .form-group .menu-item-filter {
  width: 100%;
}
.lfr-menu-list .lfr-icon-item {
  padding: 10px 5px;
  text-align: center;
  display: block;
  color: #000;
  font-size: 16px !important;
  line-height: normal !important;
}
.lfr-menu-list .lfr-icon-item:hover, .lfr-menu-list .lfr-icon-item:focus {
  background: #0d8390;
  color: #fff;
  text-decoration: none;
}

/*Noticias*/
.asset-full-content.default-asset-publisher > .align-items-center.d-flex.mb-2 {
  display: none !important;
}

/*Paginador Liferay*/
.lfr-pagination .lfr-pagination-buttons.pager {
  float: none;
  margin: 0 30px 0;
  list-style: none;
  padding-left: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lfr-pagination .lfr-pagination-buttons.pager li button {
  border-radius: 0;
  border: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  transition: all 0.5s ease;
  background: transparent;
}
.lfr-pagination .lfr-pagination-buttons.pager li button:hover, .lfr-pagination .lfr-pagination-buttons.pager li button:focus {
  background: transparent;
  text-decoration: none;
  color: #0d8390;
}
.lfr-pagination .lfr-pagination-buttons.pager li.disabled button {
  color: #666;
}
.lfr-pagination .lfr-pagination-buttons.pager li.active button {
  background: transparent;
  text-decoration: none;
  color: #0d8390;
}

body {
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
  color: #000;
  font-weight: 400;
}
body b, body strong {
  font-weight: bolder;
}

/* COMMON */
.hidden {
  display: none !important;
}

.stop {
  overflow: hidden !important;
}

.portlet-title-text {
  display: none;
}

.cursive {
  font-family: "Pacifico", cursive;
}

.hand {
  font-family: "Pacifico";
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
}

.color-blue {
  text-decoration: none;
  color: #0D8390;
}

.link_all {
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  z-index: 1;
}

.container {
  width: 100% !important;
  max-width: 1400px !important;
}

.text_align_center {
  text-align: center;
}

.background_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.sr-only {
  background: #fff;
  color: #000;
}

a {
  color: #000;
  /*background: #fff;*/
}

.word_block {
  white-space: nowrap !important;
}

/* ANCLA */
.ancla_block {
  position: relative;
}

.ancla_block .item_ancla {
  position: absolute;
  top: -120px;
  width: 1px;
  height: 1px;
}

/* LINKS */
.btn_red {
  background: #e32119;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  display: inline-flex;
}
.btn_red:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}
.btn_red:focus {
  background: #000;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn_red {
    font-size: 16px;
  }
}
.btn_blue {
  /*background: transparent;*/
  background: #fff;
  color: #0D8390;
  border: 2px solid #0D8390;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.btn_blue:hover {
  background: #0D8390;
  color: #fff;
  text-decoration: none;
}
.btn_blue:focus {
  background: #0D8390;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .btn_blue {
    font-size: 16px;
  }
}
.btn_all_blue {
  background: #0D8390;
  color: #fff;
  border: 2px solid #0D8390;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  display: block;
  text-align: center;
}
.btn_all_blue:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
  border-color: #000;
}

.btn_blue:focus {
  background: #000;
  text-decoration: none;
  color: #fff;
  border-color: #000;
}

@media only screen and (max-width: 767px) {
  .btn_all_blue {
    font-size: 16px;
  }
}
.link_two_colors {
  display: inline-flex;
  color: #fff;
  transition: all 1s ease;
}
.link_two_colors span.text {
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 15px 30px;
  font-size: 18px;
  background: transparent;
  line-height: 1.3;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.link_two_colors span.icon {
  display: block;
  border-top: 2px solid #e32119;
  border-right: 2px solid #e32119;
  border-bottom: 2px solid #e32119;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  background: transparent;
  color: #e32119;
  font-size: 40px;
}
.link_two_colors:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #e32119;
  text-decoration: none;
}
.link_two_colors:hover span.icon {
  border-color: #fff;
}
.link_two_colors:focus {
  background: rgba(255, 255, 255, 0.6);
  color: #e32119;
  text-decoration: none;
}
.link_two_colors:focus span.icon {
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .link_two_colors {
    justify-content: center;
  }
  .link_two_colors span.text {
    font-size: 16px;
  }
  .link_two_colors span.icon {
    font-size: 30px;
  }
}
.list_links_simple {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.list_links_simple li:first-child a {
  border: none;
}
.list_links_simple li a {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
  border-left: 2px solid #000;
  transition: all 0.5s ease;
  text-decoration: underline;
}
.list_links_simple li a:hover {
  color: #0D8390;
}
.list_links_simple li a:focus {
  color: #0D8390;
}

@media only screen and (max-width: 767px) {
  .list_links_simple li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 400px) {
  .list_links_simple {
    display: block;
    margin: 0;
  }
  .list_links_simple li a {
    padding: 5px 10px;
    display: block;
    text-align: center;
    border: none;
  }
}
.button_compact {
  margin: 0 auto;
  background: #fff;
  color: #0D8390;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 1000px;
  width: fit-content;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.button_compact svg {
  margin: 0 0 0 30px;
  font-size: 40px;
}
.button_compact:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
.button_compact:focus {
  text-decoration: none;
  color: #fff;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .button_compact {
    font-size: 18px;
  }
}
/* COLOR POINT */
.dest_black {
  color: #000;
  font-weight: 800;
}

.dest_blue {
  color: #0D8390;
  font-weight: 800;
}

/* LINES*/
.line_red {
  width: 130px;
  height: 4px;
  background: #e32119;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
  .line_red {
    width: 50px;
    margin: 0 auto 20px;
  }
}
.line_blue {
  width: 100px;
  height: 4px;
  background: #0D8390;
  margin: 40px auto 15px;
}

/* TÍTULOS */
.extra_title {
  font-size: 80px;
  font-weight: 800;
  margin: 0;
}
.extra_title > .hand {
  font-family: "Pacifico";
  font-weight: 400;
  text-transform: initial;
  font-style: normal;
}
.extra_title > .color-blue {
  color: #0D8390;
  font-style: normal;
  text-decoration: none;
}

.big_title {
  font-size: 60px;
  font-weight: 800;
  margin: 0;
  font-family: "Catalonia", Helvetica, Arial, sans-serif;
}
.big_title > .hand {
  font-family: "Pacifico";
  font-weight: 400;
  text-transform: initial;
  font-style: normal;
}
.big_title > .color-blue {
  color: #0D8390;
  font-style: normal;
  text-decoration: none;
}

.medium_title {
  font-size: 45px;
  font-weight: 800;
  margin: 0;
  font-family: "Catalonia", Helvetica, Arial, sans-serif;
}
.medium_title > .hand {
  font-family: "Pacifico";
  font-weight: 400;
  text-transform: initial;
  font-style: normal;
}
.medium_title > .color-blue {
  color: #0D8390;
  font-style: normal;
  text-decoration: none;
}

.small_title {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
  font-family: "Catalonia", Helvetica, Arial, sans-serif;
}
.small_title > .hand {
  font-family: "Pacifico";
  font-weight: 400;
  text-transform: initial;
  font-style: normal;
}
.small_title > .color-blue {
  color: #0D8390;
  font-style: normal;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .extra_title {
    font-size: 50px;
  }
  .big_title {
    font-size: 40px;
  }
  .medium_title {
    font-size: 25px;
  }
  .small_title {
    font-size: 20px;
  }
}
/* BACKGROUNDS*/
.background_degra {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 50%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.background_degra_gray {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.background_azul_simple {
  background: #0D8390;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.background_azul {
  background: #0D8390;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.background_azul:before {
  content: "";
  width: 200px;
  height: 200px;
  background: #00576d;
  position: absolute;
  left: -125px;
  top: 50px;
  transform: rotate(45deg);
}
.background_azul:after {
  content: "";
  width: 200px;
  height: 200px;
  background: #00576d;
  position: absolute;
  right: -125px;
  top: 50px;
  transform: rotate(45deg);
}

.background_white_degra {
  background: linear-gradient(to bottom, rgb(255, 255, 255), transparent 70%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.background_to_right {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.backgroun_white_white {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), transparent 60%, rgba(255, 255, 255, 0.6));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.background_red {
  background: #e32119;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.background_blue {
  background: #0D8390;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .background_to_right {
    background: rgba(0, 0, 0, 0.6);
  }
}
/*TABS*/
.list_items_tabs {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  border-top: 2px solid #0D8390;
}
.list_items_tabs .nav-item {
  width: 100%;
}
.list_items_tabs .nav-item .nav-link {
  display: block;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  border-bottom: 2px solid #0D8390;
  border-radius: 0;
  transition: all 0.5s ease;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_items_tabs .nav-item .nav-link:hover {
  background: #0D8390;
  color: #fff;
}
.list_items_tabs .nav-item .nav-link:focus {
  background: #0D8390;
  color: #fff;
}
.list_items_tabs .nav-item .nav-link.active {
  background: #0D8390;
  color: #fff;
}
.list_items_tabs .nav-item .nav-link .title_item {
  width: calc(100% - 50px);
  display: block;
}
.list_items_tabs .nav-item .nav-link svg {
  font-size: 20px;
}

/* CARDS TYPE 1 */
.list_cards {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_cards .item {
  margin: 0 0 40px;
}
.list_cards .item .image {
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 300px;
  background: #eee;
}
.list_cards .item .image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.list_cards .item .image .fecha {
  position: absolute;
  top: 0;
  left: 0;
  background: #0D8390;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
  min-width: 80px;
  /*min-height: 80px;*/
  /*box-shadow: 3px 0 7px rgba(0,0,0,0.30);*/
}
.list_cards .item .image .fecha > span {
  display: block;
}
.list_cards .item .bloque {
  margin: -120px 0 0 auto;
  width: calc(100% - 40px);
  background: #fff;
  padding: 25px;
  position: relative;
  height: calc(100% - 180px);
}
.list_cards .item .bloque:before {
  content: "";
  height: 2px;
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #dadada;
}
.list_cards .item .bloque:after {
  content: "";
  height: 200px;
  width: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #dadada;
}
.list_cards .item .titular {
  display: flex;
  flex-direction: column-reverse;
}
.list_cards .item .titular .pre_titulo {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #0D8390;
  font-weight: 400;
}
.list_cards .item .content_text {
  margin-top: 15px;
}
.list_cards .item .btn_blue {
  margin: 15px 0 0;
}

@media only screen and (max-width: 991px) {
  .list_cards .item .bloque {
    width: calc(100% - 20px);
  }
  .list_cards .item .bloque:after {
    height: 60px;
  }
}
/* CARDS TYPE 2 */
.list_cards_2 {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.list_cards_2 .item {
  margin: 0 0 50px;
}
.list_cards_2 .item .bloque {
  padding: 180px 10% 0;
  position: relative;
}
.list_cards_2 .item .bloque .content {
  padding: 0 50px 20px;
  text-align: center;
  background: #fff;
}
.list_cards_2 .item .bloque .content .titular {
  display: flex;
  flex-direction: column-reverse;
}
.list_cards_2 .item .bloque .content .titular .date {
  background: #000;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}
.list_cards_2 .item .bloque .content .titular .date > strong {
  color: #0D8390;
  font-weight: 400;
}
.list_cards_2 .item .bloque .content .titular .small_title {
  text-transform: uppercase;
  margin: 30px 0 0;
}
.list_cards_2 .item .bloque .content .pre_titulo {
  margin: 20px 0 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #0D8390;
}
.list_cards_2 .item .bloque .content .content_text {
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .list_cards_2 .item .bloque {
    padding: 100px 5% 0;
  }
  .list_cards_2 .item .bloque .content {
    padding: 0 20px 20px;
  }
  .list_cards_2 .item .bloque .content .titular .date {
    font-size: 14px;
    padding: 10px;
  }
}
/* SIMPLE CARDS */
.list_cards_simple {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list_cards_simple .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #dadada;
  margin: 0 0 20px;
}
.list_cards_simple .item .image {
  width: 20%;
  position: relative;
}
.list_cards_simple .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_cards_simple .item .bloque {
  width: calc(80% - 150px);
  padding: 30px;
}
.list_cards_simple .item .bloque .info {
  margin: 10px 0 0;
  text-transform: uppercase;
}
.list_cards_simple .item .bloque .info .category {
  color: #0D8390;
}
.list_cards_simple .item .link {
  width: 150px;
  text-align: right;
  padding: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .list_cards_simple .item {
    padding: 0 0 20px;
  }
  .list_cards_simple .item > * {
    width: 100% !important;
    text-align: center;
  }
  .list_cards_simple .item .image {
    min-height: 120px;
  }
}
/* DROPDOWN */
.dropdown_ca {
  padding: 0 30px;
  margin: 50px auto 0;
  position: relative;
}
.dropdown_ca span#dropdownMenuButton {
  position: absolute;
  top: -100px;
  display: block;
}
.dropdown_ca .ca_drop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  border-bottom: 2px solid #0D8390;
  border-radius: 0;
  padding: 10px 5px;
  width: 100%;
  max-width: 300px;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.dropdown_ca .dropdown-menu1 {
  border-radius: 0;
  width: 100%;
  max-width: 300px;
  margin: 10px 0 0 0;
  border: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  list-style: none;
  max-height: 350px;
  overflow-y: auto;
}
.dropdown_ca .dropdown-menu1 .dropdown-item {
  padding: 5px 10px;
  font-size: 18px;
  white-space: pre-wrap;
}

@media only screen and (max-width: 767px) {
  .dropdown_ca .ca_drop {
    font-size: 16px;
  }
  .dropdown_ca .dropdown-menu1 .dropdown-item {
    font-size: 14px;
  }
}
/* PAGINATOR */
.pagination_ca {
  margin: 40px auto 80px;
}
.pagination_ca .pagination {
  justify-content: center;
  margin: 0;
}
.pagination_ca .pagination .page-item .page-link {
  border-radius: 0;
  border: none;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  transition: all 0.5s ease;
  background: transparent;
}
.pagination_ca .pagination .page-item .page-link:hover {
  background: transparent;
  text-decoration: none;
  color: #0D8390;
}
.pagination_ca .pagination .page-item .page-link:focus {
  background: transparent;
  text-decoration: none;
  color: #0D8390;
}
.pagination_ca .pagination .page-item.active .page-link {
  background: transparent;
  text-decoration: none;
  color: #0D8390;
}
.pagination_ca .pagination .page-item.disabled .page-link {
  color: #999;
}

/*Listados dos columnas*/
.two_columns {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.two_columns > li {
  width: 45%;
}

.two_columns > li::before {
  content: none !important;
}

@media only screen and (max-width: 767px) {
  .two_columns > li {
    width: 100%;
  }
}
/*Imagenes desktop y mobile*/
.image_desktop {
  display: block !important;
}

.image_mobile {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .image_desktop {
    display: none !important;
  }
  .image_mobile {
    display: block !important;
  }
}
/* Page Search results*/
.search_page {
  margin: 80px auto 0;
}
.search_page .block_search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.search_page .block_search > span {
  width: calc(100% - 50px);
}
.search_page .block_search > span .form-group {
  margin: 0;
}
.search_page .block_search > span .form-group input {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #0d8390;
  padding: 10px 15px;
}
.search_page .block_search .search_button {
  width: 50px;
  height: 50px;
  background: #0d8390;
  border: none;
  color: #fff;
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .search_page {
    margin: 40px auto 0;
  }
}
.results_block {
  margin: 80px auto 0;
  background: rgba(0, 0, 0, 0.05);
  padding: 50px 0;
}
.results_block > .container {
  max-width: 800px !important;
}
.results_block > .container .info_results {
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px 15px;
}
.results_block > .container .display-list .list-group .list-group-item {
  margin: 0 0 5px;
  border-radius: 0;
  border-color: transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.results_block > .container .display-list .list-group .list-group-item .autofit-col {
  padding: 0;
}
.results_block > .container .display-list .list-group .list-group-item .autofit-col .autofit-section .list-group-title {
  display: block;
}
.results_block > .container .display-list .list-group .list-group-item .autofit-col .autofit-section .list-group-title::after {
  content: none;
}
.results_block > .container .display-list .list-group .list-group-item .autofit-col .autofit-section .list-group-title a {
  display: block;
  color: #0d8390;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
}
.results_block > .container .display-list .list-group .list-group-item .autofit-col .autofit-section .list-group-title a .highlight {
  background: transparent;
  font-weight: bold;
  margin: 0 2px;
  text-decoration: underline;
  font-style: italic;
  color: #e32119;
}
.results_block > .container .display-list .list-group .list-group-item .autofit-col .autofit-section .list-group-title .list-group-subtext .subtext-item {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.results_block > .container .display-list .list-group .list-group-item .autofit-col .autofit-section .list-group-title .list-group-subtext .subtext-item .highlight {
  background: transparent;
  font-weight: bold;
  margin: 0 2px;
  text-decoration: underline;
  font-style: italic;
  color: #e32119;
}

.pagination-bar {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 50px;
  justify-content: center;
}
.pagination-bar .pagination-results {
  display: none;
}
.pagination-bar .pagination .page-item {
  display: flex;
  align-items: center;
}
.pagination-bar .pagination .page-item a {
  border-radius: 0;
  border: 0;
  color: #000;
  background: transparent;
}
.pagination-bar .pagination .page-item a:hover, .pagination-bar .pagination .page-item a:focus {
  background: transparent;
  text-decoration: none;
  color: #0d8390;
}
.pagination-bar .pagination .page-item:first-child {
  position: relative;
  display: block;
}
.pagination-bar .pagination .page-item:first-child::before {
  content: "Previous";
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  transition: all 0.5s ease;
}
.pagination-bar .pagination .page-item:first-child span {
  opacity: 0;
}
.pagination-bar .pagination .page-item:first-child a {
  position: absolute;
  inset: 0px;
}
.pagination-bar .pagination .page-item:last-child {
  position: relative;
  display: block;
}
.pagination-bar .pagination .page-item:last-child::before {
  content: "Next";
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  transition: all 0.5s ease;
}
.pagination-bar .pagination .page-item:last-child span {
  opacity: 0;
}
.pagination-bar .pagination .page-item:last-child a {
  position: absolute;
  inset: 0px;
}
.pagination-bar .pagination .page-item.disabled::before {
  color: #666;
}
.pagination-bar .pagination .page-item.disabled:hover::before, .pagination-bar .pagination .page-item.disabled:focus::before {
  color: #666;
}
.pagination-bar .pagination .page-item.disabled .page-link {
  display: none;
}
.pagination-bar .pagination .page-item.active::before, .pagination-bar .pagination .page-item:hover::before, .pagination-bar .pagination .page-item:focus::before {
  color: #0d8390;
}
.pagination-bar .pagination .page-item.dropdown .dropdown-toggle {
  color: #000;
  border: none;
}
.pagination-bar .pagination .page-item.dropdown .dropdown-toggle:hover, .pagination-bar .pagination .page-item.dropdown .dropdown-toggle:focus {
  background-color: transparent;
  color: #0d8390;
}

@media only screen and (max-width: 1200px) {
  .pagination-bar {
    padding: 0 15% 50px;
  }
}
@media only screen and (max-width: 991px) {
  .pagination-bar {
    padding: 0;
    display: block;
    text-align: center;
  }
  .pagination-bar .pagination {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .results_block {
    margin: 40px auto 0;
  }
}
/*Modal buscador*/
.search_preheader {
  position: fixed;
  z-index: 22;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_preheader:hover, .search_preheader:focus {
  opacity: 1 !important;
}
.search_preheader > button {
  border-left: none !important;
  color: #fff !important;
}
.search_preheader .close_search {
  position: absolute;
  top: 20px;
  right: 20px;
}
.search_preheader form {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.search_preheader form .input-group {
  flex-wrap: nowrap;
}
.search_preheader form .input-group input {
  width: calc(100% - 55px);
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}
.search_preheader form .input-group input::placeholder {
  color: #fff;
}
.search_preheader form .input-group button {
  padding: 0 15px;
  font-size: 20px;
  background: transparent;
  border: 0;
  transition: all 0.2s ease;
  cursor: pointer;
  border-left: none !important;
  color: #fff !important;
}

/*LISTADOS EN VARIAS COLUMNAS*/
.two_columns_content {
  column-count: 2;
  column-gap: 80px;
}

.three_columns_content {
  column-count: 3;
  column-gap: 80px;
}

@media only screen and (max-width: 767px) {
  .two_columns_content {
    column-count: 1;
  }
  .three_columns_content {
    column-count: 1;
  }
}
/*pagination search*/
.portlet-search-results .pagination-bar {
  background: rgba(0, 0, 0, 0.05);
  padding: 0 20% 50px;
  max-width: 100%;
  justify-content: space-around;
}
.portlet-search-results .pagination-bar .pagination-items-per-page button {
  color: #0d8390;
}
.portlet-search-results .pagination-bar .pagination-items-per-page.show button {
  border-color: #0d8390;
  color: #fff !important;
  background-color: #0d8390;
}
.portlet-search-results .pagination-bar .pagination-items-per-page .dropdown-menu {
  padding: 0;
}
.portlet-search-results .pagination-bar .pagination-items-per-page .dropdown-menu li .dropdown-item {
  display: block;
  padding: 10px;
}
.portlet-search-results .pagination-bar .pagination-items-per-page .dropdown-menu li .dropdown-item:hover, .portlet-search-results .pagination-bar .pagination-items-per-page .dropdown-menu li .dropdown-item:focus, .portlet-search-results .pagination-bar .pagination-items-per-page .dropdown-menu li .dropdown-item.active {
  text-decoration: none;
  color: #000;
  background: #eee;
}
.portlet-search-results .pagination-bar .pagination-results {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.portlet-search-results .pagination-bar .pagination {
  flex-wrap: nowrap;
}
.portlet-search-results .pagination-bar .pagination .page-item:first-child::before, .portlet-search-results .pagination-bar .pagination .page-item:last-child::before {
  content: none;
}
.portlet-search-results .pagination-bar .pagination .page-item:first-child .page-link, .portlet-search-results .pagination-bar .pagination .page-item:last-child .page-link {
  display: block;
  position: relative;
}
.portlet-search-results .pagination-bar .pagination .page-item:first-child .page-link span, .portlet-search-results .pagination-bar .pagination .page-item:last-child .page-link span {
  opacity: 1;
}
.portlet-search-results .pagination-bar .pagination .page-item .page-link {
  color: #0d8390 !important;
  background: #fff;
  border: 1px solid #dee2e6 !important;
}
.portlet-search-results .pagination-bar .pagination .page-item .page-link:hover, .portlet-search-results .pagination-bar .pagination .page-item .page-link:focus {
  border-color: #dee2e6;
  background-color: #e9ecef;
}
.portlet-search-results .pagination-bar .pagination .page-item.active .page-link {
  border-color: #0d8390;
  color: #fff !important;
  background-color: #0d8390;
}

@media only screen and (max-width: 767px) {
  .portlet-search-results .pagination-bar {
    padding: 0 50px 50px;
  }
  .portlet-search-results .pagination-bar .pagination {
    flex-wrap: wrap;
  }
}
/*Menu principal*/
header.main_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}
header.main_header .preheader {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  margin: 0 0 40px;
}
header.main_header .preheader .rrss_search {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
header.main_header .preheader .rrss_search li {
  padding: 0;
  margin: 0;
}
header.main_header .preheader .rrss_search li a {
  color: #fff;
  font-size: 25px;
  margin: 0 10px;
  transition: all 0.2s ease;
}
header.main_header .preheader .rrss_search li a:hover {
  opacity: 0.8;
}
header.main_header .preheader .rrss_search li a:focus {
  opacity: 0.8;
}
header.main_header .preheader .logo a {
  padding: 0 20px;
  display: block;
  color: #000;
}
header.main_header .preheader .logo a img {
  width: 100%;
  max-width: 300px;
  /*filter: invert(1);*/
}
header.main_header .preheader .logo .sr-only {
  background: #000;
  color: #fff;
}
header.main_header .preheader .add_info {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header.main_header .preheader .add_info li {
  padding: 0;
  margin: 0;
  border-left: 2px solid #fff;
  height: 25px;
}
header.main_header .preheader .add_info li:first-child {
  border-left: none;
}
header.main_header .preheader .add_info li > *:hover {
  opacity: 0.8;
  text-decoration: none;
}
header.main_header .preheader .add_info li > *:focus {
  opacity: 0.8;
  text-decoration: none;
}
header.main_header .preheader .add_info li a {
  color: #fff;
  padding: 0 15px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  transition: all 0.2s ease;
  /*text-shadow: 0 0 5px rgba(0,0,0,1);*/
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.99), 0 0 15px rgba(0, 0, 0, 0.99), 0 0 5px rgba(0, 0, 0, 0.99);
}
header.main_header .preheader .add_info li button {
  padding: 0 15px;
  font-size: 20px;
  background: transparent;
  border: none;
  color: #fff;
  /*color: #000;*/
  transition: all 0.2s ease;
  cursor: pointer;
}
header.main_header .menu_first .main_desktop {
  justify-content: center;
  position: relative;
  flex-direction: row;
}
header.main_header .menu_first .main_desktop .nav-item {
  position: initial;
}
header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  /*color: #000;*/
  font-weight: 600;
  margin: 0 10px;
  padding: 10px 0 6px;
  text-decoration: none;
  display: block;
  min-height: 50px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 6px solid transparent;
  text-align: left;
  cursor: pointer;
  /*text-shadow: 0 0 10px rgba(0,0,0,0.99);*/
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.99), 0 0 15px rgba(0, 0, 0, 0.99), 0 0 5px rgba(0, 0, 0, 0.99);
  transition: color 0.5s ease;
  transition: font-size 0.5s ease;
}
header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: #e32119;
}
header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  border-color: #e32119;
}
header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle .dest_blue {
  display: none;
}
header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle.here {
  border-bottom: 6px solid #e32119;
}
header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle.active {
  border-bottom: 6px solid #e32119;
  position: relative;
  color: #fff;
}
header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle.active:before {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  bottom: -17px;
  left: calc(50% - 15px);
  z-index: 11;
  transform: rotate(45deg);
  border-right: 30px solid #e32119;
  border-top: 30px solid transparent;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1300px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  max-height: calc(100vh - 200px);
  overflow: auto;
  z-index: 10;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .titular {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .titular .title {
  padding: 0 50px;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .titular .title .link_menu {
  font-size: 26px;
  font-weight: 800;
  display: block;
  color: #000;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .titular .title .link_menu:hover {
  text-decoration: none;
  color: #0D8390;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .titular .title .link_menu:focus {
  text-decoration: none;
  color: #0D8390;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .titular .title .line_red {
  margin: 0;
  width: 50px;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .titular .summary {
  width: 60%;
  background: #0D8390;
  padding: 35px;
  color: #fff;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .titular .summary p {
  font-size: 16px;
  margin: 0;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .sub_menu {
  padding: 0 0 30px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .sub_menu > li {
  width: 50%;
  padding: 0;
  margin: 0;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .sub_menu > li .link_sub_menu {
  padding: 10px 50px;
  color: #0D8390;
  font-weight: 800;
  font-size: 18px;
  display: block;
  background: transparent;
  transition: all 0.5s ease;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .sub_menu a:hover {
  background: #eee;
  text-decoration: none;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .sub_menu a:focus {
  background: #eee;
  text-decoration: none;
}
header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .sub_menu.complet > li {
  width: 100%;
}
header.main_header .menu_first .main_desktop .nav-item .three_menu {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
header.main_header .menu_first .main_desktop .nav-item .three_menu > li {
  width: 33.3%;
  padding: 0;
  margin: 0;
}
header.main_header .menu_first .main_desktop .nav-item .three_menu > li .link_three_menu {
  padding: 5px 50px;
  display: block;
  background: transparent;
  transition: all 0.5s ease;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
header.main_header .menu_first .main_desktop .nav-item .three_menu > li .link_three_menu:hover {
  background: #eee;
  text-decoration: none;
}
header.main_header .menu_first .main_desktop .nav-item .three_menu > li .link_three_menu:focus {
  background: #eee;
  text-decoration: none;
}
header.main_header .menu_first .main_desktop .nav-item .link_page {
  display: none;
}
header.main_header .menu_first .main_desktop .nav-item .close_box_submenu {
  display: none;
}
header.main_header .menu_first .main_desktop .button_search {
  align-items: center;
  margin: 0 0 8px 5px;
  display: none;
}
header.main_header .menu_first .main_desktop .button_search button {
  padding: 0 15px;
  font-size: 18px;
  background: transparent;
  border: none;
  color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
  border-left: 1px solid #fff;
}
header.main_header .menu_first .main_desktop .button_search button:hover, header.main_header .menu_first .main_desktop .button_search button:focus {
  opacity: 0.8;
  text-decoration: none;
}
header.main_header .menu_first .header_mobile {
  display: none;
}
header.main_header .menu_first .mobile_main .add_info {
  display: none;
}
header.main_header .menu_first .mobile_main .rrss_search {
  display: none;
}

@media only screen and (max-width: 1200px) {
  header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle {
    font-size: 14px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  header.main_header {
    padding: 0;
  }
  header.main_header .preheader {
    display: none;
  }
  header.main_header .menu_first {
    position: fixed;
    width: 100%;
  }
  header.main_header .menu_first .header_mobile {
    background: #000;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }
  header.main_header .menu_first .header_mobile .logo img {
    width: 100%;
    max-width: 200px;
  }
  header.main_header .menu_first .header_mobile .action_menu {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
  }
  header.main_header .menu_first .mobile_main {
    background: #fff;
    width: 95%;
    max-width: 600px;
    margin: 0 0 0 auto;
    height: calc(100vh - 60px);
    display: none;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.4);
    overflow: auto;
  }
  header.main_header .menu_first .mobile_main .add_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    margin: 0 0 15px;
    list-style: none;
    background: rgba(0, 0, 0, 0.1);
  }
  header.main_header .menu_first .mobile_main .add_info li {
    padding: 0;
    margin: 0;
    border-left: 2px solid #000;
  }
  header.main_header .menu_first .mobile_main .add_info li:first-child {
    border-left: none;
  }
  header.main_header .menu_first .mobile_main .add_info li a {
    color: #000;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease;
  }
  header.main_header .menu_first .mobile_main .add_info li > *:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  header.main_header .menu_first .mobile_main .add_info li > *:focus {
    text-decoration: none;
    opacity: 0.8;
  }
  header.main_header .menu_first .mobile_main .add_info li button {
    padding: 0 15px;
    font-size: 20px;
    background: transparent;
    border: none;
    color: #000;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  header.main_header .menu_first .mobile_main .rrss_search {
    padding: 0 15px;
    margin: 15px 0 0;
    list-style: none;
    display: flex;
  }
  header.main_header .menu_first .mobile_main .rrss_search li {
    padding: 0;
    margin: 0;
  }
  header.main_header .menu_first .mobile_main .rrss_search li a {
    color: #000;
    font-size: 25px;
    margin: 0 10px;
    transition: all 0.2s ease;
  }
  header.main_header .menu_first .mobile_main .rrss_search li a:hover {
    opacity: 0.8;
  }
  header.main_header .menu_first .mobile_main li a:focus {
    opacity: 0.8;
  }
  header.main_header .menu_first .mobile_main.open {
    display: block;
  }
  header.main_header .menu_first .main_desktop {
    display: block;
  }
  header.main_header .menu_first .main_desktop .nav-item {
    position: relative;
  }
  header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    text-transform: initial;
    padding: 10px 20px;
    margin: 0;
    display: block;
    text-shadow: none;
  }
  header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle:hover {
    color: #000;
  }
  header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle:focus {
    color: #000;
  }
  header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle .dest_blue {
    display: initial;
  }
  header.main_header .menu_first .main_desktop .nav-item .box_sub_menu {
    position: initial;
    box-shadow: none;
    max-height: 100%;
  }
  header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .titular {
    display: none;
  }
  header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .sub_menu {
    padding: 0;
  }
  header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .sub_menu > li {
    width: 100%;
  }
  header.main_header .menu_first .main_desktop .nav-item .box_sub_menu .sub_menu > li .link_sub_menu {
    padding: 5px 20px;
  }
  header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle.active {
    border: none;
    color: #000;
    width: calc(100% - 100px);
  }
  header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle.active:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #e32119;
    position: absolute;
    left: 20px;
    bottom: 0;
    transform: none;
    border: none;
  }
  header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle.active ~ .link_page {
    display: block;
    position: absolute;
    right: 35px;
    top: 7px;
    font-size: 30px;
    color: #000;
  }
  header.main_header .menu_first .main_desktop .nav-item .dropdown_toggle.active ~ .close_box_submenu {
    display: block;
    width: 90%;
    margin: 0 auto;
    background: transparent;
    border: none;
    font-size: 30px;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
  }
  header.main_header .menu_first .main_desktop .nav-item .three_menu {
    margin: 0;
  }
  header.main_header .menu_first .main_desktop .nav-item .three_menu > li {
    width: 100%;
  }
  header.main_header .menu_first .main_desktop .nav-item .three_menu > li .link_three_menu {
    padding: 5px 20px;
  }
}
/*header.main_header.fixed {
	.main_desktop {
		.nav-item {
			.dropdown_toggle {
				color: #fff;
			}
		}
	}
}*/
/*Header fixed*/
@media only screen and (min-width: 1200px) {
  header.main_header.fixed {
    /*.preheader {
    	.logo {
    		a {
    			img {
    				filter: invert(0);
    			}
    		}
    	}
    }*/
  }
  header.main_header.fixed .main_desktop .nav-item .dropdown_toggle {
    font-size: 13px !important;
    margin: 0px 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  header.main_header.fixed {
    position: fixed;
    width: 100%;
    background: #000;
    padding: 0 20px;
    min-height: 60px;
  }
  header.main_header.fixed .preheader {
    margin: 0 0 10px;
  }
  header.main_header.fixed .preheader .rrss_search {
    display: none;
  }
  header.main_header.fixed .preheader .logo {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 1;
  }
  header.main_header.fixed .preheader .logo a {
    color: #fff;
  }
  header.main_header.fixed .preheader .logo a img {
    max-width: 160px;
  }
  header.main_header.fixed .preheader .add_info {
    display: none;
  }
  header.main_header.fixed .main_desktop {
    justify-content: flex-end;
  }
  header.main_header.fixed .main_desktop .nav-item .dropdown_toggle {
    font-size: 11.5px;
    margin: 0px 6px;
  }
  header.main_header.fixed .main_desktop .nav-item .box_sub_menu {
    max-width: 100%;
    max-height: calc(100vh - 100px);
  }
  header.main_header.fixed .main_desktop .button_search {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  header.main_header.fixed {
    padding: 0;
  }
}
/*Breadcrumbs*/
.box_breadcrumbs {
  width: 90% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 175px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  /*border-top: 1px solid rgba(255,255,255,0.2);*/
  padding: 0;
  margin: 0 auto;
}
.box_breadcrumbs .nav_breadcrumbs {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.5px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
}
.box_breadcrumbs .nav_breadcrumbs li {
  padding: 0;
}
.box_breadcrumbs .nav_breadcrumbs li > * {
  color: #fff;
  /*color: #000;*/
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;*/
}
.box_breadcrumbs .nav_breadcrumbs .link {
  text-decoration: underline;
  display: block;
  position: relative;
  padding: 0 15px 0 0;
  transition: all 0.5s ease;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.box_breadcrumbs .nav_breadcrumbs .link:before {
  content: "/";
  position: absolute;
  right: 7px;
}
.box_breadcrumbs .nav_breadcrumbs .link:hover, .box_breadcrumbs .nav_breadcrumbs .link:focus {
  color: rgba(255, 255, 255, 0.8);
}
.box_breadcrumbs .nav_breadcrumbs .here {
  font-weight: 700;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.box_breadcrumbs .share_rrss {
  padding: 5px 15px;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  min-width: 275px;
  position: relative;
}
.box_breadcrumbs .share_rrss .subtitle {
  font-size: 14px;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
}
.box_breadcrumbs .share_rrss .list_rrss {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.box_breadcrumbs .share_rrss .list_rrss .mobile {
  display: none;
}
.box_breadcrumbs .share_rrss .list_rrss > li:last-child a {
  border-left: 1px solid #fff;
  padding: 0 0 0 8px;
}
.box_breadcrumbs .share_rrss .list_rrss a {
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 10px;
  font-size: 20px;
  transition: all 0.5s ease;
}
.box_breadcrumbs .share_rrss .list_rrss a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.box_breadcrumbs .share_rrss .list_rrss a:focus {
  color: rgba(255, 255, 255, 0.6);
}
.box_breadcrumbs .share_rrss .list_rrss button {
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 10px;
  font-size: 20px;
  transition: all 0.5s ease;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.box_breadcrumbs .share_rrss .list_rrss button.active {
  color: #e32119;
}
.box_breadcrumbs .share_rrss .list_rrss button:hover {
  color: rgba(255, 255, 255, 0.6);
}
.box_breadcrumbs .share_rrss .list_rrss button:focus {
  color: rgba(255, 255, 255, 0.6);
}
.box_breadcrumbs .share_rrss .list_rrss .list_rrss_more {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 50px 5px 5px;
}
.box_breadcrumbs .share_rrss .list_rrss .list_rrss_more a {
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 16px;
  font-size: 20px;
  transition: all 0.5s ease;
}
.box_breadcrumbs .share_rrss .list_rrss .list_rrss_more a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.box_breadcrumbs .share_rrss .list_rrss .list_rrss_more a:focus {
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 991px) {
  .box_breadcrumbs {
    border: none;
    top: 60px;
  }
  .box_breadcrumbs .share_rrss .list_rrss .desktop {
    display: none;
  }
  .box_breadcrumbs .share_rrss .list_rrss .mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .box_breadcrumbs {
    width: 100% !important;
    margin: 0;
  }
  .box_breadcrumbs .nav_breadcrumbs {
    display: none;
  }
  .box_breadcrumbs .share_rrss {
    width: 100%;
    justify-content: center;
    padding: 5px;
    background: #000;
  }
  .box_breadcrumbs .share_rrss .list_rrss .list_rrss_more {
    justify-content: center;
    background: #000;
  }
}
/*Footer*/
footer {
  padding: 0;
  overflow: hidden;
}
footer.campaign .block_links {
  display: none;
}
footer.campaign .mapa_web {
  display: none;
}
footer.footer_small .block_links {
  display: none;
}
footer .skyline {
  height: 250px;
  position: relative;
}
footer .block_links {
  background: #ccc;
}
footer .block_links > div {
  padding: 0;
}
footer .block_links .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  transition: all 0.5s ease;
  padding: 20px;
  font-size: 60px;
  font-weight: 800;
  min-height: 150px;
}
footer .block_links .link img {
  width: 100%;
  max-width: 500px;
}
footer .block_links .link svg {
  font-size: 60px;
  margin: 0 0 0 30px;
}
footer .block_links .link:hover {
  background: #000 !important;
  text-decoration: none;
}
footer .block_links .link:focus {
  background: #000 !important;
  text-decoration: none;
}
footer .block_links .red .link {
  background: #e32119;
}
footer .block_links .blue .link {
  background: #0D8390;
}
footer .mapa_web {
  background: rgba(0, 0, 0, 0.05);
  padding: 50px 15px;
}
footer .mapa_web ul {
  padding: 0;
  margin: 0 auto 10px;
  list-style: none;
}
footer .mapa_web ul li {
  text-align: left;
}
footer .mapa_web > ul > li {
  padding: 0 15px;
}
footer .mapa_web ul.list_links {
  width: 100%;
  text-align: center;
  column-count: 3;
}
footer .mapa_web .list_links a {
  color: #000;
  display: block;
  padding: 2px 0;
  font-size: 14px;
  transition: all 0.5s ease;
  text-decoration: underline;
}
footer .mapa_web .list_links a:hover {
  color: #0D8390;
}
footer .mapa_web .list_links a:focus {
  color: #0D8390;
}
footer .mapa_web .list_links .nivel_1 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
footer .logo_footer {
  padding: 30px 15px;
  text-align: center;
}
footer .logo_footer img {
  /*width: 100%;*/
  /*max-width: 400px !important;*/
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  padding: 10px;
}
footer .copyright {
  background: #000;
  /*padding: 10px 30px;*/
  padding: 10px 10%;
  color: #fff;
  /*justify-content: space-between;*/
  justify-content: center;
  align-items: center;
}
footer .copyright .docs_legal {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
footer .copyright .docs_legal > li {
  margin: 0 15px 0 0;
}
footer .copyright a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  text-decoration: underline;
}
footer .copyright a:hover {
  color: #0D8390;
  text-decoration: underline;
}
footer .copyright a:focus {
  color: #0D8390;
  text-decoration: underline;
}
footer .copyright .copy {
  font-size: 14px;
  text-transform: 0;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  footer .copyright {
    display: block;
    text-align: center;
    padding: 10px 30px 100px;
  }
  footer .copyright .docs_legal {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  footer .block_links .link {
    font-size: 40px;
    min-height: 100px;
  }
  footer .block_links .link svg {
    font-size: 40px;
    margin: 0 0 0 10px;
  }
  footer .block_links .link img {
    max-width: 250px;
  }
  footer .mapa_web ul.list_links {
    column-count: 2;
  }
}
@media only screen and (max-width: 450px) {
  footer .mapa_web ul.list_links {
    column-count: 1;
  }
}
/* AGENDA */
.view_agenda {
  margin: 60px auto 0;
}

@media only screen and (min-width: 768px) {
  .view_agenda .list_cards_2 .item.one {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
  }
  .view_agenda .list_cards_2 .item.one .bloque {
    padding: 230px 10% 0;
  }
}
/* PAST AGENDA */
.view_agenda_lasted {
  margin: 50px auto;
}
.view_agenda_lasted .list_cards_simple .item {
  border: none;
  margin: 0;
  padding: 0 15px;
}
.view_agenda_lasted .list_cards_simple .item > .journal-content-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #dadada;
  margin: 0 0 20px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .view_agenda_lasted {
    margin: 40px auto;
  }
  .view_agenda_lasted .list_cards_simple .item {
    padding: 0 15px 0;
  }
  .view_agenda_lasted .list_cards_simple .item > .journal-content-article {
    padding: 0 0 20px;
  }
  .view_agenda_lasted .list_cards_simple .item > .journal-content-article > * {
    width: 100% !important;
    text-align: center;
  }
}
/* BANNERS 1 */
.banner_1 {
  position: relative;
  padding: 80px 30px;
  background: #000;
}
.banner_1 .background_image {
  z-index: 0;
}
.banner_1 .bloque {
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 700px;
  padding: 0 100px;
}
.banner_1 .bloque .big_title {
  margin: 0 0 20px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.banner_1 .bloque .content_text {
  margin-bottom: 30px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.banner_1 .bloque .link_two_colors {
  width: 90%;
}
.banner_1 .bloque .button_compact {
  width: 90%;
  margin: 0;
  justify-content: space-between;
}

.banner_1.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 991px) {
  .banner_1 {
    padding: 40px;
  }
  .banner_1 .bloque {
    padding: 0;
    text-align: center;
  }
  .banner_1 .bloque .link_two_colors {
    width: 100%;
  }
  .banner_1 .bloque .button_compact {
    width: 100%;
  }
  .banner_1.space {
    margin: 40px auto 0;
  }
}
/* BANNERS 2 */
.banner_2 {
  min-height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  color: #fff;
  background: #000;
}
.banner_2 .background_image {
  z-index: 0;
}
.banner_2 > .row {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
.banner_2 .title {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
}
.banner_2 .title > .hand {
  font-family: "Pacifico";
  font-weight: 400;
  text-transform: initial;
  font-style: normal;
}
.banner_2 .title > .color-blue {
  color: #0D8390;
  font-style: normal;
  text-decoration: none;
}
.banner_2 .link_two_colors {
  width: 100%;
}
.banner_2 .link_two_colors span.text {
  font-size: 25px;
  text-transform: initial;
}
.banner_2 .button_compact {
  width: 100%;
}
.banner_2 .button_compact span.text {
  font-size: 25px;
  text-transform: initial;
}

.banner_2.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .banner_2 .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .banner_2.space {
    margin: 40px auto 0;
  }
}
/* BANNERS 3 */
.banner_3 {
  min-height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: #000;
}
.banner_3 .background_image {
  z-index: 0;
}
.banner_3 .row {
  max-width: 1400px;
  margin: 0 auto;
}
.banner_3 .content {
  padding: 50px 50px 50px 100px;
  position: relative;
}
.banner_3 .content:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 70px;
  left: 60px;
}
.banner_3 .content .content_text {
  margin: 15px 0;
}
.banner_3 .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 50px;
}
.banner_3 .link .button_compact {
  margin: 0;
}

.banner_3.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .banner_3.space {
    margin: 40px auto 0;
  }
  .banner_3 .content {
    padding: 60px 40px 0;
    text-align: center;
  }
  .banner_3 .content:before {
    top: 25px;
    left: calc(50% - 7px);
  }
  .banner_3 .link {
    padding: 0 40px 40px;
    justify-content: center;
  }
}
/* BANNERS 4 */
.banner_4 {
  min-height: 300px;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #000;
}
.banner_4 .background_image {
  z-index: 0;
}

.banner_4.space {
  margin: 80px auto 0;
}

.banner_4 .decoration {
  width: 70px;
  height: 70px;
  background: #fff;
  transform: rotate(45deg);
  margin: -45px auto 0;
  position: absolute;
  top: 0;
}

.banner_4 .bloque {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}

.banner_4 .bloque .content_text {
  margin: 40px 0 15px;
}

.banner_4 .icon {
  position: absolute;
  font-size: 60px;
  top: calc(50% - 30px);
  right: 50px;
}

.banner_4 .image_add {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 100%;
  max-width: 300px !important;
  opacity: 0.3;
}

@media only screen and (max-width: 767px) {
  .banner_4.space {
    margin: 40px auto 0;
  }
  .banner_4 {
    padding: 60px 40px 40px;
    justify-content: flex-end;
  }
  .banner_4 .bloque {
    width: 100%;
    padding: 0;
  }
  .banner_4 .icon {
    position: relative;
    margin: 0 auto;
    top: inherit;
    right: 0;
  }
  .banner_4 .image_add {
    opacity: 0.15;
  }
}
/* BANNERS 5 */
.banner_5 {
  min-height: 300px;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #000;
}
.banner_5 .background_image {
  z-index: 0;
}
.banner_5 .decoration {
  width: 70px;
  height: 70px;
  background: #fff;
  transform: rotate(45deg);
  margin: -45px auto 0;
  position: absolute;
  top: 0;
}
.banner_5 .bloque {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
.banner_5 .bloque .content_text {
  margin: 30px 0 15px;
}
.banner_5 .icon {
  position: absolute;
  font-size: 60px;
  top: calc(50% - 30px);
  right: 50px;
}
.banner_5 .image_add {
  position: absolute;
  left: -50px;
  top: -20px;
  bottom: -20px;
  height: 100%;
  opacity: 0.3;
  min-height: 110%;
}

.banner_5.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .banner_5.space {
    margin: 40px auto 0;
  }
  .banner_5 {
    padding: 60px 40px 40px;
    justify-content: flex-end;
  }
  .banner_5 .bloque {
    width: 100%;
    padding: 0;
  }
  .banner_5 .icon {
    position: relative;
    margin: 0 auto;
    top: inherit;
    right: 0;
  }
  .banner_5 .image_add {
    opacity: 0.15;
  }
}
/*Dos Banners*/
.two_banners_1 {
  margin: 0px auto;
  padding: 0;
}
.two_banners_1 .list_banners {
  padding: 0;
  margin: 0;
  list-style: none;
}
.two_banners_1 .list_banners .item {
  padding: 0;
  position: relative;
  background: #e32119;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.two_banners_1 .list_banners .item:nth-child(even) {
  background: #0D8390;
}
.two_banners_1 .list_banners .item .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.two_banners_1 .list_banners .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.two_banners_1 .list_banners .item .bloque {
  position: relative;
  padding: 100px;
}
.two_banners_1 .list_banners .item .bloque .content_text {
  margin: 30px 0 0;
}
.two_banners_1 .list_banners .item .link_all svg {
  position: absolute;
  right: 30px;
  bottom: 25px;
  color: #fff;
  font-size: 70px;
  transition: all 0.5s ease;
}
.two_banners_1 .list_banners .item .link_all:hover svg {
  color: #000;
}
.two_banners_1 .list_banners .item .link_all:focus svg {
  color: #000;
}

.two_banners_1.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 991px) {
  .two_banners_1 .list_banners .item .bloque {
    padding: 50px 30px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .two_banners_1.space {
    margin: 40px auto 0;
  }
  .two_banners_1 .list_banners .item {
    min-height: auto;
  }
}
/*Tres Banners*/
.three_banners_1 {
  margin: 0px auto;
  padding: 0;
}
.three_banners_1 .list_banners {
  padding: 0;
  margin: 0;
  list-style: none;
}
.three_banners_1 .list_banners .item {
  padding: 0;
  position: relative;
  background: #e32119;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.three_banners_1 .list_banners .item:nth-child(even) {
  background: #0D8390;
}
.three_banners_1 .list_banners .item .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.three_banners_1 .list_banners .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.three_banners_1 .list_banners .item .bloque {
  position: relative;
  padding: 100px 50px;
}
.three_banners_1 .list_banners .item .bloque .content_text {
  margin: 30px 0 0;
}
.three_banners_1 .list_banners .item .link_all svg {
  position: absolute;
  right: 30px;
  bottom: 25px;
  color: #fff;
  font-size: 70px;
  transition: all 0.5s ease;
}
.three_banners_1 .list_banners .item .link_all:hover svg {
  color: #000;
}
.three_banners_1 .list_banners .item .link_all:focus svg {
  color: #000;
}

.three_banners_1.space {
  margin: 80px auto 0;
}

.three_banners_1.invert .list_banners .item {
  background: #0D8390;
}
.three_banners_1.invert .list_banners .item:nth-child(even) {
  background: #e32119;
}

@media only screen and (max-width: 991px) {
  .three_banners_1 .list_banners .item .bloque {
    padding: 50px 30px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .three_banners_1.space {
    margin: 40px auto 0;
  }
  .three_banners_1 .list_banners .item {
    min-height: auto;
  }
}
/*Cabecera slider*/
.cabecera_slider .carousel-inner .carousel-item {
  min-height: 100vh;
  padding: 280px 20px;
  position: relative;
}
.cabecera_slider .carousel-inner .carousel-item .background_degra {
  background: transparent;
}
.cabecera_slider .carousel-inner .carousel-item .first_box {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.cabecera_slider .carousel-inner .carousel-item .first_box .title {
  font-size: 65px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  line-height: 55px;
  margin: 0 0 15px;
}
.cabecera_slider .carousel-inner .carousel-item .first_box .title .hand {
  font-size: 45px;
  font-family: "Pacifico";
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
}
.cabecera_slider .carousel-inner .carousel-item .first_box .title .color-blue {
  text-decoration: none;
  color: #0D8390;
}
.cabecera_slider .carousel-inner .carousel-item .first_box .highlight {
  margin: 0;
  font-weight: inherit;
  background: transparent;
}
.cabecera_slider .carousel-inner .carousel-item .first_box .highlight p {
  font-size: 22px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 100;
  color: #fff;
  margin: 0 auto 15px;
  padding: 5px 10px;
  width: fit-content;
}
.cabecera_slider .carousel-inner .carousel-item .second_box {
  position: absolute;
  width: 28%;
  right: 0;
  top: 250px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 20px 40px;
  color: #fff;
  margin: 0 0 25px;
  z-index: 1;
}
.cabecera_slider .carousel-inner .carousel-item .second_box .title {
  font-size: 24px;
  /*color: #e32119;*/
  color: #fff;
  font-family: "Pacifico";
  margin: 0 0 25px;
}
.cabecera_slider .carousel-inner .carousel-item .second_box .text {
  font-size: 18px;
  margin: 0;
}
.cabecera_slider .carousel-inner .carousel-item .second_box .link {
  position: absolute;
  top: calc(100% - 20px);
  right: 40px;
}
.cabecera_slider .carousel-indicators {
  bottom: 60px;
  flex-wrap: wrap;
  margin: 0 20px;
}
.cabecera_slider .carousel-indicators li {
  width: 120px;
  height: 120px;
  background: transparent;
  cursor: pointer;
  margin: 0 40px;
  opacity: 1;
}
.cabecera_slider .carousel-indicators li .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  /* para chrome y safari */
  -moz-transition: all 0.5s ease;
  /* para mozilla */
  -o-transition: all 0.5s ease;
  /* para Ópera */
  -ms-transition: all 0.5s ease;
}
.cabecera_slider .carousel-indicators li .icon img {
  transform: rotate(-45deg);
  width: 70%;
  max-width: 90px;
  display: block;
  margin: 0 auto;
  filter: invert(1);
}
.cabecera_slider .carousel-indicators li.active .icon {
  transform: rotate(0deg);
  background: #e32119;
  border-color: #e32119;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cabecera_slider .carousel-indicators li.active .icon img {
  transform: rotate(0deg);
}

@media only screen and (max-width: 991px) {
  .cabecera_slider .carousel-inner .carousel-item {
    padding: 180px 20px;
  }
  .cabecera_slider .carousel-inner .carousel-item .first_box {
    margin: 0;
    width: 50%;
    text-align: left;
  }
  .cabecera_slider .carousel-inner .carousel-item .first_box .highlight {
    margin: 0 0 15px;
  }
  .cabecera_slider .carousel-inner .carousel-item .second_box {
    width: 45%;
    top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_slider {
    margin: 0 0 40px;
  }
  .cabecera_slider .carousel-indicators li {
    width: 90px;
    height: 90px;
    margin: 20px;
  }
  .cabecera_slider .carousel-inner .carousel-item {
    padding: 100px 20px 380px;
  }
  .cabecera_slider .carousel-inner .carousel-item .first_box {
    text-align: center;
    width: 100%;
  }
  .cabecera_slider .carousel-inner .carousel-item .first_box .title {
    font-size: 30px;
    line-height: 35px;
  }
  .cabecera_slider .carousel-inner .carousel-item .first_box .title .hand {
    font-size: 25px;
    font-family: "Pacifico";
  }
  .cabecera_slider .carousel-inner .carousel-item .first_box .highlight {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  .cabecera_slider .carousel-inner .carousel-item .second_box {
    width: 100%;
    position: relative;
    top: 0;
    text-align: center;
  }
  .cabecera_slider .carousel-inner .carousel-item .second_box .title {
    font-size: 20px;
  }
  .cabecera_slider .carousel-inner .carousel-item .second_box .text {
    font-size: 14px;
    margin: 0;
  }
}
@media only screen and (max-width: 320px) {
  .cabecera_slider .carousel-inner .carousel-item {
    padding: 200px 20px 280px;
  }
  .cabecera_slider .carousel-indicators li {
    width: 60px;
    height: 60px;
    margin: 15px;
  }
}
/*Cabecera 1*/
.cabecera_1 {
  padding: 280px 20px 60px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #000;
}
.cabecera_1 .background_image {
  z-index: 0;
}
.cabecera_1 .content_head {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  z-index: 1;
}
.cabecera_1 .content_head .titular {
  flex-direction: column-reverse;
  display: flex;
}
.cabecera_1 .content_head .titular .big_title {
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_1 .content_head .titular .pre_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_1 .content_head .titular .pre_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 2px;
  background: #fff;
}
.cabecera_1 .content_head .summary {
  margin: 30px auto 0;
  width: fit-content;
}
.cabecera_1 .content_head .summary p {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  font-weight: 400;
}
.cabecera_1 .content_head .summary a {
  color: #0d8390;
  font-weight: 600;
  transition: all 0.5s ease;
}
.cabecera_1 .content_head .summary a:hover, .cabecera_1 .content_head .summary a:focus {
  color: #fff;
  text-decoration: none;
}
.cabecera_1 .content_head .btn_red {
  margin: 30px 0 0;
  text-shadow: none;
}

@media only screen and (max-width: 991px) {
  .cabecera_1 {
    padding: 180px 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_1 {
    padding: 120px 20px 60px;
    margin: 0;
  }
  .cabecera_1 .content_head .titular .pre_title {
    font-size: 18px;
  }
  .cabecera_1 .content_head .titular .big_title > b {
    display: initial;
  }
  .cabecera_1 .content_head .summary p {
    font-size: 16px;
  }
}
/*Cabecera 2*/
.cabecera_2 {
  padding: 280px 20px 0;
  text-align: center;
  position: relative;
}
.cabecera_2 .content_head {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 60px 50px;
  z-index: 1;
}
.cabecera_2 .content_head .titular {
  flex-direction: column-reverse;
  display: flex;
}
.cabecera_2 .content_head .titular .medium_title {
  margin: 40px 0 0;
  font-size: 40px;
}
.cabecera_2 .content_head .titular .medium_title .color-blue {
  font-family: "Catalonia", Helvetica, Arial, sans-serif;
  color: #0D8390;
  font-weight: 800;
}
.cabecera_2 .content_head .titular .add_info {
  margin: 0 -60px;
}
.cabecera_2 .content_head .date {
  margin: 20px 0 0;
  font-size: 16px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  display: inline-flex;
}
.cabecera_2 .content_head .summary {
  margin: 30px 0 0;
  font-size: 22px;
}
.cabecera_2 .content_head .summary p {
  margin: 0 0 15px;
}
.cabecera_2 .content_head .btn_red {
  margin: 30px 0 0;
}
.cabecera_2 .separator {
  width: 100px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}

@media only screen and (max-width: 991px) {
  .cabecera_2 {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_2 {
    padding-top: 120px;
    margin: 0;
  }
  .cabecera_2 .separator {
    display: none;
  }
  .cabecera_2 .content_head {
    padding: 0 20px 40px;
  }
  .cabecera_2 .content_head .titular .add_info {
    margin: 0 -20px;
  }
  .cabecera_2 .content_head .titular .medium_title {
    font-size: 25px;
  }
  .cabecera_2 .content_head .summary {
    font-size: 16px;
  }
}
/*Cabecera 3*/
.cabecera_3 {
  padding: 0;
  margin: 0;
  position: relative;
}
.cabecera_3 .background_image {
  width: 60%;
  right: auto;
}
.cabecera_3 .content_head {
  padding: 280px 50px 60px;
  width: 40%;
  background: #000;
  color: #fff;
  margin: 0 0 0 auto;
  position: relative;
  text-align: right;
  z-index: 1;
}
.cabecera_3 .content_head .medium_title {
  margin-left: -60%;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_3 .content_head .date {
  margin: 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  display: inline-flex;
}
.cabecera_3 .add_info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .cabecera_3 .background_image {
    width: 40%;
  }
  .cabecera_3 .content_head {
    width: 60%;
    padding-top: 180px;
  }
  .cabecera_3 .add_info {
    position: relative;
    width: 100%;
    background: #000;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_3 {
    margin: 0;
  }
  .cabecera_3 .background_image {
    /*width: calc(100% - 80%);*/
    width: 100%;
    position: initial;
    height: 200px;
  }
  .cabecera_3 .content_head {
    /*padding-top: 120px;*/
    width: 100%;
    padding: 30px 20px 10px;
    text-align: center;
  }
  .cabecera_3 .content_head .medium_title {
    margin-left: 0;
  }
}
/*Cabecera 4*/
.cabecera_4 {
  padding: 280px 20px 0;
  text-align: left;
  position: relative;
}
.cabecera_4 .content_head {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 650px;
  margin: 0 auto 0 50px;
  padding: 0 50px 50px;
  z-index: 1;
}
.cabecera_4 .content_head .titular {
  flex-direction: column-reverse;
  display: flex;
}
.cabecera_4 .content_head .titular .big_title {
  margin: 20px 0;
  text-transform: uppercase;
}
.cabecera_4 .content_head .titular .big_title > .hand {
  text-transform: initial;
}
.cabecera_4 .content_head .titular .add_info {
  margin: 0 -50px 0 auto;
}
.cabecera_4 .content_head .bloque_content .subtitle {
  font-size: 18px;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #0D8390;
}
.cabecera_4 .content_head .bloque_content .content_text {
  margin: 10px 0 0;
}
.cabecera_4 .content_head .bloque_content .btn_red {
  margin: 20px 0 0;
}
.cabecera_4 .separator {
  width: 100px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}

@media only screen and (max-width: 991px) {
  .cabecera_4 {
    padding: 180px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_4 {
    padding: 120px 20px 0;
    margin: 0;
  }
  .cabecera_4 .content_head {
    padding: 0 20px 40px;
    margin: 0 auto;
  }
  .cabecera_4 .content_head .titular .add_info {
    margin: 0 -20px;
  }
  .cabecera_4 .content_head .titular .add_info .category {
    font-size: 14px;
  }
  .cabecera_4 .content_head .titular .medium_title {
    font-size: 25px;
  }
  .cabecera_4 .content_head .titular .date {
    font-size: 18px;
  }
  .cabecera_4 .content_head .summary {
    font-size: 16px;
  }
}
/*Cabecera 5*/
.cabecera_5 {
  padding: 280px 20px 0;
  text-align: center;
  position: relative;
}
.cabecera_5 .content_head {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 60px 50px;
  z-index: 1;
}
.cabecera_5 .content_head .titular {
  flex-direction: column-reverse;
  display: flex;
}
.cabecera_5 .content_head .titular .medium_title {
  margin: 20px 0 0;
  font-size: 40px;
}
.cabecera_5 .content_head .titular .add_info {
  margin: 0 -60px;
}
.cabecera_5 .content_head .titular .add_info .category {
  font-size: 18px;
}
.cabecera_5 .content_head .titular .date {
  margin: 40px 0 0;
  padding: 0 0 20px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.cabecera_5 .content_head .titular .date:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
.cabecera_5 .content_head .summary {
  margin: 30px 0 0;
  font-size: 22px;
}
.cabecera_5 .content_head .summary p {
  margin: 0 0 15px;
}
.cabecera_5 .content_head .btn_red {
  margin: 30px 0 0;
}
.cabecera_5 .separator {
  width: 100px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}

@media only screen and (max-width: 991px) {
  .cabecera_5 {
    padding: 180px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_5 {
    padding: 120px 20px 0;
    margin: 0;
  }
  .cabecera_5 .separator {
    display: none;
  }
  .cabecera_5 .content_head {
    padding: 0 20px 40px;
  }
  .cabecera_5 .content_head .titular .add_info {
    margin: 0 -20px;
  }
  .cabecera_5 .content_head .titular .add_info .category {
    font-size: 14px;
  }
  .cabecera_5 .content_head .titular .medium_title {
    font-size: 25px;
  }
  .cabecera_5 .content_head .titular .date {
    font-size: 18px;
  }
  .cabecera_5 .content_head .summary {
    font-size: 16px;
  }
}
/*Cabecera 6*/
.cabecera_6 {
  padding: 0;
  margin: 0;
  position: relative;
  padding: 280px 20px 0;
  text-align: center;
  background: #000;
  z-index: 0;
}
.cabecera_6 .content_head {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
}
.cabecera_6 .content_head .big_title {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_6 .content_head .bloque {
  margin: 40px 0 0;
  background: #fff;
  padding: 40px;
  position: relative;
}
.cabecera_6 .content_head .bloque .small_title {
  margin: 0 0 30px;
}

@media only screen and (max-width: 991px) {
  .cabecera_6 {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_6 {
    margin: 0;
    padding-top: 120px;
  }
}
/*Cabecera 7*/
.cabecera_7 {
  padding: 280px 20px 60px;
  min-height: 100vh;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}
.cabecera_7 .text_background {
  font-size: 600px;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 400px);
  opacity: 0.15;
  z-index: 0;
}
.cabecera_7 .content_head {
  margin: 0 auto;
  max-width: 900px;
}
.cabecera_7 .content_head .super_title {
  font-size: 80px;
  font-family: "Pacifico";
  font-weight: 400;
  position: relative;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_7 .content_head .big_title {
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_7 .content_head .line {
  background: #fff;
  width: 130px;
  height: 4px;
  margin: 30px auto 20px;
  position: relative;
}
.cabecera_7 .content_head .summary {
  margin: 20px auto 0;
  position: relative;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_7 .content_head .summary p {
  font-size: 22px;
  padding: 5px 10px;
  font-weight: 400;
}
.cabecera_7 .content_head .btn_red {
  margin: 10px 0 0;
  text-shadow: none;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .cabecera_7 {
    padding: 180px 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_7 {
    padding: 120px 30px 60px;
    margin: 0;
  }
  .cabecera_7 .content_head .super_title {
    font-size: 50px;
  }
  .cabecera_7 .content_head .summary p {
    font-size: 16px;
  }
}
/*Cabecera + caja 1*/
.cabecera_caja_1 .cabecera {
  padding: 280px 20px 240px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #000;
}
.cabecera_caja_1 .cabecera .background_image {
  z-index: 0;
}
.cabecera_caja_1 .cabecera .content_head {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  z-index: 1;
}
.cabecera_caja_1 .cabecera .content_head .titular {
  flex-direction: column-reverse;
  display: flex;
}
.cabecera_caja_1 .cabecera .content_head .titular .big_title {
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_caja_1 .cabecera .content_head .titular .big_title .hand {
  text-transform: initial;
}
.cabecera_caja_1 .cabecera .content_head .titular .pre_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}
.cabecera_caja_1 .cabecera .content_head .titular .pre_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 2px;
  background: #fff;
}
.cabecera_caja_1 .cabecera .content_head .summary {
  margin: 30px auto 0;
}
.cabecera_caja_1 .cabecera .content_head .summary p {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  font-weight: 400;
  display: inline-flex;
}
.cabecera_caja_1 .cabecera .content_head .btn_red {
  margin: 30px 0 0;
}
.cabecera_caja_1 .caja {
  margin: -180px auto 0;
  width: 90%;
  max-width: 900px;
  position: relative;
  /*padding: 40px;*/
  color: #fff;
  /*overflow: hidden;*/
  background: #000;
}
.cabecera_caja_1 .caja .image_add {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 100%;
  max-width: 300px;
  opacity: 0.3;
}
.cabecera_caja_1 .caja .background_blue, .cabecera_caja_1 .caja .background_red {
  overflow: hidden;
}
.cabecera_caja_1 .caja .content {
  position: relative;
  text-align: center;
  padding: 40px 40px 0;
  overflow: hidden;
}
.cabecera_caja_1 .caja .content .line_red {
  background: #fff;
  margin: 0 auto 30px;
}
.cabecera_caja_1 .caja .content .medium_title {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.cabecera_caja_1 .caja .content .content_text {
  margin: 30px auto;
  max-width: 700px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.cabecera_caja_1 .caja #content-frame {
  padding: 0 40px 40px;
}
.cabecera_caja_1 .caja .link_gen {
  position: relative;
  display: block;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.5s ease;
}
.cabecera_caja_1 .caja .link_gen:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}
.cabecera_caja_1 .caja .link_gen:focus {
  text-decoration: none;
  background: #fff;
  color: #000;
}
.cabecera_caja_1 .caja .link_gen svg {
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 991px) {
  .cabecera_caja_1 .caja > .content {
    padding: 40px 30px 0;
  }
  .cabecera_caja_1 .caja #content-frame {
    padding: 0 0 40px;
  }
  .cabecera_caja_1 .cabecera {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_caja_1 {
    margin: 0;
  }
  .cabecera_caja_1 .cabecera {
    padding-top: 120px;
  }
  .cabecera_caja_1 .cabecera .content_head .titular .pre_title {
    font-size: 18px;
  }
  .cabecera_caja_1 .cabecera .content_head .titular .big_title > b {
    display: initial;
  }
  .cabecera_caja_1 .cabecera .content_head .summary p {
    font-size: 16px;
  }
}
/*Cabecera + caja 2*/
.cabecera_caja_2 .cabecera {
  padding: 280px 20px 240px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #000;
}
.cabecera_caja_2 .cabecera .background_image {
  z-index: 0;
}
.cabecera_caja_2 .cabecera .content_head {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  z-index: 1;
}
.cabecera_caja_2 .cabecera .content_head .titular {
  flex-direction: column-reverse;
  display: flex;
}
.cabecera_caja_2 .cabecera .content_head .titular .big_title {
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_caja_2 .cabecera .content_head .titular .big_title .hand {
  text-transform: initial;
}
.cabecera_caja_2 .cabecera .content_head .titular .pre_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}
.cabecera_caja_2 .cabecera .content_head .titular .pre_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 2px;
  background: #fff;
}
.cabecera_caja_2 .cabecera .content_head .summary {
  margin: 30px auto 0;
}
.cabecera_caja_2 .cabecera .content_head .summary p {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  font-weight: 400;
  display: inline-flex;
}
.cabecera_caja_2 .cabecera .content_head .btn_red {
  margin: 30px 0 0;
}
.cabecera_caja_2 .caja {
  margin: -180px auto 0;
  width: 90%;
  max-width: 900px;
  position: relative;
  /*padding: 40px 40px 20px;*/
  color: #fff;
  z-index: 1;
  /*overflow: hidden;*/
}
.cabecera_caja_2 .caja .image_add {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 100%;
  max-width: 300px;
  opacity: 0.3;
}
.cabecera_caja_2 .caja .content {
  position: relative;
  text-align: center;
  padding: 40px 40px 0;
  overflow: hidden;
}
.cabecera_caja_2 .caja .content .medium_title {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.cabecera_caja_2 .caja .content .content_text {
  margin: 40px 0 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.cabecera_caja_2 .caja .block_form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0;
  padding: 0 40px 20px;
}
.cabecera_caja_2 .caja .block_form .link_gen {
  color: #fff;
  background: #000;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -40px 0 auto;
  min-width: 210px;
  max-width: 50%;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.5s ease;
}
.cabecera_caja_2 .caja .block_form .link_gen:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}
.cabecera_caja_2 .caja .block_form .link_gen:focus {
  text-decoration: none;
  background: #fff;
  color: #000;
}
.cabecera_caja_2 .caja .block_form .link_gen svg {
  margin: 0 0 0 15px;
}
.cabecera_caja_2 .caja .block_form form {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.cabecera_caja_2 .caja .block_form form input {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  width: calc(100% - 130px);
  margin: 0 30px 0 0;
  padding: 10px;
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cabecera_caja_2 .caja .block_form form button {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .cabecera_caja_2 .cabecera {
    padding-top: 180px;
  }
  .cabecera_caja_2 .caja .content {
    padding: 40px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cabecera_caja_2 {
    margin: 0;
  }
  .cabecera_caja_2 .cabecera {
    padding-top: 120px;
  }
  .cabecera_caja_2 .cabecera .content_head .titular .pre_title {
    font-size: 18px;
  }
  .cabecera_caja_2 .cabecera .content_head .titular .big_title > b {
    display: initial;
  }
  .cabecera_caja_2 .cabecera .content_head .summary p {
    font-size: 16px;
  }
  .cabecera_caja_2 .caja .block_form {
    display: block;
  }
  .cabecera_caja_2 .caja .block_form form {
    margin: 0 0 30px;
  }
  .cabecera_caja_2 .caja .block_form form input {
    width: 100%;
  }
}
/*Cabecera Landing*/
.cabecera_landing_1 {
  padding: 50px 30px;
  /*min-height: 100vh;*/
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.cabecera_landing_1 .background_image {
  z-index: 0;
}
.cabecera_landing_1 .background_azul_simple {
  opacity: 0.7;
}
.cabecera_landing_1 .content_head {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.cabecera_landing_1 .content_head .logo {
  margin: 0 0 80px;
  width: 100%;
  max-width: 650px;
}
.cabecera_landing_1 .content_head .big_title {
  text-transform: uppercase;
  margin: 20px 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_landing_1 .content_head .big_title > .hand {
  text-transform: initial;
}
.cabecera_landing_1 .content_head .medium_title {
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cabecera_landing_1 .content_head .line {
  background: #fff;
  width: 130px;
  height: 4px;
  margin: 30px auto;
  position: relative;
}
.cabecera_landing_1 .content_head .button_compact {
  margin: 50px auto 0;
}

/*Información adicional*/
.add_info {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}
.add_info .category {
  background: #0D8390;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.add_info .category span {
  margin: 0 5px;
}
.add_info .category a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
.add_info .category a:hover {
  color: #000;
}
.add_info .category a:focus {
  color: #000;
}
.add_info .languages {
  display: flex;
  align-items: center;
  background: #000;
  padding: 15px;
}
.add_info .languages img {
  margin-right: 10px;
}
.add_info .languages p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.add_info .languages p a {
  font-weight: 700;
  color: #0D8390;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.add_info .languages p a:hover {
  color: #fff;
}
.add_info .languages p a:focus {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .add_info .category {
    width: 100%;
  }
  .add_info .languages {
    width: 100%;
  }
}
.list_case_1 {
  margin: 50px auto 40px;
}
.list_case_1 .list_cards .item .titular .pre_titulo {
  color: #e32119;
}
.list_case_1 .list_cards .item .image {
  background: #eee;
}
.list_case_1 .list_cards .item .image .fecha {
  background: #000;
}
.list_case_1 .list_cards .item .bloque:after {
  background: #000;
}
.list_case_1 .list_cards .item .bloque:before {
  background: #000;
}

/* ONLY SUCCESS STORIES */
.list_cards.cases .item .image .fecha {
  background: #000;
}
.list_cards.cases .item .bloque:after {
  background: #000;
}
.list_cards.cases .item .bloque:before {
  background: #000;
}
.list_cards.cases .item.item .titular .pre_titulo {
  color: #e32119;
}

@media only screen and (min-width: 768px) {
  .list_case_1.listado_cases .list_cards .item.one {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: initial !important;
  }
  .list_case_1.listado_cases .list_cards .item.one .image {
    width: 67% !important;
    margin: 0 !important;
    height: 560px !important;
    background: #eee;
  }
  .list_case_1.listado_cases .list_cards .item.one .image img {
    height: 560px !important;
  }
  .list_case_1.listado_cases .list_cards .item.one .image .fecha {
    top: 0 !important;
    bottom: auto !important;
  }
  .list_case_1.listado_cases .list_cards .item.one .bloque {
    width: 63% !important;
    margin: 0 0 0 -30% !important;
    background: #fff !important;
    padding: 30px 50px !important;
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
  .list_case_1 .list_cards .item:nth-child(even) {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .list_case_1 .list_cards .item:nth-child(even) .image {
    height: 500px;
    background: #eee;
  }
  .list_case_1 .list_cards .item:nth-child(even) .image img {
    height: 500px;
  }
  .list_case_1 .list_cards .item:nth-child(even) .bloque {
    width: calc(100% - 80px);
    margin: -100px auto 0;
    height: calc(100% - 400px);
  }
  .list_case_1 .list_cards .item:nth-child(even) .bloque:after {
    height: 60px;
  }
  .list_case_1 .list_cards .item:nth-child(odd) {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column-reverse;
  }
  .list_case_1 .list_cards .item:nth-child(odd) .image {
    margin: -100px 0 0;
    height: 500px;
    background: #eee;
  }
  .list_case_1 .list_cards .item:nth-child(odd) .image img {
    height: 500px;
  }
  .list_case_1 .list_cards .item:nth-child(odd) .image .fecha {
    top: auto;
    bottom: 0;
  }
  .list_case_1 .list_cards .item:nth-child(odd) .bloque {
    margin: 0 auto;
    width: calc(100% - 80px);
    height: calc(100% - 400px);
  }
  .list_case_1 .list_cards .item:nth-child(odd) .bloque:before {
    bottom: auto;
    top: 0;
  }
  .list_case_1 .list_cards .item:nth-child(odd) .bloque:after {
    bottom: auto;
    top: 0;
    height: 60px;
  }
}
/*Contenido plantilla 1*/
.content_type_1 {
  margin: 80px auto 0;
  max-width: 950px !important;
  text-align: center;
  padding: 0 30px;
}
.content_type_1 .medium_title {
  margin: 0 0 60px;
}
.content_type_1 .bloque {
  text-align: left;
}
.content_type_1 .bloque .image {
  display: flex;
  align-items: center;
}
.content_type_1 .bloque .image .marco {
  overflow: hidden;
  border-radius: 100%;
  width: 230px;
  min-width: 230px;
  height: 230px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.content_type_1 .bloque .image .marco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content_type_1 .bloque .content {
  display: flex;
  align-items: center;
}
.content_type_1 .bloque .content > div {
  width: 100%;
}
.content_type_1 .bloque .content .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #e32119;
  text-transform: uppercase;
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .content_type_1 {
    margin: 40px auto 0;
  }
  .content_type_1 .medium_title {
    margin: 0 0 20px;
  }
  .content_type_1 .bloque {
    text-align: center;
  }
  .content_type_1 .bloque .image .marco {
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
  .content_type_1 .bloque .image .marco img {
    /*height: 160px;*/
  }
}
/*Contenido plantilla 2*/
.content_type_2 {
  margin: 120px auto 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 80%, transparent);
}
.content_type_2 .image {
  padding: 0;
  margin: -40px 0 0;
  overflow: hidden;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  height: 480px;
}
.content_type_2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_type_2 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content_type_2 .content .bloque {
  padding: 50px;
  text-align: right;
}
.content_type_2 .content .bloque .content_text {
  width: 80%;
  margin: 40px 0 0 auto;
}
.content_type_2 .content .bloque .btn_all_blue {
  width: 80%;
  margin: 40px 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .content_type_2 .content .bloque {
    padding: 30px;
    text-align: center;
  }
  .content_type_2 .content .bloque .content_text {
    width: 100%;
    margin: 30px auto 0;
  }
  .content_type_2 .content .bloque .btn_all_blue {
    width: 100%;
    margin: 30px auto 0;
  }
}
/*Contenido plantilla 3*/
.content_type_3 {
  margin: 80px auto 0;
  position: relative;
}
.content_type_3 .row {
  flex-direction: row-reverse;
  max-width: 1400px;
  margin: 0 auto;
}
.content_type_3 .multimedia {
  display: flex;
  align-items: center;
  padding: 40px;
}
.content_type_3 .multimedia .contenedor {
  position: relative;
  width: 100%;
}
.content_type_3 .multimedia .contenedor img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.content_type_3 .multimedia .contenedor iframe {
  width: 100%;
  height: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.content_type_3 .content {
  display: flex;
  align-items: center;
  padding: 50px;
}
.content_type_3 .content .bloque .destacado {
  display: flex;
  align-items: center;
  margin: 40px 0 20px;
  position: relative;
}
.content_type_3 .content .bloque .destacado:before {
  content: "";
  width: calc(300% + 80px);
  height: 60px;
  background: #0D8390;
  position: absolute;
  top: calc(50% - 30px);
  right: -50px;
  z-index: -1;
}
.content_type_3 .content .bloque .destacado .small_title {
  color: #fff;
}
.content_type_3 .content .bloque .destacado .image {
  overflow: hidden;
  width: 130px;
  min-width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin: 0 30px 0 0;
}
.content_type_3 .content .bloque .destacado .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_type_3 .content .bloque .content_text {
  margin: 30px 0;
}

.content_type_3.gray {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.05) 50%, transparent);
  margin: 0 auto;
}

.content_type_3.space {
  margin: 80px auto 0 !important;
}

@media only screen and (max-width: 991px) {
  .content_type_3 .content {
    padding: 0 50px;
  }
  .content_type_3.gray {
    margin: 60px auto 0;
  }
  .content_type_3 .row {
    flex-direction: column-reverse;
  }
  .content_type_3 .multimedia {
    padding: 0 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content_type_3 {
    margin: 40px auto 0;
  }
  .content_type_3 .content {
    padding: 0 30px;
    text-align: center;
  }
  .content_type_3 .multimedia .contenedor iframe {
    height: 230px;
  }
  .content_type_3.space {
    margin: 40px auto 0 !important;
  }
}
/*Contenido plantilla 4*/
.content_type_4 {
  margin: 80px auto 0;
  max-width: 1060px !important;
  text-align: center;
  padding: 0 30px;
}
.content_type_4 .titular {
  display: flex;
  flex-direction: column-reverse;
}
.content_type_4 .titular .pre_titulo {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #e32119;
}
.content_type_4 .content_text {
  margin: 30px 0;
}
.content_type_4 .text_align_center .btn_blue {
  margin: 5px;
}
.content_type_4 ul.text_align_center {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content_type_4.gray {
  margin: 0 auto;
  padding: 50px 30px;
  background: rgba(0, 0, 0, 0.05);
  max-width: 100% !important;
}
.content_type_4.gray .content_text {
  margin: 30px auto;
}
.content_type_4.gray > * {
  max-width: 1000px;
  margin: 0 auto;
}
.content_type_4.gray .line_red {
  margin: 0 auto 40px;
}

.content_type_4.space {
  margin: 80px auto 0 !important;
}

@media only screen and (max-width: 767px) {
  .content_type_4 {
    margin: 40px auto 0;
  }
  .content_type_4.space {
    margin: 40px auto 0 !important;
  }
}
/*Contenido plantilla 5*/
.content_type_5 {
  margin: 0 auto;
  padding: 50px 30px;
  background: rgba(0, 0, 0, 0.05);
  max-width: 100% !important;
  text-align: center;
}
.content_type_5 > * {
  max-width: 1000px;
  margin: 0 auto;
}
.content_type_5 .content_text {
  margin: 30px auto;
}
.content_type_5 .titular {
  display: flex;
  flex-direction: column-reverse;
}
.content_type_5 .titular .pre_titulo {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #e32119;
}
.content_type_5 .text_align_center .btn_all_blue {
  margin: 5px;
  display: inline-flex;
}
.content_type_5 ul.text_align_center {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
}

.content_type_5.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .content_type_5 {
    margin: 40px auto 0;
  }
}
/*Contenido plantilla 6*/
.content_type_6 {
  margin: 0px auto;
  padding: 300px 0 0;
  position: relative;
}
.content_type_6 .bloque {
  padding: 50px;
  background: #fff;
  margin: 0 0 0 auto;
  width: 90%;
  max-width: 750px;
}
.content_type_6 .bloque .subtitle {
  font-size: 30px;
  font-weight: 800;
  color: #0D8390;
  margin: 20px 0 0;
}
.content_type_6 .bloque .content_text {
  margin: 10px 0 20px;
  margin: 15px 0;
}
.content_type_6 .bloque .btn_blue {
  margin: 10px 0 0;
}
.content_type_6 .bloque .text_dest {
  margin: 15px 0;
  font-weight: 700;
  display: flex;
  font-size: 18px;
}
.content_type_6 .bloque .text_dest svg {
  background: #0D8390;
  border-radius: 100%;
  padding: 5px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  color: #fff;
  margin: 0 10px 0 0;
}

.content_type_6.space {
  margin: 80px auto 0;
}

.content_type_6 .bloque .logo img {
  width: 100%;
  max-width: 30%;
}

@media only screen and (max-width: 767px) {
  .content_type_6 {
    padding: 150px 0 0;
  }
  .content_type_6 .bloque {
    padding: 30px;
  }
  .content_type_6 .bloque .subtitle {
    font-size: 20px;
  }
  .content_type_6 .bloque .text_dest {
    font-size: 14px;
  }
  .content_type_6.space {
    margin: 40px auto 0;
  }
}
/*Contenido plantilla 7*/
.content_type_7 {
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}
.content_type_7 .bloque {
  padding: 50px;
  background: #fff;
  margin: 0 0 0 auto;
  width: 90%;
  max-width: 750px;
}
.content_type_7 .bloque .subtitle {
  font-size: 30px;
  font-weight: 800;
  color: #0D8390;
  margin: 20px 0 0;
}
.content_type_7 .bloque .content_text {
  margin: 10px 0 20px;
  margin: 15px 0;
}
.content_type_7 .bloque .btn_blue {
  margin: 10px 0 0;
}
.content_type_7 .bloque .logo {
  margin: 30px 0 0;
  width: 100%;
  text-align: center;
  position: relative;
}
.content_type_7 .bloque .logo:before {
  content: "";
  width: 25%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.content_type_7 .bloque .logo:after {
  content: "";
  width: 25%;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.content_type_7 .bloque .logo img {
  width: 100%;
  max-width: 30%;
}
.content_type_7 .bloque .text_dest {
  margin: 15px 0;
  font-weight: 700;
  display: flex;
  font-size: 18px;
}
.content_type_7 .bloque .text_dest svg {
  background: #0D8390;
  border-radius: 100%;
  padding: 5px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  color: #fff;
  margin: 0 10px 0 0;
}

.content_type_7.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .content_type_7 {
    padding: 60px 0;
  }
  .content_type_7 .bloque {
    padding: 30px;
  }
  .content_type_7 .bloque .subtitle {
    font-size: 20px;
  }
  .content_type_7 .bloque .text_dest {
    font-size: 14px;
  }
  .content_type_7.space {
    margin: 40px auto 0;
  }
}
/*Contenido plantilla 8*/
.content_type_8 {
  margin: 0px auto;
  position: relative;
  padding: 100px 0;
}
.content_type_8 .bloque {
  padding: 50px;
  background: #fff;
  margin: 0 0 0 auto;
  width: 90%;
  max-width: 750px;
}
.content_type_8 .bloque .subtitle {
  font-size: 30px;
  font-weight: 800;
  color: #0D8390;
  margin: 10px 0 0;
}
.content_type_8 .bloque .content_text {
  margin: 10px 0 20px;
}
.content_type_8 .bloque .btn_blue {
  margin: 10px 0 0;
}
.content_type_8 .bloque .logo {
  margin: 30px 0 0;
  text-align: center;
  position: relative;
  width: 100%;
}
.content_type_8 .bloque .logo:before {
  content: "";
  width: 25%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.content_type_8 .bloque .logo:after {
  content: "";
  width: 25%;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.content_type_8 .bloque .logo img {
  width: 100%;
  max-width: 30%;
}

.content_type_8.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .content_type_8 {
    padding: 60px 0;
  }
  .content_type_8 .bloque {
    padding: 30px;
  }
  .content_type_8 .bloque .subtitle {
    font-size: 20px;
  }
  .content_type_8.space {
    margin: 40px auto 0;
  }
}
/*Contenido plantilla 10*/
.content_type_10 {
  margin: 80px auto 0;
}
.content_type_10 .row {
  flex-direction: row-reverse;
}
.content_type_10 .multimedia {
  display: flex;
  align-items: center;
  padding: 40px;
}
.content_type_10 .multimedia .contenedor {
  position: relative;
  width: 100%;
}
.content_type_10 .multimedia .contenedor:before {
  content: "";
  width: calc(100% + 80px);
  height: 60px;
  background: #0D8390;
  position: absolute;
  top: calc(50% - 30px);
  right: -40px;
  z-index: -1;
}
.content_type_10 .multimedia .contenedor img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.content_type_10 .multimedia .contenedor iframe {
  width: 100%;
  height: 400px;
}
.content_type_10 .content {
  display: flex;
  align-items: center;
  padding: 50px;
}
.content_type_10 .content .content_text {
  margin: 30px 0;
}

@media only screen and (max-width: 991px) {
  .content_type_10 .content {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content_type_10 {
    margin: 40px auto 0;
  }
  .content_type_10 .content {
    padding: 0 30px;
    text-align: center;
  }
  .content_type_10 .multimedia .contenedor iframe {
    height: 230px;
  }
}
/*Contenido 11*/
.content_type_11 {
  margin: 80px auto 0;
  padding: 0 30px;
}
.content_type_11 .content_text {
  margin: 40px auto 0;
  max-width: 1200px;
}
.content_type_11 .titular {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.content_type_11 .titular .pre_titulo {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #e32119;
}
.content_type_11 .text_align_center {
  margin: 30px auto 0;
}
.content_type_11 .text_align_center .btn_blue {
  margin: 5px;
}
.content_type_11 ul.text_align_center {
  padding: 0;
  margin: 30px auto 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.content_type_11.gray {
  margin: 0 auto;
  padding: 50px 30px;
  background: rgba(0, 0, 0, 0.05);
  max-width: 100% !important;
}

.content_type_11.space {
  margin: 80px auto 0 !important;
}

@media only screen and (max-width: 767px) {
  .content_type_11 {
    margin: 40px auto 0;
  }
}
/*Publicador contenidos: Contenido 1*/
.list_content_type_1 {
  margin: 80px auto 0;
  padding: 0 30px;
}
.list_content_type_1 .list_items {
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  list-style: none;
}
.list_content_type_1 .list_items .item {
  margin: 0 0 60px;
}
.list_content_type_1 .list_items .content_type_1 {
  margin: 0 auto;
}
.list_content_type_1 .list_items .content_type_1 .bloque {
  align-items: flex-start;
}
.list_content_type_1 .list_items .content_type_1 .bloque .image .marco {
  min-width: 180px;
  width: 180px;
  height: 180px;
}
.list_content_type_1 .list_items .content_type_1 .bloque .content .location {
  margin: 15px 0;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  position: relative;
  background: #000;
  z-index: -2;
}
.list_content_type_1 .list_items .content_type_1 .bloque .content .location:before {
  content: "";
  background: #0D8390;
  width: 130%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.list_content_type_1.gray {
  margin: 0 auto;
  padding: 50px 30px;
  background: rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .list_content_type_1 .list_items .content_type_1 .bloque .image .marco {
    min-width: 140px;
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .list_content_type_1 {
    margin: 40px auto 0;
  }
  .list_content_type_1 .list_items .item {
    margin: 0 0 60px;
  }
  .list_content_type_1 .list_items .item:last-child {
    margin: 0;
  }
  .list_content_type_1 .list_items .content_type_1 .bloque .content .location {
    text-align: center;
    padding: 5px 10px;
    font-size: 18px;
    margin: 0 0 10px;
  }
  .list_content_type_1 .list_items .content_type_1 .bloque .content .location:before {
    width: 100%;
  }
}
/*Galería multimedia*/
.galery_multimedia {
  margin: 80px auto 0;
  clear: left;
}
.galery_multimedia .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 15px;
}
.galery_multimedia .bloque_galery {
  display: flex;
}
.galery_multimedia .bloque_galery .detail {
  width: calc(100% - 490px);
  margin: 0 20px 0 -25px;
  padding: 10px;
  height: 500px;
}
.galery_multimedia .bloque_galery .detail .tab-content .tab-pane {
  overflow: hidden;
  position: relative;
  height: 480px;
}
.galery_multimedia .bloque_galery .detail .tab-content .tab-pane img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.galery_multimedia .bloque_galery .detail .tab-content .tab-pane iframe {
  width: 100%;
  height: 480px;
}
.galery_multimedia .bloque_galery .detail .tab-content .tab-pane #downloadIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.3s;
  background-color: #0D8390;
}
.galery_multimedia .bloque_galery .detail .tab-content .tab-pane:hover #downloadIcon {
  opacity: 1;
  transition: 0.3s;
}
.galery_multimedia .bloque_galery .links {
  width: 100%;
  max-width: 500px;
}
.galery_multimedia .bloque_galery .links .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: none;
}
.galery_multimedia .bloque_galery .links .nav-tabs .nav-item {
  margin: 10px;
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.galery_multimedia .bloque_galery .links .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0;
  height: 100%;
  background: #eee;
  border-radius: 0;
  overflow: hidden;
  height: 225px;
  width: 230px;
  height: 230px;
}
.galery_multimedia .bloque_galery .links .nav-tabs .nav-item .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galery_multimedia .bloque_galery .links .nav-tabs .nav-item .nav-link.video:before {
  content: "";
  background: url(/o/catalonia-theme-css_catalonia.com/images/play.png);
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  font-weight: 900;
}
.galery_multimedia .bloque_galery .links .nav-tabs .nav-item .nav-link.active {
  border: 5px solid #0D8390;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.galery_multimedia .bloque_galery .links .nav-tabs.more .nav-item {
  width: calc(33% - 20px);
}
.galery_multimedia .bloque_galery .links .nav-tabs.more .nav-item .nav-link {
  height: 145px;
}

@media only screen and (max-width: 991px) {
  .galery_multimedia .bloque_galery {
    flex-wrap: wrap;
  }
  .galery_multimedia .bloque_galery .detail {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .galery_multimedia .bloque_galery .links {
    max-width: 100%;
  }
  .galery_multimedia .bloque_galery .links .nav-tabs .nav-item {
    width: calc(25% - 20px);
  }
  .galery_multimedia .bloque_galery .links .nav-tabs .nav-item .nav-link {
    height: 200px;
  }
  .galery_multimedia .bloque_galery .links .nav-tabs.more .nav-item {
    width: calc(20% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .galery_multimedia {
    margin: 40px auto 0;
  }
  .galery_multimedia .bloque_galery .detail {
    height: 350px;
  }
  .galery_multimedia .bloque_galery .detail .tab-content .tab-pane {
    height: 330px;
  }
  .galery_multimedia .bloque_galery .detail .tab-content .tab-pane iframe {
    height: 330px;
  }
  .galery_multimedia .bloque_galery .links .nav-tabs.more .nav-item {
    width: calc(25% - 20px);
  }
  .galery_multimedia .bloque_galery .links .nav-tabs.more .nav-item .nav-link {
    height: 100px;
  }
  .galery_multimedia .bloque_galery .links .nav-tabs .nav-item .nav-link {
    height: 100px;
  }
  .galery_multimedia .bloque_galery .links .nav-tabs .nav-item .nav-link.video:before {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }
}
.graphic_suppliers {
  position: relative;
  margin: 80px auto 0;
  min-height: 330px;
  display: flex;
  align-items: center;
}
.graphic_suppliers .leyenda_grafico {
  width: 100%;
}
.graphic_suppliers .leyenda_grafico .list_graphic {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item {
  width: 50%;
  margin: 10px 0;
  padding: 0;
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  /*&:nth-child(odd)*/
  /*&:nth-child(even) */
}
.graphic_suppliers .leyenda_grafico .list_graphic .item.left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: left;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item.left button, .graphic_suppliers .leyenda_grafico .list_graphic .item.left a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: left;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item.left button img, .graphic_suppliers .leyenda_grafico .list_graphic .item.left a img {
  margin: 0 15px 0 0;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item.right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: right;
  flex-direction: row-reverse;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item.right button, .graphic_suppliers .leyenda_grafico .list_graphic .item.right a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: right;
  flex-direction: row-reverse;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item.right button img, .graphic_suppliers .leyenda_grafico .list_graphic .item.right a img {
  margin: 0 0 0 15px;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item button, .graphic_suppliers .leyenda_grafico .list_graphic .item a {
  padding: 15px;
  display: flex;
  align-items: center;
  color: #000;
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  cursor: pointer;
  height: 100%;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item button:hover, .graphic_suppliers .leyenda_grafico .list_graphic .item a:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item button:focus, .graphic_suppliers .leyenda_grafico .list_graphic .item a:focus {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item img {
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  /*filter: invert(1);*/
}
.graphic_suppliers .leyenda_grafico .list_graphic .item .content {
  width: calc(100% - 210px);
}
.graphic_suppliers .leyenda_grafico .list_graphic .item .content .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.graphic_suppliers .leyenda_grafico .list_graphic .item .content .number {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.graphic_suppliers .grafico {
  width: 330px;
  height: 330px;
  margin: 0 auto;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 165px);
  left: calc(50% - 165px);
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /*#porcion1 {
  	transform: rotate(0deg);
  	.quesito {
  		background-color: #dfa111;
  		transform: rotate(46deg);
  	}
  }
  #porcion2 {
  	transform: rotate(45deg);
  	.quesito {
  		background-color: #f785c1;
  		transform: rotate(46deg);
  	}
  }
  #porcion3 {
  	transform: rotate(90deg);
  	.quesito {
  		background-color: #9c54a7;
  		transform: rotate(46deg);
  		z-index: 6;
  	}
  }
  #porcion4 {
  	transform: rotate(135deg);
  	.quesito {
  		background-color: #e5583c;
  		transform: rotate(46deg);
  		z-index: 5;
  	}
  }
  #porcion5 {
  	transform: rotate(180deg);
  	.quesito {
  		background-color: #466688;
  		transform: rotate(46deg);
  		z-index: 4;
  	}
  }
  #porcion6 {
  	transform: rotate(225deg);
  	.quesito {
  		background-color: #01665e;
  		transform: rotate(46deg);
  		z-index: 3;
  	}
  }
  #porcion7 {
  	transform: rotate(270deg);
  	.quesito {
  		background-color: #79c7b3;
  		transform: rotate(46deg);
  		z-index: 2;
  	}
  }
  #porcion8 {
  	transform: rotate(315deg);
  	.quesito {
  		background-color: #7f7f7f;
  		transform: rotate(46deg);
  		z-index: 1;
  	}
  }*/
}
.graphic_suppliers .grafico .marcadores {
  position: absolute;
  z-index: 2;
  width: 280px;
  height: 280px;
  top: calc(50% - 140px);
  left: calc(50% - 140px);
}
.graphic_suppliers .grafico .lineas {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
.graphic_suppliers .grafico .content {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: calc(50% - 140px);
  left: calc(50% - 140px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.graphic_suppliers .grafico .content .info_card {
  padding: 40px;
  background: #fff;
  border-radius: 100%;
}
.graphic_suppliers .grafico .content .info_card .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px;
  opacity: 0.1;
  z-index: -1;
}
.graphic_suppliers .grafico .content .info_card .image img {
  width: 100%;
}
.graphic_suppliers .grafico .content .info_card .line_black {
  width: 100px;
  height: 3px;
  background: #000;
  margin: 10px auto;
}
.graphic_suppliers .grafico .content .info_card .number {
  font-size: 28px;
  margin: 0;
  font-weight: 300;
}
.graphic_suppliers .grafico .content .info_card .title {
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.graphic_suppliers .grafico .recorte {
  border-radius: 50%;
  clip: rect(0px, 330px, 330px, 165px);
  height: 100%;
  position: absolute;
  width: 100%;
}
.graphic_suppliers .grafico .quesito {
  border-radius: 50%;
  clip: rect(0px, 165px, 330px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .graphic_suppliers {
    margin: 40px auto 0;
  }
  .graphic_suppliers .leyenda_grafico .list_graphic {
    margin: 280px 0 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .graphic_suppliers .leyenda_grafico .list_graphic .item {
    width: 100%;
    border-radius: 0px !important;
    margin: 0;
  }
  .graphic_suppliers .leyenda_grafico .list_graphic .item:before {
    content: "";
    width: 80%;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -1px;
    left: 10%;
  }
  .graphic_suppliers .leyenda_grafico .list_graphic .item.mobile_first {
    padding-top: 60px;
  }
  .graphic_suppliers .leyenda_grafico .list_graphic .item img {
    margin: 0 15px 0 0 !important;
  }
  .graphic_suppliers .leyenda_grafico .list_graphic .item button {
    text-align: left !important;
    flex-direction: row !important;
    border-radius: 0px !important;
  }
  .graphic_suppliers .leyenda_grafico .list_graphic .item .content {
    width: 100%;
  }
  .graphic_suppliers .grafico {
    top: 0;
  }
}
/*Plantilla 1*/
.type_maps_1 {
  margin: 0px auto;
  position: relative;
  padding: 120px 0;
}
.type_maps_1 .container_map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.type_maps_1 .container_map iframe {
  width: 100%;
  height: 100%;
}
.type_maps_1 .bloque {
  padding: 50px;
  background: #fff;
  margin: 0 auto 0 0;
  width: 90%;
  max-width: 650px;
  position: relative;
}
.type_maps_1 .bloque .line_red {
  margin: 0 auto 40px 0;
}
.type_maps_1 .bloque .subtitle {
  font-size: 30px;
  font-weight: 800;
  color: #0D8390;
  margin: 10px 0 0;
}
.type_maps_1 .bloque .content_text {
  margin: 20px 0;
}
.type_maps_1 .bloque .logo img {
  width: 100%;
  max-width: 30%;
}
.type_maps_1 .bloque .address {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.type_maps_1 .bloque .address svg {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D8390;
  color: #fff;
  margin: 0 10px 0 0;
}
.type_maps_1 .bloque .address p {
  margin: 0;
  font-weight: 700;
}

.type_maps_1.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 991px) {
  .type_maps_1 {
    padding: 120px 0 400px;
  }
}
@media only screen and (max-width: 767px) {
  .type_maps_1 {
    padding: 60px 0 400px;
  }
  .type_maps_1 .bloque {
    padding: 30px;
  }
  .type_maps_1 .bloque .subtitle {
    font-size: 20px;
  }
  .type_maps_1.space {
    margin: 40px auto 0;
  }
}
/*Plantilla 2*/
.type_maps_2 {
  margin: 80px auto 40px;
  padding: 0;
}
.type_maps_2 > .row {
  margin: 0;
}
.type_maps_2 .text .content_type_4 {
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 0 15px;
  max-width: 600px !important;
}
.type_maps_2 .text .content_type_4 .line_red {
  margin: 0 auto 40px 0;
}
.type_maps_2 .select {
  background: #0D8390;
  display: flex;
  flex-direction: column;
  height: fit-content;
  padding: 50px 50px 50px 80px;
  color: #fff;
}
.type_maps_2 .select:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 60px;
  left: 45px;
}
.type_maps_2 .select .select_office .dropdown-toggle {
  width: calc(100% - 30px);
  padding: 10px 50px 10px 5px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: none;
  border-right: none;
  margin: 20px 0 0;
  background: transparent;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.type_maps_2 .select .select_office .dropdown-toggle svg {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 14px;
}
.type_maps_2 .select .select_office .dropdown-toggle::after {
  content: none !important;
}
.type_maps_2 .select .select_office .dropdown-menu {
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  border-radius: 0;
  border: none;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-x: auto;
}
.type_maps_2 .select .select_office .dropdown-menu:after {
  content: none;
}
.type_maps_2 .select .select_office .dropdown-menu .link {
  width: 100%;
  display: block;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  text-align: left;
}
.type_maps_2 .select .select_office .dropdown-menu .link:hover, .type_maps_2 .select .select_office .dropdown-menu .link:focus {
  background: #eee;
  text-decoration: none;
  color: #000;
}
.type_maps_2 .select .select_office .dropdown-menu .link.active {
  background: #eee;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.type_maps_2 .container_map {
  padding: 0;
  /*margin: 50px 0 0;*/
  max-width: 50px 0;
  position: relative;
}
.type_maps_2 .container_map .container_list_office {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.type_maps_2 .container_map .container_list_office .item {
  background: #000;
  padding: 40px 30px 20px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
}
.type_maps_2 .container_map .container_list_office .item .close_item {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #fff;
  background: transparent;
  border: none;
  font-size: 30px;
  transition: all 0.5s ease;
}
.type_maps_2 .container_map .container_list_office .item .close_item:hover, .type_maps_2 .container_map .container_list_office .item .close_item:focus {
  color: #0D8390;
}
.type_maps_2 .container_map .container_list_office .item .texto {
  width: calc(100% - 270px);
}
.type_maps_2 .container_map .container_list_office .item .texto .city {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
.type_maps_2 .container_map .container_list_office .item .texto .content_text > * {
  font-size: 16px;
}
.type_maps_2 .container_map .container_list_office .item .texto .content_text > *:last-child {
  margin: 0;
}
.type_maps_2 .container_map .container_list_office .item .link {
  width: 250px;
}
.type_maps_2 .container_map .mapa_mundi svg {
  max-height: 600px;
  margin: 0 auto;
  display: block;
}
.type_maps_2 .container_map .mapa_mundi .point {
  cursor: pointer;
}
.type_maps_2 .container_map .mapa_mundi .point circle {
  transition: all 0.5s ease;
}
.type_maps_2 .container_map .mapa_mundi .point:hover {
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_mundi .point:hover circle {
  r: 8px;
  fill: #e32119;
}
.type_maps_2 .container_map .mapa_mundi .point:hover .cls-3 {
  display: block;
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_mundi .point:focus {
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_mundi .point:focus circle {
  r: 8px;
  fill: #e32119;
}
.type_maps_2 .container_map .mapa_mundi .point:focus .cls-3 {
  display: block;
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_mundi .point.active {
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_mundi .point.active circle {
  r: 8px;
  fill: #e32119;
}
.type_maps_2 .container_map .mapa_mundi .point.active .cls-3 {
  display: block;
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_mundi .cls-1 {
  fill: #ddd;
}
.type_maps_2 .container_map .mapa_mundi .cls-2 {
  fill: #0d8390;
}
.type_maps_2 .container_map .mapa_mundi .cls-3 {
  font-size: 9px;
  font-family: "Catalonia";
  fill: #0d8390;
}
.type_maps_2 .container_map .mapa_mundi .go_to_europe {
  pointer-events: bounding-box;
  cursor: pointer;
}
.type_maps_2 .container_map .mapa_europe {
  position: relative;
}
.type_maps_2 .container_map .mapa_europe svg {
  max-height: 600px;
  margin: 0 0 0 auto;
  display: block;
}
.type_maps_2 .container_map .mapa_europe .button_back_mundi {
  background: #0D8390;
  padding: 13px;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: none;
  position: absolute;
  top: 0;
  left: 5%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.type_maps_2 .container_map .mapa_europe .button_back_mundi:hover {
  background: #000;
}
.type_maps_2 .container_map .mapa_europe .button_back_mundi:focus {
  background: #000;
}
.type_maps_2 .container_map .mapa_europe .button_back_mundi svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.type_maps_2 .container_map .mapa_europe .cls-11 {
  fill: none;
}
.type_maps_2 .container_map .mapa_europe .cls-22 {
  fill: #ddd;
}
.type_maps_2 .container_map .mapa_europe .cls-33 {
  fill: #0d8390;
}
.type_maps_2 .container_map .mapa_europe .cls-44 {
  font-size: 8px;
  font-family: "Catalonia";
  fill: #0d8390;
}
.type_maps_2 .container_map .mapa_europe .point {
  cursor: pointer;
}
.type_maps_2 .container_map .mapa_europe .point circle {
  transition: all 0.5s ease;
}
.type_maps_2 .container_map .mapa_europe .point:hover {
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_europe .point:hover circle {
  r: 8px;
  fill: #e32119;
}
.type_maps_2 .container_map .mapa_europe .point:hover .cls-44 {
  display: block;
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_europe .point:focus {
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_europe .point:focus circle {
  r: 8px;
  fill: #e32119;
}
.type_maps_2 .container_map .mapa_europe .point:focus .cls-44 {
  display: block;
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_europe .point.active {
  text-decoration: none;
}
.type_maps_2 .container_map .mapa_europe .point.active circle {
  r: 8px;
  fill: #e32119;
}
.type_maps_2 .container_map .mapa_europe .point.active .cls-44 {
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 1400px) {
  .type_maps_2 .container_map .mapa_mundi svg {
    max-height: 800px;
  }
  .type_maps_2 .container_map .mapa_europe svg {
    max-height: 800px;
  }
}
@media only screen and (max-width: 991px) {
  .type_maps_2 .container_map {
    margin: 0;
  }
  .type_maps_2 .container_map .container_list_office {
    position: initial;
  }
  .type_maps_2 .container_map .container_list_office .item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .type_maps_2 {
    margin: 40px auto;
  }
  .type_maps_2 .text .content_type_4 {
    text-align: center;
  }
  .type_maps_2 .text .content_type_4 .line_red {
    margin: 0 auto 40px;
  }
  .type_maps_2 .container_map .mapa_mundi {
    display: none;
  }
  .type_maps_2 .container_map .mapa_europe {
    display: none;
  }
  .type_maps_2 .container_map .container_list_office .item {
    display: block;
    text-align: center;
  }
  .type_maps_2 .container_map .container_list_office .item .texto {
    width: 100%;
  }
  .type_maps_2 .container_map .container_list_office .item .link {
    width: 100%;
    margin: 30px 0 0;
  }
}
/*Plantilla 3*/
.type_maps_3 {
  margin: 80px auto 0;
  overflow: hidden;
  padding: 0;
}
.type_maps_3 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 15px;
  max-width: 600px !important;
}
.type_maps_3 .content_type_4 .address {
  display: flex;
  align-items: center;
  justify-content: center;
}
.type_maps_3 .content_type_4 .address svg {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D8390;
  color: #fff;
  margin: 0 10px 0 0;
}
.type_maps_3 .content_type_4 .address p {
  margin: 0;
  font-weight: 700;
}
.type_maps_3 .bloque_map {
  width: 100%;
}
.type_maps_3 .bloque_map .banner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
  position: relative;
  min-height: 100px;
}
.type_maps_3 .bloque_map .banner .image {
  width: 130px;
  min-width: 130px;
  height: 130px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
}
.type_maps_3 .bloque_map .banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.type_maps_3 .bloque_map .banner .text {
  background: #eee;
  padding: 30px 40px 30px 100px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin: 0 0 0 -80px;
  min-width: 370px;
}
.type_maps_3 .bloque_map .banner .text .small_title {
  margin: 0;
}
.type_maps_3 .bloque_map .banner .text .info {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  color: #e32119;
}
.type_maps_3 .bloque_map .container_map {
  margin: -60px 0 0;
}
.type_maps_3 .bloque_map .container_map iframe {
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 767px) {
  .type_maps_3 {
    margin: 40px auto 0;
  }
  .type_maps_3 .bloque_map .banner .image {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .type_maps_3 .bloque_map .banner .text {
    padding: 15px 15px 15px 100px;
    min-width: calc(100% - 100px);
  }
  .type_maps_3 .bloque_map .container_map {
    margin: 40px 0 0;
  }
}
/*Plantilla 4*/
.type_maps_4 {
  margin: 80px auto 0;
  overflow: hidden;
  padding: 0;
}
.type_maps_4 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 30px;
}
.type_maps_4 .bloque_map {
  width: 100%;
}
.type_maps_4 .bloque_map .container_map {
  margin: 0 auto;
  width: 80%;
  max-width: 1060px;
}
.type_maps_4 .bloque_map .container_map iframe {
  width: 100%;
  height: 550px;
}

@media only screen and (max-width: 767px) {
  .type_maps_4 {
    margin: 40px auto 0;
  }
}
/*Plantilla 5*/
.type_maps_5 {
  margin: 80px auto 0;
  overflow: hidden;
  padding: 0;
}
.type_maps_5 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 30px;
}
.type_maps_5 .bloque_map {
  width: 100%;
}
.type_maps_5 .bloque_map .container_map {
  margin: 0;
  width: 100%;
  height: 600px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .type_maps_5 {
    margin: 40px auto 0;
  }
  .type_maps_5 .bloque_map .container_map {
    height: 300px;
  }
}
/*Estilos mapa eeuu*/
.st0 {
  fill: #DDDDDD;
}

.st1 {
  fill: #0D8390;
}

.st2 {
  font-family: "HelveticaNeueLTStd-BdCn";
}

.st3 {
  font-size: 12px;
  font-family: HelveticaNeueLTStd-BdCn, Helvetica Neue LT Std;
}

/*Menús secundario 1*/
.second_menu_1 {
  margin: 80px auto 0;
}
.second_menu_1 .list_items {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.second_menu_1 .list_items .box_link {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.second_menu_1 .list_items .box_link .image {
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.second_menu_1 .list_items .box_link .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second_menu_1 .list_items .box_link .content {
  width: 85%;
  background: #fff;
  position: relative;
  margin: -90px 0 20px 15%;
  padding: 20px 30px;
  border-bottom: 2px solid #000;
}
.second_menu_1 .list_items .box_link .content:before {
  content: "";
  width: 2px;
  height: 50px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.second_menu_1 .list_items .box_link .content .medium_title {
  font-size: 32px;
  line-height: 1.5;
  width: calc(100% - 45px);
}
.second_menu_1 .list_items .box_link .content svg {
  width: 100%;
  max-width: 30px;
  margin: -20px 0 0 auto;
  display: block;
  font-size: 40px;
}

@media only screen and (max-width: 991px) {
  .second_menu_1 .list_items .box_link .content {
    padding: 20px;
    margin: -50px 0 20px 16%;
  }
  .second_menu_1 .list_items .box_link .content .medium_title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .second_menu_1 {
    margin: 40px auto 0;
  }
  .second_menu_1 .list_items .box_link .content .icon {
    margin: -20px 0 0 auto;
  }
}
/*Menús secundario 2*/
.second_menu_2 {
  margin: 80px auto 0;
}
.second_menu_2 .bloque {
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: 0 -15px 0 auto;
}
.second_menu_2 .bloque .image {
  border: none;
  background: #000;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  position: relative;
  padding: 20px;
}
.second_menu_2 .bloque .image img {
  width: 100%;
}
.second_menu_2 .bloque .image:before {
  content: "";
  width: 70px;
  height: 70px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  right: -35%;
  top: 15px;
  z-index: -1;
}
.second_menu_2 .bloque .text {
  width: calc(100% - 100px);
  padding: 20px 20px 20px 100px;
  background: rgba(0, 0, 0, 0.05);
}
.second_menu_2 .bloque .text .title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px;
}
.second_menu_2 .bloque .text .content_text {
  font-size: 14px;
  color: #0D8390;
  margin: 0;
}
.second_menu_2 .bloque .text .content_text > *:last-child {
  margin-bottom: 0;
  font-size: 14px;
}
.second_menu_2 .bloque .text .list_links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.second_menu_2 .bloque .text .list_links .item {
  margin: 5px 0 0;
}
.second_menu_2 .bloque .text .list_links .item a {
  color: #0D8390;
  font-size: 16px;
  transition: all 0.5s ease;
}
.second_menu_2 .bloque .text .list_links .item a > svg {
  margin: 5px 5px 0 0;
  width: 20px;
}
.second_menu_2 .bloque .text .list_links .item a > span {
  color: #000;
}
.second_menu_2 .bloque .text .list_links .item a:hover {
  color: #000;
}
.second_menu_2 .bloque .text .list_links .item a:focus {
  color: #000;
}
.second_menu_2 .bloque .text .list_links .item a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0 5px 0 0;
}

@media only screen and (max-width: 767px) {
  .second_menu_2 {
    margin: 40px auto 0;
  }
  .second_menu_2 .bloque .image {
    width: 60px;
    height: 60px;
  }
  .second_menu_2 .bloque .image:before {
    width: 43px;
    height: 42px;
    top: 9px;
  }
  .second_menu_2 .bloque .text {
    width: calc(100% - 60px);
    padding: 20px 20px 20px 45px;
  }
}
/*Menús secundario 3*/
.second_menu_3 {
  margin: 100px auto 0;
}
.second_menu_3 .list_items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.second_menu_3 .list_items .item {
  width: 11%;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
  min-width: 150px;
}
.second_menu_3 .list_items .item .link_all.active ~ .image {
  background: #0D8390;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.second_menu_3 .list_items .item .link_all.active ~ .image:before {
  background: #0D8390;
}
.second_menu_3 .list_items .item .link_all.active ~ .image img {
  opacity: 1;
  filter: invert(100%);
}
.second_menu_3 .list_items .item .link_all.active ~ .content .link:before {
  background: #0D8390;
}
.second_menu_3 .list_items .item .link_all:hover ~ .image {
  background: #0D8390;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.second_menu_3 .list_items .item .link_all:hover ~ .image:before {
  background: #0D8390;
}
.second_menu_3 .list_items .item .link_all:hover ~ .image img {
  opacity: 1;
  filter: invert(100%);
}
.second_menu_3 .list_items .item .link_all:hover ~ .content .link:before {
  background: #0D8390;
}
.second_menu_3 .list_items .item .link_all:focus ~ .image {
  background: #0D8390;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.second_menu_3 .list_items .item .link_all:focus ~ .image:before {
  background: #0D8390;
}
.second_menu_3 .list_items .item .link_all:focus ~ .image img {
  opacity: 1;
  filter: invert(100%);
}
.second_menu_3 .list_items .item .link_all:focus ~ .content .link:before {
  background: #0D8390;
}
.second_menu_3 .list_items .item .image {
  background: #dadada;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  margin: 0 auto 50px;
  position: relative;
}
.second_menu_3 .list_items .item .image:before {
  content: "";
  width: 10px;
  height: 100px;
  background: #dadada;
  position: absolute;
  bottom: -34px;
  left: calc(80% - 5px);
  transform: rotate(135deg);
  z-index: -1;
}
.second_menu_3 .list_items .item .image img {
  transform: rotate(-45deg);
  width: 40px;
  opacity: 0.5;
}
.second_menu_3 .list_items .item .content {
  padding: 0 20px 25px;
  margin: -20px 0 0;
  position: relative;
}
.second_menu_3 .list_items .item .content .link {
  font-size: 17px;
  text-transform: uppercase;
  margin: 80px 0 0;
  line-height: 1.2;
}
.second_menu_3 .list_items .item .content .link:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #dadada;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
.second_menu_3 .list_items .item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.second_menu_3 .list_items .item:nth-child(even) .content {
  padding: 30px 20px 0;
}
.second_menu_3 .list_items .item:nth-child(even) .content .link {
  margin: 0 0 55px;
}
.second_menu_3 .list_items .item:nth-child(even) .content .link:before {
  bottom: auto;
  top: 0;
}
.second_menu_3 .list_items .item:nth-child(even) .image:before {
  top: -34px;
  right: calc(80% - 5px);
  bottom: auto;
  left: auto;
}
.second_menu_3 .list_items.more .item {
  width: 15%;
}

@media only screen and (max-width: 767px) {
  .second_menu_3 {
    display: none;
  }
}
/*Menú secunario 3 - mobile*/
.second_menu_3_mobile {
  margin: 80px auto 0;
}
.second_menu_3_mobile .nav-tabs {
  border: none;
}
.second_menu_3_mobile .nav-tabs .nav-item {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 -15px;
}
.second_menu_3_mobile .nav-tabs .nav-item:nth-child(5n+4) {
  margin-left: 16.5%;
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link {
  background: #dadada;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  margin: 0;
  position: relative;
  border-radius: 0;
  border: none;
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link:hover {
  background: #0D8390;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link:hover img {
  opacity: 1;
  filter: invert(100%);
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link:focus {
  background: #0D8390;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link:focus img {
  opacity: 1;
  filter: invert(100%);
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link img {
  transform: rotate(-45deg);
  width: 40px;
  margin: 0;
  opacity: 0.5;
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link.active {
  border: 2px solid #0D8390;
  background: #fff;
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link.active:hover {
  background: #0D8390;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link.active:hover img {
  opacity: 1;
  filter: invert(100%);
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link.active:focus {
  background: #0D8390;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.second_menu_3_mobile .nav-tabs .nav-item .nav-link.active:focus img {
  opacity: 1;
  filter: invert(100%);
}
.second_menu_3_mobile .tab-content {
  margin: 50px 0 0;
}
.second_menu_3_mobile .tab-content .tab-pane .link {
  font-size: 14px;
  color: #0D8390;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.second_menu_3_mobile .tab-content .tab-pane .link:hover {
  color: #000;
  text-decoration: none;
}
.second_menu_3_mobile .tab-content .tab-pane .link:focus {
  color: #000;
  text-decoration: none;
}
.second_menu_3_mobile .tab-content .tab-pane .link svg {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .second_menu_3_mobile {
    display: none;
  }
}
/*Menús secundario 4*/
.second_menu_4 {
  margin: 80px auto 0;
}
.second_menu_4 .list_items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.second_menu_4 .list_items .item {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  margin: 0 0 40px;
}
.second_menu_4 .list_items .item .nivel1 {
  min-height: 400px;
}
.second_menu_4 .list_items .item .nivel1 .image {
  height: 300px;
  padding: 10px 10px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: #ccc;
}
.second_menu_4 .list_items .item .nivel1 .image .icon {
  height: 100%;
  max-height: 170px;
  filter: invert(1);
}
.second_menu_4 .list_items .item .nivel1 .image .background {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 80%;
  opacity: 0.15;
  filter: invert(1);
}
.second_menu_4 .list_items .item .nivel1 .link {
  display: block;
  padding: 30px 60px 30px 30px;
  background: #fff;
  width: 90%;
  margin: -80px 0 20px auto;
  position: relative;
  color: #000;
  min-height: 80px;
  transition: all 0.5s ease;
}
.second_menu_4 .list_items .item .nivel1 .link:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.second_menu_4 .list_items .item .nivel1 .link:focus {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.second_menu_4 .list_items .item .nivel1 .link .icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 30px;
}
.second_menu_4 .list_items .item .nivel2 {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid;
}
.second_menu_4 .list_items .item .nivel2 .item2 .link2 {
  padding: 10px 40px 10px 10px;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 2px solid;
  position: relative;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.second_menu_4 .list_items .item .nivel2 .item2 .link2:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.second_menu_4 .list_items .item .nivel2 .item2 .link2:hover .icon {
  filter: invert(100%);
}
.second_menu_4 .list_items .item .nivel2 .item2 .link2:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.second_menu_4 .list_items .item .nivel2 .item2 .link2:focus .icon {
  filter: invert(100%);
}
.second_menu_4 .list_items .item .nivel2 .item2 .link2 .icon {
  width: 100%;
  max-width: 30px;
  margin: 0 10px 0 0;
}
.second_menu_4 .list_items .item .nivel2 .item2 .link2 .arrow {
  position: absolute;
  right: 10px;
  font-size: 20px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .second_menu_4 .small_title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .second_menu_4 {
    margin: 60px auto 0;
  }
  .second_menu_4 .list_items .item .nivel1 {
    min-height: auto;
  }
}
/*Menú secundario5*/
.second_menu_5 {
  margin: 0 auto 80px;
  padding: 0;
}
.second_menu_5 nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  background: #0D8390;
  color: #fff;
}
.second_menu_5 nav .small_title {
  font-weight: 400;
  font-family: "Pacifico";
  min-width: fit-content;
  margin: 10px 0;
}
.second_menu_5 nav .list_items {
  padding: 0;
  margin: 10px 20px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.second_menu_5 nav .list_items .link {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  display: block;
  transition: all 0.5s ease;
  margin: 5px 10px;
}
.second_menu_5 nav .list_items .link:hover {
  text-decoration: none;
  color: #000;
}
.second_menu_5 nav .list_items .link:hover img {
  filter: invert(0);
}
.second_menu_5 nav .list_items .link:focus {
  text-decoration: none;
  color: #000;
}
.second_menu_5 nav .list_items .link:focus img {
  filter: invert(0);
}
.second_menu_5 nav .list_items .link img {
  margin: 0 5px 0 0;
  transition: all 0.5s ease;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: invert(1);
}

@media only screen and (max-width: 767px) {
  .second_menu_5 {
    margin: 40px auto;
  }
  .second_menu_5 nav .list_items .link {
    font-size: 16px;
  }
}
/*Listado página general noticias*/
.list_news_1 {
  margin: 50px auto 40px;
}

@media only screen and (min-width: 768px) {
  .list_news_1 .list_cards .item .bloque {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .list_news_1 .list_cards .item .bloque .content_text {
    margin-bottom: auto;
  }
  .list_news_1 .list_cards .item.one {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    align-items: center;
  }
  .list_news_1 .list_cards .item.one .image {
    width: 67%;
    height: 560px;
    background: #eee;
  }
  .list_news_1 .list_cards .item.one .image img {
    height: 560px;
  }
  .list_news_1 .list_cards .item.one .bloque {
    width: 63%;
    margin: 0 0 0 -30%;
    background: #fff;
    padding: 30px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .list_news_1 .list_cards .item.two {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .list_news_1 .list_cards .item.two .image {
    height: 500px;
    background: #eee;
  }
  .list_news_1 .list_cards .item.two .image img {
    height: 500px;
  }
  .list_news_1 .list_cards .item.two .bloque {
    width: calc(100% - 80px);
    margin: -200px auto 0;
    height: calc(100% - 300px);
  }
  .list_news_1 .list_cards .item.two .bloque:after {
    height: 60px;
  }
  .list_news_1 .list_cards .item.three {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column-reverse;
  }
  .list_news_1 .list_cards .item.three .image {
    margin: -200px 0 0;
    background: #eee;
    height: 500px;
  }
  .list_news_1 .list_cards .item.three .image img {
    height: 500px;
  }
  .list_news_1 .list_cards .item.three .image .fecha {
    top: auto;
    bottom: 0;
  }
  .list_news_1 .list_cards .item.three .bloque {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
  .list_news_1 .list_cards .item.three .bloque:before {
    bottom: auto;
    top: 0;
  }
  .list_news_1 .list_cards .item.three .bloque:after {
    bottom: auto;
    top: 0;
    height: 60px;
  }
}
/*Detalle noticia y Caso de éxito*/
.content_new {
  margin: 60px auto;
}
.content_new .separator {
  width: 100%;
  max-width: 450px;
  height: 2px;
  background: #000;
  margin: 0 auto 50px;
}
.content_new .content_text {
  max-width: 1000px;
  margin: 0 auto;
}
.content_new .content_text ul {
  display: flow-root;
}
.content_new .quote_ca {
  width: 40%;
  float: left;
  display: block;
  margin: 10px 50px 60px 0;
}
.content_new .quote_ca .image {
  max-width: 70%;
}

@media only screen and (max-width: 767px) {
  .content_new .quote_ca {
    width: 100%;
  }
}
/*carousel news*/
.content_new .carousel.slide {
  position: relative;
  padding-bottom: 80px;
}
.content_new .carousel.slide .carousel-control-prev, .content_new .carousel.slide .carousel-control-next {
  background-color: #353a40;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  bottom: 25px;
  top: auto;
  transition: all 0.5s ease-out;
}
.content_new .carousel.slide .carousel-control-prev:hover, .content_new .carousel.slide .carousel-control-prev:focus, .content_new .carousel.slide .carousel-control-next:hover, .content_new .carousel.slide .carousel-control-next:focus {
  background-color: #0d8390;
}
.content_new .carousel.slide .carousel-control-prev {
  right: auto;
  left: calc(50% - 80px);
}
.content_new .carousel.slide .carousel-control-next {
  left: auto;
  right: calc(50% - 80px);
}

/*CONTENIDO BASICO*/
.content_basic {
  margin: 50px auto 0;
}

@media only screen and (max-width: 767px) {
  .content_basic {
    margin: 50px auto 0;
  }
}
.content_text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.content_text h2 {
  font-size: 26px;
  font-weight: 800;
  margin: 25px 0 20px;
}
.content_text h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 25px 0 20px;
}
.content_text h4 {
  font-size: 20px;
  font-weight: 800;
  margin: 25px 0 20px;
}
.content_text h5 {
  font-size: 20px;
  font-weight: 800;
  margin: 25px 0 20px;
}
.content_text h6 {
  font-size: 20px;
  font-weight: 800;
  margin: 25px 0 20px;
}
.content_text p {
  font-size: 18px;
  margin: 0 0 15px;
}
.content_text a {
  color: #0D8390;
  text-decoration: underline;
  transition: all 0.5s ease;
  font-weight: bold;
}
.content_text a:hover {
  color: #000;
}
.content_text a:focus {
  color: #000;
}
.content_text img {
  /*width: auto;*/
  max-width: 100%;
  margin: 15px auto !important;
  display: block;
}
.content_text ul {
  list-style: none;
  margin: 0 0 20px;
}
.content_text ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #0D8390;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: -30px;
}
.content_text ul li ol li:before {
  content: none;
}
.content_text li {
  margin: 0 0 15px;
  position: relative;
}
.content_text ol {
  padding: 0 0 0 40px;
  margin: 0;
  list-style: decimal-leading-zero;
}
.content_text ol li::marker {
  color: #0D8390;
  position: absolute;
  font-size: 20px;
  font-weight: 800;
}
.content_text table {
  margin: 40px auto;
  width: 100%;
  border: none;
  max-width: 100%;
}
.content_text table .text_center {
  text-align: center;
}
.content_text table .text_right {
  text-align: right;
}
.content_text table .text_left {
  text-align: left;
}
.content_text table caption {
  caption-side: top;
  color: #000;
  text-align: left;
  font-size: 26px;
  font-weight: 800;
  /*margin: 0 0 10px;*/
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.content_text table thead {
  background: #0D8390;
  color: #fff;
}
.content_text table thead > * {
  font-size: 18px;
  font-weight: 800;
}
.content_text table thead th {
  padding: 10px;
  text-transform: uppercase;
}
.content_text table thead td {
  padding: 10px;
  text-transform: uppercase;
}
.content_text table tbody > * {
  font-size: 18px;
  font-weight: 400;
}
.content_text table tbody th {
  padding: 10px;
}
.content_text table tbody td {
  padding: 10px;
}
.content_text table tbody tr {
  border-bottom: 2px solid #0D8390;
}
.content_text table tbody tr:nth-child(even) {
  background: #efefef;
}
.content_text table a {
  font-weight: 400;
  color: #000;
  transition: all 0.5s ease;
}
.content_text table a:hover {
  color: #0D8390;
}
.content_text table a:focus {
  color: #0D8390;
}
.content_text iframe {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .content_text h2 {
    font-size: 22px;
  }
  .content_text h3 {
    font-size: 18px;
  }
  .content_text h4 {
    font-size: 16px;
  }
  .content_text h5 {
    font-size: 16px;
  }
  .content_text h6 {
    font-size: 16px;
  }
  .content_text p {
    font-size: 14px;
  }
  .content_text ul li {
    font-size: 14px;
  }
  .content_text table caption {
    font-size: 22px;
  }
  .content_text table tbody > * {
    font-size: 16px;
  }
  .content_text iframe {
    height: 250px;
  }
}
/*Info iconográfica*/
.part_iconos {
  margin: 50px auto 0;
}
.part_iconos .list_items {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.part_iconos .list_items .item {
  margin: 40px 0 0;
  padding: 0 20px;
}
.part_iconos .list_items .item .bloque {
  text-align: center;
  position: relative;
  padding: 0 30px 15px;
  height: 100%;
}
.part_iconos .list_items .item .bloque:before {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
}
.part_iconos .list_items .item .bloque:after {
  content: "";
  height: 50%;
  width: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
}
.part_iconos .list_items .item .bloque img {
  max-width: 90%;
  height: 90px;
  min-width: 60px;
  object-fit: contain;
}
.part_iconos .list_items .item .bloque .small_title {
  margin: 20px 0 0;
  text-transform: uppercase;
}
.part_iconos .list_items .item .bloque .content_text {
  margin: 20px 0 15px;
}

@media only screen and (max-width: 991px) {
  .part_iconos .list_items .item {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .part_iconos .list_items .item .bloque {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 20px 15px;
  }
  .part_iconos .list_items .item .bloque img {
    margin: 0 20px 0 0;
  }
  .part_iconos .list_items .item .bloque .content_text {
    margin: 5px 0 15px;
  }
}
/*Vídeo azul*/
.part_video {
  margin: 60px auto 0;
  position: relative;
}
.part_video .video {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.part_video .video > iframe {
  width: 100%;
  height: 460px;
}
.part_video .background {
  position: absolute;
  top: calc(50% - 110px);
  height: 220px;
  width: 100%;
  background: #0D8390;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 992px) {
  .part_video .video {
    max-width: 600px;
  }
  .part_video .video > iframe {
    height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .part_video {
    margin: 60px auto 0;
  }
  .part_video .video {
    max-width: 400px;
  }
  .part_video .video > iframe {
    height: 230px;
  }
  .part_video .background {
    top: calc(50% - 70px);
    height: 140px;
  }
}
/*Vídeo rojo*/
.part_video.red .background {
  background: #e32119;
}

/*Cita*/
.part_quote {
  margin: 50px auto 30px;
}
.part_quote .quote_ca {
  margin: 0 auto;
  width: 100%;
}

.quote_ca {
  background: rgba(0, 0, 0, 0.05);
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  margin: 30px auto 50px;
}
.quote_ca .text {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote_ca .text .title {
  font-size: 35px;
  font-family: "Pacifico";
  font-weight: 400;
  margin: 0;
}
.quote_ca .text .description {
  max-width: 900px;
}
.quote_ca .text .description > * {
  font-size: 18px;
  margin: 20px 0 0;
}
.quote_ca .image {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
}
.quote_ca .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote_ca .share_rrss {
  position: absolute;
  bottom: -30px;
  right: -15px;
  display: flex;
  align-items: center;
  background: #0D8390;
  padding: 10px 15px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.quote_ca .share_rrss .subtitle {
  font-size: 14px;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
}
.quote_ca .share_rrss .list_rrss {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.quote_ca .share_rrss .list_rrss li {
  margin: 0;
}
.quote_ca .share_rrss .list_rrss li:before {
  content: none;
}
.quote_ca .share_rrss .list_rrss a {
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 10px;
  font-size: 25px;
  transition: all 0.5s ease;
}
.quote_ca .share_rrss .list_rrss a:hover {
  color: #000;
}
.quote_ca .share_rrss .list_rrss a:focus {
  color: #000;
}

@media only screen and (max-width: 1100px) {
  .quote_ca {
    width: calc(100% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .quote_ca {
    flex-wrap: wrap;
    width: 100%;
  }
  .quote_ca .text {
    text-align: center;
  }
  .quote_ca .text .title {
    font-size: 25px;
    font-family: "Pacifico";
    font-weight: 400;
    margin: 0;
  }
  .quote_ca .text .description {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .quote_ca .image {
    max-width: 100%;
  }
  .quote_ca .share_rrss {
    right: -15px;
  }
}
/*Link*/
.part_link {
  text-align: center;
  margin: 40px auto 0;
}
.part_link .btn_red {
  width: 100%;
  max-width: 600px;
  justify-content: center;
}
.part_link.gray {
  margin: 0;
  padding: 40px 15px;
  background: rgba(0, 0, 0, 0.05);
}

/*Web map*/
.web_map {
  margin: 60px auto 0;
}
.web_map > .row > div {
  margin: 0 0 30px;
}
.web_map .results-header h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 20px 0 10px;
  color: #000;
}
.web_map .results-header h2 a {
  color: #000;
}
.web_map .results-header h2 a:hover, .web_map .results-header h2 a:focus {
  color: #0d8390;
  text-decoration: underline;
}
.web_map .child-pages {
  padding: 0;
  margin: 0;
  list-style: none;
}
.web_map .child-pages a {
  color: #000;
  display: block;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 500;
}
.web_map .child-pages a:hover, .web_map .child-pages a:focus {
  color: #0d8390;
  text-decoration: underline;
}
.web_map .child-pages .child-pages {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: revert;
}
.web_map .child-pages .child-pages a {
  color: #000;
  display: block;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
}
.web_map .child-pages .child-pages a:hover, .web_map .child-pages .child-pages a:focus {
  color: #0d8390;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .web_map {
    margin: 20px auto 0;
  }
}
/*Banner rrss 1*/
.type_rrss_1 {
  min-height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.type_rrss_1 .content {
  padding: 50px 0 50px 100px;
  position: relative;
}
.type_rrss_1 .content:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 70px;
  left: 60px;
}
.type_rrss_1 .content .content_text {
  margin: 15px 0;
}
.type_rrss_1 .rrss {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
}
.type_rrss_1 .rrss .list_rrss {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.type_rrss_1 .rrss .list_rrss a {
  color: #fff;
  font-size: 50px;
  padding: 0 30px 0 0;
  transition: all 0.5s ease;
}
.type_rrss_1 .rrss .list_rrss a:hover {
  color: #000;
}
.type_rrss_1 .rrss .list_rrss a:hover img {
  filter: invert(1);
}
.type_rrss_1 .rrss .list_rrss a:focus {
  color: #000;
}
.type_rrss_1 .rrss .list_rrss a:focus img {
  filter: invert(1);
}
.type_rrss_1 .rrss .list_rrss a img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.type_rrss_1 .rrss .list_rrss li:last-child a {
  padding: 0;
}

.type_rrss_1.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .type_rrss_1.space {
    margin: 40px auto 0;
  }
  .type_rrss_1 .content {
    padding: 60px 40px 0;
    text-align: center;
  }
  .type_rrss_1 .content:before {
    top: 25px;
    left: calc(50% - 7px);
  }
}
/*Banner rrss 2*/
.type_rrss_2 {
  margin: 0px auto 80px;
  padding: 0;
}
.type_rrss_2 .above {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.type_rrss_2 .above .block_content {
  position: relative;
  width: 50%;
  padding: 100px 50px 100px 100px;
  color: #fff;
}
.type_rrss_2 .above .block_content .big_title {
  position: relative;
}
.type_rrss_2 .above .block_content .big_title:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 30px;
  left: -40px;
}
.type_rrss_2 .above .block_content .content_text {
  margin: 30px 0 15px;
}
.type_rrss_2 .above .block_content .list_rrss {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.type_rrss_2 .above .block_content .list_rrss a {
  color: #fff;
  font-size: 50px;
  padding: 0 30px 0 0;
  transition: all 0.5s ease;
}
.type_rrss_2 .above .block_content .list_rrss a:hover {
  color: #000;
}
.type_rrss_2 .above .block_content .list_rrss a:hover img {
  filter: invert(1);
}
.type_rrss_2 .above .block_content .list_rrss a:focus {
  color: #000;
}
.type_rrss_2 .above .block_content .list_rrss a:focus img {
  filter: invert(1);
}
.type_rrss_2 .above .block_content .list_rrss a img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.type_rrss_2 .above .block_content .list_rrss li:last-child a {
  padding: 0;
}
.type_rrss_2 .below {
  width: calc(50% - 50px);
  max-width: 600px;
  padding: 20px;
  background: #fff;
  margin: -450px 50px 0 auto;
  position: relative;
}

.type_rrss_2.space {
  margin: 80px auto 80px;
}

@media only screen and (min-width: 1400px) {
  .type_rrss_2 .below {
    margin: -450px 10% 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  .type_rrss_2 .above .block_content {
    width: 100%;
    padding: 100px 100px 200px;
  }
  .type_rrss_2 .below {
    margin: -100px auto 0;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .type_rrss_2 .above .block_content {
    width: 100%;
    padding: 80px 50px 150px;
    text-align: center;
  }
  .type_rrss_2 .above .block_content .big_title:before {
    top: -40px;
    left: calc(50% - 10px);
  }
  .type_rrss_2 .above .block_content .list_rrss {
    justify-content: center;
  }
}
/*Plantilla 1*/
.type_card_1 {
  margin: 80px auto 0;
}
.type_card_1 .left {
  padding: 50px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.type_card_1 .left .icon {
  position: absolute;
  top: 0;
  left: -15%;
  height: 85%;
  max-height: 400px;
  opacity: 0.05;
  z-index: -1;
}
.type_card_1 .left .extra_title {
  margin: 0 0 20px;
}
.type_card_1 .right {
  padding: 0;
}
.type_card_1 .right .tabs_cata {
  display: flex;
  padding: 50px 0 0 50px;
  height: 100%;
}
.type_card_1 .right .tabs_cata .list_links {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100px;
}
.type_card_1 .right .tabs_cata .list_links .item .head_item {
  margin: 0 0 15px;
}
.type_card_1 .right .tabs_cata .list_links .item .nav-link {
  border: none;
  background: transparent;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  position: relative;
  padding: 15px;
}
.type_card_1 .right .tabs_cata .list_links .item .nav-link:before {
  content: none;
}
.type_card_1 .right .tabs_cata .list_links .item .nav-link img {
  filter: none;
  width: 100%;
  max-width: 50px;
  min-width: auto;
}
.type_card_1 .right .tabs_cata .list_links .item .nav-link.active {
  background: #000;
}
.type_card_1 .right .tabs_cata .list_links .item .nav-link.active:before {
  content: "";
  width: 70px;
  height: 70px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  right: -35%;
  top: 15px;
}
.type_card_1 .right .tabs_cata .list_links .item .nav-link.active img {
  filter: invert(1);
}
.type_card_1 .right .tabs_cata .content_tabs .body_item {
  background: rgba(0, 0, 0, 0.05);
  padding: 50px 100px;
  height: 100%;
}
.type_card_1 .right .tabs_cata .content_tabs .body_item .content_body .subtitle {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 30px;
  position: relative;
}
.type_card_1 .right .tabs_cata .content_tabs .body_item .content_body .subtitle:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: -35px;
}
.type_card_1 .right .tabs_cata .content_tabs .body_item .content_body .content_text {
  margin: 0 0 30px;
}

@media only screen and (max-width: 991px) {
  .type_card_1 .right .tabs_cata {
    padding: 0 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .type_card_1 {
    margin: 40px auto 0;
  }
  .type_card_1 .left {
    padding: 20px;
    margin-bottom: 30px;
  }
  .type_card_1 .right .tabs_cata {
    padding: 0;
  }
  .type_card_1 .right .tabs_cata .content_tabs {
    margin-bottom: 40px;
  }
  .type_card_1 .right .tabs_cata .content_tabs .body_item {
    padding: 40px 30px 40px 70px;
  }
  .type_card_1 .right .tabs_cata .list_links .item .nav-link {
    width: 60px;
    height: 60px;
  }
  .type_card_1 .right .tabs_cata .list_links .item .nav-link.active:before {
    width: 42px;
    height: 42px;
    top: 9px;
  }
}
/*Plantilla 2*/
.gray_container_simple {
  padding: 50px 0 0;
  background: rgba(0, 0, 0, 0.05);
  margin: 80px auto 0;
}
.gray_container_simple .type_card_2 {
  margin: 0 auto;
}

.type_card_2 {
  margin: 80px auto 0;
}
.type_card_2 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 15px;
}
.type_card_2 .list_cards_2 .item {
  margin: 0 0 60px;
}
.type_card_2 .list_cards_2 .item .bloque {
  padding: 180px 5% 0px;
  position: relative;
  height: 100%;
}
.type_card_2 .list_cards_2 .item .bloque .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 400px;
  height: 80%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.type_card_2 .list_cards_2 .item .bloque .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.type_card_2 .list_cards_2 .item .bloque .content {
  padding: 20px 20px 40px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  min-height: 180px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.type_card_2 .list_cards_2 .item .bloque .content .titular .small_title {
  margin: 0;
}
.type_card_2 .list_cards_2 .item .bloque .content .second_title {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-size: 22px;
}
.type_card_2 .list_cards_2 .item .bloque .content .content_text {
  margin: 20px 0 0;
}
.type_card_2 .list_cards_2 .item .bloque .content .content_text > *:last-child {
  margin-bottom: 0;
}
.type_card_2 .list_cards_2 .item .bloque .btn_all_blue {
  position: relative;
  margin: -25px auto 0;
  max-width: 90%;
  width: fit-content;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .type_card_2 {
    margin: 40px auto 0;
  }
  .type_card_2 .list_cards_2 .item .bloque .content .titular .second_title {
    font-size: 18px;
  }
}
/*Plantilla 3*/
.type_card_3 {
  margin: 80px auto 0;
  overflow: hidden;
}
.type_card_3 .content_type_4 {
  margin: 0 auto 60px;
  padding: 0 15px;
}
.type_card_3 .carrusel_card_big {
  overflow: hidden;
  width: 100%;
  position: relative;
  /*float: left;*/
  max-width: 1400px;
  margin: 0 auto;
}
.type_card_3 .carrusel_card_big button {
  position: absolute;
  font-size: 80px;
  background: transparent;
  border: none;
  top: calc(50% - 50px);
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease;
  z-index: 2;
}
.type_card_3 .carrusel_card_big button:hover {
  color: #0D8390;
}
.type_card_3 .carrusel_card_big button.left-arrow {
  left: 40px;
}
.type_card_3 .carrusel_card_big button.right-arrow {
  right: 40px;
}
.type_card_3 .carrusel_card_big .list_card_gray {
  margin: 0;
  padding: 0 150px;
  list-style: none;
  overflow: hidden;
  display: flex;
}
.type_card_3 .carrusel_card_big .list_card_gray:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), transparent);
  z-index: 1;
}
.type_card_3 .carrusel_card_big .list_card_gray:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(to left, rgb(255, 255, 255), transparent);
  z-index: 1;
}
.type_card_3 .carrusel_card_big .list_card_gray .card-block {
  float: left;
  height: auto;
  max-width: 340px;
  width: 100%;
  flex: 0 0 auto;
  margin: 0 10px 60px;
  /*display: inline-block;*/
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*&:first-child {
  	margin-left: 180px;
  }
  &:last-child {
  	margin-right: 180px;
  }*/
}
.type_card_3 .carrusel_card_big .list_card_gray .image {
  margin: 0 0 40px;
  text-align: center;
  position: relative;
}
.type_card_3 .carrusel_card_big .list_card_gray .image img {
  width: 100%;
  max-width: 70%;
  max-height: 100px;
  object-fit: contain;
}
.type_card_3 .carrusel_card_big .list_card_gray .content {
  margin: 0;
  padding: 0;
}
.type_card_3 .carrusel_card_big .list_card_gray .content .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.type_card_3 .carrusel_card_big .list_card_gray .content .content_text {
  margin: 15px 0;
}
.type_card_3 .carrusel_card_big .list_card_gray .content .content_text > * {
  font-size: 16px;
}
.type_card_3 .carrusel_card_big .list_card_gray .btn_all_blue {
  /*position: absolute;*/
  position: relative;
  /*top: calc(100% - 20px);*/
  /*left: 30px;*/
  width: 100%;
  /*max-width: calc(100% - 60px);*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 50px;
  text-align: center;
}
.type_card_3 .carrusel_card_big .list_card_gray .btn_all_blue svg {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  font-size: 20px;
}
.type_card_3 .carrusel_card_big .list_card_gray.center {
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
}
.type_card_3 .carrusel_card_big .list_card_gray.center:before {
  content: none;
}
.type_card_3 .carrusel_card_big .list_card_gray.center:after {
  content: none;
}
.type_card_3 .carrusel_card_big .list_card_gray.center .card-block {
  margin: 0 10px 60px !important;
  max-width: 310px;
}

.carrusel_card_big button:focus {
  color: #0D8390;
}

@media only screen and (max-width: 991px) {
  .type_card_3 {
    margin: 40px auto 0;
  }
  .type_card_3 .carrusel_card_big {
    padding-bottom: 80px;
  }
  .type_card_3 .carrusel_card_big button {
    font-size: 40px;
    top: calc(100% - 80px);
  }
  .type_card_3 .carrusel_card_big button.left-arrow {
    left: 20px;
    bottom: auto;
  }
  .type_card_3 .carrusel_card_big button.right-arrow {
    right: 20px;
    bottom: auto;
  }
  .type_card_3 .carrusel_card_big .list_card_gray {
    padding: 0px;
  }
  .type_card_3 .carrusel_card_big .list_card_gray:before {
    content: none;
  }
  .type_card_3 .carrusel_card_big .list_card_gray:after {
    content: none;
  }
  .type_card_3 .carrusel_card_big .list_card_gray .card-block {
    margin: 0 10px 60px !important;
    max-width: calc(50% - 20px);
  }
  .type_card_3 .carrusel_card_big .list_card_gray .btn_all_blue {
    padding: 10px 50px 10px 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .type_card_3 .carrusel_card_big .list_card_gray .card-block {
    max-width: calc(100% - 20px);
  }
}
/*Plantilla 4*/
.type_card_4 {
  margin: 80px auto 0;
  overflow: hidden;
}
.type_card_4.gray {
  padding: 50px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, transparent);
}
.type_card_4.gray .carrusel_card_big .list_card_gray::after {
  background: transparent;
}
.type_card_4.gray .carrusel_card_big .list_card_gray::before {
  background: transparent;
}
.type_card_4 .content_type_4 {
  margin: 0 auto 60px;
  padding: 0 15px;
}
.type_card_4 .carrusel_card_big {
  overflow: hidden;
  width: 100%;
  position: relative;
  /*float: left;*/
  max-width: 1400px;
  margin: 0 auto;
}
.type_card_4 .carrusel_card_big button {
  position: absolute;
  font-size: 80px;
  background: transparent;
  border: none;
  top: calc(50% - 50px);
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease;
  z-index: 2;
}
.type_card_4 .carrusel_card_big button:hover {
  color: #0D8390;
}
.type_card_4 .carrusel_card_big button.left-arrow {
  left: 60px;
}
.type_card_4 .carrusel_card_big button.right-arrow {
  right: 60px;
}
.type_card_4 .carrusel_card_big .list_card_gray {
  margin: 0;
  padding: 0 170px;
  list-style: none;
  overflow: hidden;
  display: flex;
}
.type_card_4 .carrusel_card_big .list_card_gray:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), transparent);
  z-index: 1;
}
.type_card_4 .carrusel_card_big .list_card_gray:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12%;
  height: 100%;
  background: linear-gradient(to left, rgb(255, 255, 255), transparent);
  z-index: 1;
}
.type_card_4 .carrusel_card_big .list_card_gray .card-block {
  float: left;
  /*height: fit-content;*/
  max-width: 1140px;
  flex: 0 0 auto;
  margin: 0 10px 60px;
  width: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  padding: 40px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  /*&:first-child {
  	margin-left: 180px;
  }
  &:last-child {
  	margin-right: 180px;
  }*/
}
.type_card_4 .carrusel_card_big .list_card_gray .image {
  margin: 0 0 40px;
  text-align: center;
  position: relative;
}
.type_card_4 .carrusel_card_big .list_card_gray .image:before {
  content: "";
  width: 15%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 15%;
  top: calc(50% - 1px);
}
.type_card_4 .carrusel_card_big .list_card_gray .image:after {
  content: "";
  width: 15%;
  height: 3px;
  background: #000;
  position: absolute;
  right: 15%;
  top: calc(50% - 1px);
}
.type_card_4 .carrusel_card_big .list_card_gray .image img {
  width: 100%;
  max-width: 25%;
  max-height: 100px;
  object-fit: contain;
}
.type_card_4 .carrusel_card_big .list_card_gray .content {
  margin: 0;
  padding: 0;
}
.type_card_4 .carrusel_card_big .list_card_gray .content .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.type_card_4 .carrusel_card_big .list_card_gray .content .content_text {
  margin: 20px 0 15px;
  text-align: left;
}
.type_card_4 .carrusel_card_big .list_card_gray .btn_all_blue {
  position: absolute;
  bottom: -25px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 10px 50px;
  text-align: center;
}
.type_card_4 .carrusel_card_big .list_card_gray .btn_all_blue svg {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  font-size: 20px;
}
.type_card_4 .carrusel_card_big.center {
  justify-content: center;
}

.carrusel_card_big button:focus {
  color: #0D8390;
}

@media only screen and (max-width: 991px) {
  .type_card_4 {
    margin: 40px auto 0;
  }
  .type_card_4 .carrusel_card_big {
    padding-bottom: 80px;
  }
  .type_card_4 .carrusel_card_big button {
    font-size: 40px;
    top: calc(100% - 80px);
  }
  .type_card_4 .carrusel_card_big button.left-arrow {
    left: 20px;
    bottom: auto;
  }
  .type_card_4 .carrusel_card_big button.right-arrow {
    right: 20px;
    bottom: auto;
  }
  .type_card_4 .carrusel_card_big .list_card_gray {
    padding: 0px;
  }
  .type_card_4 .carrusel_card_big .list_card_gray:before {
    content: none;
  }
  .type_card_4 .carrusel_card_big .list_card_gray:after {
    content: none;
  }
  .type_card_4 .carrusel_card_big .list_card_gray .card-block {
    margin: 0 10px 60px !important;
    max-width: calc(100% - 150px);
  }
  .type_card_4 .carrusel_card_big .list_card_gray .btn_all_blue {
    padding: 10px 50px 10px 20px;
    text-align: left;
  }
  .type_card_4 .carrusel_card_big .list_card_gray.center .card-block {
    max-width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .type_card_4 .carrusel_card_big .list_card_gray .card-block {
    max-width: calc(100% - 20px);
  }
}
/*Plantilla 5*/
.gray_container {
  padding: 50px 0 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
  margin: 80px auto 40px;
}
.gray_container .type_card_5 {
  margin: 0 auto;
}

.type_card_5 {
  margin: 80px auto 0;
}
.type_card_5 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 15px;
}
.type_card_5 .list_item {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.type_card_5 .list_item .item {
  margin-bottom: 40px;
}
.type_card_5 .list_item .item .bloque {
  padding: 30px;
  position: relative;
  text-align: center;
  height: 100%;
}
.type_card_5 .list_item .item .bloque:before {
  content: "";
  height: 2px;
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
}
.type_card_5 .list_item .item .bloque:after {
  content: "";
  height: 75%;
  width: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
}
.type_card_5 .list_item .item .bloque .icon {
  height: 100px;
  margin: 0 0 40px;
  min-width: 100px;
  object-fit: contain;
}
.type_card_5 .list_item .item .bloque .small_title {
  margin: 0;
}
.type_card_5 .list_item .item .bloque .content_text {
  margin: 20px 0 0;
}
.type_card_5 .list_item .item .bloque .btn_blue {
  margin: 20px 0 0;
}

.type_card_5.one {
  display: flex;
}
.type_card_5.one .content_type_4 {
  width: 50%;
  text-align: left;
}
.type_card_5.one .content_type_4 .line_red {
  margin: 0 auto 40px 0;
}
.type_card_5.one .list_item {
  width: 50%;
}
.type_card_5.one .list_item .item {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  .type_card_5 .list_item .item .bloque .small_title {
    font-size: 26px;
  }
  .type_card_5.one .list_item .item .bloque {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin: 0 0 0 auto;
  }
  .type_card_5.one .list_item .item .bloque img {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .type_card_5 {
    margin: 40px auto 0;
  }
  .type_card_5 .list_item .item .bloque:before {
    content: "";
    height: 2px;
    width: 30%;
    position: absolute;
    /*bottom: calc(100% - 70px);*/
    bottom: auto;
    top: 0;
    right: 0;
    background: #000;
  }
  .type_card_5 .list_item .item .bloque:after {
    content: "";
    height: 2px;
    width: 30%;
    left: 0;
    right: auto;
    /*bottom: calc(100% - 70px);*/
    bottom: auto;
    top: 0;
  }
  .type_card_5.one {
    flex-wrap: wrap;
  }
  .type_card_5.one .content_type_4 {
    width: 100%;
    text-align: center;
  }
  .type_card_5.one .content_type_4 .line_red {
    margin: 0 auto 40px;
  }
  .type_card_5.one .list_item {
    width: 100%;
  }
}
/*Plantilla 6*/
.type_card_6 {
  margin: 80px auto 0;
  overflow: hidden;
}
.type_card_6 .content_type_4 {
  margin: 0 auto 60px;
  padding: 0 15px;
}
.type_card_6 .list_graphic {
  padding: 0;
  margin: 0 auto;
  max-width: 1100px;
  list-style: none;
  text-align: center;
}
.type_card_6 .list_graphic .item .bloque {
  padding: 20px;
}
.type_card_6 .list_graphic .item .bloque .big_title {
  line-height: 1.1;
  color: #0D8390;
}
.type_card_6 .list_graphic .item .bloque .big_title > span {
  font-size: 30px;
  color: #000;
  display: block;
}
.type_card_6 .list_graphic .item .bloque .line_blue {
  margin: 20px auto 15px;
}
.type_card_6 .btn_all_blue {
  width: fit-content;
  margin: 40px auto 0;
  padding: 10px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.type_card_6 .btn_all_blue svg {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  font-size: 20px;
}

.type_card_6.gray {
  margin: 0;
  padding: 80px 0 80px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05));
}

@media only screen and (max-width: 767px) {
  .type_card_6 {
    margin: 40px auto 0;
  }
  .type_card_6 .list_graphic .item .bloque {
    padding: 10px;
  }
}
@media only screen and (max-width: 300px) {
  .type_card_6 .list_graphic .item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/*Plantilla 7*/
.type_card_7 {
  margin: 0;
  padding: 0;
  background: #0D8390;
  padding: 50px 0 40px;
  color: #fff;
  text-align: center;
}
.type_card_7.red {
  background: #e32119;
}
.type_card_7 .content_type_4 {
  margin: 0 auto 60px;
  padding: 0 30px;
  max-width: 1100px !important;
}
.type_card_7 .list_item {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.type_card_7 .list_item .item {
  margin: 0 0 40px;
  border-right: 2px solid #fff;
  position: relative;
  padding: 0;
}
.type_card_7 .list_item .item:nth-child(3n+3) {
  border-right: none;
}
.type_card_7 .list_item .item:last-child {
  border-right: none;
}
.type_card_7 .list_item .item .link_all:hover ~ .bloque {
  background: rgba(0, 0, 0, 0.4);
}
.type_card_7 .list_item .item .link_all:focus ~ .bloque {
  background: rgba(0, 0, 0, 0.4);
}
.type_card_7 .list_item .item .bloque {
  background: transparent;
  padding: 20px 40px;
  transition: all 0.5s ease;
  height: 100%;
}
.type_card_7 .list_item .item .bloque .icon {
  height: 100%;
  max-height: 90px;
  margin: 0 0 30px;
}
.type_card_7 .list_item .item .bloque .title {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.type_card_7 .list_item .item .bloque .subtitle {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}
.type_card_7 .list_item .item .bloque .content_text {
  margin: 20px 0 15px;
}
.type_card_7 .list_item .item .bloque .content_text.text_left {
  text-align: left;
}

.type_card_7.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .type_card_7.space {
    margin: 40px auto 0;
  }
  .type_card_7 .list_item .item {
    margin: 0;
    border-right: none;
    border-bottom: 2px solid #fff;
    position: relative;
    padding: 0;
  }
  .type_card_7 .list_item .item .bloque .title {
    font-size: 20px;
  }
  .type_card_7 .list_item .item .bloque .subtitle {
    font-size: 16px;
  }
  .type_card_7 .list_item .item:last-child {
    margin: 0 0 40px;
  }
  .type_card_7 .list_item .item:nth-child(1) {
    border-top: 2px solid #fff;
    border-left: none;
  }
  .type_card_7 .list_item .item:nth-child(3n+1) {
    border-left: none;
  }
}
/*Plantilla 8*/
.type_card_8 {
  margin: 0;
  padding: 0;
  background: #0D8390;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
.type_card_8 .background_image {
  z-index: 0;
}
.type_card_8 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 30px;
  max-width: 900px !important;
  position: relative;
}
.type_card_8 .content_type_4 .line_red {
  background: #fff;
}
.type_card_8 .list_item {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.type_card_8 .list_item .item {
  margin: 0 0 40px;
  position: relative;
  padding: 0 3%;
}
.type_card_8 .list_item .item .bloque {
  background: transparent;
  padding: 40px 40px 40px 0;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
}
.type_card_8 .list_item .item .bloque:after {
  content: "";
  height: 60%;
  width: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
.type_card_8 .list_item .item .bloque:before {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
.type_card_8 .list_item .item .bloque .icon {
  height: 100%;
  max-height: 90px;
  margin: 0 30px 0 0;
  min-width: 90px;
  max-width: 90px;
  object-fit: contain;
  filter: invert(1);
}
.type_card_8 .list_item .item .bloque .title {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.type_card_8 .list_item .item .bloque .content_text {
  margin: 20px 0 0;
}
.type_card_8 .list_item .item .bloque .content_text em {
  font-size: 14px;
  margin: 15px 0 0;
}
.type_card_8 .list_item .item .bloque .content_text p:last-child {
  margin-bottom: 0px;
}
.type_card_8 .link_two_colors {
  position: relative;
  margin: 40px 0 0;
}
.type_card_8 .button_compact {
  position: relative;
  margin: 40px auto 0;
}

.type_card_8.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .type_card_8.space {
    margin: 40px auto 0;
  }
  .type_card_8 .list_item .item {
    margin: 0;
  }
  .type_card_8 .list_item .item .bloque {
    padding: 40px 0;
  }
  .type_card_8 .list_item .item .bloque .title {
    font-size: 20px;
  }
  .type_card_8 .list_item .item .bloque:after {
    content: none;
  }
  .type_card_8 .list_item .item .bloque:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: auto;
    top: 0;
    right: 0;
    background: #fff;
  }
}
/*Plantilla 9*/
.type_card_9 {
  margin: 80px auto 0;
}
.type_card_9 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 30px;
}
.type_card_9 .list_item {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.type_card_9 .list_item .item {
  margin: 0 0 60px;
}
.type_card_9 .list_item .item .bloque {
  padding: 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.type_card_9 .list_item .item .bloque .titular {
  display: flex;
  flex-direction: column-reverse;
}
.type_card_9 .list_item .item .bloque .titular .share_rrss {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.type_card_9 .list_item .item .bloque .titular .share_rrss a {
  color: #000;
  font-size: 30px;
  padding: 0 10px;
  transition: all 0.5s ease;
}
.type_card_9 .list_item .item .bloque .titular .share_rrss a:hover {
  color: #0D8390;
}
.type_card_9 .list_item .item .bloque .titular .share_rrss a:focus {
  color: #0D8390;
}
.type_card_9 .list_item .item .bloque .titular .logo {
  width: 85%;
  height: 70px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.type_card_9 .list_item .item .bloque .titular .title {
  margin: 30px 0 0;
  font-size: 35px;
  font-weight: 400;
  font-family: "Pacifico";
}
.type_card_9 .list_item .item .bloque .content_text {
  margin: 20px 0;
  font-size: 16px;
}
.type_card_9 .list_item .item .bloque .content_text > * {
  font-size: 16px;
}
.type_card_9 .list_item .item .bloque .btn_all_blue {
  margin: 20px 0 -45px;
  padding: 10px 40px;
  position: relative;
}
.type_card_9 .list_item .item .bloque .btn_all_blue > svg {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  font-size: 20px;
}
.type_card_9 .pagination_ca {
  margin: 30px auto 0;
}

.type_card_9.gray {
  padding: 60px 0 50px;
  background: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
  .type_card_9 {
    margin: 40px auto 0;
  }
  .type_card_9 .list_item .item .bloque .titular .title {
    font-size: 25px;
  }
  .type_card_9 .list_item .item .bloque .content_text {
    font-size: 14px;
  }
  .type_card_9 .list_item .item .bloque .content_text > * {
    font-size: 14px;
  }
}
/*Plantilla 10*/
.type_card_10 {
  margin: 80px auto 0;
}
.type_card_10 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 15px;
}
.type_card_10 .list_cards .item:nth-child(3n+2) {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .type_card_10 {
    margin: 40px auto 0;
  }
  .type_card_10 .list_cards .item {
    margin: 0 0 40px !important;
  }
}
/*Plantilla 11*/
.type_card_11 {
  margin: 80px auto 0;
  padding: 0;
}
.type_card_11 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 30px;
}
.type_card_11 .list_cards {
  justify-content: center;
}
.type_card_11 .list_cards .item .image {
  height: 500px;
}
.type_card_11 .list_cards .item .image img {
  height: 500px;
}
.type_card_11 .list_cards .item .titular .pre_titulo {
  color: #e32119;
}
.type_card_11 .list_cards .item .content {
  display: flex;
  align-items: center;
}
.type_card_11 .list_cards .item .content .bloque {
  margin: 0 50px 0 -50%;
  background: #fff;
  padding: 30px 50px;
  position: relative;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
.type_card_11 .list_cards .item .content .bloque:before {
  content: "";
  height: 2px;
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
}
.type_card_11 .list_cards .item .content .bloque:after {
  content: "";
  height: 200px;
  width: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
}
.type_card_11 .list_cards .item:nth-child(even) {
  flex-direction: row-reverse;
}
.type_card_11 .list_cards .item:nth-child(even) .content .bloque {
  margin: 0 -50% 0 50px;
}
.type_card_11 .list_cards .item:nth-child(even) .content .bloque:before {
  left: 0;
}
.type_card_11 .list_cards .item:nth-child(even) .content .bloque:after {
  left: 0;
}
.type_card_11 .list_cards .item:last-child {
  margin: 0;
}
.type_card_11 .text_align_center {
  margin: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .type_card_11 {
    margin: 40px auto 0;
  }
  .type_card_11 .list_cards {
    padding: 0 30px;
  }
  .type_card_11 .list_cards .item .image {
    height: 200px;
  }
  .type_card_11 .list_cards .item .image img {
    height: 200px;
  }
  .type_card_11 .list_cards .item .content {
    padding: 0;
    margin: 0;
  }
  .type_card_11 .list_cards .item .content .bloque {
    padding: 25px;
    margin: 0 0 0 auto;
    background: #fff;
    height: auto;
  }
  .type_card_11 .list_cards .item .content .bloque:after {
    height: 60px;
  }
  .type_card_11 .list_cards .item:nth-child(even) .content .bloque {
    padding: 25px;
    margin: 0 auto 0 0;
    background: #fff;
    height: auto;
  }
}
/*Plantilla 12*/
.type_card_12 {
  margin: 80px auto 0;
  padding: 0;
}
.type_card_12 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .type_card_12 {
    margin: 40px auto 0;
  }
}
/*Plantilla 13*/
.type_card_13 {
  margin: 40px auto;
  padding: 0;
}
.type_card_13 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 30px;
}
.type_card_13 .list_cards {
  max-width: 1400px;
  margin: 0 auto;
}
.type_card_13 .list_cards .item .bloque {
  margin: -120px 10px 0 auto;
  height: calc(100% - 180px);
}
.type_card_13 .list_cards .item .bloque:after {
  height: 100px;
}
.type_card_13 .list_cards .item .bloque:before {
  width: 75%;
}
.type_card_13 .list_cards .item .bloque .small_title {
  font-size: 18px;
}
.type_card_13 .list_cards .item .bloque .content_text {
  margin: 10px 0 15px;
}
.type_card_13 .list_cards .item .bloque .btn_blue {
  margin: 20px 0 0;
}
.type_card_13 .list_cards .item:nth-child(even) .bloque:after {
  background: #000;
}
.type_card_13 .list_cards .item:nth-child(even) .bloque:before {
  background: #000;
}
.type_card_13 .list_cards .item:nth-child(even) .image .fecha {
  background: #000;
}
.type_card_13 .list_cards .item.item:nth-child(even) .titular .pre_titulo {
  color: #e32119;
}

.type_card_13.gray {
  padding: 0px 0 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
  margin: 0 auto;
}
.type_card_13.gray .content_type_4 {
  padding: 50px 30px;
}

.type_card_13.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .type_card_13 {
    margin: 40px auto 0;
  }
  .type_card_13 .list_cards {
    flex-wrap: nowrap;
    overflow: auto;
    width: 90%;
    margin: 0 auto 40px;
  }
  .type_card_13 .list_cards .item {
    margin: 0 0 20px;
  }
  .type_card_13.space {
    margin: 40px auto 0;
  }
}
/*Plantilla 14*/
.type_card_14 {
  margin: 80px auto 0;
}
.type_card_14 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 15px;
}
.type_card_14 .list_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0;
  max-width: 1100px;
}
.type_card_14 .list_cards .item {
  width: 16.6%;
  text-align: center;
  padding: 10px 20px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.type_card_14 .list_cards .item img {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .type_card_14 {
    margin: 40 auto 0;
  }
  .type_card_14 .list_cards {
    /*flex-wrap: nowrap;*/
    overflow: auto;
    width: 90%;
    margin: 50px auto 0;
    justify-content: start;
  }
  .type_card_14 .list_cards .item {
    /*min-width: fit-content;*/
    min-width: 50%;
  }
}
/*Plantilla 15*/
.type_card_15 {
  margin: 80px auto 0;
}
.type_card_15 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 15px;
}
.type_card_15 .dropdown a.btn_blue {
  width: 100%;
  justify-content: center;
}
.type_card_15 .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  min-width: 100%;
}
.type_card_15 .dropdown-menu .dropdown-item {
  white-space: pre-wrap;
}

@media only screen and (max-width: 767px) {
  .type_card_15 {
    margin: 40px auto 0;
  }
}
/*Plantilla 16*/
.type_card_16 {
  margin: 80px auto 0;
  padding: 0;
}
.type_card_16 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 30px;
}
.type_card_16 .dropdown a.btn_blue {
  width: 100%;
  justify-content: center;
}
.type_card_16 .box_list {
  position: relative;
  padding: 50px 0;
}
.type_card_16 .box_list .image_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.type_card_16 .box_list .list_links {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.type_card_16 .box_list .list_links .item {
  padding: 0;
  margin: 10px 0 0;
}
.type_card_16 .box_list .list_links .item .link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: block;
  background: #0D8390;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  width: 70%;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}
.type_card_16 .box_list .list_links .item .link:hover {
  text-decoration: none;
  background: #000 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.type_card_16 .box_list .list_links .item .link .icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.type_card_16 .box_list .list_links .item .link .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 10px;
}
.type_card_16 .box_list .list_links .item .link svg {
  font-size: 20px;
}
.type_card_16 .box_list .list_links .item:nth-child(even) .link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 0 0 auto;
  justify-content: flex-start;
  background: #e32119;
  width: 65%;
}
.type_card_16 .box_list .list_links .item:nth-child(odd) .link {
  width: 70%;
}
.type_card_16 .box_list .list_links .item:nth-child(4n+2) .link {
  background: #0D8390;
  width: 70%;
}
.type_card_16 .box_list .list_links .item:nth-child(4n+3) .link {
  background: #e32119;
  width: 65%;
}
.type_card_16 .list_links .item .link:focus {
  text-decoration: none;
  background: #000 !important;
}

@media only screen and (max-width: 767px) {
  .type_card_16 {
    margin: 40px auto 0;
  }
  .type_card_16 .box_list {
    padding: 0;
  }
  .type_card_16 .box_list .image_background {
    position: initial;
  }
  .type_card_16 .box_list .list_links .item .link {
    width: 90% !important;
    border-radius: 8px !important;
    margin: 0 auto !important;
    justify-content: center !important;
  }
  .type_card_16 .box_list .list_links .item .link .title {
    font-size: 20px;
  }
  .type_card_16 .box_list .list_links .item:nth-child(even) .link {
    background: #e32119 !important;
  }
  .type_card_16 .box_list .list_links .item:nth-child(odd) .link {
    background: #0D8390 !important;
  }
}
/*Plantilla 17*/
.type_card_17 {
  margin: 80px auto 0;
}
.type_card_17 .content_type_4 {
  margin: 0 auto 40px;
  padding: 0 15px;
}
.type_card_17 .list_cards {
  justify-content: center;
}
.type_card_17 .list_cards .item .bloque {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type_card_17 .list_cards .item .bloque:before {
  background: #000;
}
.type_card_17 .list_cards .item .bloque:after {
  background: #000;
}
.type_card_17 .list_cards .item .bloque .content_text {
  margin-bottom: auto;
}
.type_card_17 .list_cards .item .bloque .content_text ul {
  padding: 0 0 0 40px;
}

@media only screen and (max-width: 991px) {
  .type_card_17 {
    margin: 40px auto 0;
  }
  .type_card_17 .list_cards .item {
    margin: 0 0 40px !important;
  }
}
/*Plantilla 18*/
.type_card_18 {
  margin: 80px auto 0;
}
.type_card_18 .content_type_4 {
  margin: 0 auto 20px;
  padding: 0 15px;
}
.type_card_18 .list_card_gray {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0;
  justify-content: center;
  list-style: none;
}
.type_card_18 .list_card_gray .item {
  margin: 40px 0 0;
}
.type_card_18 .list_card_gray .item .card-block {
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.type_card_18 .list_card_gray .item .card-block:hover, .type_card_18 .list_card_gray .item .card-block:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.type_card_18 .list_card_gray .item .card-block:hover .content .title, .type_card_18 .list_card_gray .item .card-block:focus .content .title {
  color: #000;
  text-decoration: none;
}
.type_card_18 .list_card_gray .item .card-block:hover .content .content_text > *, .type_card_18 .list_card_gray .item .card-block:focus .content .content_text > * {
  color: #000;
  text-decoration: none;
}
.type_card_18 .list_card_gray .item .image {
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 200px;
}
.type_card_18 .list_card_gray .item .image img {
  width: 100%;
  max-width: 220px;
  max-height: 100px;
  min-height: 100px;
  object-fit: contain;
}
.type_card_18 .list_card_gray .item .content {
  margin: 0;
  padding: 0;
}
.type_card_18 .list_card_gray .item .content .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.type_card_18 .list_card_gray .item .content .content_text {
  margin: 15px 0;
}
.type_card_18 .list_card_gray .item .content .content_text > * {
  font-size: 16px;
}
.type_card_18 .list_card_gray .item .link {
  font-size: 18px;
  display: block;
  text-align: right;
  color: #000;
  margin: 30px 0 0;
  transition: all 0.5s ease;
}
.type_card_18 .list_card_gray .item .link:hover {
  text-decoration: none;
  color: #0D8390;
}
.type_card_18 .list_card_gray .item .link:focus {
  text-decoration: none;
  color: #0D8390;
}
.type_card_18 .list_card_gray .item .link svg {
  font-size: 16px;
  margin: 0 0 0 10px;
}
.type_card_18.gray {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, transparent);
  padding: 50px 15px;
  min-width: 100%;
}

@media only screen and (max-width: 767px) {
  .type_card_18 {
    margin: 40px auto 0;
  }
}
/*Plantilla 19*/
.type_card_19 {
  margin: 80px auto 0;
}
.type_card_19 .content_type_4 {
  margin: 0 auto 20px;
  padding: 0 15px;
}
.type_card_19 .list_card_gray {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0;
  justify-content: center;
  list-style: none;
}
.type_card_19 .list_card_gray .item {
  margin: 40px 0 0;
}
.type_card_19 .list_card_gray .item .card-block {
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.type_card_19 .list_card_gray .item .card-block:hover, .type_card_19 .list_card_gray .item .card-block:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.type_card_19 .list_card_gray .item .card-block:hover .content .title, .type_card_19 .list_card_gray .item .card-block:focus .content .title {
  color: #000;
  text-decoration: none;
}
.type_card_19 .list_card_gray .item .card-block:hover .content .content_text > *, .type_card_19 .list_card_gray .item .card-block:focus .content .content_text > * {
  color: #000;
  text-decoration: none;
}
.type_card_19 .list_card_gray .item .image {
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 200px;
}
.type_card_19 .list_card_gray .item .image img {
  width: 100%;
  max-width: 100%;
  max-height: 100px;
  min-height: 100px;
  object-fit: contain;
}
.type_card_19 .list_card_gray .item .content {
  margin: 0;
  padding: 0;
}
.type_card_19 .list_card_gray .item .content .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.type_card_19 .list_card_gray .item .content .content_text {
  margin: 15px 0;
}
.type_card_19 .list_card_gray .item .content .content_text > * {
  font-size: 16px;
}
.type_card_19 .list_card_gray .item .link {
  font-size: 18px;
  display: block;
  text-align: right;
  color: #000;
  margin: 30px 0 0;
  transition: all 0.5s ease;
}
.type_card_19 .list_card_gray .item .link:hover {
  text-decoration: none;
  color: #0D8390;
}
.type_card_19 .list_card_gray .item .link:focus {
  text-decoration: none;
  color: #0D8390;
}
.type_card_19 .list_card_gray .item .link svg {
  font-size: 16px;
  margin: 0 0 0 10px;
}
.type_card_19.gray {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, transparent);
  padding: 50px 15px;
  min-width: 100%;
}

@media only screen and (max-width: 767px) {
  .type_card_19 {
    margin: 40px auto 0;
  }
}
/* Tarjetas 21 */
.type_card_21 {
  margin: 80px auto;
  overflow: hidden;
}
.type_card_21 .content_type_4 {
  margin: 0 auto 60px;
  padding: 0 15px;
}
.type_card_21 .carrusel_card_big {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.type_card_21 .carrusel_card_big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, white, transparent);
  z-index: 1;
}
.type_card_21 .carrusel_card_big::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to left, white, transparent);
  z-index: 1;
}
.type_card_21 .carrusel_card_big > button {
  cursor: pointer;
  width: 56px;
  height: 56px;
  font-size: 50px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: #000;
  transition: all 0.5s ease;
}
.type_card_21 .carrusel_card_big > button:hover, .type_card_21 .carrusel_card_big > button:focus {
  color: #0D8390;
}
.type_card_21 .carrusel_card_big .left-arrow {
  position: absolute;
  top: calc(50% - 28px);
  left: 6%;
  z-index: 2;
}
.type_card_21 .carrusel_card_big .right-arrow {
  position: absolute;
  top: calc(50% - 28px);
  right: 5.5%;
  z-index: 2;
}
.type_card_21 .carrusel_card_big .list_cards {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  transition: transform 0.5s ease;
}
.type_card_21 .carrusel_card_big .list_cards .item {
  flex: 0 0 80%;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.5;
}
.type_card_21 .carrusel_card_big .list_cards .item.active {
  opacity: 1;
  transform: scale(1);
}
.type_card_21 .carrusel_card_big .list_cards .item.side {
  transform: scale(0.9);
  opacity: 0.5;
}
.type_card_21 .carrusel_card_big .list_cards .item .content_card {
  margin: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.type_card_21 .carrusel_card_big .list_cards .item .content_card .image {
  width: 40%;
  height: 100%;
}
.type_card_21 .carrusel_card_big .list_cards .item .content_card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.type_card_21 .carrusel_card_big .list_cards .item .content_card .content {
  width: 60%;
  padding: 35px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.type_card_21 .carrusel_card_big .list_cards .item .content_card .content .title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}
.type_card_21 .carrusel_card_big .list_cards .item .content_card .content .content_text {
  margin: 10px 0 0;
}
.type_card_21 .carrusel_card_big .list_cards .item .content_card .content .content_text * {
  font-size: 16px;
}
.type_card_21 .carrusel_card_big .list_cards .item .content_card .content .content_text > *:last-child {
  margin-bottom: 0;
}
.type_card_21 .carrusel_card_big .list_cards .item .content_card .content .btn_all_blue {
  width: fit-content;
  margin: 15px auto 0;
}

@media only screen and (max-width: 991px) {
  .type_card_21 .carrusel_card_big .list_cards .item .content_card {
    display: block;
  }
  .type_card_21 .carrusel_card_big .list_cards .item .content_card .image {
    width: 100%;
    height: 170px;
  }
  .type_card_21 .carrusel_card_big .list_cards .item .content_card .content {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .type_card_21 .content_type_4 {
    margin: 40px auto;
  }
  .type_card_21 .carrusel_card_big {
    padding: 0 0 20px;
  }
  .type_card_21 .carrusel_card_big::before, .type_card_21 .carrusel_card_big::after {
    content: none;
  }
  .type_card_21 .carrusel_card_big .list_cards .item {
    flex: 0 0 95%;
  }
  .type_card_21 .carrusel_card_big .list_cards .item .content_card .content {
    display: block;
    width: 100%;
    max-height: calc(77vh - 170px);
    overflow: auto;
    padding: 25px 20px;
  }
  .type_card_21 .carrusel_card_big .list_cards .item .content_card .content .content_text * {
    font-size: 14px;
  }
  .type_card_21 .carrusel_card_big > button {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
  .type_card_21 .carrusel_card_big .right-arrow, .type_card_21 .carrusel_card_big .left-arrow {
    top: auto;
    bottom: 10px;
  }
}
/*Vídeos 1*/
.content_videos_1 {
  margin: 80px auto 0;
  overflow: hidden;
}
.content_videos_1 .content_type_4 {
  margin: 0 auto 10px;
  padding: 0 15px;
}
.content_videos_1 .list_videos {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.content_videos_1 .list_videos .item {
  margin: 50px 0;
  text-align: center;
}
.content_videos_1 .list_videos .item .bloque .iframe {
  text-align: center;
  position: relative;
  margin: 0 0 30px;
}
.content_videos_1 .list_videos .item .bloque .iframe:before {
  content: "";
  width: calc(100% + 60px);
  height: 200px;
  background: #0D8390;
  position: absolute;
  left: -30px;
  top: calc(50% - 100px);
  z-index: -1;
}
.content_videos_1 .list_videos .item .bloque .iframe iframe {
  width: 100%;
  max-width: 560px;
  height: 100%;
  min-height: 315px;
}
.content_videos_1 .list_videos .item .bloque .content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.content_videos_1 .list_videos .item .bloque .content .content_text {
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .content_videos_1 {
    margin: 40px auto 0;
  }
  .content_videos_1 .list_videos .item {
    margin: 10px 0;
  }
  .content_videos_1 .list_videos .item .bloque .iframe:before {
    height: 150px;
    top: calc(50% - 75px);
  }
  .content_videos_1 .list_videos .item .bloque .iframe iframe {
    min-height: 260px;
  }
}
/*Contenido + tarjetas 1*/
.with_cards_1 {
  margin: 0px auto;
  padding: 0;
}
.with_cards_1 .above {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000;
  z-index: 0;
}
.with_cards_1 .above .block_content {
  position: relative;
  width: 50%;
  padding: 100px 50px 100px 100px;
  color: #fff;
}
.with_cards_1 .above .block_content .big_title {
  position: relative;
}
.with_cards_1 .above .block_content .big_title:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 30px;
  left: -40px;
}
.with_cards_1 .above .block_content .content_text {
  margin: 30px 0 15px;
}
.with_cards_1 .above .block_content .link_two_colors {
  margin: 20px 0 0;
}
.with_cards_1 .above .block_content .button_compact {
  margin: 20px 0 0;
}
.with_cards_1 .below {
  width: calc(50% - 50px);
  max-width: 600px;
  padding: 50px 50px 10px;
  background: #fff;
  margin: -450px 50px 0 auto;
  position: relative;
  min-height: 450px;
}
.with_cards_1 .below .medium_title {
  position: relative;
  margin-left: 30px;
}
.with_cards_1 .below .medium_title:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: -30px;
}

.with_cards_1.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 1100px) {
  .with_cards_1 .above .block_content {
    width: 100%;
    padding: 100px 100px 200px;
  }
  .with_cards_1 .below {
    margin: -100px auto 0;
    width: 90%;
    min-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .with_cards_1 .above .block_content {
    width: 100%;
    padding: 80px 50px 150px;
    text-align: center;
  }
  .with_cards_1 .above .block_content .big_title:before {
    top: -40px;
    left: calc(50% - 10px);
  }
  .with_cards_1 .below .medium_title:before {
    top: 8px;
  }
  .with_cards_1.space {
    margin: 40px auto 0;
  }
}
/*Contenido + tarjetas 2*/
.with_cards_2 {
  margin: 0 auto;
  padding: 0;
}
.with_cards_2 .above {
  padding: 50px 0 200px;
  position: relative;
}
.with_cards_2 .above .block_content {
  width: calc(100% - 50px);
  max-width: 650px;
  background: #fff;
  padding: 50px;
  margin: 0 0 0 auto;
  text-align: right;
}
.with_cards_2 .above .block_content .big_title {
  margin: 0 0 30px;
}
.with_cards_2 .below .left {
  padding: 50px 50px 0;
  background: #fff;
  margin: -180px 0 0;
}
.with_cards_2 .below .left .medium_title {
  padding: 0 0 0 30px;
  position: relative;
}
.with_cards_2 .below .left .medium_title > .color-blue {
  font-weight: 400;
  text-transform: uppercase;
}
.with_cards_2 .below .left .medium_title:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: -8px;
}
.with_cards_2 .below .left .tab-pane.fade {
  display: none;
}
.with_cards_2 .below .left .tab-pane.fade:not(.show) {
  display: none;
}
.with_cards_2 .below .right {
  padding: 50px;
}

.with_cards_2.space {
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .with_cards_2 {
    margin: -40px auto 40px;
  }
  .with_cards_2 .above .block_content {
    padding: 30px;
  }
  .with_cards_2 .below .left {
    margin: -150px 0 0;
    padding: 30px 30px 0;
  }
  .with_cards_2 .below .left .subtitle:before {
    top: 7px;
  }
  .with_cards_2 .below .left .tab-pane.fade {
    display: block;
    padding: 0 15px 30px;
  }
  .with_cards_2 .below .right {
    /*padding: 10px 30px;*/
    /*display: none;*/
  }
  .with_cards_2.space {
    margin: 40px auto 0;
  }
}
/*Contenido + tarjetas*/
.with_cards_3 {
  margin: 80px auto 0;
}
.with_cards_3 .content_type_4 {
  margin: 0 auto;
}

.with_cards_3.gray {
  padding: 50px 50px 0;
  background: rgba(0, 0, 0, 0.05);
}

/*timeline vertical*/
.time_line_1 {
  margin: 80px auto 0;
  padding: 0;
}
.time_line_1 .content_type_4 {
  margin: 0 auto 20px;
  padding: 0 30px;
}
.time_line_1 .content_type_4 .titular .big_title > b {
  color: #0D8390;
}
.time_line_1 .list_crono {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  position: relative;
}
.time_line_1 .list_crono .cicle_top {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #0D8390;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
}
.time_line_1 .list_crono .cicle_bottom {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #0D8390;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
.time_line_1 .list_crono:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #0D8390;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
}
.time_line_1 .list_crono .item {
  width: calc(50% - 50px);
  margin: -10% auto 0 0;
  padding: 50px;
}
.time_line_1 .list_crono .item:before {
  content: "";
  width: 70px;
  height: 70px;
  background: #0D8390;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 35px);
  margin: 20px 0 0;
}
.time_line_1 .list_crono .item:first-child {
  margin: 0 auto 0 0;
}
.time_line_1 .list_crono .item:nth-child(even) {
  margin: -10% 0 0 auto;
}
.time_line_1 .list_crono .item .titular {
  display: flex;
  align-items: center;
}
.time_line_1 .list_crono .item .titular .icon {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 25px 0 0;
}
.time_line_1 .list_crono .item .line_red {
  margin: 30px auto 30px 0;
}
.time_line_1 .list_crono .item .content_list {
  margin: 0;
  list-style: none;
  padding: 0 0 0 30px;
  position: relative;
}
.time_line_1 .list_crono .item .content_list .subitem {
  position: relative;
  margin: 0 0 20px;
}
.time_line_1 .list_crono .item .content_list .subitem:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: -30px;
}
.time_line_1 .list_crono .item .content_list .subitem .title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 15px;
}
.time_line_1 .list_crono .item .content_list .subitem .content_text > * {
  margin: 0 0 5px;
}
.time_line_1 .list_crono .item .content_list .subitem .content_text cite {
  font-size: 15px;
  color: #666;
}

@media only screen and (max-width: 991px) {
  .time_line_1 .list_crono .item .titular {
    display: block;
  }
  .time_line_1 .list_crono .item .titular .icon {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .time_line_1 {
    margin: 40px auto 0;
  }
  .time_line_1 .list_crono:before {
    left: 20px;
  }
  .time_line_1 .list_crono .item {
    width: calc(100% - 80px);
    margin: 0 0 0 auto !important;
    padding: 30px;
  }
  .time_line_1 .list_crono .item:before {
    left: -13px;
  }
  .time_line_1 .list_crono .cicle_top {
    left: 12px;
  }
  .time_line_1 .list_crono .cicle_bottom {
    left: 12px;
  }
}
/*timeline horizontal*/
.time_line_2 {
  margin: 80px 0 0;
}
.time_line_2 .content_type_4 {
  margin: 0 auto 50px;
  padding: 0 30px;
}
.time_line_2 .list_items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.time_line_2 .list_items .item:nth-child(even) {
  background-color: rgba(218, 218, 218, 0.3);
}
.time_line_2 .list_items .item::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #dadada;
  position: absolute;
  top: 99px;
  left: 0;
  right: 0;
}
.time_line_2 .list_items .item:first-child::before {
  width: 50%;
  left: auto;
  right: 0;
}
.time_line_2 .list_items .item:last-child::before {
  width: 50%;
  left: 0;
  right: auto;
}
.time_line_2 .list_items .item .block_content {
  padding: 25px 5px;
}
.time_line_2 .list_items .item .block_content .block_image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.time_line_2 .list_items .item .block_content .block_image .content_image {
  width: 100px;
  height: 100px;
  background: transparent;
  border: 2px dashed #dadada;
  transform: rotate(45deg);
  padding: 10px;
}
.time_line_2 .list_items .item .block_content .block_image .content_image .image {
  background-color: #dadada;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.time_line_2 .list_items .item .block_content .block_image .content_image .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(-45deg);
  filter: invert(1);
}
.time_line_2 .list_items .item .block_content .content {
  text-align: center;
}
.time_line_2 .list_items .item .block_content .content .title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: normal;
}
.time_line_2 .list_items .item .block_content .content .subtitle {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin: 10px 0 0;
  text-transform: uppercase;
  line-height: normal;
}
.time_line_2 .list_items .item .block_content .content .line {
  display: block;
  margin: 15px auto;
  width: 50px;
  height: 4px;
  background-color: #dadada;
}
.time_line_2 .list_items .item .block_content .content .content_text * {
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .time_line_2 .list_items.center {
    justify-content: center;
  }
  .time_line_2 .list_items .item {
    border-bottom: 4px solid #dadada;
  }
  .time_line_2 .list_items .item:nth-child(6n+1):nth-last-child(-n+6), .time_line_2 .list_items .item:nth-child(6n+1):nth-last-child(-n+6) ~ .item {
    border-bottom: none !important;
  }
  .time_line_2 .list_items .item:nth-child(6n)::after {
    content: "";
    width: 4px;
    height: calc(100% - 99px);
    background-color: #dadada;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .time_line_2 .list_items .item:nth-child(6n-5)::after {
    content: "";
    width: 4px;
    height: 99px;
    background-color: #dadada;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .time_line_2 .list_items .item:first-child::after, .time_line_2 .list_items .item.first:nth-child(6n+1):nth-last-child(-n+6)::after {
    content: none !important;
  }
  .time_line_2 .list_items .item:last-child::after {
    content: none !important;
  }
  .time_line_2 .list_items .item:nth-child(6n+1):nth-last-child(-n+6)::after {
    content: "" !important;
    width: 4px;
    height: 99px;
    background-color: #dadada;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time_line_2 .list_items .item {
    border-bottom: 4px solid #dadada;
  }
  .time_line_2 .list_items .item:nth-child(3n+1):nth-last-child(-n+3), .time_line_2 .list_items .item:nth-child(3n+1):nth-last-child(-n+3) ~ .item {
    border-bottom: none !important;
  }
  .time_line_2 .list_items .item:nth-child(3n)::after {
    content: "";
    width: 4px;
    height: calc(100% - 99px);
    background-color: #dadada;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .time_line_2 .list_items .item:nth-child(3n-2)::after {
    content: "";
    width: 4px;
    height: 99px;
    background-color: #dadada;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .time_line_2 .list_items .item:first-child::after, .time_line_2 .list_items .item.first:nth-child(3n+1):nth-last-child(-n+3)::after {
    content: none !important;
  }
  .time_line_2 .list_items .item:last-child::after {
    content: none !important;
  }
  .time_line_2 .list_items .item:nth-child(3n+1):nth-last-child(-n+3)::after {
    content: "" !important;
    width: 4px;
    height: 99px;
    background-color: #dadada;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .time_line_2 .list_items .item::before {
    width: 4px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 58px;
    right: auto;
  }
  .time_line_2 .list_items .item:first-child::before {
    width: 4px;
    height: calc(100% - 60px);
    top: auto;
    bottom: 0;
    left: 58px;
    right: auto;
  }
  .time_line_2 .list_items .item:last-child::before {
    width: 4px;
    height: 60px;
    top: 0;
    bottom: auto;
    left: 58px;
    right: auto;
  }
  .time_line_2 .list_items .item .block_content {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
  }
  .time_line_2 .list_items .item .block_content .block_image {
    height: 90px;
    width: 90px;
    min-width: 90px;
    align-items: flex-start;
    margin: 0 15px 0 0;
  }
  .time_line_2 .list_items .item .block_content .block_image .content_image {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  .time_line_2 .list_items .item .block_content .block_image .content_image .image {
    padding: 10px;
  }
  .time_line_2 .list_items .item .block_content .content {
    text-align: left;
  }
  .time_line_2 .list_items .item .block_content .content .line {
    margin: 15px auto 15px 0;
  }
}
/* color verde/azul */
.time_line_2.blue .list_items .item {
  border-color: #0D8390;
}
.time_line_2.blue .list_items .item::before, .time_line_2.blue .list_items .item::after {
  background-color: #0D8390 !important;
}
.time_line_2.blue .list_items .item .block_content .block_image .content_image {
  border-color: #0D8390;
}
.time_line_2.blue .list_items .item .block_content .block_image .content_image .image {
  background-color: #0D8390;
}
.time_line_2.blue .list_items .item .block_content .block_image .content_image .image img {
  filter: none;
}
.time_line_2.blue .list_items .item .block_content .content .line {
  background-color: #0D8390;
}
.time_line_2.blue .list_items .item .block_content .content .subtitle {
  color: #0d8390;
}

/* color rojo */
.time_line_2.red .list_items .item {
  border-color: #e32119;
}
.time_line_2.red .list_items .item::before, .time_line_2.red .list_items .item::after {
  background-color: #e32119 !important;
}
.time_line_2.red .list_items .item .block_content .block_image .content_image {
  border-color: #e32119;
}
.time_line_2.red .list_items .item .block_content .block_image .content_image .image {
  background-color: #e32119;
}
.time_line_2.red .list_items .item .block_content .block_image .content_image .image img {
  filter: none;
}
.time_line_2.red .list_items .item .block_content .content .line {
  background-color: #e32119;
}
.time_line_2.red .list_items .item .block_content .content .subtitle {
  color: #e32119;
}

.type_card_20 {
  margin: 0px auto 80px;
  padding: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.type_card_20 .below {
  position: relative;
  padding: 150px 0 0;
}
.type_card_20 .below .left {
  padding: 50px 50px 0;
  background: #fff;
  margin: 0;
}
.type_card_20 .below .left .medium_title {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 30px;
}
.type_card_20 .below .left .medium_title > u {
  font-weight: 400;
  text-transform: uppercase;
}
.type_card_20 .below .left .medium_title:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: -8px;
}
.type_card_20 .below .left .list_items_tabs {
  margin: 0;
}
.type_card_20 .below .left .list_items_tabs .nav-item .nav-link.active {
  background: #0D8390;
  color: #fff;
}
.type_card_20 .info_add .content_body {
  margin: -20% 0 0 auto;
  background: #fff;
  padding: 50px;
}
.type_card_20 .info_add .box_add {
  padding: 0 30px;
}

.type_card_20.space {
  margin: 80px auto;
}

@media only screen and (max-width: 991px) {
  .type_card_20 {
    margin: 0px auto 40px;
  }
  .type_card_20 .above .block_content {
    padding: 30px;
  }
  .type_card_20 .below .left {
    margin: 150px 0 0;
    padding: 30px 30px 0;
  }
  .type_card_20 .below .left .subtitle:before {
    top: 7px;
  }
  .type_card_20 .info_add .content_body {
    margin: 0 auto 20px;
    padding: 0 30px;
  }
  .type_card_20.space {
    margin: 40px auto;
  }
}
@keyframes colorchange {
  0% {
    opacity: 0.1;
  }
  10% {
    width: 95px;
    height: 95px;
    bottom: -10px;
    right: -10px;
    opacity: 0.2;
  }
  20% {
    opacity: 0.1;
    width: 75px;
    height: 75px;
    bottom: 0;
    right: 0;
  }
}
@keyframes openwidget {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes closewidget {
  100% {
    width: 0%;
  }
  0% {
    width: 100%;
  }
}
.widget_contact .button_open_widget {
  position: fixed;
  z-index: 15;
  bottom: 25px;
  right: 25px;
  border: none;
  background: #e32119;
  width: 75px;
  height: 75px;
  padding: 15px;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.widget_contact .button_open_widget:before {
  content: "";
  width: 75px;
  height: 75px;
  background: #e32119;
  opacity: 0.1;
  position: absolute;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: colorchange 10s infinite;
}
.widget_contact .button_open_widget:hover {
  background: #000;
}
.widget_contact .button_open_widget:focus {
  background: #000;
}
.widget_contact .button_open_widget img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.widget_contact .box_widget_contact {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #e32119;
  width: 100%;
  max-width: 450px;
  z-index: 9999;
  animation: openwidget 2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.widget_contact .box_widget_contact .button_close_widget {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.widget_contact .box_widget_contact .button_close_widget:hover {
  color: #000;
}
.widget_contact .box_widget_contact .button_close_widget:focus {
  color: #000;
}
.widget_contact .box_widget_contact .content {
  padding: 50px;
  color: #fff;
  overflow-y: auto;
  height: calc(100vh - 60px);
}
.widget_contact .box_widget_contact .content .medium_title {
  margin: 0 0 30px;
}
.widget_contact .box_widget_contact .content .content_text {
  margin: 30px 0;
}
.widget_contact .box_widget_contact .content .btn_link {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  display: inline-flex;
}
.widget_contact .box_widget_contact .content .btn_link:hover {
  background: #000;
  border-color: #000;
}
.widget_contact .box_widget_contact .content .btn_link:focus {
  background: #000;
  border-color: #000;
}
.widget_contact .box_widget_contact.oculto {
  animation: closewidget 1s;
  animation-iteration-count: 1;
}

@media only screen and (max-width: 767px) {
  @keyframes colorchange {
    0% {
      opacity: 0.1;
    }
    10% {
      width: 75px;
      height: 75px;
      bottom: -10px;
      right: -10px;
    }
    20% {
      width: 55px;
      height: 55px;
      bottom: 0;
      right: 0;
    }
  }
  .widget_contact .button_open_widget {
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
  }
  .widget_contact .button_open_widget:before {
    width: 55px;
    height: 55px;
  }
}
/*listado suppliers*/
.content_basic .content_text #content-frame {
  /*.title.industries {
  	display: none;
  }*/
}
.content_basic .content_text #content-frame .jumbotron.directori.industries {
  display: none;
}
.content_basic .content_text #content-frame .portlet_facetado {
  width: 100% !important;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado {
  width: 100% !important;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado > div {
  /*width: 100% !important;*/
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems {
  display: flex;
  position: relative;
  width: 100%;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .collapse.in {
  display: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter {
  background: #eee;
  padding: 10px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form {
  /*checkbox*/
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .view-more-filter-div .css-checkbox {
  position: relative !important;
  z-index: 1 !important;
  visibility: inherit !important;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .view-more-filter-div .jquery-checkbox {
  display: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .view-more-filter-div .category-text {
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .titol-filtre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 20px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .titol-filtre label {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .titol-filtre .clearall {
  color: #e32119;
  font-size: 18px;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .titol-filtre .clearall:hover, .content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .titol-filtre .clearall:focus {
  color: #000;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search #filtre-1 {
  display: block !important;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content {
  background: #0d8390;
  margin: 0 -25px;
  padding: 10px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div {
  display: flex;
  align-items: center;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div .suggestion .ui-menu {
  left: 0 !important;
  border: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div .suggestion .ui-menu .ui-menu-item {
  padding: 0;
  margin: 10px 0;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div .suggestion .ui-menu .ui-menu-item::before {
  content: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div .suggestion .ui-menu .ui-menu-item .text {
  padding: 10px;
  display: block;
  border: none;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div .suggestion .ui-menu .ui-menu-item .text h3 {
  font-size: 16px;
  margin: 0;
  color: #000;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div .suggestion .ui-menu .ui-menu-item .text .principal {
  display: block;
  font-size: 14px;
  color: #000;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div .suggestion .ui-menu .ui-menu-item.ui-state-active {
  margin: 0;
  color: #000;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div input {
  /*background: rgba(255,255,255,0.4);*/
  background: transparent;
  color: #fff;
  border: none;
  padding: 5px 15px;
  width: 100%;
  font-size: 16px;
  min-height: 40px;
  font-weight: 300;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div input::placeholder {
  color: #fff;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .search .paraula-content > div input.lupa {
  width: 50px;
  text-indent: 9999px;
  position: relative;
  background: url(/o/catalonia-theme-css_catalonia.com/images/search_suppliers.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: relative;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container {
  margin: 20px -25px 0;
  border-top: 1px solid #0d8390;
  padding: 10px 25px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container > .accordion-body.show {
  display: block;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container fieldset .titol-filtre {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 20px 0 0;
  transition: all 0.5s ease;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: 20px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container fieldset .titol-filtre:not(.collapsed) {
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_00.png);
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: 20px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container fieldset .titol-filtre.collapsed {
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_00.png);
  background-size: 20px;
  background-position: right !important;
  background-repeat: no-repeat !important;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container fieldset .titol-filtre .titol-filtre {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  padding: 0 45px 0 0;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container .accordion-body,
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #industrySectorsHidden {
  margin: 20px 0 0;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container .accordion-body > div.col-xs-12,
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #industrySectorsHidden > div.col-xs-12 {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container .accordion-body > div.col-xs-12 label,
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #industrySectorsHidden > div.col-xs-12 label {
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container .accordion-body > div.col-xs-12 .jquery-checkbox,
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #industrySectorsHidden > div.col-xs-12 .jquery-checkbox {
  display: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container .accordion-body > div.col-xs-12 .css-checkbox,
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #industrySectorsHidden > div.col-xs-12 .css-checkbox {
  position: relative !important;
  z-index: 1 !important;
  visibility: inherit !important;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container .accordion-body .view-more-filter-div,
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #industrySectorsHidden .view-more-filter-div {
  margin: 20px 0 0;
  padding: 10px 0 0;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container .accordion-body .view-more-filter-div a,
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #industrySectorsHidden .view-more-filter-div a {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  transition: all 0.5s ease;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container .accordion-body .view-more-filter-div a:hover, .content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container .accordion-body .view-more-filter-div a:focus,
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #industrySectorsHidden .view-more-filter-div a:hover,
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #industrySectorsHidden .view-more-filter-div a:focus {
  color: #0d8390;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #filtre-6 > div.col-xs-12 {
  flex-wrap: wrap;
  padding: 0;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems .bloc-filter form .filter-container #filtre-6 > div.col-xs-12 label {
  margin: 10px 0 5px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems > div.col-sm-8.col-xs-12 {
  width: 100%;
  max-width: 100%;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .cats .cat {
  display: flex;
  align-items: center;
  margin: 5px;
  padding: 5px 15px;
  background: #eee;
  border-radius: 25px !important;
  margin: 0 5px 5px 0;
  position: relative;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .cats .cat .filtre-tag {
  min-width: fit-content;
  margin: 0 10px 0 0;
  font-size: 15px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .cats .cat img.close {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin: 0 !important;
  float: none;
  padding: 0;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .results {
  font-size: 14px;
  font-weight: 300;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat {
  margin: 0 0 20px;
  border: 1px solid #eee;
  padding: 25px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat::before {
  content: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .titol {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .razon {
  color: #0d8390;
  margin: 5px 0;
  font-size: 16px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .description {
  color: #000;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .figures ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .figures ul li {
  margin: 0 15px 0 0;
  font-size: 16px;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-position: left !important;
  min-height: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 45px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .figures ul li span {
  display: block;
  width: 100%;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .figures ul li::before {
  content: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .sectors {
  display: flex;
  align-items: center;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .sectors > span {
  margin: 0 10px 0 0;
  font-size: 16px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .sectors ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .sectors ul li {
  margin: 0 5px 0;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .sectors ul li::before {
  content: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .activitats .activitat .text-comp .items .sectors ul li div {
  width: 35px;
  height: 35px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center a {
  color: #000;
  text-transform: uppercase;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center a:hover, .content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center a:focus {
  color: #0d8390;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center .select-page .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center .select-page .pages li {
  margin: 0;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center .select-page .pages li a {
  padding: 10px;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center .select-page .pages li a:hover, .content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center .select-page .pages li a:focus {
  color: #0d8390;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center .select-page .pages li::before {
  content: none;
}
.content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .paginator-content .content-center .select-page .pages li.active a {
  color: #0d8390;
}

.content_basic .content_text #content-frame .contenidor-events.standard .cats .cat img.close {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin: 0;
  float: none;
  padding: 0;
}

.content_basic .content_text #content-frame .directori .bloc-filter.row-fluid {
  width: 100% !important;
}

.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado > .col-sm-4.col-xs-12 {
  min-width: 33.3333333333% !important;
}

@media only screen and (max-width: 991px) {
  .content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems {
    display: block;
  }
  .content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems > div {
    width: 100%;
    max-width: 100%;
  }
  .content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .content_basic .content_text #content-frame .directori .contenidor-events {
    margin: 40px 0 0;
  }
  .content_basic .content_text #content-frame .contenidor-events.standard .cats .cat img.close {
    position: absolute;
    right: 15px;
    top: 9px;
    padding: 0;
    float: none;
    margin: 0 !important;
  }
  .content_basic .content_text #content-frame .directori.industries .first-row .portlet_facetado #filtresAndResultItems #resultItems .contenidor-events .cats .cat {
    width: 100%;
  }
}
/*detalle suppliers*/
.content_basic .content_text #content-frame .info .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 40px;
}
.content_basic .content_text #content-frame .info .items .figures ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.content_basic .content_text #content-frame .info .items .figures ul li {
  margin: 0 15px 0 0;
  font-size: 16px;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-position: left !important;
  min-height: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 45px;
}
.content_basic .content_text #content-frame .info .items .figures ul li span {
  display: block;
  width: 100%;
}
.content_basic .content_text #content-frame .info .items .figures ul li::before {
  content: none;
}
.content_basic .content_text #content-frame .info .items .sectors {
  display: flex;
  align-items: center;
}
.content_basic .content_text #content-frame .info .items .sectors > span {
  margin: 0 10px 0 0;
  font-size: 16px;
}
.content_basic .content_text #content-frame .info .items .sectors ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.content_basic .content_text #content-frame .info .items .sectors ul li {
  margin: 0 10px 0 0;
  font-size: 16px;
}
.content_basic .content_text #content-frame .info .items .sectors ul li::before {
  content: none;
}
.content_basic .content_text #content-frame .info .items .sectors ul li a > div {
  height: 35px;
  width: 35px;
}
.content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 20px 0 15px;
}
.content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind p {
  font-size: 16px;
  font-weight: 400;
}
.content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind .column {
  float: none;
  margin: 20px 0;
}
.content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind .wrapper-detail .panel-group .panel {
  border: none;
}
.content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind .wrapper-detail .panel-group .panel .panel-heading {
  background: transparent;
}
.content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind .wrapper-detail .panel-group .panel .panel-heading .panel-title a {
  font-weight: 400;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: all 0.5s ease;
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_01.png) 95% center no-repeat;
  background-size: 20px;
  display: block;
}
.content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind .wrapper-detail .panel-group .panel .panel-heading .panel-title a.collapsed {
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_00.png) 95% center no-repeat;
  background-size: 20px;
}
.content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind .wrapper-detail .panel-group .panel .panel-heading .panel-title a:hover, .content_basic .content_text #content-frame .info .contenido-industies .item-cont-ind .wrapper-detail .panel-group .panel .panel-heading .panel-title a:focus {
  color: #0d8390;
}
.content_basic .content_text #content-frame .info .contenido-industies .update {
  font-size: 14px;
  font-weight: 400;
}
.content_basic .content_text #content-frame .info .menu-right .button-wrapper .cta-button {
  margin: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  background: #e32119;
  transition: all 0.5s ease;
}
.content_basic .content_text #content-frame .info .menu-right .button-wrapper .cta-button:hover, .content_basic .content_text #content-frame .info .menu-right .button-wrapper .cta-button:focus {
  background: #0d8390;
}
.content_basic .content_text #content-frame .info .menu-right #contact-info {
  /*display: block !important;*/
  border: 1px solid #eee;
  margin: 40px 0;
  padding: 30px;
}
.content_basic .content_text #content-frame .info .menu-right #contact-info .site-two h3 {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 22px;
}
.content_basic .content_text #content-frame .info .menu-right #contact-info .site-two ul {
  margin: 0;
}
.content_basic .content_text #content-frame .info .menu-right #contact-info .site-two ul li::before {
  height: 15px;
}

/*cabecera form*/
.cabecera_caja_2 .caja #content-frame .graphic {
  display: none;
}
.cabecera_caja_2 .caja #content-frame .cercador {
  background: transparent !important;
  margin: 30px auto;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry {
  position: initial !important;
  padding: 0 40px 40px;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group > h2 {
  display: none !important;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 {
  display: flex;
  align-items: center;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 #searchText {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  margin: 0 30px 0 0;
  color: #fff;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 #searchText::placeholder {
  color: #fff;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 .btn-default {
  background: url(/o/catalonia-theme-css_catalonia.com/images/right-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 100%;
  position: relative;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 .suggestion .ui-widget.ui-widget-content {
  border: none;
  padding: 0;
  overflow: hidden;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 .suggestion .ui-widget.ui-widget-content .ui-menu-item {
  padding: 0;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 .suggestion .ui-widget.ui-widget-content .ui-menu-item .text {
  display: block;
  padding: 10px 20px;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 .suggestion .ui-widget.ui-widget-content .ui-menu-item .text h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 .suggestion .ui-widget.ui-widget-content .ui-menu-item .text .principal {
  padding: 5px 0 0;
  font-size: 14px;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-3 > span {
  display: none !important;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-3 .add a {
  padding: 10px 60px 10px 20px;
  display: block;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  margin: 0 -55px 0 0;
  transition: all 0.5s ease;
  position: relative;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-3 .add a:hover, .cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-3 .add a:focus {
  text-decoration: none;
}
.cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-3 .add a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/o/catalonia-theme-css_catalonia.com/images/flecha-izquierda-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 20px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group {
    flex-wrap: wrap;
  }
  .cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-9 {
    margin: 0 0 30px;
    padding: 0;
  }
  .cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-3 .add {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .cabecera_caja_2 .caja #content-frame .cercador .cercador-industry .form-group .col-lg-3 .add a {
    width: 100%;
    max-width: 300px;
  }
}
/*listado start hubs*/
.content_basic .content_text #content-frame .jumbotron.directori {
  display: none;
}
.content_basic .content_text #content-frame #filtresAndResultItems {
  display: flex;
  position: relative;
  width: 100% !important;
}
.content_basic .content_text #content-frame #filtresAndResultItems .collapse.in {
  display: none;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.graphic {
  display: none;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado > div {
  width: 100%;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado li:before {
  content: none;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter {
  margin: 0;
  background: #eee;
  padding: 10px;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form {
  padding: 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form label.titol-filtre {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  color: #000;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container.search {
  margin: 20px -10px 0;
  border-top: none;
  padding: 0 25px;
  background: transparent;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container.search #filtre-2 {
  display: block !important;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container.search #filtre-2 .paraula-content {
  background: #0d8390;
  margin: -10px -25px 0;
  padding: 10px;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container.search #filtre-2 .paraula-content > div {
  display: flex;
  align-items: center;
  margin: 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container.search #filtre-2 .paraula-content > div input.ui-autocomplete-input {
  background: transparent;
  color: #fff;
  border: 0;
  padding: 5px 15px;
  width: 100%;
  font-size: 16px;
  min-height: 40px;
  font-weight: 300;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container.search #filtre-2 .paraula-content > div input.ui-autocomplete-input::placeholder {
  color: #fff;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container.search #filtre-2 .paraula-content > div input.lupa {
  width: 50px;
  text-indent: 9999px;
  position: relative;
  background: url(/o/catalonia-theme-css_catalonia.com/images/search_suppliers.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: relative;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form span.titol-filtre {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  color: #000;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container {
  margin: 10px -10px 0;
  border-top: 1px solid #0d8390;
  padding: 0 25px;
  background: transparent;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .titol-filtre {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 20px 0 0;
  transition: all 0.5s ease;
  border: none;
  margin: 0;
  padding: 20px 0 10px;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: 20px;
  /*&:not(.collapsed) {
    	background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_00.png);
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: 20px;
    }*/
  /*&.collapsed {
  	background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_00.png);
  	background-size: 20px;
  	background-position: right !important;
  	background-repeat: no-repeat !important;
  }*/
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .titol-filtre .titol-filtre {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  padding: 0 45px 0 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .accordion-body {
  margin: 10px 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .accordion-body > div.col-xs-12 {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 0 10px;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .accordion-body > div.col-xs-12 label {
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
  font-family: "Catalonia", Helvetica, Arial, sans-serif;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .accordion-body > div.col-xs-12 .jquery-checkbox {
  display: none;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .accordion-body > div.col-xs-12 .css-checkbox {
  position: relative !important;
  z-index: 1 !important;
  visibility: inherit !important;
  margin: 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .accordion-body .view-more-filter-div {
  margin: 20px 0 0;
  padding: 10px 0 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .accordion-body .view-more-filter-div a {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  transition: all 0.5s ease;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .accordion-body .view-more-filter-div a:hover, .content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado .bloc-filter form .filter-container .accordion-body .view-more-filter-div a:focus {
  color: #0d8390;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list > h2 {
  display: none;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .cat {
  display: flex;
  align-items: center;
  margin: 5px;
  padding: 5px 15px;
  background: #eee;
  border-radius: 25px !important;
  margin: 0 5px 5px 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .cat .filtre-tag {
  min-width: fit-content;
  margin: 0 10px 0 0;
  font-size: 15px;
  color: #000;
  font-family: "Catalonia", Helvetica, Arial, sans-serif;
  text-transform: initial;
  padding: 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .results {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  font-family: "Catalonia", Helvetica, Arial, sans-serif;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat {
  margin: 0 0 20px;
  border: 1px solid #eee;
  padding: 25px;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row {
  margin: 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 {
  padding: 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-3 a .tipus {
  border: none;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-3 a .tipus img {
  max-width: 100%;
  /*height: 100%;*/
  margin: 0;
  object-fit: contain;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-9 .text-comp > a {
  text-decoration: none;
  color: #000;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-9 .text-comp > a .titol {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-9 .text-comp .razon {
  color: #0d8390;
  margin: 5px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-9 .text-comp .description {
  font-size: 14px;
  margin: 0 0 15px;
  color: #000;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-9 .text-comp p {
  font-size: 14px;
  margin: 0;
  color: #000;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-9 .text-comp p span {
  color: #000;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-9 .text-comp p span.fields {
  font-weight: 600;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-9 .text-comp .cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .contenidor-events .activitats .activitat > .row > .col-sm-12 .col-sm-9 .text-comp .cats span {
  color: #e32119;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 15px;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center .select-page {
  margin: 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center .select-page .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center .select-page .pages li {
  margin: 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center .select-page .pages li.active a {
  color: #0d8390;
  font-size: 16px;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center .select-page .pages li a {
  padding: 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center .next-1 {
  width: 15px;
  height: 15px;
  display: block;
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center .prev-1 {
  width: 15px;
  height: 15px;
  display: block;
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  transform: rotate(180deg);
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center .next {
  background: transparent;
  padding: 10px;
  font-size: 16px;
  color: #000;
}
.content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado #directory-list .paginator-content .content-center .prev {
  background: transparent;
  padding: 10px;
  font-size: 16px;
  color: #000;
  text-indent: initial;
}

@media only screen and (max-width: 767px) {
  .content_basic .content_text #content-frame #filtresAndResultItems .container.directori .first-row .portlet_facetado > div {
    max-width: 100%;
  }
}
/*Detalle Starthubs*/
.container.content_basic .content_text #content-frame li:before {
  content: none !important;
}
.container.content_basic .content_text #content-frame .jumbotron.subheader {
  display: none;
}
.container.content_basic .content_text #content-frame .jumbotron.title {
  display: none;
}
.container.content_basic .content_text #content-frame .jumbotron.empresa.info-container {
  background: #0d8390 !important;
  border-radius: 0;
  margin: 0 0 50px;
}
.container.content_basic .content_text #content-frame .jumbotron.empresa.info-container > * {
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
}
.container.content_basic .content_text #content-frame .jumbotron.empresa.info-container .image {
  border: none;
}
.container.content_basic .content_text #content-frame .jumbotron.empresa.info-container li:before {
  content: none;
}
.container.content_basic .content_text #content-frame .jumbotron.empresa.info-container .col-md-6.col-sm-9.col-xs-8 {
  display: flex;
  align-items: center;
}
.container.content_basic .content_text #content-frame .jumbotron.empresa.info-container .dades {
  margin: 0;
}
.container.content_basic .content_text #content-frame .jumbotron.empresa.info-container .dades .company-name {
  display: none;
}
.container.content_basic .content_text #content-frame .jumbotron.empresa.info-container .dades a {
  display: block;
  margin: 10px 0 0;
  font-weight: 400;
}
.container.content_basic .content_text #content-frame .videoprod.description-container > * {
  color: #000;
}
.container.content_basic .content_text #content-frame .videoprod.description-container .content > * {
  font-size: 16px;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: #000;
}
.container.content_basic .content_text #content-frame .directory {
  margin-top: 30px;
}
.container.content_basic .content_text #content-frame .directory > * {
  font-size: 16px;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: #000;
}
.container.content_basic .content_text #content-frame .directory .info h3 {
  font-size: 18px;
  padding: 0 0 10px;
  border-bottom: 2px solid #0d8390 !important;
  margin: 20px 0;
  color: #000;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.container.content_basic .content_text #content-frame .directory .info span {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  margin: 20px 0;
  display: block;
}
.container.content_basic .content_text #content-frame .funding h2 {
  font-size: 18px;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: #000;
  padding: 0 0 10px;
  border-bottom: 2px solid #0d8390 !important;
  margin: 0 0 10px;
}
.container.content_basic .content_text #content-frame .funding .item {
  padding: 0;
  background: transparent;
}
.container.content_basic .content_text #content-frame .funding .item > * {
  font-size: 16px;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: #000;
}
.container.content_basic .content_text #content-frame .twitter h2 {
  font-size: 18px;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: #000;
  padding: 0 0 10px;
  border-bottom: 2px solid #0d8390 !important;
  margin: 0 0 10px;
  width: 100%;
  background: transparent;
}
.container.content_basic .content_text #content-frame .twitter .item {
  background: transparent;
}
.container.content_basic .content_text #content-frame .companies > *, .container.content_basic .content_text #content-frame .companies h3, .container.content_basic .content_text #content-frame .companies p, .container.content_basic .content_text #content-frame .companies span {
  font-size: 16px !important;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.container.content_basic .content_text #content-frame .companies h2 {
  font-size: 60px;
  font-weight: 800;
  margin: 0;
  color: #000;
  text-transform: initial;
  margin: 0 0 40px;
}
.container.content_basic .content_text #content-frame .companies .general {
  padding: 20px;
  height: 100%;
}
.container.content_basic .content_text #content-frame .companies .general li:before {
  content: none !important;
}
.container.content_basic .content_text #content-frame .companies .general .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container.content_basic .content_text #content-frame .companies .general .txt .title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.container.content_basic .content_text #content-frame .companies .general .txt .cats {
  margin: 20px 0 0;
}
.container.content_basic .content_text #content-frame .companies .general .txt .cats ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .container.content_basic .content_text #content-frame .companies h2 {
    font-size: 40px;
  }
  .container.content_basic .content_text #content-frame .jumbotron.empresa ul.social {
    text-align: right;
  }
}
/*Formulario contacto*/
.cabecera_caja_1 .caja #content-frame #content-wrapper .shortLineSpace, .form_type_1 .caja #content-frame #content-wrapper .shortLineSpace {
  display: none;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .shortLineSpace h2, .form_type_1 .caja #content-frame #content-wrapper .shortLineSpace h2 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 45px !important;
  font-weight: 800 !important;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
  margin-bottom: 30px !important;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .sectionHeader, .form_type_1 .caja #content-frame #content-wrapper .sectionHeader {
  width: 100%;
  border: none !important;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .sectionHeader .col-lg-6.col-md-6.col-sm-6.col-xs-6, .form_type_1 .caja #content-frame #content-wrapper .sectionHeader .col-lg-6.col-md-6.col-sm-6.col-xs-6 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: block;
  flex: 0 0 100%;
  font-size: 16px;
  margin: 0 0 15px;
  font-family: "Catalonia", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout {
  margin: 0;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout > div, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout > div {
  width: 50%;
  max-width: 50%;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent {
  flex-direction: column;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent > div, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent > div {
  width: 100% !important;
  min-width: 100% !important;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent label, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent label {
  width: 100% !important;
  text-align: left !important;
  font-size: 16px;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .form-control, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .form-control {
  width: 100%;
  background: transparent !important;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .btn, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .btn {
  background: transparent;
  color: #fff;
  border-radius: 0;
  border: none;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu {
  min-height: 200px !important;
  border-radius: 0 !important;
  color: #000;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show {
  display: block;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show .dropdown-menu, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show .dropdown-menu {
  display: block !important;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show .dropdown-menu li a, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show .dropdown-menu li a {
  display: block;
  padding: 5px 10px;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show .dropdown-menu li a:hover, .cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show .dropdown-menu li a:focus, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show .dropdown-menu li a:hover, .form_type_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout .questionComponent .btn-group.bootstrap-select .dropdown-menu.show .dropdown-menu li a:focus {
  color: #000;
  text-decoration: none;
  background: #eee;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .infoClauses, .form_type_1 .caja #content-frame #content-wrapper .infoClauses {
  color: #fff !important;
  max-height: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .infoClauses.see_all, .form_type_1 .caja #content-frame #content-wrapper .infoClauses.see_all {
  max-height: 100%;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .infoClauses p, .form_type_1 .caja #content-frame #content-wrapper .infoClauses p {
  color: #fff !important;
  text-align: left !important;
  font-size: 16px !important;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .infoClauses p a, .form_type_1 .caja #content-frame #content-wrapper .infoClauses p a {
  color: #fff;
  text-decoration: underline;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .infoClauses .anotacio, .form_type_1 .caja #content-frame #content-wrapper .infoClauses .anotacio {
  color: #fff !important;
  text-align: left;
  font-weight: 400;
  font-size: 14px !important;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .infoClauses .anotacio > *, .form_type_1 .caja #content-frame #content-wrapper .infoClauses .anotacio > * {
  font-weight: 400;
  color: #fff;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .grup-check .footer-clause, .form_type_1 .caja #content-frame #content-wrapper .grup-check .footer-clause {
  font-weight: 400;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .grup-check .footer-clause .obligatory, .form_type_1 .caja #content-frame #content-wrapper .grup-check .footer-clause .obligatory {
  font-style: normal;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .grup-check .footer-clause .obligatory .info-clause, .form_type_1 .caja #content-frame #content-wrapper .grup-check .footer-clause .obligatory .info-clause {
  color: #fff;
  text-decoration: underline;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .listClauses label span, .form_type_1 .caja #content-frame #content-wrapper .listClauses label span {
  font-weight: 400;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .listClauses label span .obligatory, .form_type_1 .caja #content-frame #content-wrapper .listClauses label span .obligatory {
  font-style: initial;
  font-weight: 400;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .listClauses label span .obligatory a:hover, .cabecera_caja_1 .caja #content-frame #content-wrapper .listClauses label span .obligatory a:focus, .form_type_1 .caja #content-frame #content-wrapper .listClauses label span .obligatory a:hover, .form_type_1 .caja #content-frame #content-wrapper .listClauses label span .obligatory a:focus {
  color: #fff;
  text-decoration: underline;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .media .buttonWeb, .form_type_1 .caja #content-frame #content-wrapper .media .buttonWeb {
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.cabecera_caja_1 .caja #content-frame #content-wrapper .media .buttonWeb:hover, .cabecera_caja_1 .caja #content-frame #content-wrapper .media .buttonWeb:focus, .form_type_1 .caja #content-frame #content-wrapper .media .buttonWeb:hover, .form_type_1 .caja #content-frame #content-wrapper .media .buttonWeb:focus {
  color: #000;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .cabecera_caja_1 .caja #content-frame #content-wrapper .layoutComponent.row.layout > div {
    max-width: 100%;
  }
}
/*Plantilla formularios*/
.content_basic .content_text .textComponent {
  display: block !important;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.content_basic .content_text .textComponent .sectionHeader {
  margin: 0 !important;
  padding: 0 0 5px !important;
  border-bottom: 2px solid #000 !important;
}
.content_basic .content_text .textComponent .sectionHeader > .col-lg-6.col-md-6.col-sm-6.col-xs-6 {
  font-size: 18px;
  text-transform: uppercase;
}
.content_basic .content_text .textComponent .sectionHeader .text-right.obligatory {
  font-size: 14px !important;
}
.content_basic .content_text .layoutComponent {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.content_basic .content_text .layoutComponent .form-control {
  border: 1px solid #666 !important;
}
.content_basic .content_text .layoutComponent .btn.dropdown-toggle.selectpicker, .content_basic .content_text .layoutComponent .btn.dropdown-toggle.selectpicker {
  border: none !important;
  height: 100% !important;
}
.content_basic .content_text .layoutComponent .btn.dropdown-toggle.selectpicker .filter-option, .content_basic .content_text .layoutComponent .btn.dropdown-toggle.selectpicker .filter-option {
  padding: 0;
}
.content_basic .content_text .layoutComponent > div {
  padding: 0;
}
.content_basic .content_text .layoutComponent .questionComponent {
  margin: 0 0 20px !important;
}
.content_basic .content_text .layoutComponent .questionComponent > * {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100% !important;
  padding: 0;
}
.content_basic .content_text .layoutComponent .questionComponent .row {
  margin: 0;
}
.content_basic .content_text .layoutComponent .questionComponent label {
  text-align: left !important;
  display: block;
  margin: 0 0 5px;
}
.content_basic .content_text .layoutComponent .questionComponent .anotacio-question {
  text-align: left !important;
  display: block;
  float: none;
}
.content_basic .content_text .layoutComponent .questionComponent .anotacio {
  text-align: left !important;
  display: block;
  float: none !important;
  color: #000 !important;
}
.content_basic .content_text .layoutComponent .questionComponent .selectpicker {
  background: #fff;
  font-size: 14px !important;
}
.content_basic .content_text .layoutComponent .questionComponent .selectpicker li.selected {
  background: #eee;
}
.content_basic .content_text .layoutComponent .checkBoxDiv {
  margin: 10px 0 !important;
}
.content_basic .content_text .layoutComponent .checkBoxDiv label {
  margin: 0 !important;
}
.content_basic .content_text .infoClauses {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.content_basic .content_text .infoClauses .anotacio, .content_basic .content_text .infoClauses p {
  font-size: 16px !important;
}
.content_basic .content_text .grup-check {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.content_basic .content_text .btn-success {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 80px;
  background: #e32119 !important;
  color: #fff;
  text-transform: uppercase;
}
.content_basic .content_text .btn-success:hover, .content_basic .content_text .btn-success:focus {
  background: #000 !important;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer > div.row {
  margin: 0 -15px 1em;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer > div.row > div {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer > div.row > div > div.row {
  margin: 0 -15px 1rem;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer > div.row > div > div.row > div {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer .combobox-container .input-group .form-control.combobox {
  border-right: none !important;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer .combobox-container .input-group .input-group-addon {
  background: transparent;
  border: 1px solid #666;
  border-left: none;
  height: 45.02px;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer .combobox-container .input-group .input-group-addon[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer .dropdown-menu {
  width: 100%;
  max-width: 100%;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer .dropdown-menu li {
  margin: 0;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer .dropdown-menu li a {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer .dropdown-menu li a:hover, .content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer .dropdown-menu li a:focus {
  background: #eee;
}
.content_basic .content_text #content-frame .layoutComponent .questionComponent #locationContainer .btn.dropdown-toggle.selectpicker span.caret {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .content_basic .content_text .layoutComponent .checkBoxDiv > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100% !important;
  }
}
/* Latest investments */
.content_basic .content_text #content-frame > .title {
  display: none;
}
.content_basic .content_text #content-frame .lastsexits #investments-list {
  /*Paginador*/
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-8.col-sm-8 h3 {
  margin: 0;
  padding: 0;
  color: #000;
  /*font-style: italic;*/
  font-weight: 400;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown {
  float: none;
  background: transparent;
  color: #000;
  width: 200px;
  margin: 0 0 0 auto;
  padding: 0;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown .anys {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown .anys:hover, .content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown .anys:focus {
  background: transparent;
  color: #000 !important;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown .anys .caret {
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_00.png) !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown .dropdown-menu {
  width: 100%;
  padding: 20px 0 0;
  margin: 0;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown .dropdown-menu li {
  margin: 0;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown .dropdown-menu li a {
  padding: 10px;
  color: #000;
  font-size: 14px;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown .dropdown-menu li a:hover, .content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown .dropdown-menu li a:focus {
  background: #eee;
  color: #000;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row {
  margin: 50px auto 0;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items {
  background: transparent;
  border: 1px solid #eee;
  padding: 15px 0;
  width: 100%;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-8.col-xs-12 .item-logo {
  height: 100px;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-8.col-xs-12 .item-logo a {
  height: 100px;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-8.col-xs-12 .item-logo a .img-responsive {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-8.col-xs-12 .item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100px;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-8.col-xs-12 .item-text h4 {
  color: #0d8390;
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-8.col-xs-12 .item-text h4 a {
  color: #0d8390;
  display: block;
  padding: 0 !important;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-8.col-xs-12 .item-text p {
  margin: 0 0 5px;
  color: #000;
  font-size: 14px;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-8.col-xs-12 .item-text p span {
  color: #e32119;
  font-weight: 600;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-4.col-xs-12 .item-logo p {
  color: #0d8390;
  border: 2px dashed #0d8390;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-4.col-xs-12 .item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100px;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-4.col-xs-12 .item-text p {
  font-size: 14px;
  color: #000;
  margin: 0;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items .col-md-4.col-xs-12 .item-text p.date {
  color: #e32119;
  font-size: 14px;
  font-weight: 600;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center a {
  color: #000;
  text-transform: uppercase;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center a:hover, .content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center a:focus {
  color: #0d8390;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center .select-page .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center .select-page .pages li {
  margin: 0;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center .select-page .pages li a {
  padding: 10px;
  font-size: 18px;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center .select-page .pages li a:hover, .content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center .select-page .pages li a:focus {
  color: #0d8390;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center .select-page .pages li::before {
  content: none;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center .select-page .pages li.active a {
  color: #0d8390;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center a.next-1 {
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_03.png);
  background-size: 14px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 0;
  margin: 0;
  width: 16px;
}
.content_basic .content_text #content-frame .lastsexits #investments-list > .row-fluid .paginator-content .content-center a.next {
  background: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .content_basic .content_text #content-frame .lastsexits #investments-list > .row > .col-md-4.col-sm-4 .dropdown {
    width: 100%;
    margin: 20px 0 0;
  }
  .content_basic .content_text #content-frame .lastsexits #investments-list > .row > .row .items > div {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* Exists investments */
.content_basic .content_text #content-frame > .title {
  display: none;
}
.content_basic .content_text #content-frame .lastsexits {
  /*Paginador*/
}
.content_basic .content_text #content-frame .lastsexits > .row {
  /*margin: 50px auto 0;*/
}
.content_basic .content_text #content-frame .lastsexits > .row .items {
  background: transparent;
  border: 1px solid #eee;
  padding: 15px 0;
  width: 100%;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-8.col-xs-12 .item-logo {
  height: 100px;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-8.col-xs-12 .item-logo a {
  height: 100px;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-8.col-xs-12 .item-logo a .img-responsive {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-8.col-xs-12 .item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100px;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-8.col-xs-12 .item-text h4 {
  color: #0d8390;
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-8.col-xs-12 .item-text h4 a {
  color: #0d8390;
  display: block;
  padding: 0 !important;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-8.col-xs-12 .item-text p {
  margin: 0 0 5px;
  color: #000;
  font-size: 14px;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-8.col-xs-12 .item-text p span {
  color: #e32119;
  font-weight: 600;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-4.col-xs-12 .item-logo p {
  color: #0d8390;
  border: 2px dashed #0d8390;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-4.col-xs-12 .item-logo img {
  margin: 0 !important;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-4.col-xs-12 .item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100px;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-4.col-xs-12 .item-text p {
  font-size: 14px;
  color: #000;
  margin: 0;
}
.content_basic .content_text #content-frame .lastsexits > .row .items .col-md-4.col-xs-12 .item-text p.date {
  color: #0d8390;
  font-size: 14px;
  font-weight: 600;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center a {
  color: #000;
  text-transform: uppercase;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center a:hover, .content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center a:focus {
  color: #0d8390;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center .select-page .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center .select-page .pages li {
  margin: 0;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center .select-page .pages li a {
  padding: 10px;
  font-size: 18px;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center .select-page .pages li a:hover, .content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center .select-page .pages li a:focus {
  color: #0d8390;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center .select-page .pages li::before {
  content: none;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center .select-page .pages li.active a {
  color: #0d8390;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center a.next-1 {
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_03.png);
  background-size: 14px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 0;
  margin: 0;
  width: 16px;
}
.content_basic .content_text #content-frame .lastsexits > .row-fluid .paginator-content .content-center a.next {
  background: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .content_basic .content_text #content-frame .lastsexits > .row .items > div {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.content_basic #content-frame .paginator-content .content-center a.prev {
  background: transparent;
  padding: 10px;
  font-size: 16px;
  color: #000;
  text-indent: initial;
}

.content_basic #content-frame .paginator-content .content-center a.prev-1 {
  width: 15px;
  height: 15px;
  display: block;
  background: url(/o/catalonia-theme-css_catalonia.com/images/arrow_suppliers_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  transform: rotate(180deg);
}

.content_basic #content-frame .paginator-content .select-page {
  margin-left: 0 !important;
}

/*Autocompletado*/
.content_basic #content-frame .directori .ui-menu .ui-menu-item {
  width: 100%;
}

.content_basic #content-frame .directori .suggestion li span.text h3 {
  font-size: 16px;
  font-weight: 600;
}

.content_basic #content-frame .suggestion li span.text {
  vertical-align: middle;
  font-family: "Catalonia", Helvetica, Arial, sans-serif !important;
}

.content_basic .content_text #content-frame #content .caret,
.content_basic .content_text #content-frame #content-area .caret,
.content_basic .content_text #content-frame #content-frame .caret,
.content_basic .content_text #content-frame #content-wrapper #registrationForm #locationContainer span.caret {
  display: none !important;
}

/*Red Campaings*/
.red .background_azul_simple {
  background: #e32119;
}
.red .button_compact {
  color: #e32119;
}
.red .color-blue {
  color: #e32119 !important;
}
.red .dest_blue {
  color: #e32119;
}
.red .list_content_type_1 .list_items .content_type_1 .bloque .content .location:before {
  background: #e32119;
}
.red .content_type_3 .content .bloque .destacado:before {
  background: #e32119;
}

/*Form type 1*/
.form_type_1 {
  margin: 80px auto 0;
}
.form_type_1 .cabecera {
  padding: 180px 20px 240px;
  text-align: center;
  color: #fff;
  position: relative;
}
.form_type_1 .caja {
  margin: -180px auto 0;
  width: 90%;
  max-width: 900px;
  position: relative;
  /*padding: 20px 40px 40px;*/
  color: #fff;
  background: #0098aa;
  /*overflow: hidden;*/
}
.form_type_1 .caja.red {
  background: #e32119;
}
.form_type_1 .caja.red .obligatory:after {
  color: #fff !important;
}
.form_type_1 .caja .block_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.form_type_1 .caja .image_add {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 100%;
  max-width: 300px;
  opacity: 0.3;
}
.form_type_1 .caja .content {
  position: relative;
  text-align: center;
  padding: 20px 40px 40px;
  /*overflow: hidden;*/
}
.form_type_1 .caja .content .line_red {
  background: #fff;
  margin: 30px auto;
}
.form_type_1 .caja .content .medium_title {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}
.form_type_1 .caja .content .content_text {
  margin: 30px auto;
  max-width: 700px;
}
.form_type_1 .caja .content .content_frame {
  width: 100%;
  /*max-width: 700px;*/
  margin: 10px auto 0;
  /*padding: 0 40px 40px;*/
}
.form_type_1 .caja .content .content_frame .alert {
  margin: 20px auto;
  display: block;
  padding: 10px;
  font-size: 12px;
}
.form_type_1 .caja .content .content_frame #content-wrapper form .layoutComponent.row.layout > div {
  width: 50%;
  max-width: 50%;
}
.form_type_1 .caja .content .content_frame #content-wrapper form .layoutComponent.row.layout label.obligatory:after {
  color: #fff !important;
}
.form_type_1 .caja .content .content_frame #content-wrapper form .layoutComponent.row.layout .questionComponent .form-control {
  border: 1px solid #fff !important;
}
.form_type_1 .caja .content .content_frame #content-wrapper form .infoClauses a {
  color: #000;
}
.form_type_1 .caja .content .content_frame #content-wrapper form .infoClauses a:hover, .form_type_1 .caja .content .content_frame #content-wrapper form .infoClauses a:focus {
  color: #fff;
  text-decoration: underline;
}
.form_type_1 .caja .content .content_frame #content-wrapper form .grup-check {
  width: 100%;
}
.form_type_1 .caja .content .content_frame #content-wrapper form .grup-check .listClauses .footer-clause .obligatory .info-clause {
  color: #000 !important;
  text-decoration: none !important;
}
.form_type_1 .caja .content .content_frame #content-wrapper form .grup-check .listClauses .footer-clause .obligatory .info-clause:hover, .form_type_1 .caja .content .content_frame #content-wrapper form .grup-check .listClauses .footer-clause .obligatory .info-clause:focus {
  color: #fff !important;
  text-decoration: underline !important;
}
.form_type_1 .caja .content .content_frame #content-wrapper a {
  color: #000;
}
.form_type_1 .caja .content .content_frame #content-wrapper a:hover, .form_type_1 .caja .content .content_frame #content-wrapper a:focus {
  color: #fff;
  text-decoration: underline;
}
.form_type_1 .caja .content .block_rrss {
  margin: 30px auto 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.form_type_1 .caja .content .block_rrss .small_title {
  margin: 0 5px;
}
.form_type_1 .caja .content .block_rrss .list_rrss {
  padding: 0;
  margin: 0 5px;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form_type_1 .caja .content .block_rrss .list_rrss a {
  color: #fff;
  font-size: 35px;
  padding: 10px 10px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_type_1 .caja .content .block_rrss .list_rrss a:hover {
  color: #000;
}
.form_type_1 .caja .content .block_rrss .list_rrss a:focus {
  color: #000;
}

@media only screen and (max-width: 991px) {
  .form_type_1 .cabecera {
    padding-top: 140px;
  }
  .form_type_1 .caja .content {
    padding: 20px 0px 0;
  }
  .form_type_1 .caja .content_frame {
    padding: 0 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .form_type_1 {
    margin: 40px auto 0;
  }
  .form_type_1 .cabecera {
    padding-top: 120px;
  }
  .form_type_1 .caja {
    padding: 10px 0px 20px;
  }
  .form_type_1 .caja .content .content_frame #content-wrapper form .layoutComponent.row.layout > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}