/**
 * Clay 3.159.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.159.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import "cookieconsent/cookieconsent.css";
@import "odometer-theme-default.css";
@import "video-js/video-js.css";
@import "simplebar_520.min.css";
@import "slick/slick.css";
@import "slick/slick-theme.css";
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.user-avatar-link {
  display: block;
  position: relative;
}
.user-avatar-link .panel-notifications-count {
  border-radius: 50rem;
  display: block;
  margin: 0;
  max-width: none;
  position: absolute;
  right: calc(100% - 0.7rem);
  top: -0.4rem;
}
.user-avatar-link .panel-notifications-count .badge {
  margin: 0.25rem;
}
.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: 989;
}
.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: 989;
}
@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: calc(0.0625rem * -1);
  content: "";
  left: calc(0.0625rem * -1);
  position: absolute;
  right: calc(0.0625rem * -1);
  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 input[type=radio]:checked + .card-horizontal .dropdown-action .c-inner {
  margin-bottom: calc( * -1);
  margin-left: calc( * -1);
  margin-right: calc( * -1);
  margin-top: calc( * -1);
}
.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: calc(0.0625rem * -1);
  content: "";
  height: 0;
  left: calc(0.0625rem * -1);
  position: absolute;
  right: calc(0.0625rem * -1);
  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;
}

.lfr-page-layouts .card-horizontal .dropdown-action .c-inner {
  margin-bottom: calc( * -1);
  margin-left: calc( * -1);
  margin-right: calc( * -1);
  margin-top: calc( * -1);
}
.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;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/** CUSTOM **/
/*px a rem*/
/*if you want to override the default breakpoints bootstraps (liferay), you can do overwriting the variables $grid-breakpoints in css/clay/bootstrap/_variables.scss
 $grid-breakpoints: (
 	xs: 0,
 	sm: 36em,
 	md: 48em,
 	lg: 62em,
 	xl: 75em
 ) !default;*/
/* Listados */
.m-listBase {
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  flex-wrap: wrap;
}

.m-listNocenter {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.m-listBaseWrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.m-listBaseWrap.list1R {
  margin: 0 -1rem;
}

.m-listBaseNoStyles {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.m-listBaseNoStylesOnlyPl {
  list-style: none;
  margin-bottom: 0;
  padding-left: 1rem;
}

.m-listBaseColumn {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

/* display flex alineados */
.m-dFlex {
  display: flex;
}

.m-dFlexCenter {
  display: flex;
  align-items: center;
}

.m-dFlexSBCenter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-dFlexSACenter {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.m-dFlexColumnCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-dFlexRReverse {
  display: flex;
  flex-direction: row-reverse;
}

/*links arrow */
.rs-linkArrow {
  display: flex;
  align-items: center;
  gap: 0.798125rem;
}
.rs-linkArrow::after {
  content: "";
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkGreen.svg") center no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.rs-linkArrow--white::after {
  content: "";
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkWhite.svg") center no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.rs-linkArrow.linkExt {
  gap: 0;
}
.rs-linkArrow.linkExt::after {
  content: "";
  background: none;
  width: 0;
  height: 0;
}

/*labels*/
.b-label__list {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.625rem;
  height: fit-content;
}
.b-label__item, .cs__adif-av .b-label__item--articulo, .b-label__item--fondo, .b-label__item--articulo {
  background: #fff;
  color: #111;
  border: 0.0625rem solid #dee2e6;
  width: auto;
  padding: 0.125rem 0.875rem;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
}
.b-label__item--articulo {
  background: #065547;
  color: #fff;
}
.b-label__item--fondo {
  background: #111;
  color: #fff;
}

.cs__adif-av .b-label__item--articulo {
  background-color: #102341;
  color: #fff;
}

/* Text Trucation (function) */
/* pause & play icons */
.rs-pause {
  display: flex;
  align-items: center;
  gap: 0.798125rem;
}
.rs-pause::before {
  content: "";
  background: url("/o/adif-web-theme-css/img/icons/redesign/pause.svg") center no-repeat;
  background-size: 1.625rem;
  width: 1.625rem;
  height: 1.625rem;
}

.rs-play {
  display: flex;
  align-items: center;
  gap: 0.798125rem;
}
.rs-play::before {
  content: "";
  background: url("/o/adif-web-theme-css/img/icons/redesign/play.svg") center no-repeat;
  background-size: 1.625rem;
  width: 1.625rem;
  height: 1.625rem;
}

/* Modales */
.rs-modal .modal-dialog {
  margin: 2rem auto;
  width: 80vw;
  top: 10vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 80vh;
}
.rs-modal .modal-content {
  width: 100%;
  height: 100%;
}

/* Icono de descarga (poner la clase en un span vacio) */
.rs-icono-descarga {
  height: 1.5625rem;
  width: 1.5625rem;
  display: inline-block;
  background-image: url(/o/adif-web-theme-css/img/icons/redesign/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -0.375rem;
  min-width: 1.5625rem;
}

/* Nunito Light */
@font-face {
  font-family: "Nunito";
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  src: url("/o/adif-web-theme-css/fonts/NunitoSans_10pt-Light.ttf") format("truetype");
}
/* Nunito Light italic */
@font-face {
  font-family: "Nunito";
  font-weight: 300;
  font-display: swap;
  font-style: italic;
  src: url("/o/adif-web-theme-css/fonts/NunitoSans_10pt-LightItalic.ttf") format("truetype");
}
/* Nunito Regular */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("/o/adif-web-theme-css/fonts/NunitoSans_10pt-Regular.ttf") format("truetype");
}
/* Nunito Regular italic*/
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: url("/o/adif-web-theme-css/fonts/NunitoSans_10pt-Italic.ttf") format("truetype");
}
/* Nunito SemiBold */
@font-face {
  font-family: "Nunito";
  font-weight: 600;
  font-display: swap;
  font-style: normal;
  src: url("/o/adif-web-theme-css/fonts/NunitoSans_10pt-SemiBold.ttf") format("truetype");
}
/* Nunito SemiBold Italic */
@font-face {
  font-family: "Nunito";
  font-weight: 600;
  font-display: swap;
  font-style: italic;
  src: url("/o/adif-web-theme-css/fonts/NunitoSans_10pt-SemiBoldItalic.ttf") format("truetype");
}
/* Nunito Bold  */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("/o/adif-web-theme-css/fonts/NunitoSans_10pt-Bold.ttf") format("truetype");
}
/* Nunito Bold Italic */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 700;
  src: url("/o/adif-web-theme-css/fonts/NunitoSans_10pt-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/o/adif-web-theme-css/fonts/Inter-Regular.ttf") format("truetype");
}
.adif-icon {
  background-color: #fff;
  height: 1rem;
  width: 1rem;
  display: none;
  vertical-align: middle;
}
.adif-icon.s-2 {
  height: 2rem;
  width: 2rem;
}
.adif-icon.s-3 {
  height: 3rem;
  width: 3rem;
}
.adif-icon.s-4 {
  height: 4rem;
  width: 4rem;
}
.adif-icon.s-5 {
  height: 5rem;
  width: 5rem;
}
.adif-icon.s-6 {
  height: 6rem;
  width: 6rem;
}
.adif-icon.c-dark-aquamarine {
  background-color: #065547;
}
.adif-icon.c-navy {
  background-color: #102341;
}
.adif-icon.c-deep-teal {
  background-color: #102341;
}
.adif-icon.c-dark-blue-green {
  background-color: #065547;
}
.adif-icon.c-brownish-grey {
  background-color: #666;
}
.adif-icon.ai-secondary-arrow-right {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/secondary-arrow-right.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/secondary-arrow-right.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-secondary-arrow-right {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/secondary-arrow-right.svg") no-repeat center/contain;
}
.adif-icon.ai-adif-logo {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/adif-logo.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/adif-logo.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-adif-logo {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/adif-logo.svg") no-repeat center/contain;
}
.adif-icon.ai-info {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/info.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/info.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-info {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/info.svg") no-repeat center/contain;
}
.adif-icon.ai-book {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/book.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/book.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-book {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/book.svg") no-repeat center/contain;
}
.adif-icon.ai-bookmark {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/bookmark.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/bookmark.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-bookmark {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/bookmark.svg") no-repeat center/contain;
}
.adif-icon.ai-bus {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/bus.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/bus.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-bus {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/bus.svg") no-repeat center/contain;
}
.adif-icon.ai-computer {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/computer.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/computer.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-computer {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/computer.svg") no-repeat center/contain;
}
.adif-icon.ai-metro {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/metro.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/metro.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-metro {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/metro.svg") no-repeat center/contain;
}
.adif-icon.ai-taxi {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/taxi.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/taxi.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-taxi {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/taxi.svg") no-repeat center/contain;
}
.adif-icon.ai-map {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/map.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/map.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-map {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/map.svg") no-repeat center/contain;
}
.adif-icon.ai-calculator {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/calculator.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/calculator.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-calculator {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/calculator.svg") no-repeat center/contain;
}
.adif-icon.ai-directions {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/directions.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/directions.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-directions {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/directions.svg") no-repeat center/contain;
}
.adif-icon.ai-document {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/document.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/document.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-document {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/document.svg") no-repeat center/contain;
}
.adif-icon.ai-handbag {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/handbag.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/handbag.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-handbag {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/handbag.svg") no-repeat center/contain;
}
.adif-icon.ai-economy {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/economy.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/economy.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-economy {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/economy.svg") no-repeat center/contain;
}
.adif-icon.ai-envelope {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/envelope.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/envelope.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-envelope {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/envelope.svg") no-repeat center/contain;
}
.adif-icon.ai-mouse {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/mouse.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/mouse.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-mouse {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/mouse.svg") no-repeat center/contain;
}
.adif-icon.ai-note {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/note.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/note.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-note {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/note.svg") no-repeat center/contain;
}
.adif-icon.ai-people {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/people.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/people.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-people {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/people.svg") no-repeat center/contain;
}
.adif-icon.ai-picture {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/picture.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/picture.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-picture {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/picture.svg") no-repeat center/contain;
}
.adif-icon.ai-rail {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/rail.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/rail.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-rail {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/rail.svg") no-repeat center/contain;
}
.adif-icon.ai-security {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/security.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/security.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-security {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/security.svg") no-repeat center/contain;
}
.adif-icon.ai-stars {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/stars.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/stars.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-stars {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/stars.svg") no-repeat center/contain;
}
.adif-icon.ai-world {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/world.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/world.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-world {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/world.svg") no-repeat center/contain;
}
.adif-icon.ai-buildings {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/buildings.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/buildings.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-buildings {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/buildings.svg") no-repeat center/contain;
}
.adif-icon.ai-briefcase {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/briefcase.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/briefcase.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-briefcase {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/briefcase.svg") no-repeat center/contain;
}
.adif-icon.ai-folder {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/folder.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/folder.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-folder {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/folder.svg") no-repeat center/contain;
}
.adif-icon.ai-infotree {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/infotree.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/infotree.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-infotree {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/infotree.svg") no-repeat center/contain;
}
.adif-icon.ai-monitor {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/monitor.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/monitor.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-monitor {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/monitor.svg") no-repeat center/contain;
}
.adif-icon.ai-arrow-up {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-up.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-up.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-arrow-up {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-up.svg") no-repeat center/contain;
}
.adif-icon.ai-arrow-down {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-bottom.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-bottom.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-arrow-down {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-bottom.svg") no-repeat center/contain;
}
.adif-icon.ai-arrow-right {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-arrow-right {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right.svg") no-repeat center/contain;
}
.adif-icon.ai-arrow-left {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-left.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-left.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-arrow-left {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-left.svg") no-repeat center/contain;
}
.adif-icon.ai-close {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/close.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/close.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-close {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/close.svg") no-repeat center/contain;
}
.adif-icon.ai-facebook {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/facebook.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/facebook.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-facebook {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/facebook.svg") no-repeat center/contain;
}
.adif-icon.ai-flickr {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/flickr.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/flickr.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-flickr {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/flickr.svg") no-repeat center/contain;
}
.adif-icon.ai-instagram {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/instagram.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/instagram.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-instagram {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/instagram.svg") no-repeat center/contain;
}
.adif-icon.ai-photo {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/photo.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/photo.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-photo {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/photo.svg") no-repeat center/contain;
}
.adif-icon.ai-twitter {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/twitter.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/twitter.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-twitter {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/twitter.svg") no-repeat center/contain;
}
.adif-icon.ai-download {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/download.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/download.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-download {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/download.svg") no-repeat center/contain;
}
.adif-icon.ai-cloud-download {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/cloud-download.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/cloud-download.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-cloud-download {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/cloud-download.svg") no-repeat center/contain;
}
.adif-icon.ai-slidecvpre {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-slidecvpre {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") no-repeat center/contain;
}
.adif-icon.ai-slidecvnext {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-slidecvnext {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") no-repeat center/contain;
}
.adif-icon.ai-links {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/links.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/links.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-links {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/links.svg") no-repeat center/contain;
}
.adif-icon.ai-settings {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/settings.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/settings.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-settings {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/settings.svg") no-repeat center/contain;
}
.adif-icon.ai-docx {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/ico-docx.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/ico-docx.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-docx {
  background: url("/o/adif-web-theme-css/img/icons/ico-docx.svg") no-repeat center/contain;
}
.adif-icon.ai-jpg {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/ico-jpg.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/ico-jpg.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-jpg {
  background: url("/o/adif-web-theme-css/img/icons/ico-jpg.svg") no-repeat center/contain;
}
.adif-icon.ai-pdf {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/ico-pdf.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/ico-pdf.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-pdf {
  background: url("/o/adif-web-theme-css/img/icons/ico-pdf.svg") no-repeat center/contain;
}
.adif-icon.ai-png {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/ico-png.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/ico-png.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-png {
  background: url("/o/adif-web-theme-css/img/icons/ico-png.svg") no-repeat center/contain;
}
.adif-icon.ai-ppt {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/ico-ppt.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/ico-ppt.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-ppt {
  background: url("/o/adif-web-theme-css/img/icons/ico-ppt.svg") no-repeat center/contain;
}
.adif-icon.ai-xls {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/ico-xls.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/ico-xls.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-xls {
  background: url("/o/adif-web-theme-css/img/icons/ico-xls.svg") no-repeat center/contain;
}
.adif-icon.ai-xlsx {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/ico-xls.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/ico-xls.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-xlsx {
  background: url("/o/adif-web-theme-css/img/icons/ico-xls.svg") no-repeat center/contain;
}
.adif-icon.ai-blank-green {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/ico-blank-green.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/ico-blank-green.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-blank-green {
  background: url("/o/adif-web-theme-css/img/icons/ico-blank-green.svg") no-repeat center/contain;
}
.adif-icon.ai-map-signs {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/directions.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/directions.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-map-signs {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/directions.svg") no-repeat center/contain;
}
.adif-icon.ai-info-circle {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/info.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/info.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-info-circle {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/info.svg") no-repeat center/contain;
}
.adif-icon.ai-shopping-bag {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/handbag.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/handbag.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-shopping-bag {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/handbag.svg") no-repeat center/contain;
}
.adif-icon.ai-phone {
  display: inline-block;
  mask: url("/o/adif-web-theme-css/img/icons/phone.svg") no-repeat center/contain;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/phone.svg") no-repeat center/contain;
}
.ie .adif-icon.ai-phone {
  background: url("/o/adif-web-theme-css/img/icons/phone.svg") no-repeat center/contain;
}

.adif-icon-wrapper {
  background: #fff;
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.adif-icon-rrss-white--facebook, .adif-icon-rrss-green--facebook, .adif-icon-rrss-blue--facebook {
  background-size: 0.8125rem 1.5rem;
  height: 1.5rem;
  width: 0.8125rem;
}
.adif-icon-rrss-white--instagram, .adif-icon-rrss-green--instagram, .adif-icon-rrss-blue--instagram {
  background-size: 1.25rem;
}
@media (min-width: 62em) {
  .adif-icon-rrss-white--instagram, .adif-icon-rrss-green--instagram, .adif-icon-rrss-blue--instagram {
    background-size: 1.375rem;
  }
}
.adif-icon-rrss-white--linkedin, .adif-icon-rrss-green--linkedin, .adif-icon-rrss-blue--linkedin {
  background-size: 1.0625rem;
}
@media (min-width: 62em) {
  .adif-icon-rrss-white--linkedin, .adif-icon-rrss-green--linkedin, .adif-icon-rrss-blue--linkedin {
    background-size: 1.375rem;
  }
}
.adif-icon-rrss-white--twitter, .adif-icon-rrss-green--twitter, .adif-icon-rrss-blue--twitter {
  background-size: 1.375rem;
}
@media (min-width: 62em) {
  .adif-icon-rrss-white--twitter, .adif-icon-rrss-green--twitter, .adif-icon-rrss-blue--twitter {
    background-size: auto 1.5rem;
  }
}
.adif-icon-rrss-white--youtube, .adif-icon-rrss-green--youtube, .adif-icon-rrss-blue--youtube {
  background-size: 1.375rem;
}
.adif-icon-rrss-white--facebook {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/white/Facebook_blanco.svg") center no-repeat;
}
.adif-icon-rrss-white--instagram {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/white/Instagram_blanco.svg") center no-repeat;
}
.adif-icon-rrss-white--linkedin {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/white/LinkedIn_blanco.svg") center no-repeat;
}
.adif-icon-rrss-white--twitter {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/white/X_blanco.svg") center no-repeat;
}
.adif-icon-rrss-white--youtube {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/white/Youtube_blanco.svg") center no-repeat;
}
.adif-icon-rrss-green--facebook {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Facebook_verde_A.svg") center no-repeat;
}
.adif-icon-rrss-green--facebook:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Facebook_verde_B.svg") center no-repeat;
}
.adif-icon-rrss-green--instagram {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Instagram_verde_A.svg") center no-repeat;
}
.adif-icon-rrss-green--instagram:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Instagram_verde_B.svg") center no-repeat;
}
.adif-icon-rrss-green--linkedin {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/LinkedIn_verde_A.svg") center no-repeat;
}
.adif-icon-rrss-green--linkedin:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/LinkedIn_verde_B.svg") center no-repeat;
}
.adif-icon-rrss-green--twitter {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/X_verde_A.svg") center no-repeat;
}
.adif-icon-rrss-green--twitter:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/X_verde_B.svg") center no-repeat;
}
.adif-icon-rrss-green--youtube {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Youtube_verde_A.svg") center no-repeat;
}
.adif-icon-rrss-green--youtube:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Youtube_verde_B.svg") center no-repeat;
}
.adif-icon-rrss-blue--facebook {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Facebook_azul_A.svg") center no-repeat;
}
.adif-icon-rrss-blue--facebook:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Facebook_azul_B.svg") center no-repeat;
}
.adif-icon-rrss-blue--instagram {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Instagram_azul_A.svg") center no-repeat;
}
.adif-icon-rrss-blue--instagram:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Instagram_azul_B.svg") center no-repeat;
}
.adif-icon-rrss-blue--linkedin {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/LinkedIn_azul_A.svg") center no-repeat;
}
.adif-icon-rrss-blue--linkedin:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/LinkedIn_azul_B.svg") center no-repeat;
}
.adif-icon-rrss-blue--twitter {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/X_azul_A.svg") center no-repeat;
}
.adif-icon-rrss-blue--twitter:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/X_azul_B.svg") center no-repeat;
}
.adif-icon-rrss-blue--youtube {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Youtube_azul_A.svg") center no-repeat;
}
.adif-icon-rrss-blue--youtube:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Youtube_azul_B.svg") center no-repeat;
}

.adif-icon-rrss--facebook {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Facebook_verde_A.svg") center no-repeat;
  background-size: 0.8125rem 1.5rem;
  height: 1.5rem;
  width: 0.8125rem;
}
.adif-icon-rrss--facebook:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Facebook_verde_B.svg") center no-repeat;
}
.adif-icon-rrss--instagram {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Instagram_verde_A.svg") center no-repeat;
  background-size: 1.25rem;
}
@media (min-width: 62em) {
  .adif-icon-rrss--instagram {
    background-size: 1.375rem;
  }
}
.adif-icon-rrss--instagram:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Instagram_verde_B.svg") center no-repeat;
}
.adif-icon-rrss--linkedin {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/LinkedIn_verde_A.svg") center no-repeat;
  background-size: 1.0625rem;
}
@media (min-width: 62em) {
  .adif-icon-rrss--linkedin {
    background-size: 1.375rem;
  }
}
.adif-icon-rrss--linkedin:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/LinkedIn_verde_B.svg") center no-repeat;
}
.adif-icon-rrss--twitter {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/X_verde_A.svg") center no-repeat;
  background-size: 1.375rem;
}
@media (min-width: 62em) {
  .adif-icon-rrss--twitter {
    background-size: auto 1.5rem;
  }
}
.adif-icon-rrss--twitter:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/X_verde_B.svg") center no-repeat;
}
.adif-icon-rrss--youtube {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Youtube_verde_A.svg") center no-repeat;
  background-size: 1.375rem;
}
.adif-icon-rrss--youtube:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/green/Youtube_verde_B.svg") center no-repeat;
}

.cs__adif-av .adif-icon-rrss--facebook {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Facebook_azul_A.svg") center no-repeat;
  background-size: 0.8125rem 1.5rem;
  height: 1.5rem;
  width: 0.8125rem;
}
.cs__adif-av .adif-icon-rrss--facebook:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Facebook_azul_B.svg") center no-repeat;
}
.cs__adif-av .adif-icon-rrss--instagram {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Instagram_azul_A.svg") center no-repeat;
  background-size: 1.25rem;
}
@media (min-width: 62em) {
  .cs__adif-av .adif-icon-rrss--instagram {
    background-size: 1.375rem;
  }
}
.cs__adif-av .adif-icon-rrss--instagram:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Instagram_azul_B.svg") center no-repeat;
}
.cs__adif-av .adif-icon-rrss--linkedin {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/LinkedIn_azul_A.svg") center no-repeat;
  background-size: 1.0625rem;
}
@media (min-width: 62em) {
  .cs__adif-av .adif-icon-rrss--linkedin {
    background-size: 1.375rem;
  }
}
.cs__adif-av .adif-icon-rrss--linkedin:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/LinkedIn_azul_B.svg") center no-repeat;
}
.cs__adif-av .adif-icon-rrss--twitter {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/X_azul_A.svg") center no-repeat;
  background-size: 1.375rem;
}
@media (min-width: 62em) {
  .cs__adif-av .adif-icon-rrss--twitter {
    background-size: auto 1.5rem;
  }
}
.cs__adif-av .adif-icon-rrss--twitter:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/X_azul_B.svg") center no-repeat;
}
.cs__adif-av .adif-icon-rrss--youtube {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Youtube_azul_A.svg") center no-repeat;
  background-size: 1.375rem;
}
.cs__adif-av .adif-icon-rrss--youtube:hover {
  background: transparent url("/o/adif-web-theme-css/img/icons/rrss/blue/Youtube_azul_B.svg") center no-repeat;
}

.adif-actualidad-wrapper .adif-actualidad-card-wrapper {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.adif-actualidad-wrapper .adif-actualidad-card-wrapper.contador-multimedia {
  padding-bottom: 0 !important;
}
.adif-actualidad-wrapper .adif-actualidad-card-wrapper > a {
  display: block;
}
.adif-actualidad-wrapper .adif-actualidad-card-wrapper > a div:nth-child(2) {
  padding-bottom: 0 !important;
  text-align: left !important;
}
.adif-actualidad-wrapper .adif-actualidad-card-wrapper > a div:nth-child(3) {
  padding-top: 0 !important;
}
.adif-actualidad-wrapper .adif-actualidad-card-text-media {
  text-align: left !important;
  font-size: 0.95rem;
  margin-top: auto;
}
.adif-actualidad-wrapper .adif-actualidad-card-image-wrapper {
  height: 240px;
  background-position: center center;
  background-size: cover;
}
.adif-actualidad-wrapper .adif-actualidad-card-image-wrapper img {
  display: none;
}
.adif-actualidad-wrapper img {
  max-height: 240px;
}
.adif-actualidad-wrapper a {
  color: inherit;
  text-decoration: none;
}
.adif-actualidad-wrapper a:hover, .adif-actualidad-wrapper a:focus {
  color: #00884d;
  text-decoration: none;
}
.adif-actualidad-wrapper .adif-actualidad-card-text-wrapper {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
}
.adif-actualidad-wrapper .adif-actualidad-card-text-wrapper.actualidad {
  min-height: 125px;
}
@media (min-width: 48em) {
  .adif-actualidad-wrapper .adif-actualidad-card-text-wrapper.actualidad {
    min-height: 144px;
  }
}
@media (min-width: 75em) {
  .adif-actualidad-wrapper .adif-actualidad-card-text-wrapper.actualidad {
    min-height: 155px;
  }
}
.adif-actualidad-wrapper .adif-actualidad-fecha {
  color: #333;
}
@media (max-width: 61.98em) {
  .adif-actualidad-wrapper .adif-actualidad-fecha {
    font-size: 1rem;
  }
}
.adif-actualidad-wrapper .adif-actualidad-titulo {
  color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.adif-actualidad-wrapper .adif-actualidad-titulo:hover, .adif-actualidad-wrapper .adif-actualidad-titulo:focus {
  color: #00884d;
  text-decoration: none;
}
@media (max-width: 61.98em) {
  .adif-actualidad-wrapper .adif-actualidad-titulo {
    font-size: 1rem;
  }
}
@media (max-width: 47.98em) {
  .adif-actualidad-wrapper .adif-titulo-generico {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .adif-actualidad-wrapper .adif-actualidad-card-image-wrapper {
    height: 235px;
  }
  .adif-actualidad-wrapper img {
    max-height: 235px;
  }
}
@media (min-width: 992px) {
  .adif-actualidad-wrapper .adif-actualidad-card-image-wrapper {
    height: 250px;
  }
  .adif-actualidad-wrapper img {
    max-height: 250px;
  }
}

.adif-subasta-wrapper {
  margin-top: 0.9375em;
}

.adif-subasta-card-wrapper {
  background-color: #f4f4f4;
}

.adif-subasta-card-image-wrapper {
  height: 215px;
  background-position: center center;
  background-size: cover;
}
.adif-subasta-card-image-wrapper img {
  display: none;
}

.adif-subasta-card-text-wrapper {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.2;
  height: 235px;
}
@media (max-width: 61.98em) {
  .adif-subasta-card-text-wrapper {
    height: 230px;
  }
}
.adif-subasta-card-text-wrapper .adif-subasta-datos {
  height: 235px;
}

.adif-title-tooltip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adif-subasta-tooltipObservaciones {
  border: none;
  background-color: transparent;
  margin-left: 0.8rem;
}

.adif-icon-tooltip {
  height: 1.3rem;
  width: 1.3rem;
}

.adif-referencia {
  display: flex;
  flex-direction: column;
  color: #333;
}
.adif-referencia span {
  color: #007861;
  padding-top: 5px;
}

.datos {
  font-size: 12px;
  color: #333;
}

.adif-subasta-caracteristica-titulo {
  font-size: 12px;
  color: #333;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.2rem;
}
.adif-subasta-caracteristica-titulo span {
  color: #666;
  font-size: 0.875rem;
}

.adif-subasta-titulo {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.2rem;
}
.adif-subasta-titulo span {
  color: #666;
  font-size: 0.875rem;
  margin-left: 1rem;
}

.adif-subasta-mas-informacion {
  color: #065547;
}
.adif-subasta-mas-informacion:hover, .adif-subasta-mas-informacion:focus {
  color: #00884d;
  text-decoration: underline;
}

.adif-licitacion-apaisado-card-wrapper {
  background-color: #f4f4f4;
  display: flex;
}
@media (max-width: 61.98em) {
  .adif-licitacion-apaisado-card-wrapper {
    flex-direction: column;
  }
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper {
  width: 40%;
  min-height: 235px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 61.98em) {
  .adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper {
    width: 100%;
    min-height: 275px;
  }
}
@media (max-width: 47.98em) {
  .adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper {
    width: 100%;
    min-height: 12.5rem;
  }
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper a {
  color: inherit;
  text-decoration: none;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper a:hover, .adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper a:focus {
  color: #00884d;
  text-decoration: none !important;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-card-text-wrapper {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  width: 60%;
}
@media (max-width: 61.98em) {
  .adif-licitacion-apaisado-card-wrapper .adif-subasta-card-text-wrapper {
    width: 100%;
  }
}
.adif-licitacion-apaisado-card-wrapper .adif-referencia {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.adif-licitacion-apaisado-card-wrapper .adif-referencia span {
  color: #007861;
  padding-top: 5px;
}
.adif-licitacion-apaisado-card-wrapper .datos {
  font-size: 12px;
  color: #333;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-caracteristica-titulo {
  font-size: 0.875rem;
  color: #333;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: none;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-caracteristica-titulo span {
  color: #666;
  font-size: 0.875rem;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-titulo {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.2rem;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-titulo span {
  color: #666;
  font-size: 0.875rem;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-mas-informacion {
  color: #065547;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-mas-informacion:hover, .adif-licitacion-apaisado-card-wrapper .adif-subasta-mas-informacion:focus {
  color: #00884d;
  text-decoration: underline;
}

@media (max-width: 61.98em) {
  .adif-servicios-pills.detalle-logistica table {
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
    display: block !important;
    width: fit-content;
    max-width: 100%;
  }
}
.adif-servicios-pills.detalle-logistica img {
  max-width: 100%;
  display: block;
  height: auto;
}
.adif-servicios-pills .nav.nav-pills {
  background-color: white;
  border-radius: 3em;
  line-height: 3em;
}
.adif-servicios-pills .nav.nav-pills li {
  margin-bottom: 0;
}
.adif-servicios-pills .nav.nav-pills .nav-item {
  background-color: #d9e0de;
  border-radius: 3em;
  line-height: 3em;
}
.adif-servicios-pills .nav.nav-pills .nav-item .nav-link {
  color: #065547;
  text-transform: uppercase;
  text-decoration: none;
}
.adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active {
  border-radius: 3em;
  background-color: #065547;
  color: #fff;
  border: 1px solid transparent;
}
@media screen and (-ms-high-contrast: active) {
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active {
    background-color: highlight;
  }
}
@media screen and (-ms-high-contrast: active) {
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active {
    background-color: windowText;
  }
}
.adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active i {
  background-color: #fff;
}
.adif-servicios-pills .nav.nav-pills .nav-item .nav-link i {
  background-color: #065547;
}
@media (max-width: 991px) {
  .adif-servicios-pills .nav.nav-pills {
    background-color: #d9e0de;
    border-radius: 3em;
    line-height: 3em;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: inline-block;
  }
  .adif-servicios-pills .nav.nav-pills:-webkit-scrollbar {
    display: none;
  }
  .adif-servicios-pills .nav.nav-pills li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .adif-servicios-pills .nav.nav-pills {
    background-color: #d9e0de;
    border-radius: 3em;
    line-height: 3em;
  }
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link {
    color: #065547;
    text-transform: uppercase;
  }
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active {
    border-radius: 3em;
    background-color: #065547;
    color: #fff;
  }
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active i {
    background-color: #fff;
  }
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link i {
    background-color: #065547;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills {
  margin-bottom: 1.875em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills {
  margin-bottom: 1.875em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills > li {
  flex: 1 1 auto;
  text-align: center;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills > li {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-green.svg");
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: auto 1.25rem;
  padding: 0 0.9375em 2px 2.5rem;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 74.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
    box-shadow: none !important;
  }
}
@media (min-width: 36em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
    background-position: 15% center;
  }
}
@media (min-width: 48em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
    background-position: 25% center;
  }
}
@media (min-width: 62em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
    background-position: 30% center;
    font-size: 1rem;
  }
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
  color: #102341;
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.active {
  background-color: #102341;
  color: white;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.informacion-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.informacion-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.informacion-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.informacion-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.horario-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-horario-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.horario-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-horario-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.horario-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-horario-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.horario-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-horario-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.servicios-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-gear-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.servicios-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-gear-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.servicios-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-gear-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.servicios-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-gear-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.accesibilidad-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.accesibilidad-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.accesibilidad-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.accesibilidad-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.area_comercia-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.area_comercia-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.area_comercia-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.area_comercia-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.eventos-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-calendar.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.eventos-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-calendar-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.eventos-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-calendar-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.eventos-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-calendar-white.svg");
}
@media (max-width: 74.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills > li {
    display: inline-block;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab] {
  position: relative;
  display: inline-block;
  width: 100%;
  background-image: none;
  padding: 0;
  /* &:before {
  	content: '';
  	width: 1.5625rem;
  	height: 1.5625rem;
  	position: absolute;
  	top: calc(50% - 12.5px);
  	left: 5px;
  } */
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].active {
  background-image: none;
}
@media (max-width: 74.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].active:focus {
    box-shadow: none !important;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab] .nav-pills-ico {
  padding-left: 1.5625em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].informacion-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-info-big-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].informacion-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].horario-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-horario-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].horario-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].galeria-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/photo.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].galeria-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].tecnica-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/rail.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].tecnica-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].ambito-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/settings.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].ambito-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].servicios-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-gear-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].servicios-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].accesibilidad-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].accesibilidad-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].area_comercia-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].area_comercia-tab .nav-pills-ico {
    background-size: 0.9375rem auto;
  }
}
@media (max-width: 47.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].area_comercia-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].eventos-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-calendar.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].eventos-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active {
  background-color: #065547;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.informacion-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-info-big-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.informacion-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.galeria-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/photo_white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.galeria-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.tecnica-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/rail-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.tecnica-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.ambito-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/settings-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.ambito-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.horario-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-horario-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.horario-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.servicios-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-gear-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.servicios-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.accesibilidad-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.accesibilidad-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.area_comercia-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.area_comercia-tab .nav-pills-ico {
    background-size: 0.9375rem auto;
  }
}
@media (max-width: 47.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.area_comercia-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.eventos-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-calendar-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.eventos-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content {
  margin: 0 0 1.875em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content h3 {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 1.875em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content h4 {
  font-size: 1rem;
  color: #333;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns {
  display: flex;
  margin: 0 -0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column {
  padding: 0 0.9375em;
  border-right: 2px solid #d9e0de;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.uno {
  width: 100%;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.dos {
  width: 100%;
}
@media (min-width: 62em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.dos {
    width: 50%;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.tres {
  width: 100%;
}
@media (min-width: 62em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.tres {
    width: 33.3333%;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column:last-child {
  border: none;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column ul, .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column ul * {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column ul {
  font-size: 0.85rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column ul li {
  display: block;
  margin-bottom: 0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .icons-pills-column {
  margin: 0.9375em 0;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .icons-pills-column span {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 1rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .icons-pills-column .icono {
  width: 1.125rem;
  height: 1.25rem;
  margin-right: 0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap {
  display: flex;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap .icono {
  margin-right: 0.9375em;
  width: 1.875rem;
  height: 35px;
}
@media (min-width: 62em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap .icono {
    width: 2.8125rem;
  }
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap .icono.ai-map {
    width: 3.125rem;
    margin-right: 1.0625em;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap .texts-column-increase {
  display: flex;
  flex-direction: column;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0.9375em 0;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column p img {
  width: 1.125rem;
  margin-right: 0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column .icons-pills-column {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column .icons-pills-column-icon {
  display: flex;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column .icons-pills-column-description {
  padding-left: 1rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column .icons-pills-column .icono {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.9375em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase .increase-text-title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p {
  display: flex;
  margin-bottom: 0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p > span {
  display: block;
  margin-right: 0.9375em;
  width: 1.5625rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p > span img {
  width: 100%;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p a {
  display: block;
  width: calc(100% - 1.5625rem);
  line-height: 1.125rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p a span {
  display: block;
  margin-bottom: 5px;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p a span.increase-text-title {
  font-size: 1rem;
  color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns {
    flex-direction: column;
  }
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #d9e0de;
    margin-bottom: 0.9375em;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills p.adif-estado-red {
  text-align: right;
  padding: 0.9375em 0;
}
.adif-servicios-pills.adif-detalle-estacion-pills p.adif-estado-red a {
  font-size: 0.9rem;
  font-weight: 600;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-info-big-green.svg") left calc(50% + 2px) no-repeat;
  background-size: auto 0.9375rem;
  padding-left: 1.25rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills.adif-contenidos-en-tabs li.nav-item {
  margin-bottom: 0;
}

.slider-cv-wrapper .slider-cv-card-item {
  padding: 0 0.625em;
}
.slider-cv-wrapper .slider-cv-titulo {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #111;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
@media (max-width: 61.98em) {
  .slider-cv-wrapper .slider-cv-titulo {
    font-size: 33px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 47.98em) {
  .slider-cv-wrapper .slider-cv-titulo {
    justify-content: center;
    font-size: 1.875rem;
  }
}
@media (max-width: 35.98em) {
  .slider-cv-wrapper .slider-cv-titulo {
    padding-top: 0;
  }
}
.slider-cv-wrapper .carousel-iconos {
  padding-top: 3.125em;
}
@media (max-width: 47.98em) {
  .slider-cv-wrapper .carousel-iconos {
    padding-top: 0.9375em;
  }
}
.slider-cv-wrapper .adif-icon {
  width: 38.2px;
  height: 38.2px;
}
.slider-cv-wrapper .adif-icon:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-cv-wrapper .slidecvpre {
  margin-right: 19.8px;
  background-color: #065547;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  width: 2.8125rem;
  height: 3.125rem;
}
.slider-cv-wrapper .slidecvpre:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-cv-wrapper .slidecvnext {
  margin-right: 19.8px;
  background-color: #065547;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  width: 2.8125rem;
  height: 3.125rem;
}
.slider-cv-wrapper .slidecvnext:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-cv-wrapper .slider-cv-card-wrapper {
  display: flex;
  row-gap: 1.25rem;
  /*
  @include md-up{
  	gap:m-rem(20px),m-rem(20px);
  }
  */
}
@media (max-width: 61.98em) {
  .slider-cv-wrapper .slider-cv-card-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 47.98em) {
  .slider-cv-wrapper .slider-cv-card-wrapper {
    padding-top: 1rem;
  }
}
.slider-cv-wrapper .slider-cv-card-image-wrapper {
  height: 183px;
  background-position: center top;
  background-size: cover;
}
.slider-cv-wrapper .slider-cv-card-image-wrapper img {
  display: none;
}
@media (max-width: 61.98em) {
  .slider-cv-wrapper .slider-cv-card-image-wrapper {
    height: 225px;
  }
}
@media (max-width: 47.98em) {
  .slider-cv-wrapper .slider-cv-card-image-wrapper {
    height: 265px;
  }
}
.slider-cv-wrapper a {
  text-decoration: none;
}
.slider-cv-wrapper .slider-cv-card-text-wrapper {
  background-color: #f4f4f4;
  padding: 1rem 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
  height: 11.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider-cv-wrapper .slider-cv-nombre {
  text-transform: capitalize;
  color: #065547;
  padding-top: 0.625em;
}
.slider-cv-wrapper .slider-cv-puesto {
  color: #333;
  font-size: 1.0625rem;
}
.slider-cv-wrapper .text-truncate {
  white-space: normal;
}
.slider-cv-wrapper.contenidos-relacionados-wrapper .slider-cv-nombre {
  text-transform: none;
}

body .contenidos-relacionados-wrapper .slider-cv-card-wrapper {
  padding-bottom: 0 !important;
  height: 100%;
}
body .contenidos-relacionados-wrapper .slider-cv-card-wrapper > .adif-actualidad-card-text-wrapper {
  padding-bottom: 0 !important;
}
body .contenidos-relacionados-wrapper .slider-cv-card-wrapper .adif-actualidad-fecha {
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body .contenidos-relacionados-wrapper .slider-cv-card-wrapper > a:last-child {
  display: block;
}
body .contenidos-relacionados-wrapper .slider-cv-card-wrapper > a:last-child .slider-cv-card-text-wrapper {
  padding-top: 0 !important;
}

.slider-contenidos-genericos-wrapper .slider-cg-card-item {
  padding: 0 0.625em;
}
.slider-contenidos-genericos-wrapper .slider-cg-titulo {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #111;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
@media (max-width: 61.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-titulo {
    font-size: 33px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 47.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-titulo {
    justify-content: center;
    font-size: 1.875rem;
  }
}
@media (max-width: 35.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-titulo {
    padding-top: 0;
  }
}
.slider-contenidos-genericos-wrapper .carousel-iconos {
  padding-top: 3.125em;
}
@media (max-width: 47.98em) {
  .slider-contenidos-genericos-wrapper .carousel-iconos {
    padding-top: 0.9375em;
  }
}
.slider-contenidos-genericos-wrapper .adif-icon {
  width: 38.2px;
  height: 38.2px;
}
.slider-contenidos-genericos-wrapper .adif-icon:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-contenidos-genericos-wrapper .slidecgpre {
  margin-right: 19.8px;
  background-color: #065547;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  width: 2.8125rem;
  height: 3.125rem;
}
.slider-contenidos-genericos-wrapper .slidecgpre:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-contenidos-genericos-wrapper .slidecgnext {
  margin-right: 19.8px;
  background-color: #065547;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  width: 2.8125rem;
  height: 3.125rem;
}
.slider-contenidos-genericos-wrapper .slidecgnext:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
@media (max-width: 61.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-card-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 47.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-card-wrapper {
    padding-top: 1rem;
  }
}
.slider-contenidos-genericos-wrapper .slider-cg-card-image-wrapper {
  height: 183px;
  background-position: center top;
  background-size: cover;
}
.slider-contenidos-genericos-wrapper .slider-cg-card-image-wrapper img {
  display: none;
}
@media (max-width: 61.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-card-image-wrapper {
    height: 225px;
  }
}
@media (max-width: 47.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-card-image-wrapper {
    height: 265px;
  }
}
.slider-contenidos-genericos-wrapper a {
  text-decoration: none;
}
.slider-contenidos-genericos-wrapper .slider-cg-card-text-wrapper {
  background-color: #f4f4f4;
  padding: 1rem 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
  height: 6.25rem;
  position: relative;
}
.slider-contenidos-genericos-wrapper .slider-cg-nombre {
  text-transform: capitalize;
  color: #065547;
  padding-top: 0.625em;
}
.slider-contenidos-genericos-wrapper .text-truncate {
  white-space: normal;
}

div[id*=BreadcrumbPortlet] .portlet-content .portlet-header {
  display: none;
}

.breadcrumb-wrapper {
  padding: 1.875em 0 2.5em;
  background-color: #065547;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.breadcrumb-wrapper > div {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .breadcrumb-wrapper > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .breadcrumb-wrapper > div div[class*=ue-flag-U] {
    position: initial;
    width: 70px;
    height: 57px;
    margin-left: auto;
  }
}
@media (max-width: 47.98em) {
  .breadcrumb-wrapper > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcrumb-wrapper > div div[class*=ue-flag-U] {
    position: absolute;
    margin-top: 6px;
  }
}
.breadcrumb-wrapper div.flags-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 81px;
  text-indent: -9999px;
  box-sizing: unset;
  display: flex;
}
@media (min-width: 62em) {
  .breadcrumb-wrapper div.flags-wrapper {
    position: initial;
  }
}
.breadcrumb-wrapper div.flags-wrapper.several-flags {
  position: inherit;
  display: flex;
  width: fit-content;
  justify-content: flex-end;
  margin: 1.875em 0 1.875em auto;
}
.breadcrumb-wrapper div.flags-wrapper.several-flags.migas-several-flags {
  display: flex;
  justify-content: space-between;
  margin: 1.875em 0;
  width: auto;
  gap: 0.3125rem;
}
@media (min-width: 48em) {
  .breadcrumb-wrapper div.flags-wrapper.several-flags {
    position: inherit;
    display: flex;
    justify-content: center;
    margin: 1.875em auto;
    width: fit-content;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags.migas-several-flags {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 1.875em 0;
    gap: 0.3125rem;
  }
}
@media (min-width: 62em) {
  .breadcrumb-wrapper div.flags-wrapper.several-flags {
    position: inherit;
    display: flex;
    justify-content: center;
    margin: 1.875em 0;
    width: fit-content;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags.migas-several-flags {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 1.875em 0;
    gap: 0.3125rem;
  }
}
.breadcrumb-wrapper div.flags-wrapper__fondo {
  background-color: #f4f4f4;
}
.breadcrumb-wrapper div.flags-wrapper__fondo.several-flags {
  padding: 0.75rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 36em) {
  .breadcrumb-wrapper div.flags-wrapper__fondo.several-flags {
    padding: 0.75rem;
  }
}
.breadcrumb-wrapper div.flags-wrapper__fondo.several-flags.migas-several-flags {
  display: flex;
  justify-content: space-between;
  gap: 0.3125rem;
}
@media (max-width: 47.98em) {
  .breadcrumb-wrapper div.flags-wrapper {
    position: inherit;
    justify-content: end;
    margin: 1em;
    top: -5px;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags {
    margin: 1.875em auto;
    display: flex;
    justify-content: center;
    width: fit-content;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags.migas-several-flags {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 1.875em 0;
    gap: 0.3125rem;
  }
}
@media (max-width: 35.98em) {
  .breadcrumb-wrapper div.flags-wrapper {
    position: inherit;
    justify-content: end;
    margin: 1em;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags {
    margin: 1em auto;
    display: flex;
    justify-content: center;
    width: fit-content;
  }
}
.breadcrumb-wrapper div.flags-wrapper .flag {
  width: 6.25rem;
  height: 81px;
}
@media (max-width: 375px) {
  .breadcrumb-wrapper div.flags-wrapper .flag {
    width: 4.0625rem;
  }
}
@media (max-width: 320px) {
  .breadcrumb-wrapper div.flags-wrapper .flag {
    width: 3.75rem;
  }
}
.breadcrumb-wrapper div.flags-wrapper .flag.ue-flag-S, .breadcrumb-wrapper div.flags-wrapper .flag.ue-flag-U {
  background: transparent url("/o/adif-web-theme-css/img/union_europea_logo_co.png") center no-repeat;
  background-size: 100% auto;
  height: 6.313rem;
  margin-top: -0.625em;
}
.breadcrumb-wrapper div.flags-wrapper .flag.flag-p1 {
  background: transparent url("/o/adif-web-theme-css/img/financiado_ue.png") center no-repeat;
  background-size: 100% auto;
}
.breadcrumb-wrapper div.flags-wrapper .flag.flag-p2 {
  background: transparent url("/o/adif-web-theme-css/img/plan_de_recuperacion.png") center no-repeat;
  background-size: 100% auto;
}
.breadcrumb-wrapper div.flags-wrapper .flag.flag-width-L {
  width: 9rem;
}
@media (max-width: 375px) {
  .breadcrumb-wrapper div.flags-wrapper .flag.flag-width-L {
    width: 5.85rem;
  }
}
@media (max-width: 320px) {
  .breadcrumb-wrapper div.flags-wrapper .flag.flag-width-L {
    width: 5.4rem;
  }
}
.breadcrumb-wrapper div.flags-wrapper .flag.flag-width-XL {
  width: 16.5rem;
}
@media (max-width: 375px) {
  .breadcrumb-wrapper div.flags-wrapper .flag.flag-width-XL {
    width: 10.725rem;
  }
}
@media (max-width: 320px) {
  .breadcrumb-wrapper div.flags-wrapper .flag.flag-width-XL {
    width: 9.9rem;
  }
}
.breadcrumb-wrapper .title-flag {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.4375rem;
  /**/
}
@media (min-width: 62em) {
  .breadcrumb-wrapper .title-flag {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.breadcrumb-wrapper .title-flag .title-breadcrumb {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.breadcrumb-wrapper h1 {
  color: #102341;
}
@media (max-width: 35.98em) {
  .breadcrumb-wrapper h1 {
    font-size: 1.9rem;
  }
}
@media (max-width: 35.98em) {
  .breadcrumb-wrapper h1.title-with-flag {
    width: 80%;
  }
}
@media (max-width: 375px) {
  .breadcrumb-wrapper h1.title-with-flag {
    width: 75%;
  }
}
@media (max-width: 320px) {
  .breadcrumb-wrapper h1.title-with-flag {
    font-size: 1.7rem;
    width: 70%;
  }
}
@media (max-width: 47.98em) {
  .breadcrumb-wrapper {
    padding-bottom: 1.875em;
  }
}
@media (max-width: 35.98em) {
  .breadcrumb-wrapper {
    padding: 1.875em 0;
  }
}

ol.migas-link,
ol.migas-link * {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol.migas-link {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
}
ol.migas-link * {
  display: block;
}
ol.migas-link li {
  display: flex;
  align-items: center;
}
ol.migas-link li.migas-li--hideMobile {
  display: none;
}
@media (min-width: 48em) {
  ol.migas-link li.migas-li--hideMobile {
    display: flex;
    align-items: center;
  }
}
ol.migas-link li span {
  margin: 0 0.625em;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
ol.migas-link li.migas-li--icon::before {
  content: "";
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkWhite.svg") center no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(180deg);
  margin-right: 0.25rem;
}
@media (min-width: 48em) {
  ol.migas-link li.migas-li--icon::before {
    display: none;
  }
}
ol.migas-link li a {
  color: #fff;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  font-size: 1rem;
}
@media (min-width: 48em) {
  ol.migas-link li a {
    font-size: 0.75rem;
  }
}
ol.migas-link li a:hover {
  color: white;
  text-decoration: none;
}
ol.migas-link li:first-child a {
  text-transform: none;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: underline;
}
ol.migas-link li:first-child a:hover {
  color: #fff;
  text-decoration: none;
}

.layout-content div[id*=SiteNavigationMenuPortlet] .portlet-content .portlet-header {
  display: none;
}

#boton-menu-secundario {
  background-color: #065547;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 15px 0 15px 20px;
  font-size: 0.8rem;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
  display: flex;
}
@media (min-width: 48em) {
  #boton-menu-secundario {
    display: none;
  }
}
#boton-menu-secundario.open {
  background-color: #00301B;
}
#boton-menu-secundario button.flecha-btn-secund {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  width: 3.125rem;
  height: 49px;
  z-index: 1;
}
#boton-menu-secundario.open #boton-menu-secundario button.flecha-btn-secund {
  transform: rotate(180deg);
}

.vertical-menu,
.vertical-menu * {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.vertical-menu a {
  text-decoration: none;
}

@media (max-width: 47.98em) {
  .vertical-menu {
    display: none;
  }
}
.vertical-menu > ul li a, .vertical-menu > ul li span.page-node {
  display: block;
}
.vertical-menu > ul li .btn-menu-list {
  border: none;
  display: flex;
  background-color: #065547;
}
.vertical-menu > ul li .btn-menu-list a.lfr-nav-item {
  padding: 15px 0 15px 20px;
  flex: 1;
  text-transform: uppercase;
  background-color: #065547;
  color: white;
}
.vertical-menu > ul li .btn-menu-list button.flecha-btn-secund {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white-closed.svg");
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 3.125rem;
  z-index: 1;
  transform: rotate(0);
  border: none;
}
.vertical-menu > ul li .btn-menu-list.open button.flecha-btn-secund {
  transform: rotate(90deg);
  background-size: 15px 16px;
}
.vertical-menu > ul.level-1 > li.active > div {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  background-color: white;
  color: #065547;
  border: 1px solid #065547;
}
.vertical-menu > ul.level-1 > li.active > div > a {
  background-color: white;
  color: #065547;
}
.vertical-menu > ul.level-1 > li.active > div > a:focus {
  color: #007861;
  background-color: #d9e0de;
}
.vertical-menu > ul.level-1 > li.active > a.active {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: white;
  color: #065547;
  border: 1px solid #065547;
}
.vertical-menu > ul.level-1 > li.active > span.menu-trigger {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-green.svg");
}
.cs__adif-av .vertical-menu > ul.level-1 > li.active > span.menu-trigger {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-blue.svg");
}
.vertical-menu > ul li {
  margin-bottom: 5px;
}
.vertical-menu > ul li a.lfr-nav-item, .vertical-menu > ul li span.page-node {
  padding: 0.9375em 1.25rem;
  background-color: #f4f4f4;
  font-size: 0.8rem;
  color: #065547;
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
  .vertical-menu > ul li a.lfr-nav-item, .vertical-menu > ul li span.page-node {
    padding: 0.9375em 1.5625em 0.9375em 0.9375em;
    font-size: 0.75rem;
  }
}
.vertical-menu > ul li a.lfr-nav-item:hover, .vertical-menu > ul li a.lfr-nav-item:focus, .vertical-menu > ul li span.page-node:hover, .vertical-menu > ul li span.page-node:focus {
  text-decoration: none;
  color: #007861;
  background-color: #d9e0de;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-menu > ul li > div > button.flecha-btn-secund {
  background-color: #065547;
  border: 1px solid #065547;
}
.vertical-menu > ul.active {
  background-color: white;
  color: #065547;
  border: 1px solid #065547;
}
.vertical-menu > ul > li.open > a, .vertical-menu > ul > li.open > span.page-node {
  background-color: #065547;
  color: white;
  text-transform: uppercase;
}
.vertical-menu > ul > li.open > ul > li.active > a, .vertical-menu > ul > li.open > ul > li.active > span.page-node {
  position: relative;
  color: #102341;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.vertical-menu > ul > li.open > ul > li.active > a:after, .vertical-menu > ul > li.open > ul > li.active > span.page-node:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #065547;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vertical-menu > ul li {
  position: relative;
  overflow: hidden;
}
.vertical-menu > ul li span.menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg");
  background-position: center center;
  background-size: 0.9375em auto;
  background-repeat: no-repeat;
  height: 49px;
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-menu > ul > li.open > span.menu-trigger {
  transform: rotate(0);
}
.vertical-menu > ul > li.open > span.menu-trigger:hover {
  cursor: pointer;
}
.vertical-menu > ul > li.open.level-2-closed > span.menu-trigger {
  transform: rotate(-90deg);
}
.vertical-menu ul.level-2 {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-menu ul.level-2.level-2-opened {
  height: auto;
  opacity: 1;
}

body .vertical-menu > ul li {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg");
  background-size: 0.9375rem auto;
}
body .vertical-menu > ul li.level-2-closed span.menu-trigger {
  transform: none;
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white-closed.svg");
  background-position-x: calc(100% - 0.9375rem);
  background-size: auto 0.9375rem;
  width: 100%;
}
body .vertical-menu > ul li span.menu-trigger {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.title-servicios h3 {
  margin-bottom: 1.25rem;
}

.servicio-estacion-datos h4 {
  font-size: 0.8125rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 36em) {
  .servicio-estacion-datos h4 {
    font-size: 0.875rem;
  }
}
@media (min-width: 48em) {
  .servicio-estacion-datos h4 {
    font-size: 0.9375rem;
  }
}
@media (min-width: 62em) {
  .servicio-estacion-datos h4 {
    font-size: 1rem;
  }
}
@media (min-width: 75em) {
  .servicio-estacion-datos h4 {
    font-size: 1.25rem;
  }
}

.servicios-estacion {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375em;
}
@media (max-width: 47.98em) {
  .servicios-estacion {
    margin: 0 -0.9375em 1.25rem;
  }
}
@media (max-width: 413px) {
  .servicios-estacion {
    margin: 0;
  }
}
.servicios-estacion.comercial {
  margin: 0 3.125em;
}
.servicios-estacion .servicio-comercial-datos {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 25%;
  margin-bottom: 2rem;
}
.servicios-estacion .servicio-comercial-datos h5 {
  margin-left: 1.5625em;
  margin-right: 1.25rem;
}
.servicios-estacion .servicio-estacion {
  width: 33.3333%;
  display: flex;
  flex-direction: row;
  padding: 0 0.9375em;
  margin-bottom: 0.9375em;
}
@media (max-width: 767px) {
  .servicios-estacion .servicio-estacion {
    flex-direction: column;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion {
    padding: 0 7px;
  }
}
.servicios-estacion .servicio-estacion > div {
  width: 50%;
  height: 10.3125rem;
  font-size: 0.85rem;
}
@media (max-width: 74.98em) {
  .servicios-estacion .servicio-estacion > div {
    height: 130px;
  }
}
.servicios-estacion .servicio-estacion > div h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #333;
  margin-top: 0.625em;
}
@media (max-width: 35.98em) {
  .servicios-estacion .servicio-estacion > div h3 {
    font-size: 1rem;
  }
}
.servicios-estacion .servicio-estacion > div p {
  font-size: 1rem;
  line-height: 1.2;
}
.servicios-estacion .servicio-estacion > div.servicio-estacion-icono {
  background-color: #f4f4f4;
  margin-right: 0.8125em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: auto 3.125rem;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-icono {
    width: 100%;
    height: 95px;
    background-size: auto 2.5rem;
  }
}
@media (max-width: 413px) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-icono {
    height: 80px;
  }
}
@media (max-width: 374px) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-icono {
    height: 4.0625rem;
  }
}
.servicios-estacion .servicio-estacion > div.servicio-estacion-datos {
  margin-left: 7.5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos h4 {
    font-size: 1rem;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    word-break: break-word;
  }
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos h4 {
    font-size: 0.8125rem;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos .descripcion-servicios {
    display: none;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos .detalle-mas-informacion {
    font-size: 0.75rem;
    font-weight: 600;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos .detalle-mas-informacion {
    font-size: 1rem;
    margin-left: 0.625em;
  }
}
.servicios-estacion .servicio-estacion > div.servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
  content: attr(data-desktoptext);
}
@media (max-width: 767px) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
    content: attr(data-phonetext);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-wc .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-wc.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-wc .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-cafeteria .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-cafeteria.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-cafeteria .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-restaurante .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-restaurante.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-restaurante .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-equipaje .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-equipaje.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-equipaje .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-parking .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-parking.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-parking .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-cajero .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-cajero.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-cajero .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-alquiler .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-alquiler_coche.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-alquiler .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-hotel .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-hotel.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-hotel .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-consigna .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-consigna.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-consigna .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-mapa .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-informacion_turistica.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-mapa .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-cambio .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-cambio_moneda.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-cambio .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-billetes .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-ticket.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-billetes .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-telefono .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-telefono.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-telefono .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-club .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-sala_club.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-club .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-bebes .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-cambia_bebes.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-bebes .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion a {
  width: 33.3333%;
  height: 10.3125rem;
  margin-bottom: 0.9375em;
}
@media (max-width: 74.98em) {
  .servicios-estacion a {
    height: 130px;
  }
}
.servicios-estacion a .servicio-estacion {
  width: 100%;
  font-size: 0.85rem;
}
.servicios-estacion a .servicio-estacion h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #333;
  margin-top: 0.625em;
}
@media (max-width: 35.98em) {
  .servicios-estacion a .servicio-estacion h3 {
    font-size: 1rem;
  }
}
.servicios-estacion a .servicio-estacion p {
  font-size: 1rem;
  line-height: 1.2;
}
.servicios-estacion a .servicio-estacion .servicio-estacion-icono {
  background-color: #f4f4f4;
  margin-right: 0.8125em;
}
@media (max-width: 61.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-icono {
    width: 100%;
    height: 95px;
  }
}
@media (max-width: 413px) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-icono {
    height: 80px;
  }
}
@media (max-width: 374px) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-icono {
    height: 4.0625rem;
  }
}
.servicios-estacion a .servicio-estacion .servicio-estacion-datos {
  margin-left: 7.5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 61.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 1rem;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 0.8125rem;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos .descripcion-servicios {
    display: none;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion {
    font-size: 0.75rem;
    font-weight: 600;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion {
    font-size: 1rem;
    margin-left: 0.625em;
  }
}
.servicios-estacion a .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
  content: attr(data-desktoptext);
}
@media (max-width: 767px) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
    content: attr(data-phonetext);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.servicios-estacion button {
  width: 33.3333%;
  height: 10.3125rem;
  margin-bottom: 0.9375em;
}
@media (max-width: 74.98em) {
  .servicios-estacion button {
    height: 130px;
  }
}
.servicios-estacion button .servicio-estacion {
  width: 100%;
  font-size: 0.85rem;
}
.servicios-estacion button .servicio-estacion h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #333;
  margin-top: 0.625em;
}
@media (max-width: 35.98em) {
  .servicios-estacion button .servicio-estacion h3 {
    font-size: 1rem;
  }
}
.servicios-estacion button .servicio-estacion p {
  font-size: 1rem;
  line-height: 1.2;
  color: #007861;
}
.servicios-estacion button .servicio-estacion .servicio-estacion-icono {
  background-color: #f4f4f4;
  margin-right: 0.8125em;
}
@media (max-width: 61.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-icono {
    width: 100%;
    height: 95px;
  }
}
@media (max-width: 413px) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-icono {
    height: 80px;
  }
}
@media (max-width: 374px) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-icono {
    height: 4.0625rem;
  }
}
.servicios-estacion button .servicio-estacion .servicio-estacion-datos {
  margin-left: 7.5px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 61.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 1rem;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 0.8125rem;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos .descripcion-servicios {
    display: none;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion {
    font-size: 0.75rem;
    font-weight: 600;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion {
    font-size: 1rem;
    margin-left: 0.625em;
  }
}
.servicios-estacion button .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
  content: attr(data-desktoptext);
}
@media (max-width: 767px) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
    content: attr(data-phonetext);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.servicios-estacion .btn-close-adif {
  width: 3.125rem;
  height: 3.125rem;
}
.servicios-estacion .servicio-estacion-detalle {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 1.25rem;
  background-color: #065547;
  margin: 1.25rem 0.9375em;
  color: #fff;
  position: relative;
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion-detalle {
    margin: 1.875em 0;
  }
}
@media (max-width: 35.98em) {
  .servicios-estacion .servicio-estacion-detalle {
    margin: 1.5625em 0px;
  }
}
@media (max-width: 374px) {
  .servicios-estacion .servicio-estacion-detalle {
    margin: 0.9375em 0px;
  }
}
.servicios-estacion .servicio-estacion-detalle .servicio-estacion-icono {
  width: 6.25rem !important;
  height: 95px !important;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion-detalle .servicio-estacion-icono {
    width: 4.6875rem !important;
    height: 4.6875rem !important;
  }
}
.servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos {
  width: 86% !important;
  color: white;
  height: auto !important;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos {
    flex-direction: column !important;
    width: 75% !important;
  }
  .servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos p {
    font-size: 0.875rem;
  }
}
@media (max-width: 375px) {
  .servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos {
    width: 60% !important;
  }
}
.servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos h4 {
  color: white !important;
  font-size: 1.25rem;
}
.servicios-estacion .servicio-estacion-detalle-0::before {
  bottom: 100%;
  left: 8%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #007861;
  border-width: 1.5625rem;
  margin-left: -1.875em;
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion-detalle-0::before {
    left: 16%;
  }
}
.servicios-estacion .servicio-estacion-detalle-1::before {
  bottom: 100%;
  left: 42%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #007861;
  border-width: 1.5625rem;
  margin-left: -1.875em;
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion-detalle-1::before {
    left: 50%;
  }
}
.servicios-estacion .servicio-estacion-detalle-2::before {
  bottom: 100%;
  left: 77%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #007861;
  border-width: 1.5625rem;
  margin-left: -1.875em;
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion-detalle-2::before {
    left: 87%;
  }
}
.servicios-estacion button {
  border: 0;
  background-color: transparent;
}
.servicios-estacion .btn-close-adif {
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 0%;
  color: white;
  font-size: 3.125rem;
  margin: 0 1.25rem;
}
.servicios-estacion .btn-close-adif:hover {
  color: #333;
}
@media (max-width: 61.98em) {
  .servicios-estacion .btn-close-adif {
    font-size: 2.5rem;
    margin: 0 0.9375em;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion .btn-close-adif {
    font-size: 35px;
    margin: 0 0.625em;
  }
}

.mapa-localizacion-adif {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.oep-wrapper-list {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
}
.oep-wrapper-list .cabecera-oep {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  color: #333;
}
@media (min-width: 62em) {
  .oep-wrapper-list .cabecera-oep.cabecera-oep-inline {
    display: flex;
    justify-content: space-between;
  }
}
.oep-wrapper-list .cabecera-oep.cabecera-oep-inline .adif-titulo-generico {
  width: 100%;
}
@media (min-width: 62em) {
  .oep-wrapper-list .cabecera-oep.cabecera-oep-inline .adif-titulo-generico.max-ancho {
    max-width: 80%;
  }
}
.oep-wrapper-list .cabecera-oep.cabecera-separada {
  margin: 0.4em 0;
}
.oep-wrapper-list .cabecera-oep.cabecera-separada.adif-encabezado {
  max-width: 80;
  margin-bottom: 0.1em;
}
.oep-wrapper-list .cabecera-oep.cabecera-separada.boton-titulo {
  font-size: 1rem;
}
.oep-wrapper-list .adif-oep-list-title {
  font-size: 1.125rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media (min-width: 62em) {
  .oep-wrapper-list .adif-oep-list-title {
    font-size: 1.17rem;
  }
}
.oep-wrapper-list .oep-convocatoria {
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.oep-wrapper-list .oep-subtitulo {
  margin-bottom: 0;
  color: #111;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 1rem;
  font-size: 1rem;
}
.oep-wrapper-list .subestado {
  color: #666;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
  padding-bottom: 1rem;
  line-height: 1.2;
  font-size: 1.05rem;
}
@media (min-width: 62em) {
  .oep-wrapper-list .subestado {
    font-size: 1.17rem;
    margin-left: 0.3rem;
  }
}

.detalle-contenido-generico .oep-wrapper .cabecera-oep {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
}
.detalle-contenido-generico .oep-wrapper .cabecera-oep.cabecera-oep-inline {
  display: flex;
  justify-content: space-between;
}
.detalle-contenido-generico .oep-wrapper .cabecera-oep.cabecera-separada {
  margin: 0.4em 0;
}
.detalle-contenido-generico .oep-wrapper .cabecera-oep.cabecera-separada.adif-encabezado {
  max-width: 80%;
  margin-bottom: 0.1em;
}
.detalle-contenido-generico .oep-wrapper .cabecera-oep.cabecera-separada.boton-titulo {
  font-size: 1rem;
}
.detalle-contenido-generico .oep-wrapper .oep-list-title {
  font-size: 1rem;
}
.detalle-contenido-generico .oep-wrapper .oep-list-title.max-ancho {
  max-width: 80%;
}
.detalle-contenido-generico .oep-wrapper .oep-subtitulo {
  font-weight: bolder;
}
.detalle-contenido-generico .oep-wrapper .substate {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #065547;
  padding: 0.5rem 1rem;
  color: white;
  display: inline-block;
  margin-bottom: 0;
}
.detalle-contenido-generico .oep-wrapper .oep__convocatoria {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@media (min-width: 62em) {
  .detalle-contenido-generico .oep-wrapper .oep__convocatoria {
    margin-bottom: 0;
  }
}
.detalle-contenido-generico .oep-wrapper .oep__convocatoria span {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
@media (min-width: 62em) {
  .detalle-contenido-generico .oep-wrapper .oep__convocatoriaSubestado {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.detalle-contenido-generico .oep-wrapper .detalle-cg-imagen {
  margin-top: 1.85rem;
}
@media (max-width: 61.98em) {
  .detalle-contenido-generico .oep-wrapper .detalle-cg-imagen {
    margin-bottom: 0.9375rem;
  }
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  background-color: #fff;
}
body .lfr-spa-loading-bar {
  background-color: rgba(6, 85, 71, 0.5);
  height: 0.625rem;
}
body .fragments-editor-sidebar {
  z-index: 1002;
}
body a {
  color: #065547;
  text-decoration: underline;
}
body a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #00884d;
}
@media (-ms-high-contrast: active) {
  body *, body ::before, body ::after {
    border-image: none !important;
    list-style-image: none !important;
  }
  body mark {
    color: inherit;
  }
  body .main-header-items-wrapper > div.adif-search > button.adif-nav-button img {
    filter: brightness(2) contrast(1) saturate(1.5);
  }
}
body .sidebar-body a {
  text-decoration: none;
}
body .quick-access-nav a:focus {
  color: white;
}
body #wrapper *:focus {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4D8BFF;
}
body .linkify:hover {
  cursor: pointer;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4D8BFF;
}
body .linkify.isfocused {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4D8BFF;
}
body .linkify a:focus {
  outline: none;
  box-shadow: none !important;
}
body h1, body h2, body h3, body h4,
body strong, body b {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body h1 em, body h2 em, body h3 em, body h4 em,
body strong em,
body h1 i, body h2 i, body h3 i, body h4 i,
body strong i, body b i {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: italic;
}
body em, body i {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: italic;
}
body .sheet {
  border-radius: 0;
}
body #top-link {
  display: inline-block;
  background: #007861 url("/o/adif-web-theme-css/img/icons/ico-select-white.svg") center calc(50% - 1px) no-repeat;
  background-size: 1.25rem auto;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  border-radius: 50%;
  border: none;
  outline: none;
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-indent: -9999px;
}
body #top-link:after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 3.125rem;
  color: #fff;
}
body #top-link:hover {
  cursor: pointer;
  background-color: #333;
}
body #top-link:focus {
  background-color: #333;
  outline: 2px solid transparent;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4D8BFF;
}
body #top-link:active {
  background-color: #555;
}
body #top-link.show {
  opacity: 1;
  visibility: visible;
}
body p {
  line-height: 1.3;
}
body li {
  line-height: 1.5;
  margin-bottom: 5px;
}
body .component-paragraph {
  line-height: 1.5;
}
body .component-paragraph li {
  margin-bottom: 5px;
}
body #wrapper a.external-link,
body #wrapper a span.external-link,
body #wrapper .fragment-boton-adif a.btn.btn-link span.external-link,
body #wrapper .fragment-boton-adif a.btn.btn-outline-primary span.external-link,
body #wrapper .fragment-boton-adif a.btn.btn-outline-secondary span.external-link,
body #wrapper .fragment-boton-adif a.btn.btn-secondary span.external-link {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-blank-green.svg") right center no-repeat;
  background-size: 1.0625rem auto;
  padding-right: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #wrapper .fragment-boton-adif a.btn.btn-primary span.external-link,
body #wrapper .banner-home .adif-boton-principal a span.external-link,
body #wrapper .flip-card a span.external-link,
body #wrapper .rs-banner-3-items a span.external-link,
body #wrapper .fragment-boton-adif a.btn.btn-outline-primary:hover span.external-link,
body #wrapper .fragment-boton-adif a.btn.btn-outline-secondary:hover span.external-link,
body #wrapper .fragment-boton-adif a.btn.btn-secondary:hover span.external-link,
body #wrapper .rs-main-banner a.linkExt span.external-link {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-blank-white.svg") right center no-repeat;
  background-size: 1.0625rem auto;
  padding-right: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 62em) {
  body #wrapper .rs-main-banner .rs-main-banner__content__phrase__title a.linkExt span.external-link {
    background-size: 2.5rem;
    padding-right: 3.625rem;
  }
}
body #main-navigation a.external-link,
body #main-navigation a span.external-link,
body #wrapper .adif-header.home a span.external-link {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-blank-white.svg") right center no-repeat;
  background-size: 1.0625rem auto;
  padding-right: 1.5625rem;
  height: 1.0625rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .cs__adif-av #wrapper a.external-link,
body .cs__adif-av #wrapper a span.external-link,
body .cs__adif-av #wrapper .fragment-boton-adif a.btn.btn-link span.external-link,
body .cs__adif-av #wrapper .fragment-boton-adif a.btn.btn-outline-primary span.external-link,
body .cs__adif-av #wrapper .fragment-boton-adif a.btn.btn-outline-secondary span.external-link,
body .cs__adif-av #wrapper .fragment-boton-adif a.btn.btn-secondary span.external-link,
body .cs__adif-av #wrapper .AV_fragment_banner a.btn-banner-adif span.external-link {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-blank-blue.svg");
}
body .cs__adif-av #wrapper .fragment-boton-adif a.btn.btn-primary span.external-link,
body .cs__adif-av #main-navigation a.external-link,
body .cs__adif-av #main-navigation a span.external-link,
body .cs__adif-av #wrapper .av-fragment-carrusel a span.external-link,
body .cs__adif-av #wrapper .AV_fragment_banner a span.external-link,
body .cs__adif-av #wrapper .fragment-boton-adif a.btn.btn-outline-primary:hover span.external-link,
body .cs__adif-av #wrapper .fragment-boton-adif a.btn.btn-outline-primary:hover span.external-link,
body .cs__adif-av #wrapper .fragment-boton-adif a.btn.btn-outline-secondary:hover span.external-link,
body .cs__adif-av #wrapper .fragment-boton-adif a.btn.btn-secondary:hover span.external-link {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-blank-white.svg") right center no-repeat;
  background-size: 1.0625rem auto;
  padding-right: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .nav.adif-inline-tabs {
  flex-direction: row;
  border-bottom: 0.1875rem solid #dcdcdc;
  margin: 0.9375rem 0 0 0;
}
body .nav.adif-inline-tabs li a {
  font-size: 1.15rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
}
body .nav.adif-inline-tabs li a.active {
  color: #333;
  position: relative;
}
body .nav.adif-inline-tabs li a.active:after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background-color: #065547;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
}
body .tabla-horas-trenes {
  width: 100%;
}
body table.adif-table {
  width: 100%;
  border-spacing: 0;
  font-size: 0.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body table.adif-table#horas-trenes-estacion .col-via, body table.adif-table#horas-trenes-estacion-llegadas .col-via, body table.adif-table#horas-trenes-estacion-salidas .col-via {
  text-align: center;
}
body table.adif-table#horas-trenes-estacion thead tr th.col-hora, body table.adif-table#horas-trenes-estacion thead tr th.col-destino, body table.adif-table#horas-trenes-estacion-llegadas thead tr th.col-hora, body table.adif-table#horas-trenes-estacion-llegadas thead tr th.col-destino, body table.adif-table#horas-trenes-estacion-salidas thead tr th.col-hora, body table.adif-table#horas-trenes-estacion-salidas thead tr th.col-destino {
  width: 35%;
}
body table.adif-table#horas-trenes-estacion thead tr th.col-tren, body table.adif-table#horas-trenes-estacion thead tr th.col-via, body table.adif-table#horas-trenes-estacion-llegadas thead tr th.col-tren, body table.adif-table#horas-trenes-estacion-llegadas thead tr th.col-via, body table.adif-table#horas-trenes-estacion-salidas thead tr th.col-tren, body table.adif-table#horas-trenes-estacion-salidas thead tr th.col-via {
  width: 15%;
}
body table.adif-table tbody tr {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
body table.adif-table tbody tr:hover {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
  border-radius: 1.875rem;
  position: relative;
}
body table.adif-table tbody tr:hover td {
  background-color: white;
}
body table.adif-table tr th {
  border-bottom: 2px solid white;
  padding: 0.625em 0.9375rem;
  color: #333;
  text-transform: uppercase;
}
body table.adif-table tr td {
  background-color: #f7f7f7;
  border-bottom: 2px solid white;
  padding: 0.625em 0.9375rem;
}
body table.adif-table tr td:first-child {
  border-radius: 1.875rem 0 0 1.875rem;
}
body table.adif-table tr td:last-child {
  border-radius: 0 1.875rem 1.875rem 0;
}
body #main-content {
  padding-top: 72px;
}
@media (min-width: 62em) {
  body #main-content {
    padding-top: 109px;
  }
}
body:has(header.adif-header.home) #main-content {
  padding-top: 0;
}
body.has-edit-mode-menu:has(header.adif-header.home) #main-content div.page-editor {
  margin-top: 0;
}
body.has-edit-mode-menu #main-content {
  padding-top: 0;
}
body.has-edit-mode-menu #main-content .adif-header {
  top: 121px;
  left: 0;
}
@media (min-width: 75em) {
  body.has-edit-mode-menu #main-content .adif-header {
    top: 107px;
  }
}
body.has-edit-mode-menu #main-content div.page-editor {
  margin-top: 6rem;
}
@media (min-width: 75em) {
  body.has-edit-mode-menu #main-content div.page-editor {
    margin-top: 7rem;
  }
}
body.signed-out .journal-template-error pre {
  display: none;
}

.portlet-borderless .portlet-header {
  display: none;
}

body #main-content .full-width {
  margin-bottom: 3.125em;
}
body #main-content .full-width > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body #main-content .full-width > div section.portlet,
body #main-content .full-width > div section.portlet .portlet-header {
  margin: 0;
}

#wrapper.container-fluid {
  padding: 0;
  overflow-x: hidden;
}
.safari #wrapper.container-fluid {
  overflow-x: hidden !important;
}

.portlet-title-text {
  color: #111;
  font-size: 2.5rem;
  padding-top: 3rem;
}

.bg-adif-fondo {
  background-color: #d9e0de;
}

.text-adif-fondo {
  color: #d9e0de;
}

.bg-adif-fondo-gris-claro {
  background-color: #f4f4f4;
}

.text-adif-fondo-gris-claro {
  color: #f4f4f4;
}

.bg-adif-primary {
  background-color: #111;
}

.text-adif-primary {
  color: #111;
}

.bg-adif-secondary {
  background-color: #065547;
}

.text-adif-secondary {
  color: #065547;
}

.bg-adif-tlight {
  background-color: #666;
}

.text-adif-tlight {
  color: #666;
}

.bg-adif-tdark {
  background-color: #333;
}

.text-adif-tdark {
  color: #333;
}

.bg-adif-AV {
  background-color: #102341;
}

.text-adif-AV {
  color: #102341;
}

.bg-adif-light-AV {
  background-color: #102341;
}

.text-adif-light-AV {
  color: #102341;
}

.bg-white-three {
  background-color: #eaeaea;
}

.adif-aviso-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #efdf00;
}
@media (max-width: 74.98em) {
  .adif-aviso-wrapper {
    font-size: 0.85rem;
  }
}
@media (max-width: 35.98em) {
  .adif-aviso-wrapper {
    font-size: 0.8rem;
  }
}
.adif-aviso-wrapper:focus,
.adif-aviso-wrapper *:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 6px #2470FF !important;
}
.adif-aviso-wrapper button {
  border: 0;
  background-color: transparent;
  margin-top: 0.9375rem;
  font-size: 2.5rem;
  z-index: 50;
}
.adif-aviso-wrapper button:hover {
  color: white;
}
.adif-aviso-wrapper .ai-info-wrapper {
  margin: 0 0 1.875em;
}
@media (max-width: 35.98em) {
  .adif-aviso-wrapper .ai-info-wrapper {
    padding: 3rem 0;
  }
}
.adif-aviso-wrapper .ai-exclamation-wrapper {
  margin: 3.125em 0 80px;
}
.adif-aviso-wrapper > div.container {
  display: flex;
  justify-content: flex-end;
}
.adif-aviso-wrapper > div.container a {
  position: relative;
  z-index: 1;
  top: 0.9375rem;
}
@media (max-width: 35.98em) {
  .adif-aviso-wrapper > div.container {
    margin-bottom: -1.875em;
  }
  .adif-aviso-wrapper > div.container a {
    margin-right: 0.9375rem;
  }
}
@media (max-width: 35.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera {
    margin: 0;
  }
}
.adif-aviso-wrapper .adif-aviso-cabecera .aviso-adif-content-wrapper {
  width: 60%;
  margin-left: 1.875em;
}
@media (max-width: 74.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera .aviso-adif-content-wrapper {
    width: 75%;
  }
}
@media (max-width: 61.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera .aviso-adif-content-wrapper {
    width: calc(100% - 4.0625rem);
  }
}
@media (max-width: 47.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera .aviso-adif-content-wrapper {
    margin: 0;
    width: 100%;
    position: relative;
    padding-bottom: 1.5rem;
  }
}
.adif-aviso-wrapper .adif-aviso-cabecera > .container {
  display: flex;
}
@media (max-width: 47.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera > .container {
    flex-direction: column;
  }
}
@media (max-width: 35.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera > .container {
    padding: 0 1.875em;
  }
}
.adif-aviso-wrapper .adif-aviso-cabecera > .container .ai-info,
.adif-aviso-wrapper .adif-aviso-cabecera > .container .ai-exclamation {
  width: 4.0625rem;
  height: 4.0625rem;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-info.svg") center center no-repeat;
}
@media (max-width: 35.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera > .container .ai-info,
  .adif-aviso-wrapper .adif-aviso-cabecera > .container .ai-exclamation {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-size: contain;
    top: 0;
    left: 0;
  }
}
.adif-aviso-wrapper .adif-aviso-cabecera > .container .ai-exclamation {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-alert.svg") center center no-repeat;
}
@media (max-width: 35.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera > .container .ai-exclamation {
    background-size: cover;
  }
}
.adif-aviso-wrapper .adif-aviso-cabecera > .container header h1 {
  color: #111;
  font-size: 1.5rem;
  margin-bottom: 1.875em;
}
@media (max-width: 74.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera > .container header h1 {
    font-size: 1.15rem;
  }
}
@media (max-width: 47.98em) {
  .adif-aviso-wrapper .adif-aviso-cabecera > .container header h1 {
    margin-top: 3rem;
    margin-bottom: 0.9375rem;
  }
}
.adif-aviso-wrapper .adif-aviso-contenido p,
.adif-aviso-wrapper .adif-aviso-enlace p {
  color: #111;
}
.adif-aviso-wrapper .adif-aviso-enlace p {
  margin: 0;
}
.adif-aviso-wrapper .adif-aviso-enlace p a {
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.95rem;
  color: #111;
}
@media (max-width: 74.98em) {
  .adif-aviso-wrapper .adif-aviso-enlace p a {
    font-size: 0.85rem;
  }
}
@media (max-width: 35.98em) {
  .adif-aviso-wrapper .adif-aviso-enlace p a {
    font-size: 0.75rem;
  }
}

.dropdown-wrapper {
  margin-top: 2rem;
}

.dropdown h3 button {
  font-size: 0.85rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #065547;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f4f4f4;
  padding-left: 0.9375rem;
  line-height: 1.4;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border: none;
  text-align: left;
}
.dropdown h3 button:hover {
  cursor: pointer;
  color: #00884d;
}
.dropdown h3 button span:nth-child(1) {
  width: 95%;
}
.dropdown h3 button span:nth-child(2) {
  display: block;
  width: 3.125rem;
  height: auto;
  text-indent: -9999px;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-toggle.svg") center center no-repeat;
  background-size: 0.9375rem auto;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown h3.showed span:nth-child(2) {
  transform: rotate(180deg);
}
.dropdown .dropdown-content {
  padding: 5% 10%;
  background-color: #f4f4f4;
  margin-bottom: 1.875em;
  background: #f4f4f4 url("/o/adif-web-theme-css/img/icons/back-desplegable.svg") right center no-repeat;
  background-size: auto 80%;
}
@media (max-width: 61.98em) {
  .dropdown .dropdown-content .subtipe-dropdown-patrimonio h5 {
    font-size: 1rem;
  }
}
.dropdown .dropdown-content .subtipe-dropdown-patrimonio .datos {
  border: 1px solid #dcdcdc;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.dropdown .dropdown-content .adif-subasta-titulo {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  color: #111;
}
.dropdown .dropdown-content .adif-subasta-titulo span {
  text-transform: initial;
}
.dropdown .dropdown-content .enlace-subasta {
  font-size: 0.9rem;
}
.dropdown .dropdown-content .enlace-subasta a {
  font-size: 0.875rem;
}
.dropdown .dropdown-content ul {
  margin-top: 0.9375rem;
}
.dropdown .dropdown-content ul li {
  margin-bottom: 0.625em;
}
.dropdown .dropdown-content.dropdown-content-clear {
  background: #f4f4f4;
}
.dropdown .dropdown-content.subasta {
  background-image: none;
}

.adif-servicios-pills .dropdown-content {
  background-image: none;
}

.footer-copyright .portlet-header {
  display: none;
}
.footer-copyright .menu-column .portlet {
  padding-top: 0.5rem;
}
.footer-copyright .menu-column .portlet-content {
  padding: 0;
}
.footer-copyright .menu-column .portlet-content ul,
.footer-copyright .menu-column .portlet-content ul li,
.footer-copyright .menu-column .portlet-content ul li a {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-copyright .menu-column .portlet-content ul {
  display: flex;
}
.footer-copyright .menu-column .portlet-content ul li,
.footer-copyright .menu-column .portlet-content ul li a {
  display: block;
}
.footer-copyright .menu-column .portlet-content ul li a {
  border-right: 1px solid #000;
  padding: 0 0.625em;
}
.footer-copyright .menu-column .portlet-content ul li:last-child a {
  border: none;
}
@media (max-width: 61.98em) {
  .footer-copyright .menu-column .portlet-content ul {
    flex-wrap: wrap;
    font-size: 0.7rem;
  }
  .footer-copyright .menu-column .portlet-content ul li a {
    padding: 0 5px;
  }
  .footer-copyright .menu-column .portlet-content ul li:first-child {
    padding-left: 0;
  }
  .footer-copyright .menu-column .portlet-content ul li:last-child {
    padding-right: 0;
  }
}

body select#select-comunidades {
  border: 1px solid #dcdcdc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #666;
  padding: 0.625em 2.5em 0.625em 0.9375rem;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-select-dark-green.svg") calc(100% - 0.9375rem) calc(50% + 2px) no-repeat;
  background-size: 0.9375rem auto;
}
.ie body select#select-comunidades {
  background-size: 3.125rem auto;
}
body select#select-comunidades.open-select {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-select-dark-green-up.svg");
}
body select::-ms-expand {
  display: none;
}

.portlet-site-map div.portlet-body > ul {
  margin-bottom: -1.125em;
}
.portlet-site-map div.portlet-body > ul li {
  list-style: none;
  font-weight: bold;
  color: #111;
  margin-bottom: 1.125em;
  margin-top: 1.125em;
  font-size: 1.125rem;
}
.portlet-site-map div.portlet-body > ul li a {
  color: #111;
}
.portlet-site-map div.portlet-body > ul li ul li {
  list-style: disc;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  font-size: 1rem;
  color: #065547;
}
.portlet-site-map div.portlet-body > ul li ul li a {
  color: #065547;
}
.portlet-site-map div.portlet-body > ul li ul li ul li {
  list-style: disc;
  font-weight: normal;
}
.portlet-site-map div.portlet-body > ul li ul li ul li ul li {
  list-style: circle;
  color: #666;
}
.portlet-site-map div.portlet-body > ul li ul li ul li ul li a {
  color: #666;
}

body #cc-main .cm-wrapper .cm--bar {
  background-color: #102341;
  border: 0.0625rem solid transparent;
}
body #cc-main .cm-wrapper .cm__body {
  max-width: 72rem;
}
body #cc-main .cm-wrapper .cm__desc {
  color: white;
}
body #cc-main .cm-wrapper .cm__btn {
  background-color: #fff;
  color: #102341;
  border: none;
  border-radius: unset;
}
@media (prefers-contrast: more) {
  body #cc-main .cm-wrapper .cm__btn {
    border: 0.0625rem solid transparent;
  }
}
body #cc-main .cm-wrapper .cm__btn:hover {
  background-color: #065547;
  color: white;
}
@media (max-height: 23rem) {
  body #cc-main .cm-wrapper .cm__btn {
    margin-left: 0.375rem !important;
    margin-top: 0 !important;
  }
}
body #cc-main .cm-wrapper .cm__title {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: white;
}
@media (max-height: 23rem) {
  body #cc-main .cm-wrapper .cm__btns, body #cc-main .cm-wrapper .cm__btn-group {
    flex-direction: row !important;
    margin-top: 0 !important;
  }
}
@media (prefers-contrast: more) {
  body #cc-main .toggle__icon {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    border: 0.0625rem solid transparent;
  }
}
body #cc-main .pm--box {
  border-radius: unset;
}
@media (prefers-contrast: more) {
  body #cc-main .pm--box {
    border: 0.0625rem solid transparent;
  }
}
body #cc-main .pm--box .pm__close-btn {
  border-radius: unset;
}
@media (prefers-contrast: more) {
  body #cc-main .pm--box .pm__close-btn {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }
}
body #cc-main .pm--box .pm__section-title {
  border-radius: unset;
}
body #cc-main .pm--box .pm__section-desc-wrapper {
  border-radius: unset;
}
body #cc-main .pm--box .pm__section-desc p {
  display: block;
  margin-bottom: 1rem;
}
body #cc-main .pm--box .pm__section-desc a {
  color: #065547;
}
@media (prefers-contrast: more) {
  body #cc-main .pm--box .pm__section-arrow {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }
}
body #cc-main .pm--box .pm__section--toggle {
  border-radius: unset;
}
body #cc-main .pm--box .pm__section--toggle .section__toggle-wrapper {
  margin-bottom: 0;
}
body #cc-main .pm--box .pm__btn {
  background-color: #102341;
  color: white;
  border: none;
  border-radius: unset;
}
@media (prefers-contrast: more) {
  body #cc-main .pm--box .pm__btn {
    border: 0.0625rem solid transparent;
  }
}
body #cc-main .pm--box .pm__btn:hover {
  background-color: #065547;
}
@media (max-height: 23rem) {
  body #cc-main .pm--box .pm__btn {
    margin-left: 0.375rem !important;
  }
}
@media (max-height: 23rem) {
  body #cc-main .pm--box .pm__footer, body #cc-main .pm--box .pm__btn-group {
    flex-direction: row !important;
  }
  body #cc-main .pm--box .pm__btn-group, body #cc-main .pm--box .pm__btn {
    margin-top: 0 !important;
  }
}
body .cs__adif-av #cc-main .cm-wrapper .cm__btn:hover {
  background-color: #102341;
}
body .cs__adif-av #cc-main .pm--box .pm__section-desc a {
  color: #102341;
}
body .cs__adif-av #cc-main .pm--box .pm__btn:hover {
  background-color: #102341;
}

.adif-wrapper .portlet {
  margin-bottom: 0;
}
.adif-wrapper .btn-primary {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #065547;
  border-color: #065547;
  text-decoration: none;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adif-wrapper .btn-primary:hover {
  background-color: #00301B !important;
  border-color: #00301B !important;
  color: white;
}
.adif-wrapper .btn-primary.fragment-entry-link-list__col-resizer {
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF;
}
.adif-wrapper .btn-primary.fragment-entry-link-list__col-resizer:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.adif-wrapper .btn-primary--square {
  background-color: #065547;
  border-color: #065547;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adif-wrapper .btn-primary--square:hover {
  background-color: #00301B !important;
  border-color: #00301B !important;
  color: white;
}
.adif-wrapper .btn-secondary {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #d9e0de;
  border-color: #d9e0de;
  color: #065547;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adif-wrapper .btn-secondary:hover {
  background-color: #00301B;
  border-color: #00301B;
  color: white;
}
.adif-wrapper .btn-outline-primary {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  background-color: white;
  color: #065547;
  border: 0.125rem solid #065547;
  text-decoration: none;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adif-wrapper .btn-outline-primary:hover {
  background-color: #065547;
  border: 0.125rem solid white;
  color: #fff;
}
.adif-wrapper .btn-outline-secondary {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  color: #666;
  border: 0.125rem solid #666;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adif-wrapper .btn-outline-secondary:hover {
  color: #fff;
  background-color: #666;
  border: 0.125rem solid white;
}
.adif-wrapper .btn-link {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adif-wrapper .btn-link:hover {
  color: #00884d;
  text-decoration: underline;
}
.adif-wrapper .btn-success {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1.5625rem;
  padding: 0.75rem 1.5625rem;
}
.adif-wrapper .btn-info {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1.5625rem;
  padding: 0.75rem 1.5625rem;
}
.adif-wrapper .btn-warning {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1.5625rem;
  padding: 0.75rem 1.5625rem;
}
.adif-wrapper .btn-danger {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1.5625rem;
  padding: 0.75rem 1.5625rem;
}

body a.download-file-link,
body span.download-file-link {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowDownload.svg") right center no-repeat;
  background-size: 1.125rem auto;
  padding-right: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body a.download-file-link.inverted,
body span.download-file-link.inverted {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowDownloadWhite.svg") right center no-repeat;
}
body .cs__adif-av a.download-file-link,
body .cs__adif-av span.download-file-link {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowDownloadBlue.svg") right center no-repeat;
  background-size: 1.125rem auto;
  padding-right: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .cs__adif-av a.download-file-link.inverted,
body .cs__adif-av span.download-file-link.inverted {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowDownloadWhite.svg") right center no-repeat;
}

.rs-dropdown {
  margin-top: 1rem;
}
.rs-dropdown h3 {
  margin-bottom: 0;
}
.rs-dropdown h3 button {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #065547;
  padding-left: 1rem;
  text-transform: none;
}
.rs-dropdown h3 button:hover {
  cursor: pointer;
  color: #f4f4f4;
}
.rs-dropdown h3 button span:nth-child(2) {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg") center center no-repeat;
  background-size: 0.9375rem auto;
}
.rs-dropdown .dropdown-content {
  border-right: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
  border-left: 3px solid #f4f4f4;
  background: #fff;
  padding: 1.5rem 1rem;
}
.rs-dropdown .dropdown-content * {
  font-size: 1rem;
}
.rs-dropdown .dropdown-content a {
  color: #111;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: underline;
}
.rs-dropdown .dropdown-content a:hover {
  color: #111;
  font-weight: 800;
}
.rs-dropdown .dropdown-content a:focus {
  color: #111;
}
.rs-dropdown .dropdown-content .descarga-subasta {
  padding-left: 0;
}
.rs-dropdown .dropdown-content .descarga-subasta .adif-icon {
  display: none;
}
.rs-dropdown .dropdown-content .descarga-subasta a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
}
.rs-dropdown .dropdown-content .descarga-subasta a:hover {
  font-weight: 800;
}
.rs-dropdown .dropdown-content .descarga-subasta a:focus {
  color: #111;
}

/*buttons with icon */
.btn__icon, .btn__icon--close, .btn__icon--menuMobile, .btn__icon--search {
  border: none;
  height: 2rem;
  width: 2rem;
  margin: 0 0.78125rem;
  position: relative;
  padding: 0.25rem;
}
@media (min-width: 48em) {
  .btn__icon, .btn__icon--close, .btn__icon--menuMobile, .btn__icon--search {
    height: 2rem;
    width: 2rem;
  }
}
@media (min-width: 75em) {
  .btn__icon, .btn__icon--close, .btn__icon--menuMobile, .btn__icon--search {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.btn__icon--search {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/search.svg") center no-repeat;
  background-size: 1.625rem auto;
}
@media (min-width: 75em) {
  .btn__icon--search {
    background-size: 1.5rem auto;
  }
}
.btn__icon--menuMobile {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/menuMobile.svg") center no-repeat;
  background-size: 1.625rem auto;
}
@media (min-width: 75em) {
  .btn__icon--menuMobile {
    background-size: 1.5rem auto;
  }
}
.btn__icon--close {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/closeGreen.svg") center no-repeat;
  background-size: 1.625rem auto;
}
@media (min-width: 75em) {
  .btn__icon--close {
    background-size: 1.5rem auto;
  }
}

.adif-footer {
  background: linear-gradient(120deg, #007861 86%, #fff 86.1%, #fff 87.5%, #007861 87.6%, #007861 100%);
  width: 100%;
  color: white;
}
.adif-footer a {
  text-decoration: none;
}

.block-footer {
  padding-left: 3rem;
  padding-top: 2rem;
}

.logo {
  width: 11rem;
}

.block-footer2 {
  text-align: center;
  font-family: "open_sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 19.2px;
  margin: 90px 0 3.75rem;
}
@media (max-width: 61.98em) {
  .block-footer2 {
    margin-bottom: 0;
  }
}

.last-footer-column {
  padding-top: 145px;
}
@media (max-width: 61.98em) {
  .last-footer-column {
    padding-top: 0;
    margin-bottom: 3.75rem;
  }
}

.contenido1 p {
  font-size: 0.95rem;
  padding-right: 1.875em;
}
@media (max-width: 47.98em) {
  .contenido1 p {
    display: none;
  }
}
@media (max-width: 47.98em) {
  .contenido1 {
    text-align: left;
  }
}

.footer-columns {
  display: flex;
  padding-top: 0.9375em;
}
.footer-columns .footer-column {
  width: 33.3333%;
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  margin-top: -1.875em;
}
.footer-columns .footer-column * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.8rem;
}
.footer-columns .footer-column p {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.9375em;
}
.footer-columns .footer-column ul li,
.footer-columns .footer-column ul li a {
  display: block;
}
.footer-columns .footer-column ul li a {
  color: white;
  margin-bottom: 0.625em;
}
.footer-columns .footer-column ul li a:hover, .footer-columns .footer-column ul li a:focus {
  text-decoration: underline;
}
.footer-columns .footer-column.social {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 3.125em;
}
.footer-columns .footer-column.social ul li:last-child {
  display: flex;
}
.footer-columns .footer-column.social ul li:last-child a {
  margin: 5px 5px 0;
}
.footer-columns .footer-column.social ul li:last-child a img {
  height: 1.25rem;
}
.footer-columns .footer-column.social ul li:last-child a:first-child {
  margin-left: 0;
}
.footer-columns .footer-column.social ul li:last-child a:first-child img {
  height: 1.5625rem;
}
.footer-columns .footer-column.social ul li:last-child a:last-child {
  margin-right: 0;
}
.footer-columns .footer-column .list-menu > ul > li:first-child {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.footer-columns .footer-column .list-menu > ul > li:first-child > ul {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  margin-top: 0.9375em;
}
@media (max-width: 47.98em) {
  .footer-columns .footer-column .list-menu > ul > li:first-child {
    text-align: left;
  }
  .footer-columns .footer-column .list-menu > ul > li:first-child > ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 35.98em) {
  .footer-columns {
    flex-wrap: wrap;
  }
  .footer-columns .footer-column {
    width: 100%;
  }
  .footer-columns .footer-column.social {
    border: none;
    padding-left: 0;
  }
  .footer-columns .footer-column.social ul {
    display: flex;
  }
  .footer-columns .footer-column.social ul li {
    padding: 0 0.625em;
  }
  .footer-columns .footer-column.social ul li:first-child {
    padding-left: 0;
  }
  .footer-columns .footer-column.social ul li:last-child {
    padding-right: 0;
  }
  .footer-columns .footer-column.social ul li:last-child a {
    margin-top: -2.5px;
  }
}
@media (max-width: 47.98em) {
  .footer-columns {
    flex-wrap: wrap;
  }
  .footer-columns .footer-column {
    width: 100%;
  }
  .footer-columns .footer-column.social {
    padding-left: 0;
    border: none;
  }
  .footer-columns .footer-column.social ul {
    flex-wrap: wrap;
  }
  .footer-columns .footer-column.social ul li:last-child {
    width: 100%;
    margin-top: 0.9375em;
    padding: 0;
  }
  .footer-columns .footer-column ul {
    display: flex;
  }
  .footer-columns .footer-column ul > li {
    display: block;
    margin-right: 0.9375em;
  }
  .footer-columns .footer-column ul > li:last-child {
    margin-right: 0;
  }
}

.footer-copyright {
  background-color: white;
  color: #000;
  font-size: 0.8rem;
  padding-top: 0.625em;
  margin-bottom: 0px;
}
.footer-copyright .row {
  align-items: center;
}
@media (max-width: 61.98em) {
  .footer-copyright .row > div:last-child {
    font-size: 0.7rem;
  }
}
.footer-copyright a {
  color: #000;
  text-decoration: none;
}
.footer-copyright > div > div > div:last-child p {
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .block-footer2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .block-footer2 {
    padding-bottom: 1rem;
    text-align: left;
  }
  .contenido1 p {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .block-footer {
    padding-left: 1rem;
    padding-top: 5rem;
  }
  .block-footer2 {
    padding-bottom: 1rem;
  }
  .contenido_2 {
    padding-bottom: 3rem;
  }
}
.adifFooter__copyrightSello {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adifFooter__selloImg {
  width: 100px;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}

.portlet-layout .portlet-search {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 15px;
  padding-right: 15px;
}
.portlet-layout .portlet-search::after {
  clear: both;
  content: "";
  display: block;
}

header .navbar {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-collapse {
    flex-grow: 1;
    justify-content: center;
  }
}
header .navbar-nav .portlet {
  margin-bottom: 0;
}
header .navbar-nav li {
  margin-bottom: 0;
}
header .navbar-nav .navbar-nav a {
  color: #065547;
  font-size: 0.95rem;
}
header .navbar-nav .portlet-header {
  display: none;
}
header .navbar-nav .portlet-body {
  text-transform: uppercase;
}
header .navbar-nav .nav-item.selected a {
  position: relative;
  overflow: visible;
  color: #333;
}
header .navbar-nav .nav-item.selected a:after {
  content: "";
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: #065547;
}
header .container-fluid.main-header-items-wrapper {
  flex-wrap: nowrap;
}
header .diagonal-header {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 50%, rgba(229, 239, 234, 0.8) 51%, rgb(229, 239, 234) 52%);
  padding-left: 3.4375em;
  padding-right: 0.9375em;
  margin-left: -2.8125em;
}
@media (max-width: 61.98em) {
  header .diagonal-header {
    display: none !important;
  }
}
header .portlet:hover,
header .portlet.open {
  z-index: 1050;
}
header a {
  color: #065547;
  text-decoration: none;
}
header a:hover, header a:focus {
  color: #111;
}
header .secciones {
  font-size: 1.4rem;
}
header .secciones a {
  padding-right: 1em;
}
header .language-bar .form-group {
  margin-bottom: 0;
  padding-top: 0.6em;
}
header .language-bar .form-group .form-control {
  border: none;
  color: #111;
  background-color: #E5EFEA;
  background-image: url("/o/adif-web-theme-css/img/icons/ico-select.svg");
  background-position: calc(100% - 0.3125rem) center;
  background-size: 0.75rem 0.5rem;
  width: 5.9375rem;
}
header .form-control {
  color: #065547;
}
header .form-control:focus {
  border-color: #065547;
  color: #065547;
}
header .adif-search {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #E5EFEA;
}
header .adif-search .adif-search-form {
  display: none;
}
header .adif-search .adif-search-form .portlet {
  margin-bottom: 0;
}
header .adif-search .adif-search-form .form-group {
  display: block;
  margin-bottom: 0;
}
header .adif-search .adif-search-form .form-group .form-control {
  background-color: #fff;
}
header .adif-search .adif-search-form .lfr-ddm-field-group {
  display: none;
}
header .adif-search .adif-search-form .portlet-title-text {
  display: none;
  color: #fff;
}
header .adif-search .adif-nav-button {
  font-size: 1.5rem;
  color: #065547;
}
header .adif-search .adif-nav-button span {
  font-size: 0.75rem;
  padding-right: 0.2em;
}
header .adif-search.active {
  background-color: #065547;
  padding: 0.75em;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.75);
}
header .adif-search.active #boton-menu-principal {
  display: none;
}
header .adif-search.active .adif-search-form {
  display: block;
}
header .adif-search.active .adif-search-form .input-group-item.search-bar-keywords-input-wrapper input:focus {
  box-shadow: none !important;
}
header .adif-search.active .adif-search-button:focus {
  box-shadow: 0 0 0 2px #4d8bff, 0 0 0 4px #A8C7FF !important;
}
header .adif-search.active .adif-search-button .lexicon-icon:first-child {
  display: none;
}
header .adif-search.active .adif-search-button .lexicon-icon:last-child {
  display: inline-block;
}
@media (min-width: 48em) {
  header .adif-search.active {
    bottom: 0;
    z-index: 1500;
  }
}
@media (max-width: 47.98em) {
  header .lfr-nav-child-toggle {
    float: left;
    padding: 0 0.625em;
  }
}
header .portlet-body > .navbar {
  margin: 0 0.9375em;
}
header #portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_CONT_HEADER1 {
  margin-bottom: 0;
}

@media (min-width: 36em) {
  .search-opened header #search {
    height: 3.75rem;
  }
}
.search-opened #content,
.search-opened footer {
  opacity: 0.3;
}

header.header {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 75%, rgba(229, 239, 234, 0.5) 75%, rgb(229, 239, 234) 76%);
  width: 100%;
}
@media only screen and (min-width: 1655px) and (max-width: 2080px) {
  header.header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 70%, rgba(229, 239, 234, 0.5) 70%, #e5efea 71%);
  }
}
@media only screen and (min-width: 2081px) and (max-width: 2185px) {
  header.header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 70%, rgba(229, 239, 234, 0.5) 70%, #e5efea 71%);
  }
}
@media only screen and (min-width: 2186px) and (max-width: 2599px) {
  header.header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 68%, rgba(229, 239, 234, 0.5) 68%, #e5efea 69%);
  }
}
@media only screen and (min-width: 2600px) {
  header.header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 63%, rgba(229, 239, 234, 0.5) 63%, #e5efea 64%);
  }
}
@media only screen and (min-width: 1102px) and (max-width: 1170px) {
  header.header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 73%, rgba(229, 239, 234, 0.5) 73%, rgb(229, 239, 234) 74%);
  }
}
@media (max-width: 74.98em) {
  header.header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 74%, rgba(229, 239, 234, 0.5) 74%, #e5efea 75%);
  }
}
@media (max-width: 35.98em) {
  header.header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 60%, rgba(229, 239, 234, 0.5) 60%, #e5efea 61%);
  }
}
@media only screen and (max-width: 370px) {
  header.header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5) 57%, rgba(229, 239, 234, 0.5) 57%, #e5efea 58%);
  }
}
header.header .header-logos {
  display: flex;
  align-items: center;
}
header.header .header-logos a[class*=logo] {
  display: block;
  margin-right: 0.937em;
}
header.header .header-logos a[class*=logo] img {
  width: auto;
  padding: 0.3125em 0;
}
header.header .header-logos a[class*=logo].logo2 {
  margin-right: 0.3125em;
}
@media (min-width: 1270px) and (max-width: 1320px) {
  header.header .header-logos a[class*=logo].logo3 {
    display: none;
  }
}
@media (max-width: 61.98em) {
  header.header .header-logos .logo1 {
    display: none !important;
  }
}
header.header .header-logos .logo1 img.img-fluid {
  height: 3.875rem;
}
.ie header.header .header-logos .logo1 img.img-fluid {
  width: 12.5rem;
}
@media (max-width: 74.98em) {
  header.header .header-logos .logo1 img.img-fluid {
    width: 9.375rem;
    height: auto;
  }
}
@media (max-width: 61.98em) {
  header.header .header-logos .logo1 img.img-fluid {
    width: 10.9375rem;
    height: auto;
  }
}
@media (max-width: 35.98em) {
  header.header .header-logos .logo1 img.img-fluid {
    width: 6.25rem;
    display: none !important;
  }
}
header.header .header-logos .logo2 img {
  height: 3.125rem;
}
.ie header.header .header-logos .logo2 img {
  width: 7, 8125rem;
}
@media (max-width: 74.98em) {
  header.header .header-logos .logo2 img {
    height: 2, 5rem;
  }
}
@media (max-width: 61.98em) {
  header.header .header-logos .logo2 img {
    height: 2.9375rem;
  }
}
@media (max-width: 47.98em) {
  header.header .header-logos .logo2 img {
    height: 2.8125rem;
  }
}
header.header .header-logos .logo3 {
  margin-right: 0.3125em;
  margin-left: 0.3125em;
  display: block;
}
@media (min-width: 1270px) and (max-width: 1320px) {
  header.header .header-logos .logo3 {
    display: none;
  }
}
header.header .header-logos .logo3 img {
  height: 3.5rem;
  margin-top: 0.25em;
}
.ie header.header .header-logos .logo3 img {
  width: 8rem;
}
@media (max-width: 74.98em) {
  header.header .header-logos .logo3 img {
    height: 2.5rem;
  }
}
@media (max-width: 61.98em) {
  header.header .header-logos .logo3 img {
    height: 2.9375rem;
  }
}
@media (max-width: 47.98em) {
  header.header .header-logos .logo3 img {
    height: 2.8125rem;
  }
}
@media (max-width: 61.98em) {
  header.header .header-logos .logo3 {
    display: none !important;
  }
}
@media (max-width: 74.98em) {
  header.header #navigationCollapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 61.98em) {
  header.header #navigationCollapse,
  header.header .main-header-items-wrapper > button.btn-monospaced.ml-auto,
  header.header .main-header-items-wrapper .contenido-header {
    display: none;
  }
  header.header .main-header-items-wrapper .language-bar {
    margin-left: auto;
  }
}
@media (max-width: 61.98em) {
  header.header .main-header-items-wrapper .language-bar {
    display: none;
  }
}

.contenido-header {
  display: none;
}

.language-bar,
.adif-nav-button span {
  display: none;
}

.main-header-items-wrapper {
  height: 3.875rem;
  max-width: 82.81rem;
  flex-wrap: nowrap;
}
.main-header-items-wrapper > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-header-items-wrapper > div.contenido-header {
  padding: 0;
  padding-right: 0.9em;
}
@media (max-width: 61.98em) {
  .main-header-items-wrapper > div.contenido-header {
    padding-left: 0;
  }
}
@media (max-width: 1270px) {
  .main-header-items-wrapper > div.contenido-header {
    display: none !important;
  }
}
.main-header-items-wrapper > div.contenido-header div.contenido {
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.9375em;
  color: #e1e0e0;
  margin-right: 0.625em;
  font-size: 0.75rem;
}
@media (max-width: 1270px) {
  .main-header-items-wrapper > div.contenido-header div.contenido {
    display: none !important;
  }
}
.main-header-items-wrapper > div.contenido-header div.contenido a {
  display: inline-block;
  margin: 0 0.3125em;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main-header-items-wrapper > div.language-bar > form,
.main-header-items-wrapper > div.language-bar > form > div {
  height: 100%;
}
.main-header-items-wrapper > div.language-bar > form {
  height: 1.875rem;
  border-right: 0.0625rem solid #e1e0e0;
  padding-right: 0.625em;
}
.main-header-items-wrapper > div.language-bar > form > div {
  padding: 0;
  display: flex;
  align-items: center;
}
.main-header-items-wrapper > div.language-bar > form > div > select {
  padding-left: 0;
}
.main-header-items-wrapper > div.adif-search > button {
  height: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
}
.main-header-items-wrapper > div.adif-search > button.adif-search-button {
  height: 1.875rem;
  border-right: 0.0625rem solid #e1e0e0;
  padding: 0 0.9375em;
}
.main-header-items-wrapper > div.adif-search > button.adif-search-button img {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.main-header-items-wrapper > div.adif-search > button.adif-nav-button {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1070px) {
  .main-header-items-wrapper > div.adif-search > button.adif-nav-button {
    padding-right: 0;
  }
}
.main-header-items-wrapper > div.adif-search > button.adif-nav-button span {
  display: block;
  margin-right: 0.625em;
}
@media only screen and (max-width: 1070px) {
  .main-header-items-wrapper > div.adif-search > button.adif-nav-button span {
    display: none;
  }
}
.main-header-items-wrapper > div.adif-search > button.adif-nav-button img {
  width: 1.875rem;
  height: 1.1875rem;
}
.main-header-items-wrapper > div.adif-search.active > button.adif-search-button {
  border: none;
  padding-right: 0;
}
.main-header-items-wrapper > div.adif-search.active > button.adif-search-button img {
  display: none;
}
.main-header-items-wrapper > div.adif-search.active > button.adif-search-button svg.lexicon-icon:last-child {
  display: block;
  height: 1.25rem;
  margin-left: 0.625em;
}

@media only screen and (max-width: 1250px) {
  .header .main-header-items-wrapper > div.contenido-header {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /*.header-logos {
  	padding-left: 7.3rem;
  }
  .adif-search {
  	padding-right: 7.3rem;
  }*/
  .language-bar .form-control {
    font-size: 0.8rem;
    text-transform: capitalize;
  }
}
@media (min-width: 992px) {
  .language-bar,
  .adif-nav-button span {
    display: inline;
  }
  .header .adif-search .adif-search-button {
    font-size: 1.5rem;
    border-radius: 0.25rem;
  }
}
#wrapper .select2 .select2-container .select2-dropdown {
  background-color: #065547 !important;
}

#wrapper .select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  background-color: #065547 !important;
}

.adif-user-last-login {
  background-color: #007861;
  color: #fff;
  padding: 0.2rem 0;
}

.adif-header {
  position: fixed;
  z-index: 900;
  background-color: white;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.1);
}
.adif-header__wrapper {
  padding: 0.9375rem 0;
}
@media (min-width: 75em) {
  .adif-header__wrapper {
    padding: 0.5625rem 0 0;
  }
}
.adif-header a {
  color: #111;
}
.adif-header .adif-header__lexiconClose {
  color: #111;
}
.adif-header .adif-search {
  background-color: transparent;
  display: flex;
  align-items: center;
}
@media (min-width: 75em) {
  .adif-header .adif-search {
    padding-bottom: 1.4375rem;
  }
}
.adif-header .adif-search .adif-search-close-button {
  display: none;
}
.adif-header .adif-search.active {
  position: absolute;
  background-color: white;
  display: flex;
  max-width: 1440px;
  width: calc(100% - 8px);
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  padding: 0;
  height: 3.0625rem;
  bottom: 14px;
  box-shadow: none;
  border: 1px solid #065547;
  top: 4px;
  left: 4px;
}
.adif-header .adif-search.active *:focus {
  box-shadow: none;
}
@media (min-width: 62em) {
  .adif-header .adif-search.active {
    height: 3.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 75em) {
  .adif-header .adif-search.active {
    height: 3.25rem;
    top: initial;
  }
}
.adif-header .adif-search.active .search-bar-simple input {
  height: 2.625rem;
  border-radius: 0;
  padding: 5px 15px;
  border: none;
}
.adif-header .adif-search.active .search-bar-simple .input-group-inset-item {
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  background-color: white;
}
.adif-header .adif-search.active .search-bar-simple .input-group-inset-item .lexicon-icon {
  width: 1.3rem;
  height: 1.3rem;
  color: #065547;
}
.adif-header .adif-search.active .search-bar-simple .input-group-item {
  border: none;
}
.adif-header .adif-search.active .search-bar-simple button {
  background-color: white;
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 0.25rem;
  border: none;
  padding: 5px;
}
.adif-header .adif-search.active .search-bar-simple button .lexicon-icon-search {
  width: 1.65rem;
  height: 1.65rem;
  margin-top: 0;
}
.adif-header .adif-search.active .adif-search-button {
  display: none;
}
.adif-header .adif-search.active .adif-search-close-button {
  display: block;
  border: none;
  background: #065547 url("/o/adif-web-theme-css/img/icons/redesign/closeWhite.svg") no-repeat center;
  background-size: 1.625rem;
  width: 2.625rem;
  height: 2.625rem;
  margin: 0 0.25rem;
}
@media (min-width: 62em) {
  .adif-header .adif-search.active .adif-search-close-button {
    width: 3rem;
    height: 3rem;
    margin: 0 0.125rem;
  }
}
.adif-header .adif-search-button {
  border: none;
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/searchBlack.svg") no-repeat center;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 75em) {
  .adif-header .adif-search-button {
    background-size: 1.25rem;
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
.adif-header .adif-header__lexiconClose {
  display: none;
}
.adif-header__wrapper {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.adif-header__file1 {
  display: none;
}
@media (min-width: 75em) {
  .adif-header__file1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.3125rem;
  }
}
.adif-header__links .rs-pageLinks__li {
  margin-right: 1.125rem;
  margin-bottom: 0;
}
.adif-header__links .rs-pageLinks__li:last-of-type {
  margin-right: 0;
}
.adif-header__links .rs-pageLinks__li.parentLinkExt .external-link ~ .external-link {
  display: none;
}
.adif-header__links .rs-pageLinks__li.parentLinkExt .sr-only ~ .sr-only {
  display: none;
}
.adif-header__links .rs-pageLinks__link {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  display: block;
}
.adif-header__menuMobile .b-header__title {
  margin-bottom: 0;
}
.adif-header__menuMobile .b-header__imgLogo {
  width: 2.8125rem;
  height: auto;
}
.adif-header__menuMobile .rs-pageLinks {
  margin-top: 1.65625rem;
}
.adif-header__menuMobile .rs-pageLinks__ul {
  display: flex;
  flex-direction: column;
}
.adif-header__menuMobile .rs-pageLinks__link {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  color: #111;
}
.adif-header__menuMobile .btn__icon--close {
  margin: 0;
  background-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
.adif-header__menuMobileWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.adif-header__linksTitleWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.adif-header__btnMobile {
  border: none;
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/menuMobile.svg") no-repeat center;
  background-size: 1.625rem;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 75em) {
  .adif-header__btnMobile {
    display: none;
  }
}
.adif-header__menuMobile {
  display: block;
}
@media (min-width: 62em) {
  .adif-header__menuMobile {
    display: none;
  }
}
.adif-header__btnWrapper {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.adif-header__btnWrapper .adif-header__language {
  margin-left: 0;
  margin-right: 1.59375rem;
}
.adif-header__btnWrapper .adif-header__language .language-picker__button {
  padding: 0 0 0 0.5rem;
  color: #065547;
}
.adif-header .btn__icon--close {
  margin: 0;
  background-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
.adif-header__file2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adif-header__logos {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 75em) {
  .adif-header__logos {
    padding-bottom: 1.1875rem;
  }
}
.adif-header__logos li {
  margin-bottom: 0;
}
.adif-header__logo {
  display: inline-block;
  margin-right: 0.5rem;
}
.adif-header__logo:first-of-type {
  margin-right: 1rem;
}
.adif-header__logo1, .adif-header__logo3 {
  display: none;
}
@media (min-width: 75em) {
  .adif-header__logo1, .adif-header__logo3 {
    display: inline-block;
  }
}
.adif-header__logo--bordered {
  border: 1px solid white;
  background-color: white;
}
.adif-header .b-navMain {
  margin-left: 3.125rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.adif-header__language {
  background-color: transparent;
  padding-top: 0;
  margin-left: 2.25rem;
}
.adif-header__logosNav {
  display: flex;
  align-items: center;
}
.adif-header__logoImg1 {
  height: 35px;
  width: auto;
}
.adif-header__logo2 {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/logo-adif.svg") no-repeat center;
  background-size: 97px auto;
  height: 35px;
  width: 98px;
}
.adif-header__logo3 {
  height: 2.375rem;
  width: auto;
}
.adif-header .language-picker__button {
  padding: 0 0 0 0.5rem;
  color: #111;
}
.adif-header .language-picker__button[aria-expanded=true] .m-arrow-down {
  transform: rotate(180deg);
}
.adif-header .m-arrow-down {
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowDBlack.svg") no-repeat;
  background-position: center center;
  background-size: 1rem;
  height: 24px;
  width: 24px;
  background-size: 24px;
  border: none;
  background-color: transparent;
  transform: rotate(0);
  transition-duration: 300ms;
}
.adif-header.home {
  backdrop-filter: blur(6px);
  background: rgba(17, 17, 17, 0.6);
  border-bottom: 1px solid #fff;
  margin-bottom: -0.0625rem;
  padding-top: 0;
}
.adif-header.home a {
  color: white;
}
.adif-header.home .b-navMain .b-navMain__commonlink {
  color: #111;
}
.adif-header.home .b-navMain .b-navMain__commonlink.link-open {
  color: white;
}
.adif-header.home .b-navMain__link2,
.adif-header.home .b-navMain__commonLink {
  color: #111;
}
.adif-header.home .b-navMain__link2.link-open,
.adif-header.home .b-navMain__commonLink.link-open {
  color: white;
}
.adif-header.home .b-btn-menu {
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowDWhite.svg") no-repeat;
  background-position: center;
}
.adif-header.home .language-picker__item {
  color: #111;
}
.adif-header.home .adif-header__lexiconClose {
  color: white;
}
.adif-header.home .adif-search-button {
  border: none;
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/search.svg") no-repeat center;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 75em) {
  .adif-header.home .adif-search-button {
    background-size: 1.25rem;
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
.adif-header.home .adif-search-close-button {
  display: none;
}
.adif-header.home .language-picker__button {
  color: white;
}
.adif-header.home .language-picker__button[aria-expanded=true] .m-arrow-down {
  transform: rotate(180deg);
}
.adif-header.home .m-arrow-down {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowDWhite.svg") no-repeat center;
  height: 24px;
  width: 24px;
  background-size: 24px;
  border: none;
  transform: rotate(0);
  transition-duration: 300ms;
}
.adif-header.home .adif-header__logo2 {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/logo-adif-white.svg") no-repeat center;
  background-size: 98px auto;
}
.adif-header.home .adif-search.active .search-bar-simple .input-group-item {
  border: none;
}
.adif-header.home .adif-header__btnMobile {
  border: none;
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/menuMobileWhite.svg") no-repeat center;
  background-size: 1.625rem;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 75em) {
  .adif-header.home .adif-header__btnMobile {
    display: none;
  }
}
.adif-header.home .b-navMain__li:hover .b-navMain__liWrapper {
  border-bottom: 0.25rem solid white;
}
@media (prefers-contrast: more) {
  .adif-header.home .b-navMain__li:hover .b-navMain__liWrapper {
    border-bottom: 0.25rem solid transparent;
  }
}
.adif-header.home .b-navMain__li.selected .b-navMain__liWrapper {
  border-bottom: 0.25rem solid white;
}
@media (prefers-contrast: more) {
  .adif-header.home .b-navMain__li.selected .b-navMain__liWrapper {
    border-bottom: 0.25rem solid transparent;
  }
}
.adif-header.home .b-navMain__commonlink {
  color: #111;
}
.adif-header__logosWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5625rem;
}
.adif-header__logosWrapper .adif-header__logo1,
.adif-header__logosWrapper .adif-header__logo3 {
  display: block;
}
@media (min-width: 75em) {
  .adif-header__logosWrapper .adif-header__logo1,
  .adif-header__logosWrapper .adif-header__logo3 {
    display: none;
  }
}
.adif-header__logosWrapper .adif-header__logo2 {
  height: 2.9375rem;
}

body.search-open {
  overflow: hidden;
}
body.search-open .adif-header__logos {
  opacity: 0;
}
body.search-open .b-navMain {
  opacity: 0;
}
body.search-open .adif-header__btnMobile {
  display: none;
}
body.search-open:after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open:after {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
body .cs__adif-av .adif-header .adif-header__logo2::after {
  content: "";
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/logo-adif-av.svg") no-repeat center;
  background-size: 99px auto;
  height: 31px;
  width: 107px;
}
body .cs__adif-av .adif-header .adif-search.active .search-bar-simple input {
  height: 52px;
  border-radius: 0;
  padding: 5px 15px;
}
body .cs__adif-av .adif-header .adif-search.active .search-bar-simple .input-group-inset-item {
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
body .cs__adif-av .adif-header .adif-search.active .search-bar-simple .input-group-inset-item .lexicon-icon {
  width: 1.3rem;
  height: 1.3rem;
  color: white;
}
body .cs__adif-av .adif-header .adif-search.active .search-bar-simple .input-group-item {
  border: 0.0625rem solid #102341;
}
body .cs__adif-av .adif-header .adif-search.active .search-bar-simple button {
  background-color: #102341;
}
body .cs__adif-av .adif-header .adif-header__logo2 {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/logo-adif-av.svg") no-repeat center;
  background-size: 98px auto;
}
body .cs__adif-av .adif-header.home .adif-header__logo2 {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/logo-adifav-white.svg") no-repeat center;
  background-size: 98px auto;
}

.adif-header__language {
  background-color: transparent;
  padding-top: 0;
  margin-left: 2.25rem;
}
.adif-header__language .language-picker__button[aria-expanded=true] .m-arrow-down {
  transform: rotate(180deg);
}
.adif-header__language .language-picker__button[aria-expanded=true] + .language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s;
}
.adif-header__language .language-picker--flags .language-picker__button .icon:first-of-type {
  display: none;
}
.adif-header__language .language-picker {
  display: inline-block;
  position: relative;
}
.adif-header__language .language-picker--flags .language-picker__button .icon:first-of-type {
  display: none;
}
.adif-header__language .language-picker .adif-header__btnWrapper {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.adif-header__language .language-picker .adif-header__btnWrapper .language-picker__button {
  padding: 0 0 0 0.5rem;
  color: #065547;
}
.adif-header__language .language-picker__form {
  display: none;
}
.adif-header__language .language-picker__button {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  color: #111;
}
.adif-header__language .language-picker__button .icon {
  height: 1rem;
  width: 1rem;
}
.adif-header__language .language-picker__dropdown {
  position: absolute;
  top: 100%;
  left: initial;
  right: 0;
  min-width: 8.75rem;
  background-color: white;
  box-shadow: rgba(255, 255, 255, 0.075) 0px 0px 0.5px 1px inset, rgba(0, 0, 0, 0.03) 0px 0.9px 1.5px 0px, rgba(0, 0, 0, 0.08) 0px 3.1px 5.5px 0px, rgba(0, 0, 0, 0.12) 0px 14px 25px 0px;
  margin: 0;
  z-index: 3;
  font-size: 1rem;
  color: #111111;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s;
  padding: 0;
  border-radius: 0;
}
.adif-header__language .language-picker__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0.5rem;
  color: #111111;
  transition: background 0.2s;
  text-decoration: none;
}
.adif-header__language .language-picker__item[aria-selected=true] {
  position: relative;
  background-color: #f4f4f4;
  color: #065547;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.adif-header__language .language-picker__item:hover {
  background-color: #f4f4f4;
  color: #111111;
}
.adif-header__language .language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}
.adif-header__language .language-picker__flag {
  display: flex;
  align-items: center;
}
.adif-header__language .language-picker__list {
  list-style: none;
  padding-left: 0;
  background-color: white;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  border-radius: 0;
  border: 1px solid #065547;
}
.adif-header__language .language-picker__list li {
  margin-bottom: 0;
}
.adif-header__language .language-picker--hide-label .language-picker__button {
  display: none;
}
.adif-header__language .language-picker--hide-label .language-picker__button .icon {
  margin-left: 0;
}
.adif-header__language .language-picker--hide-label .language-picker__button .icon:first-of-type {
  display: none;
}
.adif-header__language .m-arrow-down {
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowDBlack.svg") no-repeat;
  background-position: center center;
  background-size: 1rem;
  height: 24px;
  width: 24px;
  background-size: 24px;
  border: none;
  background-color: transparent;
  transform: rotate(0);
  transition-duration: 300ms;
}

.rs-adif-footer {
  color: #111;
  padding: 24px 0;
}
.rs-adif-footer .row {
  align-items: center;
}
.rs-adif-footer li {
  margin-bottom: 0;
}
@media (min-width: 62em) {
  .rs-adif-footer__wrapper {
    display: flex;
    align-items: center;
  }
}
.rs-adif-footer__imgWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 62em) {
  .rs-adif-footer__imgWrapper {
    margin-bottom: 0;
  }
}
.rs-adif-footer__logo {
  width: 6.0625rem;
  height: auto;
  margin-right: 1.5rem;
}
.rs-adif-footer__text {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.rs-adif-footer__text p {
  margin-bottom: 0;
}
.rs-adif-footer__contactWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rs-adif-footer__date-update-content {
  margin-bottom: 0.5rem;
}
.rs-adif-footer__rrssContact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
}
@media (min-width: 62em) {
  .rs-adif-footer__rrssContact {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.rs-adif-footer .b-footerRRSSBlack {
  margin-top: 2rem;
}
@media (min-width: 62em) {
  .rs-adif-footer .b-footerRRSSBlack {
    margin-top: 1rem;
  }
}
.rs-adif-footer .b-footerRRSSBlack .b-footerRRSS__li {
  margin-right: 0.625rem;
  margin-bottom: 1rem;
}
.rs-adif-footer .b-footerRRSSBlack .b-footerRRSS__li:last-of-type {
  margin-right: 0;
}
@media (min-width: 62em) {
  .rs-adif-footer .b-footerRRSSBlack .b-footerRRSS__li {
    margin-right: 1rem;
  }
}
.rs-adif-footer .b-footerRRSSBlack .b-footerRRSS__link {
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  background-size: auto 2.5rem;
}
@media (min-width: 62em) {
  .rs-adif-footer .b-footerRRSSBlack .b-footerRRSS__link {
    height: 1.5rem;
    width: 1.5rem;
    background-size: auto 1.5rem;
  }
}
@media (prefers-contrast: more) {
  .rs-adif-footer .b-footerRRSSBlack .b-footerRRSS__link {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    border: 0.0625rem solid transparent;
  }
}
.rs-adif-footer .b-footerRRSSBlack .b-footerRRSS__link.linkExt .external-link {
  background: none;
}
.rs-adif-footer__menuCopyright {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2rem;
  border-top: 0.0625rem solid rgba(17, 17, 17, 0.3);
  padding: 1rem 0 0;
}
.rs-adif-footer__menuCopyright .row {
  align-items: center;
}
.rs-adif-footer__menuCopyright .rs-pageLinks__ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rs-adif-footer__menuCopyright .rs-pageLinks__li {
  margin-bottom: 0;
  margin-right: 1rem;
}
.rs-adif-footer__menuCopyright .rs-pageLinks__li:last-of-type {
  margin-right: 0;
}
.rs-adif-footer__menuCopyright .rs-pageLinks__link {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .rs-adif-footer__menuCopyright .rs-pageLinks__link {
    margin-bottom: 0;
  }
}
.rs-adif-footer .adifFooter__copyrightSello {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: #111;
}
.rs-adif-footer .adifFooter__copyrightSello p {
  margin-bottom: 0;
}
.rs-adif-footer .ilunion-container {
  margin-left: 1rem;
}
.rs-adif-footer .ilunion-container__link {
  display: block;
}
.rs-adif-footer .ilunion-container__imagen {
  width: 100px;
  height: auto;
}
.rs-adif-footer .rs-adif-footer__rrssContact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .rs-adif-footer .rs-adif-footer__rrssContact {
    justify-content: flex-end;
  }
}
.rs-adif-footer .adifFooter__copyrightSello {
  margin-bottom: 0;
}
.rs-adif-footer .adifFooter__selloImg {
  margin-bottom: 0;
  padding: 0;
}

.fragment-entry-link-list--padded, .fragment-entry-link-list--padded.no-fragments-message {
  margin-right: 320px !important;
}

.adif-subsection-title {
  color: #102341;
}

.foto-marco-texto .imagen_AV {
  margin-bottom: 23px;
}
.foto-marco-texto .marco-grey {
  border: 0.625rem solid #f4f4f4;
  width: auto;
}
.foto-marco-texto .marco-white {
  border: 0.625rem solid #fff;
  width: auto;
}
@media (min-width: 48em) {
  .foto-marco-texto .texto_AV {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.foto-marco-texto .title_AV {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.2;
}
.foto-marco-texto .AV_descrip {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media (min-width: 62em) {
  .foto-marco-texto {
    padding-bottom: 2.8125em;
  }
  .foto-marco-texto .imagen_AV {
    margin-bottom: 0px;
  }
  .foto-marco-texto .title_AV {
    margin-top: 23px;
  }
  .foto-marco-texto .AV_descrip {
    margin-top: 1.5rem;
  }
  .foto-marco-texto .texto_AV.order-lg-2 {
    padding-left: 2rem;
  }
  .foto-marco-texto .texto_AV.order-lg-0 {
    padding-right: 2rem;
  }
}

.fragment_productos_servicios {
  padding-bottom: 2rem;
}
.fragment_productos_servicios .fragments-editor__editable {
  position: inherit;
}
.fragment_productos_servicios .img_productos_servicios {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeBAMAAAA/BWopAAAAG1BMVEVERET///9bW1uKioq4uLjn5+ehoaHQ0NBycnLsVIrzAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADuklEQVR42u3Yz1PaQBjG8RUEPLpqxCP2h/Uoo3U4itbWI2Gg06NUHa9SrfYIWjv+2c3uJmETFkFJPH0/BwXkNQ9vNptdhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZO6d++XatLpC7ZWF8ygeS+n91A8/3WkH+slfX1Z3nivc86X8rqMVTN2NmK1wLmXpfTn/LU/V46HXVVo6u7w571ef6VRPdr5+89fVwyWp67pipsL5DK/Vz89r6mf9dHSq/V/Bj2Z7Yt2S7mHRVyejuC5mL5zTdniUQTJvRX+Asjd57A70r48bqbxTC7NRV33qjYbd8Er/ap5OG/0qXnlVvLhwTptXybx9077N5WlTRDWVd9bCLPI2B3GM8Hwurs6Sd3FDvLhw3rwHibzldet0J6baQSrvWjLvWGFO9FDox7NQlCBqlyi1k3nifKqPlRUxsTAfS/rf9+PnpSiBH11XnvksvdRENVSTdWV5cmFO00M7PMa2ibUQJYhbbt5R9pI3AvMxSsuicC8mFObR3QtzP+puBbfYW33YVvineEibZKn2/lM3BzVYLqSsnroLM/e7Gy4DhPRvd8/9H9F0kTysanCivZWuH647Frzq2f6xN3AX5pDXOzF5D/WCYmAfdsc+9Yn2BnllR6daWNO93xDOwuwV9nRSYcZgveU+bL2dHr3ifVMnXaqZD/RWeYX4YE0/aqp3ndai1xtbxRSardETFfENxoP59wfWyis4rOuyqXvj1/ziWnLpsNl6m7wl634vrcvcnpZ6jrz2PKvmMmdhDqxbqooQx7filB3jIdFHVeQqzGWbsZrIW4niW+O61y46Gmyt6VRWV2HeeeVomaDGctzeWniTm5RXjQdHYd7jQS1VosNZy0I1GBwNtsaDutYchflcbyvJLYNfS71s5t7xBvu15B5lrDCnbefVKPpGdOygqQd2ex0Nts+72QOmCzNWs/ab4RlW0UurZqNeS7TXanBBjPab4RDQ0dOFWbvTQR/VGCiemFudOlRBfyNRj0dhtF4vRq9U/uhcej+/NxDxHj5dmPnGwjtqPFzogxRlp/FwKfUSUTx6Z8HLO2LSfqgsO7tP++b7krp39LQffUeSKsx8rXMppfQOzSoiWP7K6/APF/HLblv94M0d833UcfAw/g5qWuHcq/WHRtS8wkNjNI63G1OWAE+79/F7d5/E7IUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgFf7D9vCkuiP07xnAAAAAElFTkSuQmCC");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}
.fragment_productos_servicios .boton_productos {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 153px;
}
.fragment_productos_servicios .boton_productos .fragments-editor__editable {
  background-color: #fff;
  height: 4rem;
  padding: 1.25em;
}
.fragment_productos_servicios .btn-outline {
  color: #065547;
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding: 1.5rem 2rem;
  font-size: 0.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  transition-duration: 0.4s;
  max-width: 80%;
}
.fragment_productos_servicios .btn-outline a {
  text-decoration: none !important;
}
.fragment_productos_servicios .btn-outline a:hover, .fragment_productos_servicios .btn-outline a:focus {
  color: #00884d;
  text-decoration: none;
  cursor: pointer;
}
.fragment_productos_servicios .esp-adt {
  width: 100%;
  margin-left: 8%;
  margin-right: 8%;
}
@media (min-width: 350px) {
  .fragment_productos_servicios .btn-outline {
    font-size: 0.9375rem;
  }
}
@media (min-width: 385px) {
  .fragment_productos_servicios .btn-outline {
    font-size: 1rem;
  }
}
@media (min-width: 400px) {
  .fragment_productos_servicios .btn-outline {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .fragment_productos_servicios {
    padding-bottom: 0rem;
    padding-left: 0px;
    padding-right: 0px;
  }
  .fragment_productos_servicios .boton_productos {
    align-items: flex-end;
    height: 210px;
  }
  .fragment_productos_servicios .btn-outline {
    margin-bottom: 15%;
    padding: 0.8rem 0.75rem;
    font-size: 0.9375rem;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 992px) {
  .fragment_productos_servicios .boton_productos {
    height: 290px;
  }
  .fragment_productos_servicios .btn-outline {
    margin-bottom: 15%;
    padding: 0.8rem 0.75rem;
    font-size: 1.0625rem;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 1200px) {
  .fragment_productos_servicios .boton_productos {
    height: 21.875rem;
  }
  .fragment_productos_servicios .btn-outline {
    font-size: 1.06rem;
    padding: 1.5rem 2.3rem;
    margin-left: 8%;
    margin-right: 8%;
  }
}

.banner-home {
  background-color: #f4f4f4;
  margin-bottom: 35px;
}
@media (max-width: 47.98em) {
  .banner-home {
    margin-bottom: 3.75rem;
    background-color: transparent;
  }
  .banner-home .banner-home-inner {
    height: 320px;
    margin-bottom: 300px;
    background-color: #f4f4f4;
  }
}
@media (max-width: 35.98em) {
  .banner-home {
    margin-bottom: 20rem;
  }
}
@media (max-width: 497px) {
  .banner-home {
    margin-bottom: 23.125rem;
  }
}
@media (max-width: 243px) {
  .banner-home {
    margin-bottom: 28rem;
  }
}
.banner-home .banner-home-wrapper {
  display: flex;
  align-items: center;
  height: 550px;
}
@media (max-width: 61.98em) {
  .banner-home .banner-home-wrapper {
    height: 21.875rem;
  }
}
@media (max-width: 47.98em) {
  .banner-home .banner-home-wrapper {
    flex-direction: column-reverse;
    height: auto;
  }
}
.banner-home .banner-home-wrapper .adif-banner-image-wrapper {
  min-height: 580px;
  width: 60%;
  background-image: url("/o/adif-web-theme-css/img/testing/03.jpg");
  -webkit-mask-image: url("/o/adif-web-theme-css/img/mascara-prensa.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position-x: 5px;
  mask-image: url("/o/adif-web-theme-css/img/mascara-prensa.png");
  mask-size: 100% 100%;
  mask-position-x: 5px;
  background-size: cover;
  opacity: 0.45;
  margin-top: 6.25em;
}
.banner-home .banner-home-wrapper .adif-banner-image-wrapper img {
  display: none;
}
.banner-home .banner-home-wrapper .adif-banner-image-wrapper lfr-editable img {
  display: block;
}
@media (max-width: 61.98em) {
  .banner-home .banner-home-wrapper .adif-banner-image-wrapper {
    min-height: 400px;
  }
}
@media (max-width: 47.98em) {
  .banner-home .banner-home-wrapper .adif-banner-image-wrapper {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 35.98em) {
  .banner-home .banner-home-wrapper .adif-banner-image-wrapper {
    width: 115%;
  }
}
@media (max-width: 359px) {
  .banner-home .banner-home-wrapper .adif-banner-image-wrapper {
    width: 170%;
  }
}
.banner-home .banner-home-wrapper .adif-banner-caption {
  width: 40%;
}
.banner-home .banner-home-wrapper .adif-banner-caption h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 58.3px;
  line-height: 1.07;
  margin-bottom: 1rem;
}
@media (max-width: 61.98em) {
  .banner-home .banner-home-wrapper .adif-banner-caption h1 {
    font-size: 2.5rem;
    line-height: 1.13;
    margin-bottom: 0.5rem;
  }
}
.banner-home .banner-home-wrapper .adif-banner-caption h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 29.1px;
  line-height: 1.2;
}
@media (max-width: 61.98em) {
  .banner-home .banner-home-wrapper .adif-banner-caption h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    line-height: 1.17;
    color: #666;
  }
}
@media (max-width: 47.98em) {
  .banner-home .banner-home-wrapper .adif-banner-caption h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 413px) {
  .banner-home .banner-home-wrapper .adif-banner-caption h2 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 359px) {
  .banner-home .banner-home-wrapper .adif-banner-caption h2 {
    font-size: 23px;
  }
}
@media (max-width: 47.98em) {
  .banner-home .banner-home-wrapper .adif-banner-caption {
    width: 100%;
    margin-top: -35px;
  }
}
.banner-home .banner-home-wrapper .adif-boton-principal a {
  display: inline-block;
  background-color: #065547;
  color: white;
  padding: 1.5625em 4.0625rem;
  margin-top: 0.9375em;
  font-size: 24px;
  line-height: 0.75;
  text-decoration: none;
}
@media (max-width: 61.98em) {
  .banner-home .banner-home-wrapper .adif-boton-principal a {
    padding: 1.25em 3.75rem;
  }
}
@media (max-width: 35.98em) {
  .banner-home .banner-home-wrapper .adif-boton-principal a {
    display: block;
    text-align: center;
    margin-top: 1.875em;
  }
}
.banner-home .banner-home-wrapper .adif-boton-principal a:hover, .banner-home .banner-home-wrapper .adif-boton-principal a:focus {
  background-color: #00884d;
  text-decoration: none;
}

.fragment-cajetin-internacional {
  color: #333;
}
.fragment-cajetin-internacional .cifras-localizaciones {
  display: flex;
  margin: 1.875em -1.875em 3.75rem;
}
.fragment-cajetin-internacional .cifras-localizaciones .cifras-localizaciones-item {
  width: 25%;
  padding: 1.875em;
  border-right: 1.5px solid #dcdcdc;
}
.fragment-cajetin-internacional .cifras-localizaciones .cifras-localizaciones-item:last-child {
  border: none;
}
.fragment-cajetin-internacional .cifras-localizaciones .cifras-localizaciones-item header {
  padding-top: 1rem;
}
.fragment-cajetin-internacional .cifras-localizaciones .cifras-localizaciones-item h1 {
  font-size: 2.5rem;
  font-weight: normal;
  color: #333;
  margin-bottom: 0;
}
.fragment-cajetin-internacional .cifras-localizaciones .cifras-localizaciones-item h1 span {
  font-size: 1.875rem;
}
.fragment-cajetin-internacional .cifras-localizaciones .cifras-localizaciones-item h2 {
  color: #666;
  font-weight: 700;
  font-size: 1.25em;
}
@media (max-width: 61.98em) {
  .fragment-cajetin-internacional .cifras-localizaciones {
    display: none;
  }
}
.fragment-cajetin-internacional .carrusel-localizaciones {
  display: none;
}
@media (max-width: 61.98em) {
  .fragment-cajetin-internacional .carrusel-localizaciones {
    display: block;
  }
}
.fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item {
  padding: 1.875em 1.875em;
}
.fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item.left-bdn {
  border-left: 2px solid #fff;
}
.fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  color: #333;
}
@media (max-width: 35.98em) {
  .fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h1 {
    font-size: 1.875rem;
  }
  .fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h1 span {
    font-size: 1.125rem;
  }
}
@media (max-width: 413px) {
  .fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h1 {
    font-size: 1.35rem;
  }
  .fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h1 span {
    font-size: 1.125rem;
  }
}
@media (max-width: 320px) {
  .fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h1 {
    font-size: 1.25rem;
  }
  .fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h1 span {
    font-size: 0.9375rem;
  }
}
.fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h2 {
  color: #666;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 35.98em) {
  .fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 413px) {
  .fragment-cajetin-internacional .carrusel-localizaciones .carrusel-localizaciones-item h2 {
    font-size: 0.85rem;
  }
}
.fragment-cajetin-internacional .carrusel-localizaciones ul.slick-dots,
.fragment-cajetin-internacional .carrusel-localizaciones ul.slick-dots * {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  list-style-type: none;
  display: block;
}
.fragment-cajetin-internacional .carrusel-localizaciones ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.875em;
  margin-bottom: 3.75rem;
}
@media (max-width: 47.98em) {
  .fragment-cajetin-internacional .carrusel-localizaciones ul.slick-dots {
    margin-bottom: 0px;
  }
}
.fragment-cajetin-internacional .carrusel-localizaciones ul.slick-dots li button {
  background-color: #065547;
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  line-height: 5;
  margin: 0 0.9375em;
  border-radius: 0.625rem;
  border: 0.0625rem solid transparent;
}
.fragment-cajetin-internacional .carrusel-localizaciones ul.slick-dots li.slick-active button {
  background-color: #333;
  border: 5px solid transparent;
}

.titulo-adif {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.titulo-adif h1 {
  font-size: 2.5rem;
  line-height: 1.6;
}
@media (max-width: 61.98em) {
  .titulo-adif h1 {
    font-size: 2rem;
    line-height: 1.33;
  }
}
.titulo-adif h2 {
  font-size: 2rem;
}
@media (max-width: 61.98em) {
  .titulo-adif h2 {
    font-size: 1.75rem;
    line-height: 1.33;
  }
}
.titulo-adif h2.home {
  font-size: 3.125rem;
  line-height: 4.2625rem;
}
@media (max-width: 61.98em) {
  .titulo-adif h2.home {
    font-size: 2.1875rem;
    line-height: 2.21625rem;
  }
}
@media (max-width: 47.98em) {
  .titulo-adif h2.home {
    font-size: 1.625rem;
    line-height: 2.21625rem;
  }
}
.titulo-adif h3 {
  font-size: 1.75rem;
}
@media (max-width: 61.98em) {
  .titulo-adif h3 {
    font-size: 1.25rem;
  }
}
.titulo-adif h4 {
  font-size: 1.5rem;
}
@media (max-width: 61.98em) {
  .titulo-adif h4 {
    font-size: 1rem;
  }
}
.titulo-adif h5 {
  font-size: 1.25rem;
}
@media (max-width: 61.98em) {
  .titulo-adif h5 {
    font-size: 1rem;
  }
}
.titulo-adif h6 {
  font-size: 1rem;
}

.enlace-adif {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
.enlace-adif p.link_enlace_componente {
  color: #065547;
}
.enlace-adif p.link_enlace_componente:hover, .enlace-adif p.link_enlace_componente:focus {
  color: #00884d;
}
.enlace-adif .link_enlace_componente {
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 0.96;
}
.enlace-adif .link_enlace_componente a {
  color: #065547;
}
.enlace-adif .link_enlace_componente a:hover, .enlace-adif .link_enlace_componente a:focus {
  color: #00884d;
}
@media (min-width: 383px) {
  .enlace-adif .link_enlace_componente {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media (min-width: 401px) {
  .enlace-adif .link_enlace_componente {
    font-size: 19px;
    line-height: 1.2;
  }
}
@media (min-width: 419px) {
  .enlace-adif .link_enlace_componente {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .enlace-adif .link_enlace_componente {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .enlace-adif {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.fragment_productos_servicios_2 {
  padding-bottom: 2rem;
}
.fragment_productos_servicios_2 .fragments-editor__editable {
  width: 100%;
}
.fragment_productos_servicios_2 .img_productos_servicios {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeBAMAAAA/BWopAAAAG1BMVEVERET///9bW1uKioq4uLjn5+ehoaHQ0NBycnLsVIrzAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADuklEQVR42u3Yz1PaQBjG8RUEPLpqxCP2h/Uoo3U4itbWI2Gg06NUHa9SrfYIWjv+2c3uJmETFkFJPH0/BwXkNQ9vNptdhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZO6d++XatLpC7ZWF8ygeS+n91A8/3WkH+slfX1Z3nivc86X8rqMVTN2NmK1wLmXpfTn/LU/V46HXVVo6u7w571ef6VRPdr5+89fVwyWp67pipsL5DK/Vz89r6mf9dHSq/V/Bj2Z7Yt2S7mHRVyejuC5mL5zTdniUQTJvRX+Asjd57A70r48bqbxTC7NRV33qjYbd8Er/ap5OG/0qXnlVvLhwTptXybx9077N5WlTRDWVd9bCLPI2B3GM8Hwurs6Sd3FDvLhw3rwHibzldet0J6baQSrvWjLvWGFO9FDox7NQlCBqlyi1k3nifKqPlRUxsTAfS/rf9+PnpSiBH11XnvksvdRENVSTdWV5cmFO00M7PMa2ibUQJYhbbt5R9pI3AvMxSsuicC8mFObR3QtzP+puBbfYW33YVvineEibZKn2/lM3BzVYLqSsnroLM/e7Gy4DhPRvd8/9H9F0kTysanCivZWuH647Frzq2f6xN3AX5pDXOzF5D/WCYmAfdsc+9Yn2BnllR6daWNO93xDOwuwV9nRSYcZgveU+bL2dHr3ifVMnXaqZD/RWeYX4YE0/aqp3ndai1xtbxRSardETFfENxoP59wfWyis4rOuyqXvj1/ziWnLpsNl6m7wl634vrcvcnpZ6jrz2PKvmMmdhDqxbqooQx7filB3jIdFHVeQqzGWbsZrIW4niW+O61y46Gmyt6VRWV2HeeeVomaDGctzeWniTm5RXjQdHYd7jQS1VosNZy0I1GBwNtsaDutYchflcbyvJLYNfS71s5t7xBvu15B5lrDCnbefVKPpGdOygqQd2ex0Nts+72QOmCzNWs/ab4RlW0UurZqNeS7TXanBBjPab4RDQ0dOFWbvTQR/VGCiemFudOlRBfyNRj0dhtF4vRq9U/uhcej+/NxDxHj5dmPnGwjtqPFzogxRlp/FwKfUSUTx6Z8HLO2LSfqgsO7tP++b7krp39LQffUeSKsx8rXMppfQOzSoiWP7K6/APF/HLblv94M0d833UcfAw/g5qWuHcq/WHRtS8wkNjNI63G1OWAE+79/F7d5/E7IUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgFf7D9vCkuiP07xnAAAAAElFTkSuQmCC");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}
.fragment_productos_servicios_2 .btn-outline {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .fragment_productos_servicios_2 .boton_productos {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 153px;
  }
  .fragment_productos_servicios_2 .btn-outline {
    color: #065547;
    background-color: #d9e0de;
    border-radius: 0;
    border: none;
    position: absolute;
    width: 70%;
    right: 15%;
    top: 29%;
    padding: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
  }
}
@media (min-width: 414px) {
  .fragment_productos_servicios_2 .btn-outline {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .fragment_productos_servicios_2 {
    padding-bottom: 0rem;
    padding-left: 0px;
    padding-right: 0px;
  }
  .fragment_productos_servicios_2 .img_productos_servicios {
    height: 210px;
    position: relative;
  }
  .fragment_productos_servicios_2 .boton_productos {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .fragment_productos_servicios_2 .boton_productos .fragments-editor__editable {
    background-color: #d9e0de;
    height: 5rem;
    padding-top: 1.5625em;
  }
  .fragment_productos_servicios_2 .btn-outline {
    color: #065547;
    background-color: #d9e0de;
    border-radius: 0;
    border: none;
    width: 100%;
    font-size: 1.06rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
  .fragment_productos_servicios_2 .btn-outline a:hover, .fragment_productos_servicios_2 .btn-outline a:focus {
    color: #00884d;
    text-decoration: none;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .fragment_productos_servicios_2 .img_productos_servicios {
    height: 290px;
  }
  .fragment_productos_servicios_2 .btn-outline {
    height: 6.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .fragment_productos_servicios_2 .img_productos_servicios {
    height: 21.875rem;
  }
  .fragment_productos_servicios_2 .fragments-editor__editable {
    width: 100%;
  }
  .fragment_productos_servicios_2 .btn-outline {
    height: 7rem;
    font-size: 1.0625rem;
  }
}

.AV_fragment_banner {
  color: white;
}
.AV_fragment_banner a {
  color: white !important;
}
.AV_fragment_banner .AV_img_banner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3IAAAJBBAMAAADxYJplAAAAG1BMVEVERET///9bW1tycnKhoaG4uLjQ0NCKiorn5+exxuZAAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAJSklEQVR42u3dz1sbxxkAYBmQ8TFrZOAoO03LETeu3SM0dc/QunGO0NQ0R0hwnKMxbuI/u0hCv3ZnRzNI9DHa970k9sdjxHz7zXyz2kGtFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEts5dk/T07evPrxBsEXL09OTmqC3Hbe3l4UA5s/3jT4392FvJT2p7LLYWj9U1B3EP0lGPyw3IlbPSzGvs8J/uF4HNs+XcRruV+UbQ1Da0XQdeb2g8GHy11xh1M/7L/Sg3+aim0vouoeyFy6s/5M+Ordu/O/9ae+vdTg80HC3rz668t+7XVk7v+q3Rv9v1xX2M+9PCUG+yO5+c3gD896eT2Y/9XcK7bfTRstrqvvqs6K7evoi0C0KN4vc+aupsPN8Tz31VUCjtKCvay+Hq+HFwspuntTF07CfLFVH1wvitMlTtxaqbe4mgIfpQXbo2ocleD8A/V44hskLNEXsaraGRXkUnpabjsOJxIQDbZL3eTZIpaVvMxdXS2Rtmi/2FjmzF2Up6f2RAKiwbW9yuT0aAEXUmdReV5ZyML72VqvFsrxaPCiweCK2Z0/c1sZX30cq/L7C3g5n7H7pV1A/0LeTgkGO/q5L/KznMytVl/fjcv3znlcFIFtwm5CMFi/7+fPXMba9CDaglws957gaXWlGF/J0WBAMX9LkNVVNHlPcDVSW4EEHCQEgwtdZ/7Xk9GfRqvqwXLvCa4GeyMwIEcJwWANPJr/9aRnrtF7guBIHY8zFwkGp965L/Pj4ouMNXozuic4WurM7ceSs5+ZuUBHc5uZO4xVVTtakEuRudCEeJAQDLg3f+YyGsJ4VT3OuwF695wFm5C9hGB4Qxcc4uS/jC+j1arqLmbBvKP7uVDjv5sQTM/cTijXOwc1G4ujOV76VEEeLHfmAr1zezT+0WDybLly0Qn95aOazCUPeLSq2st962vwE57WrhDRYDBzod5yJzTB7oRTlFEq8S99vIC735+3leodq3HLFg0GdwWb4YujUy258B2OleidSMvc9I9YujjXJ5aaaDB5J35YTcdOEb5xtZqeuYYvc/092F6pcMbXcjQYStFWK6no6kqul7lTy1ya9dLVvzr552gw1NI/bCUVXV3JZdwmbvoyNxjWg6mt+eQoR4OBgnnfSim62pLrZS7xzkfjl7n+EEw84/p8epCjwcC/tNdKKbrakuvdRL7Kx8r5yadPv776Y3yWb/JNy1EhjZ7M+6r8AFc0WN2Id1sJRdcrud1I5p4Nzyr8O1pVTb5peT3JXQ3U5iAjP1ceQI8GK63lZmRK3pssuY36IW/9Mn5E+VH3ZlW19DctJ2qpeL3betE7Q/BbTrDcoGxFiqCTUHK9r3s++XR5bZ+xFi3//aznkO566or+HPUxL1jqLt63EoouUnLXR3m2X/305Mt33/b+97J2Zm7wIygTfjdcWf6RG5xe5k5bs4suVnKDzH28niP7Z7x262bmBj+CMrlqDNeW/3Qzg1NT1GZ887E3s+T6R3nGh/RWj2u/ttGPoExco+MDjJunWcHp3dxGfMvQmVlyvXcbfptezcLt6np0Y3m23E9aTkyHg7Xl/If+f/cygqWJ7qA1u+iiJde6f/JmKlNPa1rI+PPLx03Yh19f2MXr7nBhmT7nEQ2WJsvtbmtm0cVLLlRbwfXsaezu1moDbjeXdmyDPdtmNzGYM1kOi24n82na/fCSZR8+GNCJDW9vD7CRGJyyM/NC7xVdZsnVNaz24YMVY6qOfj95iysaLK8t2wnXyHe5D7CHN4n24f0RLw3C2cTSEg2WC2pmV9DuN6iZE1nwnSP78P5oln7bS29C6yYEy9d5QkoOi/wzI8F3a6Nt/3r6++p32Vm1I9wZTVDRYHm0OkmXSXbvEOwim3zicbzUPwx0iVuzg+XxTWnEd4r8cggdtdSg1LwZOuzEo8FyPhNGqzfVZt/dCD192442KIeNaFCCh4eHnXg0WC6mo7SSyy660NynQam55b5+PfVFg6Vi2u4mldzb7KILZU6DUnPo6WoZ+WJmsFRMH5JKbiP07OXM+XxXg1IVnuWuRyYavFHJ7QYfeM7NnAal9mHwwRofDd6w5FrZRRcoIXdQah8pHixw0WClmNJKrpVddIHMPYgesLzIOPV6d63XJaczKzhdTJfJJZdddIE0eYtnMZnrrXLpJZdddIEzed7iiUyInVnBsT/nrHL5RVfdVK5Ef9XR42Y8g1Jz6Gl/uM7tze4Arr4qubFs3aDoqlOjZ1BatQdijvv1EQ1OjFRmyWUW3X4lE55BGWzZ3gfbs4czg+MCyCy5zKK7qCxq0flwpWjIQ7LHocV+eJoqGhyVRHbJZRVd4GTXfizva82491VzPrg9um8ZCY4GajO35LKKrl2dsi9i8+GDZtz76h8n7gaagsE4R4Oj6jnKLrmcoqseb16NfsunDTnF07ukjwJT6Obs4LBZSDjVW73Jkl50x5VMeHNuuKB3AtncmB0cpmTvBiWXXnRr1bfl4/PhRUNay36HcVr9q4OE4CAlnZuUXHrRnVWXueh8uNqMY8bX812nMqjDPj8a7A9Tymmn4GPNNUX3TaXktrPmw3aDzl9dlI4Qr0ycfIoG+wVxmXZx7KYO8fH35W/3MGs+bExrOaiI4u8Tg3U4+WRdNLiWtAnvpSN0g/hwK9yQfOxOTc2VpGstJ6/r8ZnG/oGdD2nBqzRePikLpfL+bmheOw1nbvTpWoPPLLwMFOterLXsNCZzg3NWvZPZT748/678CxFiweAHvh3Me0+n/3F3P3399Xn/mHh1m6+1HHteRD66MRK8jcyNzqTXfgKo1rIuO+UTxfXB28jc5Nnm8BHZ6HzYbspdy9bkAlb3a39qg7eSudbK29G/Ffy4ZK3ltBcvf7goPp283s0O3kLPdP7tp2L7Vx9RDgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAXfY/MVPl+Jn86KQAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 28rem;
}
.AV_fragment_banner .textos_AV_banner {
  margin: auto auto;
}
.AV_fragment_banner .AV_banner_titulo {
  font-size: 2.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 3.88rem;
  padding-bottom: 1rem;
}
.AV_fragment_banner .AV_banner_descripcion {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 2.19rem;
  padding-bottom: 2rem;
}
.AV_fragment_banner .btn-banner-adif {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 1.5rem !important;
  line-height: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1.813rem 5.25rem;
  transition-duration: 0.4s;
}
.AV_fragment_banner .btn-banner-adif.color-green {
  background-color: #065547;
}
.AV_fragment_banner .btn-banner-adif.color-white {
  background-color: #fff;
  color: #102341 !important;
}
.AV_fragment_banner .btn-banner-adif.color-blue {
  background-color: #102341;
}
.AV_fragment_banner .btn-banner-adif.color-silver {
  background-color: #d9e0de;
}
.AV_fragment_banner .btn-banner-adif:hover {
  background-color: #fff;
  color: #102341 !important;
}
@media (min-width: 768px) {
  .AV_fragment_banner .btn-banner-adif {
    display: inline-block;
    width: auto;
  }
  .AV_fragment_banner .textos_AV_banner {
    width: 100%;
    margin: auto auto;
    padding-left: 2rem !important;
  }
}
@media (min-width: 834px) {
  .AV_fragment_banner .textos_AV_banner {
    padding-left: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .AV_fragment_banner .AV_banner_titulo {
    font-size: 3.65rem;
    line-height: 3.88rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .AV_fragment_banner .textos_AV_banner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 1112px) {
  .AV_fragment_banner .textos_AV_banner {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .AV_fragment_banner .textos_AV_banner {
    padding-left: 2rem !important;
  }
}
@media (min-width: 1280px) {
  .AV_fragment_banner .textos_AV_banner {
    padding-left: 3.5rem !important;
  }
}
@media (min-width: 1366px) {
  .AV_fragment_banner .textos_AV_banner {
    width: 100%;
    padding-left: 7rem !important;
  }
}
@media (min-width: 1400px) {
  .AV_fragment_banner .textos_AV_banner {
    padding-left: 8rem !important;
  }
}
@media (min-width: 1600px) {
  .AV_fragment_banner .textos_AV_banner {
    padding-left: 15rem !important;
  }
}
@media (min-width: 1650px) {
  .AV_fragment_banner .textos_AV_banner {
    padding-left: 16rem !important;
  }
}
@media (min-width: 1900px) {
  .AV_fragment_banner .textos_AV_banner {
    padding-left: 24rem !important;
    width: 100%;
  }
}

.enlaces-interes .wrapper-enlaces-interes {
  padding: 1.5rem 0 4rem;
}
.enlaces-interes .enlaces_interes_fila1,
.enlaces-interes .enlaces_interes_fila2 {
  padding-left: 0;
  padding-right: 0;
}
.enlaces-interes .enlaces_interes_fila2 {
  padding-top: 2rem;
}
.enlaces-interes .filas_enlaces {
  padding-left: 0;
  padding-right: 0;
}
.enlaces-interes .title_enlaces_interes {
  font-size: 1.875rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.13;
  color: #111;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
.enlaces-interes .primer_enlace,
.enlaces-interes .segundo_enlace,
.enlaces-interes .tercer_enlace,
.enlaces-interes .cuarto_enlace {
  width: 100%;
}
@media (max-width: 47.98em) {
  .enlaces-interes .primer_enlace,
  .enlaces-interes .segundo_enlace,
  .enlaces-interes .tercer_enlace,
  .enlaces-interes .cuarto_enlace {
    width: 50%;
  }
}
.enlaces-interes .item_imagen_enlaces_interes img {
  max-width: 4.6875rem;
  max-height: 3.75rem;
}
@media (max-width: 61.98em) {
  .enlaces-interes .item_imagen_enlaces_interes img {
    max-width: 4.0625rem;
    max-height: 55px;
  }
}
@media (max-width: 413px) {
  .enlaces-interes .item_imagen_enlaces_interes img {
    max-width: 55px;
    max-height: 3.125rem;
  }
}
@media (max-width: 413px) {
  .enlaces-interes .item_imagen_enlaces_interes .adif-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.enlaces-interes .texto_enlaces {
  padding-top: 1rem;
  font-family: "open_sans", Arial, sans-serif !important;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.18;
  word-break: break-word;
  color: #111;
}
.enlaces-interes .texto_enlaces a {
  color: #111;
}
.enlaces-interes .texto_enlaces:hover, .enlaces-interes .texto_enlaces:focus {
  text-decoration: underline;
  color: #111;
}
.enlaces-interes .elipse-background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 61.98em) {
  .enlaces-interes .elipse-background {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 413px) {
  .enlaces-interes .elipse-background {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 340px) {
  .enlaces-interes .texto_enlaces {
    font-size: 0.9375rem;
  }
}
@media (min-width: 365px) {
  .enlaces-interes .texto_enlaces {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .enlaces-interes .texto_enlaces {
    font-size: 1.0625rem;
  }
}
@media (min-width: 992px) {
  .enlaces-interes .wrapper-enlaces-interes {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
  .enlaces-interes .enlaces_interes_fila2 {
    padding-top: 0rem;
  }
  .enlaces-interes .filas_enlaces {
    padding-left: 0;
  }
  .enlaces-interes .title_enlaces_interes {
    font-size: 2.5rem;
    line-height: 1.6;
    padding-bottom: 2rem;
  }
  .enlaces-interes .item_1_enlaces_interes {
    padding-bottom: 0.6rem;
  }
  .enlaces-interes .texto_enlaces {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .enlaces-interes .linea-separacion-visible {
    visibility: visible;
    border-right: 0.0625rem solid #fff;
  }
  .enlaces-interes .cuarto_enlace .linea-separacion-visible {
    visibility: hidden;
    border-right: 0.0625rem solid #fff;
  }
}

@media (max-width: 61.98em) {
  .adif-encabezado h2 {
    margin-bottom: 2rem !important;
  }
}

.foto-parrafo-pag {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.foto-parrafo-pag .img_article_pag {
  margin-bottom: 2rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWIAAAEdBAMAAADEBnBdAAAAG1BMVEVERET///9ycnKhoaG4uLjQ0NDn5+eKiopbW1tpb06vAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADrUlEQVR42u3Yy1fTQBTA4fQRkqUDbdol7RFxSXmIy1Y56LJRQZcNHqBLwaNsW5Hin20yk8fkIXg8HXDx+xYwNMnNzc28qGUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8mvru8embmWzuKOvJIXf/zgv3jo+2kzP/HGTpfgpxFog1eVuhfEmOrbTvvtALxCeVsC9Oz0RrVhVk2VzxMbzPdTCO2u2+NEsOju7IuC4+r1vud0+e3GuHJb0NplVBlp6xKtIiKnK9lT/meHdl/E491EQ+tqxow6sIYq7UFTdbnLTvvdDuhD+aa+oP/8vDZWz54Wt11gqf9e/P2IlOWemqP3rDchBjRmF5GvmbNVr1+zO2opdTm6h2bVwKYjDjsMaNTu6j3uRvMg7CIVZ7otrzcSmIOdGNm6uFj7SMnWHc2Km40NZ6RSGIMU40XvI3a3YsLWM7HlANb1buFU4rGwwPlXEvmkqTUikXQz1j11dFHkwLk5w8JZCzW7NVCmJu4ZOVs7v13YP9uIZu+JHej29alSVWA20RLXfqoXJBDO0r+leH3pZclDtBuLy21N3sVSuXscqnWOJ4YnNHree3/nkpiBl2eIO36u7ifBautSfq9W/lM5ZFLpXYGqjOUh8JtTfJBzE06HZ2j4Vccu3z7MXLZHMZR0UuldgV6hGeilNfvCoGMeg6GGpTc9RedIsZh0Uu52F34nGwHWX9thDEpBttNzDvxmtgIWPX96elhWcsjwRyHNxoDzQ3PmUE6/pEHM+whTVvIYoldjzVdzt6/mkQsy6GuQlrPqnIeCCKr/pimo5SrY9ks55J80lu/VMlz2fc8DaKG+i46MFMWzlLTUOSzYwl94uOdySFv7KyDqbJwpeWOF6RvaSne3oQ0xlP9BfqiNQkK/EsN0CjEqvO76avwnucXmGv5jcNaYmz3UVc4hPrjzW2Vx9w5NW6VRmruVgvcjY7V/Tj2kPOboNhVcZqudOLPJoWr1jpVARZ+j4onj7b2r/1s4qMk4JmRW620/MWpfm4Loyt0mob4MrVbEPucgcdqyJjOy6oe5zsRv2x9pByfd6InqoUZOn7oKC93//qy3r1xOvLq0Pt2xy9VyQ1+5Vu+T4cSFF3eibeX27uyS+ISkGWn7IfTmFteQP3Rdj0XlqVGVdtUrOvq75FrXeVQQz4cdXPmpf/2P/qm+mV/x4EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8z34DTvySSHIU/mUAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 17.5rem;
  max-height: 17.8rem;
}
.foto-parrafo-pag .text_article_pag {
  display: flex;
  align-items: center;
  line-height: 1.456rem;
  padding-left: 0px;
  padding-right: 0px;
}
.foto-parrafo-pag .titulo_article_pag {
  padding-bottom: 1rem;
  color: #333;
  font-size: 1.22rem;
}
.foto-parrafo-pag .descripcion_article_pag {
  color: #666;
  font-size: 0.97rem;
  padding-bottom: 2rem;
}
.foto-parrafo-pag .img_article_pag-2 {
  float: left;
}
.foto-parrafo-pag .img_article_pag-0 {
  float: right;
}
@media (min-width: 62em) {
  .foto-parrafo-pag .img_article_pag {
    margin-bottom: 0rem;
  }
  .foto-parrafo-pag .texto_article_pag-0 {
    padding-left: 2rem;
    padding-top: 1rem;
  }
  .foto-parrafo-pag .texto_article_pag-2 {
    padding-right: 2rem;
    padding-top: 1rem;
  }
}

.informacion-interes .fragment_interes {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: hidden;
  align-items: center;
}
@media (min-width: 75em) {
  .informacion-interes .fragment_interes.size-s {
    max-height: 32rem;
  }
}
@media (min-width: 75em) {
  .informacion-interes .fragment_interes.size-m {
    max-height: 34rem;
  }
}
@media (min-width: 75em) {
  .informacion-interes .fragment_interes.size-l {
    max-height: 35rem;
  }
}
.informacion-interes .text_fragment_interes {
  padding: 3rem 2rem;
  line-height: 1.2;
}
@media (min-width: 75em) {
  .informacion-interes .text_fragment_interes.size-s {
    max-height: 32rem;
  }
}
@media (min-width: 75em) {
  .informacion-interes .text_fragment_interes.size-m {
    max-height: 34rem;
  }
}
@media (min-width: 75em) {
  .informacion-interes .text_fragment_interes.size-l {
    max-height: 35rem;
  }
}
.informacion-interes .img_fragment_interes {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAICBAMAAADFTbTSAAAAG1BMVEVERET///9bW1uKioqhoaHQ0NDn5+e4uLhycnIYK+prAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAKBklEQVR42u3dzXfbVBoHYNdJai+rtnG6dGBIu0w4MwPLeM4wdNkUSlnGhRaW8UCHWcZzgMOfPZIt2/q4V1HqsJGfZ9M2SuLk/vTeD+nK7fUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGC39T8axw7Fj/Q/0nB/io+/mCZJ8u7n68Ch9+mh0deBI/3Pvkm/6O3zbV98+EdF4HOe/XEd/wbP/hh3LI+/JSv/rR76LT8w+ketHS/yQ99v2Rz3k7JR/VP2k+QyXttJ8qJbeUwKrfFdOI/UvyN5JMnRdoncuzmQWVMgB10L5PesFd6+/uX9oolfFg8Nso8cvn6VdWjJabWNkuTV+6zXSh79yYGcJE2BTDoWyH52jn+6HC+ySAqddT/99+Hi0K9pJI+LX/VJ+plfZZUx/Ff6t/NtfoDj5OifJbXOcdoUyDDpWCCzQj/VT8+2J6Uz8zDPZy9tlKtCVOk/v83//vc00O0Cedj8CWdJUyAnHQtkv3TqZzWxKZFpoZ8alD7vfrGfmm1XIvMbAsleeRYP5KJjgcxLnVRpPpO2xJvSeXpayGC0Gcn3thtF5smDxgVSdo7EA0lf/KJTgUwrjTnZFMJZsdWz3/xh4e9vyn3KFhOts+ZAfs9eKx7IcVY+HQpkWBoaFpPI0SarJ+Wojgo9VqWsrrYJ5LLhaJr94bghkGnyolOBpN1SbZl1um7m88p8/7peRnk//mSbZdCL5kXSVS8eSPrzjzsVyP3aDOlidbYfV1YEm2LqVyc9823mWY2BfLIcn6KBzNPDnQrkuHZur9tnUh2qZ6tBZL+6ShxsM4jMGvq7dHo9um4IJD1+1a1A6nPO+ep3n1Yb4XjVUd2vrqb720x8mwKZ57OHWCCLEa9jgTyo1cyDVQ912guP9/PaNPeicWBudhEPc3+15owFMskKvPOBXEa6ob3VqD6rldXZFqN6QyDrJWckkOHieMfGkFiXdT857EU6pmmtBY4r067brYRO41PeR72mQJY/Y8cH9bP81zuuL7/zJXG/1pmlvdlhfcANjPPjWwayWplGApktRpiOTXsf137J8zyYh/Ue+0F+4o7rnX3tW5+8qa8aQh1beZFZDuRlrymQvA/t2MKwPmG6jrXBfFlOg/oti2G9VfvT0bh+Rl+HAolNmfeOeo2B5B1l1y6dnIYTClyyu7fsxUL9U70X2y9f78rnCfWm68cDGZ42B5L/iJ0KJP2l3tSWvnkTn0eW9fcCI/i0vpgoXRGOfGQZSJu1ymVwUjzuXiDz8uneX82gAiN3eoYfRob7UKMMqiUyqNfMskY/MJDVuTPr2g2q4rl9sjqJA6NC+rmjwlBSGe8vezeVSLBAsqnUBwayqspuBZL2WYebZhquL7kHplLZxyLzr+BNjUpFhAvkwwMZrPLtWCAHxXvqs3VdhCayw2VIk0DjB+/DlksiXCDpC2X94Me/vHr3+qfr2wSyvjrQsUCy6xPfrjue5Mdy9xSa3Ia6p1A3Vq6JSIEsAhn+J98C9FP7QDYXNLsWyN5q9+FwVtg/MgitveMLsePgxaxiUUQKJH2ho8U+n+BGvYZANpPvrgXSe5rthvvp2ZfTza6faCCn0UAe9RpLJFYg2Qstdui9W6byY9tAJutOsnOBLBJZbgq9brw6lS//Qrs87oU3nswKV6PCBZKNYemJ8Dw92P/rRZKEL2zVAymsaLsXyGIbXJIUp1tpOx3FA7lqG8i6LqIFsghktV87m1Q8bhfISXLU62wgi+2gi0Q+veNA1oURLZBsB8smg2wT1mmrQAq3xDoXyKI+Ru/Le9wjgZxHA3ncayiReIFk9zTGpXXqkzaB7BXWrV0LZD8bzJ9nD+AUE7mjQPLSiBdI9QGtSXCdOIve3+9eINmcM+/Ds3nvqse4oy5rWRsNBRL4/NMWgRRvWs46t/v923UXPlmvRO4qkEVxNBVIfWp9eXMgg+I37FYgg9LUP5vmvLjDae/yBd62L5B8I8lNgZQuDHTtfshRpQM7vLuF4aoE2xdIZL9EJZD+tHizpmt7e88r8/vlBwL3aTeXTi5bXjpZvcQtCqS42zsaSLl8OxXIWfV87OcX4CMXF8e92MXF+FM30/g2htCkL3TDqhLIpPRqnQqkvsUqv4W4F2iX/B5J6N7HWTyQW1ZI6M5YJZDKRoAuBRLe0XPdu5MbVB82hoTuHVcCqWzZ71Ig9W1ZWYNc9e7kFu66QH64VYncHEilA+tSIKEnYJe/buhEPYhvcog/53fLdUiLQPYq50qXAjkL3hp9uBxdzuv1dBQpq9A2oA9bqQf3H5UDqU6MuxRI6NmMfAa77Ua5QoE0X8u6dYXMkqNfiqbJD4s/rzsQSOhRgLzZA1sZ5qsZcdJqarQukN6tSuTGQC6SsPNuBxJ45GOz2fq6zeJhUyC3KZH+jdPeHQ0kcAlj8zjCeXi4jxXIbUpkKJC2I8U6iIvWD+y0uKceWew0BPJRxSx5ufhz3IFAGgb1/drKcP2RSW2yPAkv1NvsOql/zc3XsnqdnWVN4tPeese0fsitXg/TcJu02ZcVmVvvaCDz6MIw8GTtfJVD7YLsMNyBt9q5WP+RHu1wIPeil04CF4IvVuntVdv/IPzQTau9vfVh7eEOBxJ4C4bBapZzv3KsEMO00mhnwTG93e73+iTraocDCfz681V/tFc5drIJ6Kzcz/enwTG93fMhtQl0aIm5M4GkHUSlx+5v3kCrcuxiUwYH5dX0QXAIafkEVa11j3q7HMhx9ULFyebBzPKbzQ0K20GG5e1ss8heqlbPGNam1m92OpC9pLbJYd1o+6W37psVh5RJMcdBEuqx2j6F+3OlW2u5lbSrgWRNW3gmI9sG9LDYOutR5JNSOoNCjpH9uP2LwHPqo8BVkeL7MP/eerN1ZwPZW70B76I+ZqW7rWmzj/LB4WlSvY+dfL/JMLgF6CDwTg4/hprzcP025r/FrkjtUCCLN7ZePJ7RG342rby1dXY7PHvw79kX1fevznYuHH2exvFr9JmO0BubjEPNmSQ/fD7OvtUs+i7ZuxRIf7Z8g+/8CabSM2XL50ZGtYdHeou3T04tv+blNq+fv738aBp6lV0MZJVI/l8dlI893bwj+2n0q77b7vWfbp4wLDxSt8OBFP67ilHtv6v4S37z4bDWK/W/yL/oq61Xp6vnhZKvxz2BLBr3r++/eff29fNx8FB2JPRVH3/5zbtXP1/fwes/++x99q3+1wMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOiW/wMqEuG9LTC5dwAAAABJRU5ErkJggg==");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 18rem;
}
@media (min-width: 75em) {
  .informacion-interes .img_fragment_interes.size-s {
    max-height: 32rem;
  }
}
@media (min-width: 75em) {
  .informacion-interes .img_fragment_interes.size-m {
    max-height: 34rem;
  }
}
@media (min-width: 75em) {
  .informacion-interes .img_fragment_interes.size-l {
    max-height: 35rem;
  }
}
@media (max-width: 47.98em) {
  .informacion-interes .texto_enlaces_interes {
    padding-left: 30px;
    padding-right: 1.875em;
  }
}
.informacion-interes .titulo_interes {
  color: #111;
  font-size: 1.5rem;
  letter-spacing: -0.36px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
.informacion-interes .descripcion-interes {
  color: #666;
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.informacion-interes .btn.btn-outline {
  display: block;
  width: 100%;
  color: #065547;
  background-color: #fff;
  border-color: #065547;
  border-radius: 0;
  letter-spacing: 0.05em;
  border: 5px solid #065547;
  padding: 1rem 3.5rem;
  font-size: 1.5rem;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition-duration: 0.4s;
}
.informacion-interes .btn.btn-outline:hover, .informacion-interes .btn.btn-outline:focus {
  color: #00884d;
  border: 5px solid #00884d;
  border-color: #00884d;
}
.informacion-interes .enlace_interes {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 0.96;
  color: #065547;
}
.informacion-interes .enlace_interes:hover, .informacion-interes .enlace_interes:focus {
  color: #00884d;
}
@media (min-width: 600px) {
  .informacion-interes .text_fragment_interes {
    padding: 4rem 3rem;
  }
}
@media (min-width: 768px) {
  .informacion-interes .img_fragment_interes {
    min-height: 22rem;
  }
  .informacion-interes .btn.btn-outline {
    display: inline-block;
    width: auto;
  }
  .informacion-interes .enlace_interes {
    line-height: 1.2;
  }
}
@media (min-width: 834px) {
  .informacion-interes .text_fragment_interes {
    padding: 4rem 5rem;
  }
}
@media (min-width: 992px) {
  .informacion-interes .img_fragment_interes {
    min-height: 25rem;
  }
  .informacion-interes .enlace_interes {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .informacion-interes .img_fragment_interes {
    min-height: 32rem;
  }
  .informacion-interes .texto_enlaces_interes-0 {
    padding-left: 3rem;
  }
  .informacion-interes .texto_enlaces_interes-2 {
    float: right;
    padding-right: 3rem;
  }
  .informacion-interes .text_fragment_interes {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1366px) {
  .informacion-interes .text_fragment_interes {
    padding-left: 2rem;
  }
  .informacion-interes .texto_enlaces_interes-0 {
    width: 75%;
  }
  .informacion-interes .texto_enlaces_interes-2 {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .informacion-interes .text_fragment_interes {
    padding-left: 3rem;
  }
}
@media (min-width: 1450px) {
  .informacion-interes .text_fragment_interes {
    padding-left: 4rem;
  }
}
@media (min-width: 1500px) {
  .informacion-interes .text_fragment_interes {
    padding-left: 5rem;
  }
}
@media (min-width: 1550px) {
  .informacion-interes .text_fragment_interes {
    padding-left: 6rem;
  }
}

@media (max-width: 35.98em) {
  #adif-av-slider-wrapper {
    background-color: #065547;
  }
}
#adif-av-slider-wrapper .fragments-editor__editable {
  color: black;
}
#adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content {
  display: flex;
}
#adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text {
  background-color: #065547;
  color: #fff;
  width: 40%;
  padding-right: 3.75rem;
  display: flex;
  align-items: center;
}
@media (min-width: 75em) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 2000px) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text {
    padding-left: 15%;
  }
}
@media (max-width: 74.98em) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 992px) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text {
    width: 445px;
  }
}
#adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text header a {
  text-decoration: underline;
}
#adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text a {
  color: #fff !important;
}
#adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1.875em;
  font-size: 3rem;
}
@media (max-width: 61.98em) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text h1 {
    font-size: 2rem;
  }
}
@media (max-width: 35.98em) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text h1 {
    margin-bottom: 0.9375em;
  }
}
#adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text h2 {
  font-size: 1.75rem;
}
@media (max-width: 61.98em) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text h2 {
    font-size: 1.15rem;
  }
}
#adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-image-wrapper {
  background-position: center center;
  background-size: cover;
  height: 575px;
  width: 60%;
}
@media only screen and (max-width: 992px) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-image-wrapper {
    width: calc(100% - 445px);
  }
}
#adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-image-wrapper img {
  display: none;
}
#adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-image-wrapper lfr-editable img {
  display: block;
}
@media (max-width: 61.98em) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content {
    flex-direction: column-reverse;
  }
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-image-wrapper,
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text {
    width: 100%;
  }
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-image-wrapper {
    height: 300px;
  }
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text {
    padding: 3.75rem 3.75rem 120px;
  }
}
@media (max-width: 35.98em) {
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-image-wrapper {
    height: 12.5rem;
  }
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text {
    padding: 1.875em;
  }
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text h1 {
    font-size: 2rem;
  }
  #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text h2 {
    font-size: 1.15rem;
  }
}
#adif-av-slider-wrapper button.slick-arrow {
  position: absolute;
  bottom: 3.125rem;
  z-index: 1;
  border: none;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-slide-white-prev.svg") center center no-repeat;
  width: 3.125rem;
  height: 3.125rem;
  text-indent: -9999px;
}
#adif-av-slider-wrapper button.slick-arrow.slick-prev {
  left: 3.75rem;
}
#adif-av-slider-wrapper button.slick-arrow.slick-next {
  right: 3.75rem;
  background-image: url("/o/adif-web-theme-css/img/icons/ico-slide-white-next.svg");
}
#adif-av-slider-wrapper button.slick-arrow.slick-disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
@media (max-width: 35.98em) {
  #adif-av-slider-wrapper button.slick-arrow {
    bottom: inherit;
    top: 80px;
  }
  #adif-av-slider-wrapper button.slick-arrow.slick-prev {
    left: 1.875rem;
  }
  #adif-av-slider-wrapper button.slick-arrow.slick-next {
    right: 1.875rem;
  }
}
@media (max-width: 61.98em) {
  #adif-av-slider-wrapper button.slick-arrow {
    display: none !important;
  }
}
#adif-av-slider-wrapper ul.slick-dots {
  position: absolute;
  bottom: 4.0625rem;
  left: 11.25rem;
  margin: 0;
  padding: 0;
  display: flex;
}
#adif-av-slider-wrapper ul.slick-dots li,
#adif-av-slider-wrapper ul.slick-dots li button {
  display: block;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
#adif-av-slider-wrapper ul.slick-dots li {
  list-style-type: none;
}
#adif-av-slider-wrapper ul.slick-dots li button {
  background-color: #065547;
  width: 1.125rem;
  height: 1.125rem;
  text-indent: -9999px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 1.875em;
}
#adif-av-slider-wrapper ul.slick-dots li.slick-active button {
  background-color: #fff;
  border: 5px solid transparent;
}
@media (max-width: 61.98em) {
  #adif-av-slider-wrapper ul.slick-dots {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    left: 0;
  }
}
@media (max-width: 35.98em) {
  #adif-av-slider-wrapper ul.slick-dots {
    position: initial;
    background-color: #065547;
    padding-bottom: 1.875em;
  }
}

.contacto-adif .contacto-adif-wrapper {
  padding-top: 1.5625em;
  padding-bottom: 1.25em;
}
@media (max-width: 47.98em) {
  .contacto-adif .contacto-adif-wrapper {
    padding-top: 35px;
    padding-bottom: 1.5625em;
  }
}
@media (max-width: 47.98em) {
  .contacto-adif .titulo-contacto h5 {
    font-size: 1.0625rem;
  }
}
.contacto-adif .elipse-background {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.9375em;
}
.contacto-adif .icono-contacto {
  min-height: 1.5625rem;
  min-width: 1.875rem;
}
.contacto-adif .icono-tel {
  min-height: 1.25rem;
  min-width: 22px;
}
.contacto-adif .item_1_contacto_adif {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  color: #102341;
}
@media (max-width: 47.98em) {
  .contacto-adif .item_1_contacto_adif {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 35.98em) {
  .contacto-adif .item_1_contacto_adif {
    margin-bottom: 0.625em;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.contacto-adif .item_2_contacto_adif {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 61.98em) {
  .contacto-adif .item_2_contacto_adif {
    justify-content: flex-start;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 47.98em) {
  .contacto-adif .item_2_contacto_adif {
    margin-bottom: 1.25em;
    margin-left: 0;
  }
}
.contacto-adif .texto_contacto_adif {
  color: #666;
}
.contacto-adif .titulo-contacto-2 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media (max-width: 47.98em) {
  .contacto-adif .titulo-contacto-2 {
    font-size: 1rem;
  }
}
.contacto-adif .descripcion-contacto-2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}

.columna-3-icono {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.columna-3-icono .titulo-principal-columna-3-icono {
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  padding-left: 0;
}
.columna-3-icono .columna-3-icono-row {
  display: flex;
  flex-wrap: wrap;
}
.columna-3-icono .columna-3-icono-row .columna-3-icono-item {
  display: flex;
  width: 33.33333%;
}
@media (max-width: 61.98em) {
  .columna-3-icono .columna-3-icono-row .columna-3-icono-item {
    flex-direction: column;
  }
}
@media (max-width: 47.98em) {
  .columna-3-icono .columna-3-icono-row .columna-3-icono-item {
    width: 100%;
    flex-direction: row;
    margin-bottom: 1.25em;
  }
}
.columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-icono {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  margin-right: 0.8125em;
  width: 150px;
  height: 150px;
  margin-bottom: 0rem;
}
@media (min-width: 48em) {
  .columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-icono {
    width: 12.5rem;
    height: 11.25rem;
  }
}
@media (min-width: 62em) {
  .columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-icono {
    width: 150px;
    height: 150px;
  }
}
.columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-datos {
  width: 50%;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 61.98em) {
  .columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-datos {
    margin-bottom: 2rem;
    width: 12.5rem;
  }
}
@media (max-width: 47.98em) {
  .columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-datos {
    margin-bottom: 0rem;
  }
}
.columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-datos-title {
  color: #111;
  font-size: 1.25rem;
  margin-top: 0.625em;
}
@media (min-width: 48em) {
  .columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-datos-title {
    margin-top: 1.25em;
  }
}
@media (min-width: 62em) {
  .columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-datos-title {
    margin-top: 0.625em;
  }
}
.columna-3-icono .columna-3-icono-row .columna-3-icono-item .columna-3-icono-item-datos-descripcion {
  font-size: 0.95rem;
  margin-top: 0.625em;
}

.cajetin-textos-international .cajetin-textos-international-wrapper {
  padding-top: 70px;
  padding-bottom: 90px;
}
.cajetin-textos-international .title-cajetin-textos-international {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #111;
  line-height: 1.33;
  padding-bottom: 2rem;
  padding-left: 0;
}
.cajetin-textos-international .filas-cajetin {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375em;
  padding-left: 0;
}
.cajetin-textos-international .item-text-cajetin {
  border-right: none;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 0.9375em;
  width: 100%;
  padding-left: 0.9375em;
  padding-right: 1.875em;
}
@media (min-width: 48em) {
  .cajetin-textos-international .item-text-cajetin {
    border-right: 2px solid #dcdcdc;
    width: 50%;
    margin-bottom: 3rem;
    border-bottom: none;
  }
}
@media (min-width: 62em) {
  .cajetin-textos-international .item-text-cajetin {
    margin-bottom: 0rem;
    width: 25%;
    border-bottom: none;
  }
}
.cajetin-textos-international .item-text-cajetin.ultimo-item {
  border-bottom: none;
}
@media (min-width: 48em) {
  .cajetin-textos-international .item-text-cajetin.ultimo-item {
    border-right: none;
  }
}
@media (min-width: 48em) {
  .cajetin-textos-international .item-text-cajetin.ultimo-item-tablet {
    border-right: none;
  }
}
@media (min-width: 62em) {
  .cajetin-textos-international .item-text-cajetin.ultimo-item-tablet {
    border-right: 2px solid #dcdcdc;
  }
}
.cajetin-textos-international .adif-icon {
  margin-right: 0.9375em;
  margin-top: 5px;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
.cajetin-textos-international .title-cajetin {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-bottom: 1rem;
}
.cajetin-textos-international .text-description-cajetin {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.cajetin-textos-pagina .cajetin-textos-pagina-wrapper {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 61.98em) {
  .cajetin-textos-pagina .cajetin-textos-pagina-wrapper {
    padding-top: 1.875em;
    padding-bottom: 0px;
  }
}
.cajetin-textos-pagina .title-cajetin-textos-pagina {
  padding-bottom: 2rem;
  padding-left: 0;
}
.cajetin-textos-pagina .title-cajetin-textos-pagina h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem;
  color: #111;
  line-height: 1.33;
}
.cajetin-textos-pagina .filas-cajetin {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375em;
  padding-left: 0;
}
.cajetin-textos-pagina .item-text-cajetin {
  border-right: none;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 35px;
  width: 100%;
  padding-left: 0.9375em;
  padding-right: 1.875em;
}
@media (min-width: 48em) {
  .cajetin-textos-pagina .item-text-cajetin {
    border-right: 2px solid #dcdcdc;
    width: 50%;
    margin-bottom: 3rem;
    border-bottom: none;
  }
}
@media (min-width: 62em) {
  .cajetin-textos-pagina .item-text-cajetin {
    margin-bottom: 0rem;
    width: 33.3%;
    border-bottom: none;
  }
}
.cajetin-textos-pagina .item-text-cajetin.ultimo-item {
  border-bottom: none;
  width: 100%;
}
@media (min-width: 48em) {
  .cajetin-textos-pagina .item-text-cajetin.ultimo-item {
    border-right: none;
  }
}
@media (min-width: 62em) {
  .cajetin-textos-pagina .item-text-cajetin.ultimo-item {
    width: 33.3%;
  }
}
@media (min-width: 48em) {
  .cajetin-textos-pagina .item-text-cajetin.ultimo-item-tablet {
    border-right: none;
  }
}
@media (min-width: 62em) {
  .cajetin-textos-pagina .item-text-cajetin.ultimo-item-tablet {
    border-right: 2px solid #dcdcdc;
  }
}
.cajetin-textos-pagina .adif-icon {
  margin-right: 0.9375em;
  margin-top: 5px;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
.cajetin-textos-pagina .title-cajetin {
  padding-bottom: 1rem;
}
.cajetin-textos-pagina .title-cajetin span {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 1.125rem;
  line-height: 1.2;
}
.cajetin-textos-pagina .text-description-cajetin {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.fragment-boton-adif {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fragment-boton-adif .component-button {
  display: flex;
  align-items: center;
}
.fragment-boton-adif .component-button--link .adif-arrow {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkGreen.svg") right center no-repeat;
  background-size: 1.5rem auto;
  padding-right: 1.25rem;
  margin-left: 0.75rem;
  height: 1.5rem;
}
.fragment-boton-adif .parentLinkExt + .adif-arrow {
  background: none;
  padding: 0;
  margin: 0;
}
.fragment-boton-adif .btn.btn-primary {
  background-color: #065547;
  border-color: #065547;
  text-decoration: none;
}
.fragment-boton-adif .btn.btn-primary:hover {
  background-color: #00884d;
  border-color: #00884d;
}
.fragment-boton-adif .btn.btn-secondary {
  background-color: #d9e0de;
  border-color: #d9e0de;
  color: #065547;
}
.fragment-boton-adif .btn.btn-secondary:hover {
  color: #00884d;
  background-color: #cecfcf;
}
.fragment-boton-adif .btn.btn-link {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #065547;
  padding: 0;
  border-radius: none;
}
.fragment-boton-adif .btn.btn-link:hover {
  color: #00884d;
  text-decoration: underline;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fragment-boton-adif .btn.btn-outline-primary {
  color: #065547;
  border: 0.125rem solid #065547;
}
.fragment-boton-adif .btn.btn-outline-primary:hover {
  background-color: #00884d;
  border-color: #00884d;
  color: #fff;
}

.fragment-boton-adif {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fragment-boton-adif .btn.btn-primary {
  background-color: #065547;
  border-color: #065547;
  text-decoration: none;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fragment-boton-adif .btn.btn-primary:hover {
  background-color: #00301B;
  border-color: #00301B;
  color: white;
}
.fragment-boton-adif .btn.btn-secondary {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #d9e0de;
  border-color: #d9e0de;
  color: #065547;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fragment-boton-adif .btn.btn-secondary:hover {
  background-color: #00301B;
  border-color: #00301B;
  color: white;
}
.fragment-boton-adif .btn.btn-link {
  color: #065547;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fragment-boton-adif .btn.btn-link:hover {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00884d;
  text-decoration: underline;
}
.fragment-boton-adif .btn.btn-outline-primary {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  background-color: white;
  color: #065547;
  border: 0.125rem solid #065547;
  text-decoration: none;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fragment-boton-adif .btn.btn-outline-primary:hover {
  background-color: #065547;
  border: 0.125rem solid white;
  color: #fff;
}
.fragment-boton-adif .btn.btn-outline-secondary {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  color: #666;
  border: 0.125rem solid #666;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fragment-boton-adif .btn.btn-outline-secondary:hover {
  color: #fff;
  background-color: #666;
  border: 0.125rem solid white;
}

.banner-blog {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 3.3125rem 0;
}
@media (min-width: 48em) {
  .banner-blog {
    padding: 9.6875rem 0;
  }
}
.banner-blog.bgColor--terciary {
  background-color: #102341;
}
.banner-blog.bgColor--terciary .btn-secondary--white {
  color: #102341;
  border: 0.125rem solid #102341;
}
.banner-blog.bgColor--terciary .btn-secondary--white:hover {
  background-color: #102341;
  color: white;
  border: 0.125rem solid white;
}
.banner-blog.bgColor--secondary {
  background-color: #065547;
}
.banner-blog__img {
  display: none;
}
.banner-blog__wrapperText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-blog__wrapperText--center {
  text-align: center;
  align-items: center;
}
@media (min-width: 62em) {
  .banner-blog__wrapperText--center {
    max-width: 57%;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner-blog__wrapperText--left {
  align-items: flex-start;
}
.banner-blog__wrapperText--right {
  align-items: flex-end;
}
.banner-blog__title {
  margin-bottom: 0;
}
.banner-blog__link {
  margin-top: 1.5rem;
}

/*Edition mode Fragments */
.fragment-entry-link-wrapper .fragment-entry-link-content .banner-blog {
  color: #111;
}
.fragment-entry-link-wrapper .fragment-entry-link-content .banner-blog__img {
  display: block;
  width: 300px;
  height: 300px;
}

/* Enlace estado de la red */
.rs-buscador-estaciones-home.go-to-network-state {
  float: left;
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.rs-buscador-estaciones-home.go-to-network-state.rs-estado-red-izq {
  text-align: left;
}
.rs-buscador-estaciones-home.go-to-network-state.rs-estado-red-cen {
  text-align: center;
}
.rs-buscador-estaciones-home.go-to-network-state.rs-estado-red-der {
  text-align: right;
}
@media (max-width: 47.98em) {
  .rs-buscador-estaciones-home.go-to-network-state {
    text-align: center !important;
    /* margin-bottom: m-rem(35px); */
  }
}
.rs-buscador-estaciones-home.go-to-network-state .nav-link {
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.rs-buscador-estaciones-home.go-to-network-state .nav-link .rs-ai-info {
  background-image: url(/o/adif-web-theme-css/img/icons/redesign/infoGreen.svg);
  display: inline-block;
  background-size: cover;
  height: 1.3125rem;
  width: 1.3125rem;
  margin-right: 0.625rem;
}
.rs-buscador-estaciones-home.go-to-network-state .nav-link span {
  vertical-align: top;
}
.rs-buscador-estaciones-home.go-to-network-state .nav-link .rs-estacion-icono {
  height: 0.8125rem;
  margin-left: 0.8125rem;
  margin-top: -0.8125rem;
}

.rs-estaciones-separador {
  border-top: 1px solid black;
  /* margin-top: m-rem(125px); */
  opacity: 0.2;
  margin-left: -100%;
  margin-right: -100%;
}
@media (max-width: 47.98em) {
  .rs-estaciones-separador {
    /* margin-top: m-rem(275px); */
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-estaciones-separador {
    /* margin-top: m-rem(190px); */
  }
}

.rs_adif-in-data__background {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAkSURBVHgB7cxBEQAACAIwtH8Pzw52kxD8OBZgNXsPQUOUwCIgAz0DHTyygaAAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto !important;
  display: flex;
  justify-content: center;
  padding: 0;
}
.rs_adif-in-data__content {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  padding: 4rem 1.671875rem 6rem 1.671875rem;
}
@media (min-width: 62em) {
  .rs_adif-in-data__content {
    padding: 5rem 0.9375rem 8rem 0.9375rem;
  }
}
.rs_adif-in-data__content__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 2.25rem;
  line-height: 2.75rem;
  text-align: center;
}
@media (min-width: 62em) {
  .rs_adif-in-data__content__title {
    text-align: left;
  }
}
.rs_adif-in-data__content__data {
  display: grid;
  gap: 1.05rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 62em) {
  .rs_adif-in-data__content__data {
    row-gap: 0;
    column-gap: 1.71875rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.rs_adif-in-data__content__data__card {
  display: flex;
  flex-direction: column;
  gap: 0.425rem;
  height: 9.2375rem;
  padding: 1.5rem 0 1.5rem 0;
}
@media (min-width: 62em) {
  .rs_adif-in-data__content__data__card {
    border-right: 0.125rem solid #a3a8a3;
    height: 10.9375rem;
  }
}
.rs_adif-in-data__content__data__card__main-text {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 1.375rem;
  line-height: 1.875625rem;
}
@media (min-width: 48em) {
  .rs_adif-in-data__content__data__card__main-text {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 62em) {
  .rs_adif-in-data__content__data__card__main-text {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 75em) {
  .rs_adif-in-data__content__data__card__main-text {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
.rs_adif-in-data__content__data__card__secondary-text {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666;
  font-size: 1rem;
  line-height: 1.36375rem;
}
@media (min-width: 48em) {
  .rs_adif-in-data__content__data__card__secondary-text {
    font-size: 1.375rem;
    line-height: 1.4375rem;
  }
}
@media (min-width: 62em) {
  .rs_adif-in-data__content__data__card__secondary-text {
    font-size: 1rem;
    line-height: 1.36375rem;
  }
}
@media (min-width: 75em) {
  .rs_adif-in-data__content__data__card__secondary-text {
    font-size: 1.375rem;
    line-height: 1.4375rem;
  }
}
.rs_adif-in-data__content__data__card:last-child {
  border: none;
}

.rs_adif-movil__content {
  display: grid;
  grid-template-columns: repat(1, 1fr);
  padding: 3rem 0;
}
@media (min-width: 62em) {
  .rs_adif-movil__content {
    grid-template-columns: 1.175fr 1fr;
    padding: 4rem 0.9375rem 4rem 0;
  }
}
.rs_adif-movil__content__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  font-size: 2.25rem;
  justify-content: center;
  line-height: 2.75rem;
  padding-bottom: 0.5625rem;
  text-align: center;
}
@media (min-width: 62em) {
  .rs_adif-movil__content__title {
    justify-content: left;
    padding: 0.5rem 0 2rem 0.9375rem;
    text-align: left;
  }
}
.rs_adif-movil__content__main {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62em) {
  .rs_adif-movil__content__main {
    flex-basis: 54%;
  }
}
.rs_adif-movil__content__main__description {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  padding: 2.0625rem 0 2.8125rem 0;
}
@media (min-width: 62em) {
  .rs_adif-movil__content__main__description {
    grid-template-columns: repeat(2, 1fr);
    padding: 2.8125rem 0m-rem 15px 2.8125rem 0;
  }
}
.rs_adif-movil__content__main__description__section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 62em) {
  .rs_adif-movil__content__main__description__section {
    padding: 0 0.9375rem;
  }
}
.rs_adif-movil__content__main__description__section__paragraph {
  font-size: 1.125rem;
  line-height: 1.534375rem;
}
.rs_adif-movil__content__main__description__section__paragraph--bold {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.rs_adif-movil__content__main__description__section__paragraph--normal {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rs_adif-movil__content__main__apps_links {
  display: flex;
  flex-direction: column;
}
.rs_adif-movil__content__main__apps_links__icons {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  padding: 2rem 0.9375rem 0.625rem 0.9375rem;
}
@media (min-width: 62em) {
  .rs_adif-movil__content__main__apps_links__icons {
    padding: 2rem 0.9375rem;
  }
}
@media (min-width: 62em) {
  .rs_adif-movil__content__main__apps_links__icons img {
    height: 3.25rem;
  }
}
.rs_adif-movil__content__main__apps_links__information {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1.875rem;
  text-align: center;
}
@media (min-width: 62em) {
  .rs_adif-movil__content__main__apps_links__information {
    justify-content: left;
    padding-left: 0.9375rem;
    text-align: left;
  }
}
.rs_adif-movil__content__phone {
  display: flex;
  justify-content: center;
}
@media (min-width: 62em) {
  .rs_adif-movil__content__phone {
    position: relative;
    flex-basis: 46%;
  }
}
.rs_adif-movil__content__phone__image img {
  height: 20rem;
}
@media (min-width: 62em) {
  .rs_adif-movil__content__phone__image {
    position: absolute;
    right: 0;
    top: -5.42775rem;
  }
  .rs_adif-movil__content__phone__image img {
    height: 43.75rem;
  }
}
@media (min-width: 75em) {
  .rs_adif-movil__content__phone__image {
    right: 0;
    top: -9.63184375rem;
  }
  .rs_adif-movil__content__phone__image img {
    height: 49.6875rem;
  }
}

.images-4-links__wrapper {
  padding-top: 4.375rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .images-4-links__wrapper {
    padding-top: 7.8125rem;
    padding-bottom: 2.1875rem;
  }
}
.images-4-links__wrapper__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #111;
  padding-bottom: 2.203125rem;
}
@media (min-width: 48em) {
  .images-4-links__wrapper__title {
    padding-bottom: 6.875rem;
  }
}
.images-4-links__wrapper__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 48em) {
  .images-4-links__wrapper__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.images-4-links__wrapper__cards__card {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding-bottom: 2.758125rem;
  padding-right: 1.875rem;
}
@media (min-width: 48em) {
  .images-4-links__wrapper__cards__card {
    padding-right: 3rem;
  }
}
@media (min-width: 62em) {
  .images-4-links__wrapper__cards__card {
    padding-right: 6rem;
  }
}
.images-4-links__wrapper__cards__card__content {
  display: flex;
  flex-direction: column;
  gap: 0.536875rem;
}
.images-4-links__wrapper__cards__card__content__header {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #111;
}
.images-4-links__wrapper__cards__card__content__description {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #111;
}
.images-4-links .images-4-links-wrapper {
  padding-top: 70px;
  padding-bottom: 1.875em;
}
.images-4-links .images-4-links-title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #111;
  padding-bottom: 1.875em;
}
.images-4-links .images-4-links-fila1,
.images-4-links .images-4-links-fila2 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 48em) {
  .images-4-links .images-4-links-wrapper {
    padding-top: 115px;
    padding-bottom: 35px;
  }
  .images-4-links .images-4-links-descripcion {
    padding-right: 3rem;
  }
}
@media (min-width: 62em) {
  .images-4-links .images-4-links-title {
    font-size: 2.5rem;
    line-height: 1.6;
    padding-bottom: 2.5em;
  }
  .images-4-links .images-4-links-descripcion {
    padding-right: 6rem;
  }
  .images-4-links .images-4-links-texto {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-top: 1.25em;
  }
}

.adif-conocenos {
  padding-top: 2.625rem;
  padding-bottom: 3.0625rem;
}
.adif-conocenos__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 2.4375rem;
  line-height: 2.75rem;
  margin: 2rem 0;
  text-align: center;
}
@media (min-width: 48em) {
  .adif-conocenos__title {
    margin: 0 0 2.625rem 0.4375rem;
    text-align: left;
  }
}
.adif-conocenos__presidency {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 48em) {
  .adif-conocenos__presidency {
    grid-template-columns: 1.5fr 1.75fr 2fr;
  }
}
.adif-conocenos__presidency__personal-information {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  padding: 2.40625rem 0 1.625rem 0;
}
@media (min-width: 48em) {
  .adif-conocenos__presidency__personal-information {
    padding-right: 3.53625rem;
  }
}
.adif-conocenos__presidency__personal-information__role {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.73875rem;
  text-align: left;
}
.adif-conocenos__presidency__personal-information__name-surname {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
  font-size: 1.625rem;
  line-height: 2.21625rem;
  text-align: left;
}
.adif-conocenos__presidency__personal-information__name-surname:hover, .adif-conocenos__presidency__personal-information__name-surname:focus {
  text-decoration: underline;
}
.adif-conocenos__presidency__personal-information__name-surname a {
  text-decoration: none;
}
.adif-conocenos__presidency__personal-information__name-surname a:hover, .adif-conocenos__presidency__personal-information__name-surname a:focus {
  color: #065547;
}
.adif-conocenos__presidency__img img {
  display: none;
}
.adif-conocenos__presidency__img lfr-editable img {
  display: block;
}
.adif-conocenos__presidency__img > div {
  background-position: center center;
  background-size: cover;
  height: 31.25rem;
  position: relative;
}
.adif-conocenos__presidency__img > div .adif-conocenos__presidency__img__wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.adif-conocenos__presidency__description {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  color: #333;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  text-align: left;
  padding-top: 1.945rem;
}
@media (min-width: 48em) {
  .adif-conocenos__presidency__description {
    padding-top: 0;
    padding-left: 2.65625rem;
  }
}
@media (min-width: 62em) {
  .adif-conocenos__presidency__description {
    padding-left: 5.3125rem;
  }
}

.rs-contacto-adif {
  background-color: transparent;
}
.rs-contacto-adif .contacto-adif-wrapper {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 74.98em) {
  .rs-contacto-adif .contacto-adif-wrapper {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.rs-contacto-adif .titulo-contacto {
  margin: 0;
}
.rs-contacto-adif .titulo-contacto h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0;
}
@media (max-width: 47.98em) {
  .rs-contacto-adif .titulo-contacto h5 {
    font-size: 1.0625rem;
  }
}
.rs-contacto-adif .fila-contacto {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 36em) {
  .rs-contacto-adif .fila-contacto {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 75em) {
  .rs-contacto-adif .fila-contacto {
    gap: 2rem;
  }
}
.rs-contacto-adif .elipse-background {
  width: 1.875rem;
  height: 1.5625rem;
  border-radius: 0%;
  background-color: transparent;
  margin-right: 0;
}
.rs-contacto-adif .icono-contacto {
  min-height: 1.5625rem;
  min-width: 1.875rem;
}
.rs-contacto-adif .icono-tel {
  min-height: 1.25rem;
  min-width: 1.375rem;
}
.rs-contacto-adif .item_1_contacto_adif {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #111;
  flex-direction: row-reverse;
  gap: 0.5rem;
}
@media (max-width: 47.98em) {
  .rs-contacto-adif .item_1_contacto_adif {
    margin-bottom: 2.1875rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 35.98em) {
  .rs-contacto-adif .item_1_contacto_adif {
    margin-bottom: 0.625em;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.rs-contacto-adif .item_2_contacto_adif {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0.5rem;
}
@media (max-width: 61.98em) {
  .rs-contacto-adif .item_2_contacto_adif {
    justify-content: flex-start;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 47.98em) {
  .rs-contacto-adif .item_2_contacto_adif {
    margin-bottom: 1.25em;
    margin-left: 0;
  }
}
.rs-contacto-adif .texto_contacto_adif a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
}
.rs-contacto-adif .titulo-contacto-2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (max-width: 47.98em) {
  .rs-contacto-adif .titulo-contacto-2 {
    font-size: 0.875rem;
  }
}
.rs-contacto-adif .descripcion-contacto-2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.rs-contacto-adif__1 .item_2_contacto_adif .texto_contacto_adif .titulo-contacto-2 a {
  font-weight: 700;
}
.rs-contacto-adif__1 .item_2_contacto_adif .texto_contacto_adif .descripcion-contacto-2 * {
  font-weight: 400;
}

.alta-velocidad .marco {
  border: none;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
.alta-velocidad .AV_contenido {
  padding: 2rem 0rem 4rem;
  height: 100%;
}
@media (min-width: 62em) {
  .alta-velocidad .AV_contenido {
    padding: 4rem 0rem;
  }
}
.ie .alta-velocidad .AV_contenido .imagen_AV .img-fluid {
  width: 100%;
}
.alta-velocidad .imagen_AV {
  min-height: 100%;
}
.alta-velocidad .imagen_AV > div {
  height: 100%;
}
.alta-velocidad .imagen_AV > div > div {
  height: 100%;
}
.alta-velocidad .texto_AV {
  padding: 3rem 1rem;
}
@media (min-width: 62em) {
  .alta-velocidad .texto_AV {
    padding-left: 1rem;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 75em) {
  .alta-velocidad .texto_AV {
    padding-right: 3rem;
  }
}
.alta-velocidad .title_AV {
  display: none;
}
@media (min-width: 62em) {
  .alta-velocidad .title_AV {
    display: contents;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #111;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 75em) {
  .alta-velocidad .title_AV {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
.alta-velocidad .title_AV-hidden {
  color: #111;
  font-size: 26px;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 1rem;
}
@media (max-width: 414px) {
  .alta-velocidad .title_AV-hidden {
    font-size: 1.625rem;
    padding: 0 1rem 1rem;
  }
}
@media (min-width: 48em) {
  .alta-velocidad .title_AV-hidden {
    font-size: 2rem;
  }
}
@media (min-width: 62em) {
  .alta-velocidad .title_AV-hidden {
    display: none;
  }
}
.alta-velocidad .AV_subtitulo {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.2;
}
@media (min-width: 62em) {
  .alta-velocidad .AV_subtitulo {
    font-size: 1.25rem;
  }
}
.alta-velocidad .AV_descrip {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: #666;
}
@media (max-width: 414px) {
  .alta-velocidad .AV_descrip {
    font-size: 1.125rem;
  }
}
@media (min-width: 48em) {
  .alta-velocidad .AV_descrip {
    font-size: 1.75;
  }
}
@media (min-width: 62em) {
  .alta-velocidad .AV_descrip {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-left: 0rem;
  }
}
@media (min-width: 75em) {
  .alta-velocidad .AV_descrip {
    font-size: 1.375rem;
    line-height: 1.4375rem;
    padding-left: 0rem;
  }
}
.alta-velocidad .enlace_AV {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (max-width: 414px) {
  .alta-velocidad .enlace_AV {
    font-size: 0.938rem;
  }
}
.alta-velocidad .enlace_AV a {
  color: #065547;
}
.alta-velocidad .enlace_AV a:hover, .alta-velocidad .enlace_AV a:focus {
  color: #00884d;
  text-decoration: none;
}
.alta-velocidad .enlace_AV a:link {
  text-decoration: none;
}
@media (min-width: 62em) {
  .alta-velocidad .enlace_AV {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.alta-velocidad .parentLinkExt + .rs-informacion-interes-adif-arrow {
  background: none;
  padding: 0;
  margin: 0;
}

/* Fragmento información de interés */
.rs-informacion-interes-fragment .enlace_interes {
  font-weight: normal;
  margin-top: 0.9375rem;
}
@media (max-width: 61.98em) {
  .rs-informacion-interes-fragment .enlace_interes {
    font-size: 1rem;
  }
}
.rs-informacion-interes-fragment .btn-outline-primary:hover .external-link {
  background: transparent url(/o/adif-web-theme-css/img/icons/ico-blank-white.svg) right center no-repeat !important;
  background-size: 1.0625rem auto !important;
}
@media (max-width: 47.98em) {
  .rs-informacion-interes-fragment .btn-outline-primary {
    display: inline !important;
  }
}
.rs-informacion-interes-fragment .titulo_interes {
  font-size: 1.625rem;
}
.rs-informacion-interes-fragment .descripcion-interes {
  font-weight: normal;
  font-size: 1rem;
}

.cajetin-textos-pagina__wrapper {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media (min-width: 62em) {
  .cajetin-textos-pagina__wrapper {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
}
.cajetin-textos-pagina__wrapper__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  display: flex;
  font-size: 2.25rem;
  justify-content: center;
  line-height: 2.75rem;
  padding-bottom: 2.75rem;
  padding-top: 0.75rem;
  text-align: center;
}
@media (min-width: 62em) {
  .cajetin-textos-pagina__wrapper__title {
    justify-content: left;
  }
}
.cajetin-textos-pagina__wrapper__boxes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.1875rem;
}
@media (min-width: 62em) {
  .cajetin-textos-pagina__wrapper__boxes {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 48em) {
  .cajetin-textos-pagina__wrapper__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 48em) {
  .cajetin-textos-pagina__wrapper__boxes__wrapper:first-of-type {
    border-right: 0.125rem solid #DBDBDB;
    padding: 0 1.875rem 0 0;
  }
}
@media (min-width: 62em) {
  .cajetin-textos-pagina__wrapper__boxes__wrapper:nth-of-type(2) {
    padding: 0 1.875rem 0 0.9375rem !important;
  }
}
@media (min-width: 48em) {
  .cajetin-textos-pagina__wrapper__boxes__wrapper:nth-of-type(2) {
    padding: 0 0 0 0.9375rem;
  }
}
@media (min-width: 62em) {
  .cajetin-textos-pagina__wrapper__boxes__wrapper:last-of-type {
    grid-column: span 1 !important;
    border-left: 0.125rem solid #DBDBDB;
    padding: 0 0 0 0.9375rem !important;
  }
}
@media (min-width: 48em) {
  .cajetin-textos-pagina__wrapper__boxes__wrapper:last-of-type {
    grid-column: span 2;
    padding: 0 0 0.625rem 0;
  }
}
.cajetin-textos-pagina__wrapper__boxes__wrapper__separator {
  margin: 0 -100%;
  border-bottom: 0.125rem solid #DBDBDB;
}
@media (min-width: 48em) {
  .cajetin-textos-pagina__wrapper__boxes__wrapper__separator {
    display: none;
  }
}
.cajetin-textos-pagina__wrapper__boxes__wrapper__box {
  display: flex;
  flex-direction: column;
  gap: 1.599375rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .cajetin-textos-pagina__wrapper__boxes__wrapper__box {
    padding-bottom: 0.625rem;
  }
}
.cajetin-textos-pagina__wrapper__boxes__wrapper__box__title h3, .cajetin-textos-pagina__wrapper__boxes__wrapper__box__title span {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  color: #111;
  display: flex;
  font-size: 1.125rem;
  gap: 0.625rem;
  line-height: 1.534375rem;
  margin: 0;
}
.cajetin-textos-pagina__wrapper__boxes__wrapper__box__title h3 .adif-icon, .cajetin-textos-pagina__wrapper__boxes__wrapper__box__title span .adif-icon {
  margin: 0;
}
.cajetin-textos-pagina__wrapper__boxes__wrapper__box__title h3 a, .cajetin-textos-pagina__wrapper__boxes__wrapper__box__title span a {
  color: #111 !important;
}
.cajetin-textos-pagina__wrapper__boxes__wrapper__box__description {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #111;
  line-height: 1.36375rem;
}
.cajetin-textos-pagina__wrapper__boxes__wrapper__box__description a {
  font-weight: 700;
  color: #065547 !important;
}

/* Fragmento foto-parrafo-pag */
.rs-foto-parrafo-pag-fragment .titulo_article_pag {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.625rem;
  color: #111;
}
.rs-foto-parrafo-pag-fragment .descripcion_article_pag {
  font-size: 1rem;
  line-height: normal;
  color: #111;
}

.adif-home-carousel {
  background-color: #f4f4f4;
  padding: 6.125rem 0 3.8125rem 0;
}
.adif-home-carousel .slider-control {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 62em) {
  .adif-home-carousel .slider-control {
    gap: 4.375rem;
    justify-content: left !important;
  }
}
@media (min-width: 48em) {
  .adif-home-carousel .slider-control {
    justify-content: space-between !important;
  }
}
.adif-home-carousel .slider-control__prevArrow, .adif-home-carousel .slider-control__nextArrow {
  background-size: cover;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  display: none;
}
@media (min-width: 48em) {
  .adif-home-carousel .slider-control__prevArrow, .adif-home-carousel .slider-control__nextArrow {
    display: block;
  }
}
.adif-home-carousel .slider-control__prevArrow {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-slide-prev.svg") center center no-repeat;
}
.adif-home-carousel .slider-control__nextArrow {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-slide-next.svg") center center no-repeat;
}
@media (min-width: 62em) {
  .adif-home-carousel .slider-control__nextArrow {
    margin-left: auto;
  }
}
.adif-home-carousel .slider-control__dots ul {
  margin: 0 !important;
}
.adif-home-carousel .slick-track {
  display: flex !important;
}
.adif-home-carousel .slick-slide {
  display: flex !important;
  height: inherit !important;
}
.adif-home-carousel .slick-slide div:not([class]) {
  width: 100%;
}
.adif-home-carousel .slick-slide div:not([class]),
.adif-home-carousel .slick-slide .adif-home-carousel-item,
.adif-home-carousel .slick-slide .adif-home-carousel-item-inner-content {
  display: flex !important;
  height: inherit !important;
}
.adif-home-carousel .slick-slide .adif-home-carousel-item,
.adif-home-carousel .slick-slide .adif-home-carousel-item-inner-content {
  width: inherit;
}
.adif-home-carousel ul.slick-dots {
  display: flex;
  gap: 3.75rem;
  list-style-type: none;
  padding: 0;
}
.adif-home-carousel ul.slick-dots li button {
  background-color: #065547;
  border-radius: 50%;
  border: none;
  height: 1.25rem;
  text-indent: -9999px;
  width: 1.25rem;
}
.adif-home-carousel ul.slick-dots li.slick-active button {
  background-color: #B5B5B5;
  width: 1.5rem;
  height: 1.5rem;
}
.adif-home-carousel .adif-home-carousel-item-inner-content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 0.875rem;
}
@media (min-width: 62em) {
  .adif-home-carousel .adif-home-carousel-item-inner-content {
    gap: 4.65625rem;
    padding-bottom: 1.9375rem;
  }
}
@media (min-width: 48em) {
  .adif-home-carousel .adif-home-carousel-item-inner-content {
    flex-direction: row;
  }
}
.adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts {
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
  gap: 0.875rem;
  order: 2;
}
@media (min-width: 62em) {
  .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts {
    flex-basis: 50%;
    gap: 2rem;
  }
}
@media (min-width: 48em) {
  .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts {
    order: 1;
  }
}
.adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts a {
  color: #007861;
}
.adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts a:hover, .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts a:focus {
  color: #00884d;
  text-decoration: none;
}
.adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
  font-size: 1.625rem;
  line-height: 2.21625rem;
}
@media (min-width: 62em) {
  .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts h1 {
    font-size: 3.125rem;
    line-height: 4.2625rem;
  }
}
.adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
  font-size: 1.375rem;
  line-height: 1.875625rem;
}
@media (min-width: 62em) {
  .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts h2 {
    font-size: 1.625rem;
    line-height: 2.21625rem;
  }
}
.adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-image {
  flex-basis: 60%;
  order: 1;
}
@media (min-width: 62em) {
  .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-image {
    flex-basis: 50%;
  }
}
@media (min-width: 48em) {
  .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-image {
    order: 2;
  }
}
.adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-image .adif-home-carousel-item-image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 17.9375rem;
  width: 100%;
}
@media (min-width: 48em) {
  .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-image .adif-home-carousel-item-image-wrapper {
    height: 100%;
  }
}
.adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-image .adif-home-carousel-item-image-wrapper img {
  display: none;
}
.adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-image .adif-home-carousel-item-image-wrapper lfr-editable img {
  display: block;
}

/* Servicios fragment */
.rs-servicios-fragment .btn-outline {
  text-decoration: underline;
}

.rs-contact-fragment__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-wrap: anywhere;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 48em) {
  .rs-contact-fragment__wrapper {
    padding-top: 1.5625rem;
    padding-bottom: 1.25rem;
    flex-direction: row;
  }
}
.rs-contact-fragment__wrapper__header {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  flex-basis: 50%;
  font-size: 1.625rem;
  line-height: 2.21625rem;
}
.rs-contact-fragment__wrapper__contact-information {
  display: flex;
  flex-basis: 50%;
  gap: 0.9375rem;
  align-items: center;
}
.rs-contact-fragment__wrapper__contact-information__icon .elipse-background {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  width: 3.125rem;
}
.rs-contact-fragment__wrapper__contact-information__icon .icono-contacto {
  min-height: 1.5625rem;
  min-width: 1.875rem;
}
.rs-contact-fragment__wrapper__contact-information__icon .icono-tel {
  min-height: 1.25rem;
  min-width: 1.375rem;
}
.rs-contact-fragment__wrapper__contact-information__text {
  display: flex;
  flex-direction: column;
}
.rs-contact-fragment__wrapper__contact-information__text__email {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  word-break: break-all;
}
.rs-contact-fragment__wrapper__contact-information__text__description {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666;
  font-size: 1rem;
  line-height: 1.36375rem;
}

.rs-links-of-interest__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  padding-bottom: 6rem;
  padding-top: 4rem;
}
@media (min-width: 62em) {
  .rs-links-of-interest__wrapper {
    padding-bottom: 8rem;
    padding-top: 5rem;
  }
}
.rs-links-of-interest__wrapper__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 2.5rem;
  line-height: 2.75rem;
  text-align: center;
}
.rs-links-of-interest__wrapper__items {
  display: grid;
  gap: 1.03125rem;
}
@media (min-width: 36em) {
  .rs-links-of-interest__wrapper__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 62em) {
  .rs-links-of-interest__wrapper__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.rs-links-of-interest__wrapper__items__item {
  align-items: center;
  background-color: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.599375rem;
  padding: 1.375rem;
}
.rs-links-of-interest__wrapper__items__item__img-wrapper {
  height: 3.125rem;
  width: 3.125rem;
  align-items: center;
  background-color: white;
  border-radius: 2.5rem;
  border: 0.0625rem solid #DBDBDB;
  display: flex;
  justify-content: center;
}
@media (min-width: 36em) {
  .rs-links-of-interest__wrapper__items__item__img-wrapper {
    height: 5rem;
    width: 5rem;
  }
}
.rs-links-of-interest__wrapper__items__item__img-wrapper img, .rs-links-of-interest__wrapper__items__item__img-wrapper .adif-icon {
  max-height: 1.5625rem;
  max-width: 1.875rem;
}
@media (min-width: 36em) {
  .rs-links-of-interest__wrapper__items__item__img-wrapper img, .rs-links-of-interest__wrapper__items__item__img-wrapper .adif-icon {
    max-height: 1.875rem;
    max-width: 3.4375rem;
  }
}
.rs-links-of-interest__wrapper__items__item__description {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  text-align: center;
  text-transform: uppercase;
}
.rs-links-of-interest__wrapper__items__item__description * {
  color: inherit;
}
.rs-links-of-interest__wrapper__items__item__description * a {
  text-decoration: none;
}
.rs-links-of-interest__wrapper__items__item__description * a:hover {
  color: inherit;
}
.rs-links-of-interest__wrapper__items .adif-link-accessible-wrapper:hover a {
  text-decoration: underline;
}

.component-pag-links .component-pag-links-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.component-pag-links .component-pag-links-texto {
  padding-top: 1rem;
  text-align: center;
  padding-bottom: 1.5rem;
}
.component-pag-links .component-pag-links-texto * {
  font-size: 1.125rem;
  line-height: 1.534375rem;
  color: #111;
  font-weight: 700;
}
.component-pag-links .component-pag-links-enlace {
  display: block;
}
.component-pag-links .component-pag-links-img {
  text-align: center;
}
.component-pag-links .rounded-circle {
  border-radius: 50% !important;
}
@media (min-width: 36em) {
  .component-pag-links .component-pag-links-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.detalle-contenido-generico {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.detalle-contenido-generico .detalle-cg-titulo {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #111;
}
@media (max-width: 61.98em) {
  .detalle-contenido-generico .detalle-cg-titulo {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 47.98em) {
  .detalle-contenido-generico .detalle-cg-titulo {
    font-size: 1.75rem;
  }
}
.detalle-contenido-generico .detalle-cg-subtitulo {
  font-weight: 300;
  line-height: 1.2;
  color: #333;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 47.98em) {
  .detalle-contenido-generico .detalle-cg-subtitulo {
    font-size: 1.56rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.detalle-contenido-generico .detalle-cg-imagen {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}
@media (max-width: 61.98em) {
  .detalle-contenido-generico .detalle-cg-imagen {
    padding-right: 0;
  }
}
.detalle-contenido-generico .detalle-cg-imagen.detalle-subasta {
  padding: 2rem;
  padding-top: 3rem;
}
.detalle-contenido-generico .detalle-cg-imagen.detalle-subasta .tipo {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #065547;
  white-space: nowrap;
  position: absolute;
  padding: 5px 6.25em;
  min-width: 300px;
  transform: rotate(-40deg) translate(-63%, 0);
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375rem;
  top: -105px;
  box-sizing: border-box;
}
.detalle-contenido-generico .detalle-cg-imagen.detalle-subasta .textoSeccion {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  padding-top: 0.625em;
}
.detalle-contenido-generico .detalle-cg-imagen.detalle-subasta .textoSeccion.activo-desarrollo {
  padding-left: 1rem;
  padding-top: 1.5rem;
}
.detalle-contenido-generico .tipo2 {
  font-weight: 600;
  font-style: normal;
  background-color: #28a745;
  white-space: nowrap;
  position: absolute;
  padding: 5px 6.25em;
  min-width: 300px;
  transform: rotate(-40deg) translate(-62%, 90%);
  color: #212529;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.66rem;
  top: -105px;
  box-sizing: border-box;
}
.detalle-contenido-generico .tipo2 a {
  color: #212529;
  text-decoration: none;
}
.detalle-contenido-generico .icono {
  width: 2.5rem;
  height: 41px;
}
.detalle-contenido-generico .icono-fecha {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.5rem;
}
@media (max-width: 74.98em) {
  .detalle-contenido-generico .icono-fecha {
    justify-content: flex-start;
  }
}
.detalle-contenido-generico .icono-instalacion {
  margin-right: 8px;
  height: 1.25rem;
  width: 1.25rem;
}
.detalle-contenido-generico .text-fecha {
  font-size: 14px;
}
.detalle-contenido-generico .text-fecha span {
  margin-left: 5px;
}
.detalle-contenido-generico .enlaces-logistica-mapa {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
}
.detalle-contenido-generico .enlaces-logistica-mapa:hover, .detalle-contenido-generico .enlaces-logistica-mapa:focus {
  cursor: pointer;
  color: #00884d;
}
.detalle-contenido-generico .textoSeccion .textoSeccion-orientacion {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 1rem;
}
.detalle-contenido-generico .textoSeccion .textoSeccion-orientacion span {
  margin-left: 0.625em;
  color: #065547;
  text-transform: uppercase;
}
.detalle-contenido-generico .textoSeccion .telefono {
  margin-top: 1rem;
}
.detalle-contenido-generico .textoSeccion .mail {
  margin-top: 0.5rem;
}
.detalle-contenido-generico .observaciones {
  background-color: #f4f4f4;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #111;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.detalle-contenido-generico .observaciones span {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666;
  font-size: 1rem;
  margin-left: 0.625em;
  margin-top: 1rem;
  line-height: 1.5;
}
.detalle-contenido-generico .link-descarga {
  padding-left: 20.3px;
}
.detalle-contenido-generico .descarga {
  padding-left: 37px;
  padding-bottom: 24.3px;
}
.detalle-contenido-generico .descarga a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  color: #065547;
}
.detalle-contenido-generico .descarga a:hover {
  color: #00884d;
}
.detalle-contenido-generico .parrafo-cg {
  padding-top: 2rem;
}
.detalle-contenido-generico .textoSeccion {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}
.detalle-contenido-generico .imagen-cuerpo-izquierda {
  float: left;
  padding: 0 1.25em 0 0;
  width: 40%;
}
.detalle-contenido-generico .imagen-cuerpo-izquierda img {
  max-width: none;
  width: 100%;
  height: auto;
}
.detalle-contenido-generico .imagen-cuerpo-subasta-izquierda {
  float: left;
  padding: 0 1.25em 0 0;
  width: 42%;
}
@media (max-width: 47.98em) {
  .detalle-contenido-generico .imagen-cuerpo-subasta-izquierda {
    padding: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.detalle-contenido-generico .imagen-cuerpo-subasta-izquierda img {
  max-width: none;
  width: 100%;
  height: auto;
  padding-top: 0.625em;
}
.detalle-contenido-generico .imagen-cuerpo-derecha {
  float: right;
  padding: 0 0 0 1.25em;
  width: 40%;
}
.detalle-contenido-generico .imagen-cuerpo-derecha img {
  max-width: none;
  width: 100%;
  height: auto;
}
.detalle-contenido-generico .imagen-cuerpo-derecha,
.detalle-contenido-generico .imagen-cuerpo-izquierda {
  margin-bottom: 1rem;
}
@media (max-width: 61.98em) {
  .detalle-contenido-generico .imagen-cuerpo-derecha,
  .detalle-contenido-generico .imagen-cuerpo-izquierda {
    margin-bottom: 0.9375em;
  }
  .detalle-contenido-generico .imagen-cuerpo-derecha img,
  .detalle-contenido-generico .imagen-cuerpo-izquierda img {
    width: 100%;
    height: auto;
  }
}
.detalle-contenido-generico .wrapper-desplegable-generico {
  margin-top: 3rem;
}
.detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg h3 button {
  font-size: 0.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #065547;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f4f4f4;
  padding-left: 0.9375em;
  border: none;
  text-align: left;
}
.detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg h3 button:hover {
  cursor: pointer;
  color: #00884d;
}
.detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg h3 button span {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  text-indent: -9999px;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-toggle.svg") center center no-repeat;
  background-size: 0.9375rem auto;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg h3 button.showed span {
  transform: rotate(180deg);
}
.detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg h3.showed span {
  transform: rotate(180deg);
}
.detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg .desplegable-cg-content {
  padding: 5% 10%;
  background-color: #f4f4f4;
  margin-bottom: 1.875em;
  background: #f4f4f4 url("/o/adif-web-theme-css/img/icons/back-desplegable.svg") right center no-repeat;
  background-size: auto 80%;
}
.detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg .desplegable-cg-content * {
  font-size: 0.85rem;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-left: 0.063rem solid #102341;
  position: relative;
  padding-left: 1.875rem;
  margin-left: 0.625rem;
  margin-bottom: 0;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg h3 {
  margin-bottom: 0;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg .desplegable-cg-content {
  margin-top: 0.5rem;
  margin-bottom: 0.875rem;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg:first-of-type {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 0 solid transparent;
  border-left: 0.063rem solid;
  border-image: linear-gradient(to bottom, transparent 26px, #102341 26px);
  border-image-slice: 100%;
  border-image-slice: 1;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg:last-of-type {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 0px solid transparent;
  border-left: 0.063rem solid;
  border-image: linear-gradient(to bottom, #102341 26px, transparent 26px);
  border-image-slice: 100%;
  border-image-slice: 1;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #00884d;
  border: 0.063rem solid #00884d;
  border-radius: 50%;
  position: absolute;
  left: -0.5rem;
  top: 25px;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg.disabled::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: 2px solid #333;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: -0.313rem;
  left: -0.5rem;
  top: 25px;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg.disabled .desplegable-button {
  font-size: 0.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #065547;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #C3CCCA;
  padding-left: 0.9375em;
  border: none;
  text-align: left;
  cursor: not-allowed;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg.disabled .desplegable-button span {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  text-indent: -9999px;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-toggle.svg") center center no-repeat;
  background-size: 0.9375rem auto;
  margin-left: auto;
}
.detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg.disabled .showed span {
  transform: none;
}
.detalle-contenido-generico .margin-bottom-documento-enlace {
  margin-bottom: 1.875em;
}
@media (max-width: 61.98em) {
  .detalle-contenido-generico .margin-bottom-documento-enlace {
    margin-bottom: 0.9375em;
  }
}
.detalle-contenido-generico .margin-top-documento-enlace {
  margin-top: 3.125em;
}
.detalle-contenido-generico .documentos-cg {
  border-right: 2px solid #f4f4f4;
}
.detalle-contenido-generico .titulo-doc-cg {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 1.25em;
  display: flex;
  align-items: center;
}
.detalle-contenido-generico .titulo-doc-cg span {
  display: block;
  padding-bottom: 5px;
  width: 100%;
  margin-left: 5px;
}
@media (max-width: 61.98em) {
  .detalle-contenido-generico .titulo-doc-cg {
    margin-bottom: 0.9375em;
    border-bottom: 1px solid #dcdcdc;
  }
}
.detalle-contenido-generico .icono-cg {
  width: 2.5rem;
  height: 1.875rem;
  margin-right: 5px;
  margin-bottom: 0.625em;
}
.detalle-contenido-generico .documento-cg-li {
  margin-bottom: 5px;
  line-height: 1.59;
  word-break: break-word;
}

.margin-bottom-documento-enlace {
  margin-bottom: 1.875em;
}
@media (max-width: 61.98em) {
  .margin-bottom-documento-enlace {
    margin-bottom: 0.9375em;
  }
}

.margin-top-documento-enlace-pagina {
  margin-top: 3.125em;
}
@media (max-width: 61.98em) {
  .margin-top-documento-enlace-pagina {
    margin-top: 0px;
  }
}

.titulo-doc-relacionados {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem;
  color: #111;
  margin-bottom: 1.25em;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.titulo-doc-relacionados span {
  display: block;
  padding-bottom: 5px;
  width: 100%;
  margin-left: 5px;
}
@media (max-width: 61.98em) {
  .titulo-doc-relacionados span {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (max-width: 61.98em) {
  .titulo-doc-relacionados {
    font-size: 1.25rem;
    margin-bottom: 0.9375em;
  }
}

.icono-relacionados {
  width: 2.8125rem;
  height: 2.5rem;
  margin-right: 0.625em;
}
@media (max-width: 61.98em) {
  .icono-relacionados {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.3125em;
  }
}

.mark-relacionados {
  margin-left: 35px;
}
@media (max-width: 47.98em) {
  .mark-relacionados {
    margin-left: 1.25em;
  }
}

.documento-relacionado-li {
  margin-bottom: 5px;
  font-size: 1.06rem;
  line-height: 1.59;
}
@media (max-width: 61.98em) {
  .documento-relacionado-li {
    margin-bottom: 0.625em;
    font-size: 1rem;
    line-height: 1.2;
  }
}

.informacion-relacionada-wrapper .informacion-relacionada-titulo {
  font-size: 1.875rem;
  line-height: 1.35;
  color: #666;
  margin-bottom: 1.5625em;
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper {
  background-color: #f4f4f4;
  height: 10.3125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-xl {
  height: auto;
  min-height: 10.625rem;
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-l {
  height: 11.25rem;
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-l .informacion-relacionada-tituloCajita {
  padding-bottom: 1rem;
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-l .informacion-relacionada-adjunto {
  padding-top: 1rem;
}
@media (max-width: 47.98em) {
  .informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-l {
    height: 10.625rem;
  }
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-m {
  height: 11.875rem;
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-m .informacion-relacionada-tituloCajita {
  padding-bottom: 1rem;
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-m .informacion-relacionada-adjunto {
  padding-top: 1rem;
}
@media (max-width: 47.98em) {
  .informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-m {
    height: 10.625rem;
  }
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-s {
  height: 10.625rem;
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-s .informacion-relacionada-tituloCajita {
  padding-bottom: 1rem;
}
.informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-s .informacion-relacionada-adjunto {
  padding-top: 1rem;
}
@media (max-width: 47.98em) {
  .informacion-relacionada-wrapper .informacion-relacionada-box-wrapper.height-s {
    height: 10.625rem;
  }
}
.informacion-relacionada-wrapper .informacion-relacionada-tituloCajita {
  font-size: 1rem;
  padding-top: 5px;
  color: #111;
  padding-bottom: 2rem;
}
.informacion-relacionada-wrapper .informacion-relacionada-cuerpo {
  font-weight: 400;
}
.informacion-relacionada-wrapper .informacion-relacionada-adjunto {
  font-size: 0.85rem;
  padding-top: 2rem;
}
.informacion-relacionada-wrapper .informacion-relacionada-descarga {
  display: flex;
  align-items: center;
}
.informacion-relacionada-wrapper .icono {
  width: 24px;
  height: 1.5625rem;
  margin-right: 7px;
  padding-right: 1.5625em;
}

.detalle-estacion .imagen-cuerpo-izquierda {
  float: left;
  padding: 0 1.25em 0 0;
  width: 45%;
}
.detalle-estacion .imagen-cuerpo-izquierda img {
  max-width: none;
  width: 100%;
  height: auto;
}
.detalle-estacion .textoSeccion {
  font-size: 0.97rem;
  line-height: 1.48;
}
@media (min-width: 62em) {
  .detalle-estacion .textoSeccion {
    padding-top: 0.625em;
  }
}

.campañas-promociones .marco-grey {
  border: 1.25rem solid #f4f4f4;
  width: auto;
}
.campañas-promociones .marco-white {
  border: 1.25rem solid #fff;
  width: auto;
}
.campañas-promociones .CP_contenido {
  padding: 2rem 0rem 4rem;
}
.campañas-promociones .texto_CP {
  margin-top: 35px;
}
.campañas-promociones .title_CP {
  color: #111;
  font-size: 1.875rem;
  line-height: 1.1;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.9375em;
}
.campañas-promociones .CP_subtitulo {
  font-size: 1.125rem;
  color: #666;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 0.9375em;
}
.campañas-promociones .enlace_CP {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #065547;
  margin-bottom: 0.625em;
}
.campañas-promociones .enlace_CP:hover, .campañas-promociones .enlace_CP:focus {
  color: #00884d;
}
.campañas-promociones .iconos-redes {
  margin-top: 1.5625em;
}
.campañas-promociones .iconos-redes .icono {
  margin-right: 0.9375em;
  margin-bottom: 0.625em;
}
@media (min-width: 62em) {
  .campañas-promociones .CP_contenido {
    padding: 4rem 0rem;
  }
  .campañas-promociones .texto_CP {
    margin-top: 5px;
  }
  .campañas-promociones .title_CP {
    font-size: 2.5rem;
  }
  .campañas-promociones .CP_subtitulo {
    font-size: 1.25rem;
  }
  .campañas-promociones .enlace_CP {
    font-size: 1rem;
    line-height: 1.2;
  }
}

body .leaflet-popup-content-wrapper {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0.625em;
  background: #102341;
  color: white;
}
body .leaflet-popup-content-wrapper a {
  color: #065547;
}
body .leaflet-popup-content-wrapper .leaflet-popup-content {
  width: 12.5rem !important;
}
@media (min-width: 62em) {
  body .leaflet-popup-content-wrapper .leaflet-popup-content {
    width: 400px !important;
  }
}
body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-content {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-content > h3:nth-child(1) {
  font-size: 17.5px;
}
body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-content a {
  color: white;
}
body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-content a:hover, body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-content a:focus {
  cursor: pointer;
  color: #00884d;
}
body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-content .asset-entry-subtitle {
  font-size: 0.9375rem;
}
body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-footer {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  margin-top: 0.9375em;
}
body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-footer a {
  color: white;
}
body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-footer a:hover, body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-footer a:focus {
  cursor: pointer;
  color: #00884d;
}
body .leaflet-popup-content-wrapper .leaflet-popup-content .asset-entry-abstract-content > h3:nth-child(1) {
  font-size: 17.5px;
}
body .leaflet-popup-tip-container .leaflet-popup-tip {
  background: #102341;
}
@media (min-width: 62em) {
  body .leaflet-container a.leaflet-popup-close-button {
    padding: 0.625em 5px 0 0;
    width: 2.5rem;
    height: 3.125rem;
    font: 35px/35px Tahoma, Verdana, sans-serif;
    color: #fff;
  }
}

.espacios-disponibles {
  margin-top: 4rem;
  margin-bottom: 2rem;
  background-color: #f4f4f4;
  padding: 3rem 2rem;
}
.espacios-disponibles .logo-tiendas {
  width: 12.5rem;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1.5rem;
}
.espacios-disponibles .logo-tiendas.icono-adif {
  background-image: url("/o/adif-web-theme-css/img/logo-adif.svg");
}
.espacios-disponibles .logo-tiendas.icono-tiendasEstacion {
  background-image: url("/o/adif-web-theme-css/img/LogotiendasHorizontal.svg");
}
.espacios-disponibles .logo-tiendas.icono-vialia {
  background-image: url("/o/adif-web-theme-css/img/logovialia.svg");
  margin-bottom: 1rem;
}
.espacios-disponibles .descripcion-texto-tiendas {
  margin-bottom: 1rem;
}
@media (max-width: 61.98em) {
  .espacios-disponibles .descripcion-texto-tiendas {
    margin-bottom: 2rem;
  }
}
.espacios-disponibles .listado ul {
  display: flex;
  flex-wrap: wrap;
}
.espacios-disponibles .listado ul li {
  flex-basis: 100%;
}
@media (min-width: 48em) {
  .espacios-disponibles .listado ul li {
    flex-basis: 50%;
  }
}
.espacios-disponibles .espacios-disponibles2 h2 {
  font-size: 2.5rem;
}
.espacios-disponibles .listado-espacios {
  margin-top: 2.6rem;
}
.espacios-disponibles .servicio-espacio {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.espacios-disponibles .descripcion-espacio {
  margin-left: 2rem;
}
.espacios-disponibles .descripcion-espacio h3 {
  font-size: 1.25rem;
  font-weight: 500 !important;
}
.espacios-disponibles .descripcion-espacio a:hover, .espacios-disponibles .descripcion-espacio a:focus {
  text-decoration: underline;
}

.banner-image-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 21.875rem;
}
.banner-image-wrapper img {
  display: none;
}
@media (max-width: 47.98em) {
  .banner-image-wrapper {
    min-height: 125px;
    background-size: contain;
    height: 100%;
  }
}

.enlaces-instalacion-estacion {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.07rem;
  margin-bottom: 1rem;
}
@media (max-width: 61.98em) {
  .enlaces-instalacion-estacion {
    font-size: 0.9375rem;
  }
}
.enlaces-instalacion-estacion a {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}

.adif-localization-map {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.adif-localization-map .ai-map {
  margin-left: 0.5rem;
  margin-right: 1rem;
}

.estado-red .estado-red-ul {
  margin-top: 1.25em;
}
.estado-red .estado-red-li {
  margin-top: 1.25em;
  list-style: disclosure-closed;
}

.adif__contenido-desactualizado {
  background-color: #215547;
  color: #c7efd4;
  display: flex;
  flex-direction: row;
  padding: 1.5rem 1.5rem 0.5rem;
}
.adif__contenido-desactualizado__icono {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
}
.adif__contenido-desactualizado__icono .adif-icon {
  width: 5rem;
  height: 5rem;
  background-color: #c7efd4;
}
.adif__contenido-desactualizado__texto {
  padding: 1rem 1rem 0;
}
.adif__contenido-desactualizado__texto-titulo {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
}
.adif__contenido-desactualizado__texto-subtitulo {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0;
}
.adif__contenido-desactualizado__texto-contenido {
  padding-top: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
}
.adif__contenido-desactualizado__texto-contenido a {
  color: white !important;
  text-decoration: none;
}
.adif__contenido-desactualizado__texto-contenido a span {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cs__adif-av .adif__contenido-desactualizado {
  background-color: #152341;
}

.adif-actualidad-wrapper .adif-actualidad-card-wrapper {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.adif-actualidad-wrapper .adif-actualidad-card-wrapper.contador-multimedia {
  padding-bottom: 0 !important;
}
.adif-actualidad-wrapper .adif-actualidad-card-wrapper > a {
  display: block;
}
.adif-actualidad-wrapper .adif-actualidad-card-wrapper > a div:nth-child(2) {
  padding-bottom: 0 !important;
  text-align: left !important;
}
.adif-actualidad-wrapper .adif-actualidad-card-wrapper > a div:nth-child(3) {
  padding-top: 0 !important;
}
.adif-actualidad-wrapper .adif-actualidad-card-text-media {
  text-align: left !important;
  font-size: 0.95rem;
  margin-top: auto;
}
.adif-actualidad-wrapper .adif-actualidad-card-image-wrapper {
  height: 240px;
  background-position: center center;
  background-size: cover;
}
.adif-actualidad-wrapper .adif-actualidad-card-image-wrapper img {
  display: none;
}
.adif-actualidad-wrapper img {
  max-height: 240px;
}
.adif-actualidad-wrapper a {
  color: inherit;
  text-decoration: none;
}
.adif-actualidad-wrapper a:hover, .adif-actualidad-wrapper a:focus {
  color: #00884d;
  text-decoration: none;
}
.adif-actualidad-wrapper .adif-actualidad-card-text-wrapper {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
}
.adif-actualidad-wrapper .adif-actualidad-card-text-wrapper.actualidad {
  min-height: 125px;
}
@media (min-width: 48em) {
  .adif-actualidad-wrapper .adif-actualidad-card-text-wrapper.actualidad {
    min-height: 144px;
  }
}
@media (min-width: 75em) {
  .adif-actualidad-wrapper .adif-actualidad-card-text-wrapper.actualidad {
    min-height: 155px;
  }
}
.adif-actualidad-wrapper .adif-actualidad-fecha {
  color: #333;
}
@media (max-width: 61.98em) {
  .adif-actualidad-wrapper .adif-actualidad-fecha {
    font-size: 1rem;
  }
}
.adif-actualidad-wrapper .adif-actualidad-titulo {
  color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.adif-actualidad-wrapper .adif-actualidad-titulo:hover, .adif-actualidad-wrapper .adif-actualidad-titulo:focus {
  color: #00884d;
  text-decoration: none;
}
@media (max-width: 61.98em) {
  .adif-actualidad-wrapper .adif-actualidad-titulo {
    font-size: 1rem;
  }
}
@media (max-width: 47.98em) {
  .adif-actualidad-wrapper .adif-titulo-generico {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .adif-actualidad-wrapper .adif-actualidad-card-image-wrapper {
    height: 235px;
  }
  .adif-actualidad-wrapper img {
    max-height: 235px;
  }
}
@media (min-width: 992px) {
  .adif-actualidad-wrapper .adif-actualidad-card-image-wrapper {
    height: 250px;
  }
  .adif-actualidad-wrapper img {
    max-height: 250px;
  }
}

.adif-subasta-wrapper {
  margin-top: 0.9375em;
}

.adif-subasta-card-wrapper {
  background-color: #f4f4f4;
}

.adif-subasta-card-image-wrapper {
  height: 215px;
  background-position: center center;
  background-size: cover;
}
.adif-subasta-card-image-wrapper img {
  display: none;
}

.adif-subasta-card-text-wrapper {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.2;
  height: 235px;
}
@media (max-width: 61.98em) {
  .adif-subasta-card-text-wrapper {
    height: 230px;
  }
}
.adif-subasta-card-text-wrapper .adif-subasta-datos {
  height: 235px;
}

.adif-title-tooltip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adif-subasta-tooltipObservaciones {
  border: none;
  background-color: transparent;
  margin-left: 0.8rem;
}

.adif-icon-tooltip {
  height: 1.3rem;
  width: 1.3rem;
}

.adif-referencia {
  display: flex;
  flex-direction: column;
  color: #333;
}
.adif-referencia span {
  color: #007861;
  padding-top: 5px;
}

.datos {
  font-size: 12px;
  color: #333;
}

.adif-subasta-caracteristica-titulo {
  font-size: 12px;
  color: #333;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.2rem;
}
.adif-subasta-caracteristica-titulo span {
  color: #666;
  font-size: 0.875rem;
}

.adif-subasta-titulo {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.2rem;
}
.adif-subasta-titulo span {
  color: #666;
  font-size: 0.875rem;
  margin-left: 1rem;
}

.adif-subasta-mas-informacion {
  color: #065547;
}
.adif-subasta-mas-informacion:hover, .adif-subasta-mas-informacion:focus {
  color: #00884d;
  text-decoration: underline;
}

.adif-licitacion-apaisado-card-wrapper {
  background-color: #f4f4f4;
  display: flex;
}
@media (max-width: 61.98em) {
  .adif-licitacion-apaisado-card-wrapper {
    flex-direction: column;
  }
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper {
  width: 40%;
  min-height: 235px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 61.98em) {
  .adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper {
    width: 100%;
    min-height: 275px;
  }
}
@media (max-width: 47.98em) {
  .adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper {
    width: 100%;
    min-height: 12.5rem;
  }
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper a {
  color: inherit;
  text-decoration: none;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper a:hover, .adif-licitacion-apaisado-card-wrapper .adif-subasta-card-image-wrapper a:focus {
  color: #00884d;
  text-decoration: none !important;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-card-text-wrapper {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  width: 60%;
}
@media (max-width: 61.98em) {
  .adif-licitacion-apaisado-card-wrapper .adif-subasta-card-text-wrapper {
    width: 100%;
  }
}
.adif-licitacion-apaisado-card-wrapper .adif-referencia {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.adif-licitacion-apaisado-card-wrapper .adif-referencia span {
  color: #007861;
  padding-top: 5px;
}
.adif-licitacion-apaisado-card-wrapper .datos {
  font-size: 12px;
  color: #333;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-caracteristica-titulo {
  font-size: 0.875rem;
  color: #333;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: none;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-caracteristica-titulo span {
  color: #666;
  font-size: 0.875rem;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-titulo {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.2rem;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-titulo span {
  color: #666;
  font-size: 0.875rem;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-mas-informacion {
  color: #065547;
}
.adif-licitacion-apaisado-card-wrapper .adif-subasta-mas-informacion:hover, .adif-licitacion-apaisado-card-wrapper .adif-subasta-mas-informacion:focus {
  color: #00884d;
  text-decoration: underline;
}

@media (max-width: 61.98em) {
  .adif-servicios-pills.detalle-logistica table {
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
    display: block !important;
    width: fit-content;
    max-width: 100%;
  }
}
.adif-servicios-pills.detalle-logistica img {
  max-width: 100%;
  display: block;
  height: auto;
}
.adif-servicios-pills .nav.nav-pills {
  background-color: white;
  border-radius: 3em;
  line-height: 3em;
}
.adif-servicios-pills .nav.nav-pills li {
  margin-bottom: 0;
}
.adif-servicios-pills .nav.nav-pills .nav-item {
  background-color: #d9e0de;
  border-radius: 3em;
  line-height: 3em;
}
.adif-servicios-pills .nav.nav-pills .nav-item .nav-link {
  color: #065547;
  text-transform: uppercase;
  text-decoration: none;
}
.adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active {
  border-radius: 3em;
  background-color: #065547;
  color: #fff;
  border: 1px solid transparent;
}
@media screen and (-ms-high-contrast: active) {
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active {
    background-color: highlight;
  }
}
@media screen and (-ms-high-contrast: active) {
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active {
    background-color: windowText;
  }
}
.adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active i {
  background-color: #fff;
}
.adif-servicios-pills .nav.nav-pills .nav-item .nav-link i {
  background-color: #065547;
}
@media (max-width: 991px) {
  .adif-servicios-pills .nav.nav-pills {
    background-color: #d9e0de;
    border-radius: 3em;
    line-height: 3em;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: inline-block;
  }
  .adif-servicios-pills .nav.nav-pills:-webkit-scrollbar {
    display: none;
  }
  .adif-servicios-pills .nav.nav-pills li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .adif-servicios-pills .nav.nav-pills {
    background-color: #d9e0de;
    border-radius: 3em;
    line-height: 3em;
  }
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link {
    color: #065547;
    text-transform: uppercase;
  }
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active {
    border-radius: 3em;
    background-color: #065547;
    color: #fff;
  }
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link.active i {
    background-color: #fff;
  }
  .adif-servicios-pills .nav.nav-pills .nav-item .nav-link i {
    background-color: #065547;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills {
  margin-bottom: 1.875em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills {
  margin-bottom: 1.875em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills > li {
  flex: 1 1 auto;
  text-align: center;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills > li {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-green.svg");
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: auto 1.25rem;
  padding: 0 0.9375em 2px 2.5rem;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 74.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
    box-shadow: none !important;
  }
}
@media (min-width: 36em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
    background-position: 15% center;
  }
}
@media (min-width: 48em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
    background-position: 25% center;
  }
}
@media (min-width: 62em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
    background-position: 30% center;
    font-size: 1rem;
  }
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link {
  color: #102341;
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.active {
  background-color: #102341;
  color: white;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.informacion-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.informacion-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.informacion-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.informacion-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-info-big-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.horario-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-horario-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.horario-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-horario-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.horario-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-horario-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.horario-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-horario-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.servicios-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-gear-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.servicios-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-gear-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.servicios-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-gear-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.servicios-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-gear-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.accesibilidad-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.accesibilidad-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.accesibilidad-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.accesibilidad-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.area_comercia-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-green.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.area_comercia-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.area_comercia-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.area_comercia-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.eventos-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-calendar.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.eventos-tab {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-calendar-blue.svg");
}
.cs__adif-av .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.eventos-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-calendar-white.svg");
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link.eventos-tab.active {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-calendar-white.svg");
}
@media (max-width: 74.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills > li {
    display: inline-block;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab] {
  position: relative;
  display: inline-block;
  width: 100%;
  background-image: none;
  padding: 0;
  /* &:before {
  	content: '';
  	width: 1.5625rem;
  	height: 1.5625rem;
  	position: absolute;
  	top: calc(50% - 12.5px);
  	left: 5px;
  } */
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].active {
  background-image: none;
}
@media (max-width: 74.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].active:focus {
    box-shadow: none !important;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab] .nav-pills-ico {
  padding-left: 1.5625em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].informacion-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-info-big-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].informacion-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].horario-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-horario-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].horario-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].galeria-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/photo.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].galeria-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].tecnica-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/rail.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].tecnica-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].ambito-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/settings.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].ambito-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].servicios-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-gear-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].servicios-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].accesibilidad-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].accesibilidad-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].area_comercia-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-green.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].area_comercia-tab .nav-pills-ico {
    background-size: 0.9375rem auto;
  }
}
@media (max-width: 47.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].area_comercia-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].eventos-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-calendar.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item .nav-link[class*=-tab].eventos-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active {
  background-color: #065547;
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.informacion-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-info-big-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.informacion-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.galeria-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/photo_white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.galeria-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.tecnica-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/rail-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.tecnica-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.ambito-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/settings-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.ambito-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.horario-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-horario-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.horario-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.servicios-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-gear-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.servicios-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.accesibilidad-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-accesibilidad-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.accesibilidad-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.area_comercia-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-bolsa-big-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.area_comercia-tab .nav-pills-ico {
    background-size: 0.9375rem auto;
  }
}
@media (max-width: 47.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.area_comercia-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.eventos-tab .nav-pills-ico {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-calendar-white.svg") left center no-repeat;
  background-size: 1.25rem auto;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .nav.nav-pills .nav-item.active .nav-link.eventos-tab .nav-pills-ico {
    background-size: 1rem auto;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content {
  margin: 0 0 1.875em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content h3 {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 1.875em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content h4 {
  font-size: 1rem;
  color: #333;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns {
  display: flex;
  margin: 0 -0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column {
  padding: 0 0.9375em;
  border-right: 2px solid #d9e0de;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.uno {
  width: 100%;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.dos {
  width: 100%;
}
@media (min-width: 62em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.dos {
    width: 50%;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.tres {
  width: 100%;
}
@media (min-width: 62em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.tres {
    width: 33.3333%;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column:last-child {
  border: none;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column ul, .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column ul * {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column ul {
  font-size: 0.85rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column ul li {
  display: block;
  margin-bottom: 0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .icons-pills-column {
  margin: 0.9375em 0;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .icons-pills-column span {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 1rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .icons-pills-column .icono {
  width: 1.125rem;
  height: 1.25rem;
  margin-right: 0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap {
  display: flex;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap .icono {
  margin-right: 0.9375em;
  width: 1.875rem;
  height: 35px;
}
@media (min-width: 62em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap .icono {
    width: 2.8125rem;
  }
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap .icono.ai-map {
    width: 3.125rem;
    margin-right: 1.0625em;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column .ico-wrap .texts-column-increase {
  display: flex;
  flex-direction: column;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0.9375em 0;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column p img {
  width: 1.125rem;
  margin-right: 0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column .icons-pills-column {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column .icons-pills-column-icon {
  display: flex;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column .icons-pills-column-description {
  padding-left: 1rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.service-column .icons-pills-column .icono {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.9375em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase .increase-text-title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p {
  display: flex;
  margin-bottom: 0.9375em;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p > span {
  display: block;
  margin-right: 0.9375em;
  width: 1.5625rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p > span img {
  width: 100%;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p a {
  display: block;
  width: calc(100% - 1.5625rem);
  line-height: 1.125rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p a span {
  display: block;
  margin-bottom: 5px;
}
.adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column.pills-column-increase p a span.increase-text-title {
  font-size: 1rem;
  color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 61.98em) {
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns {
    flex-direction: column;
  }
  .adif-servicios-pills.adif-detalle-estacion-pills .informacion-tab-content .pills-columns .pills-column {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #d9e0de;
    margin-bottom: 0.9375em;
  }
}
.adif-servicios-pills.adif-detalle-estacion-pills p.adif-estado-red {
  text-align: right;
  padding: 0.9375em 0;
}
.adif-servicios-pills.adif-detalle-estacion-pills p.adif-estado-red a {
  font-size: 0.9rem;
  font-weight: 600;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-info-big-green.svg") left calc(50% + 2px) no-repeat;
  background-size: auto 0.9375rem;
  padding-left: 1.25rem;
}
.adif-servicios-pills.adif-detalle-estacion-pills.adif-contenidos-en-tabs li.nav-item {
  margin-bottom: 0;
}

.slider-cv-wrapper .slider-cv-card-item {
  padding: 0 0.625em;
}
.slider-cv-wrapper .slider-cv-titulo {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #111;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
@media (max-width: 61.98em) {
  .slider-cv-wrapper .slider-cv-titulo {
    font-size: 33px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 47.98em) {
  .slider-cv-wrapper .slider-cv-titulo {
    justify-content: center;
    font-size: 1.875rem;
  }
}
@media (max-width: 35.98em) {
  .slider-cv-wrapper .slider-cv-titulo {
    padding-top: 0;
  }
}
.slider-cv-wrapper .carousel-iconos {
  padding-top: 3.125em;
}
@media (max-width: 47.98em) {
  .slider-cv-wrapper .carousel-iconos {
    padding-top: 0.9375em;
  }
}
.slider-cv-wrapper .adif-icon {
  width: 38.2px;
  height: 38.2px;
}
.slider-cv-wrapper .adif-icon:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-cv-wrapper .slidecvpre {
  margin-right: 19.8px;
  background-color: #065547;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  width: 2.8125rem;
  height: 3.125rem;
}
.slider-cv-wrapper .slidecvpre:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-cv-wrapper .slidecvnext {
  margin-right: 19.8px;
  background-color: #065547;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  width: 2.8125rem;
  height: 3.125rem;
}
.slider-cv-wrapper .slidecvnext:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-cv-wrapper .slider-cv-card-wrapper {
  display: flex;
  row-gap: 1.25rem;
  /*
  @include md-up{
  	gap:m-rem(20px),m-rem(20px);
  }
  */
}
@media (max-width: 61.98em) {
  .slider-cv-wrapper .slider-cv-card-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 47.98em) {
  .slider-cv-wrapper .slider-cv-card-wrapper {
    padding-top: 1rem;
  }
}
.slider-cv-wrapper .slider-cv-card-image-wrapper {
  height: 183px;
  background-position: center top;
  background-size: cover;
}
.slider-cv-wrapper .slider-cv-card-image-wrapper img {
  display: none;
}
@media (max-width: 61.98em) {
  .slider-cv-wrapper .slider-cv-card-image-wrapper {
    height: 225px;
  }
}
@media (max-width: 47.98em) {
  .slider-cv-wrapper .slider-cv-card-image-wrapper {
    height: 265px;
  }
}
.slider-cv-wrapper a {
  text-decoration: none;
}
.slider-cv-wrapper .slider-cv-card-text-wrapper {
  background-color: #f4f4f4;
  padding: 1rem 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
  height: 11.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider-cv-wrapper .slider-cv-nombre {
  text-transform: capitalize;
  color: #065547;
  padding-top: 0.625em;
}
.slider-cv-wrapper .slider-cv-puesto {
  color: #333;
  font-size: 1.0625rem;
}
.slider-cv-wrapper .text-truncate {
  white-space: normal;
}
.slider-cv-wrapper.contenidos-relacionados-wrapper .slider-cv-nombre {
  text-transform: none;
}

body .contenidos-relacionados-wrapper .slider-cv-card-wrapper {
  padding-bottom: 0 !important;
  height: 100%;
}
body .contenidos-relacionados-wrapper .slider-cv-card-wrapper > .adif-actualidad-card-text-wrapper {
  padding-bottom: 0 !important;
}
body .contenidos-relacionados-wrapper .slider-cv-card-wrapper .adif-actualidad-fecha {
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body .contenidos-relacionados-wrapper .slider-cv-card-wrapper > a:last-child {
  display: block;
}
body .contenidos-relacionados-wrapper .slider-cv-card-wrapper > a:last-child .slider-cv-card-text-wrapper {
  padding-top: 0 !important;
}

.slider-contenidos-genericos-wrapper .slider-cg-card-item {
  padding: 0 0.625em;
}
.slider-contenidos-genericos-wrapper .slider-cg-titulo {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #111;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
@media (max-width: 61.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-titulo {
    font-size: 33px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 47.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-titulo {
    justify-content: center;
    font-size: 1.875rem;
  }
}
@media (max-width: 35.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-titulo {
    padding-top: 0;
  }
}
.slider-contenidos-genericos-wrapper .carousel-iconos {
  padding-top: 3.125em;
}
@media (max-width: 47.98em) {
  .slider-contenidos-genericos-wrapper .carousel-iconos {
    padding-top: 0.9375em;
  }
}
.slider-contenidos-genericos-wrapper .adif-icon {
  width: 38.2px;
  height: 38.2px;
}
.slider-contenidos-genericos-wrapper .adif-icon:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-contenidos-genericos-wrapper .slidecgpre {
  margin-right: 19.8px;
  background-color: #065547;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  width: 2.8125rem;
  height: 3.125rem;
}
.slider-contenidos-genericos-wrapper .slidecgpre:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.slider-contenidos-genericos-wrapper .slidecgnext {
  margin-right: 19.8px;
  background-color: #065547;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  width: 2.8125rem;
  height: 3.125rem;
}
.slider-contenidos-genericos-wrapper .slidecgnext:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
@media (max-width: 61.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-card-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 47.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-card-wrapper {
    padding-top: 1rem;
  }
}
.slider-contenidos-genericos-wrapper .slider-cg-card-image-wrapper {
  height: 183px;
  background-position: center top;
  background-size: cover;
}
.slider-contenidos-genericos-wrapper .slider-cg-card-image-wrapper img {
  display: none;
}
@media (max-width: 61.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-card-image-wrapper {
    height: 225px;
  }
}
@media (max-width: 47.98em) {
  .slider-contenidos-genericos-wrapper .slider-cg-card-image-wrapper {
    height: 265px;
  }
}
.slider-contenidos-genericos-wrapper a {
  text-decoration: none;
}
.slider-contenidos-genericos-wrapper .slider-cg-card-text-wrapper {
  background-color: #f4f4f4;
  padding: 1rem 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
  height: 6.25rem;
  position: relative;
}
.slider-contenidos-genericos-wrapper .slider-cg-nombre {
  text-transform: capitalize;
  color: #065547;
  padding-top: 0.625em;
}
.slider-contenidos-genericos-wrapper .text-truncate {
  white-space: normal;
}

div[id*=BreadcrumbPortlet] .portlet-content .portlet-header {
  display: none;
}

.breadcrumb-wrapper {
  padding: 1.875em 0 2.5em;
  background-color: #065547;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.breadcrumb-wrapper > div {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .breadcrumb-wrapper > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .breadcrumb-wrapper > div div[class*=ue-flag-U] {
    position: initial;
    width: 70px;
    height: 57px;
    margin-left: auto;
  }
}
@media (max-width: 47.98em) {
  .breadcrumb-wrapper > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcrumb-wrapper > div div[class*=ue-flag-U] {
    position: absolute;
    margin-top: 6px;
  }
}
.breadcrumb-wrapper div.flags-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 81px;
  text-indent: -9999px;
  box-sizing: unset;
  display: flex;
}
@media (min-width: 62em) {
  .breadcrumb-wrapper div.flags-wrapper {
    position: initial;
  }
}
.breadcrumb-wrapper div.flags-wrapper.several-flags {
  position: inherit;
  display: flex;
  width: fit-content;
  justify-content: flex-end;
  margin: 1.875em 0 1.875em auto;
}
.breadcrumb-wrapper div.flags-wrapper.several-flags.migas-several-flags {
  display: flex;
  justify-content: space-between;
  margin: 1.875em 0;
  width: auto;
  gap: 0.3125rem;
}
@media (min-width: 48em) {
  .breadcrumb-wrapper div.flags-wrapper.several-flags {
    position: inherit;
    display: flex;
    justify-content: center;
    margin: 1.875em auto;
    width: fit-content;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags.migas-several-flags {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 1.875em 0;
    gap: 0.3125rem;
  }
}
@media (min-width: 62em) {
  .breadcrumb-wrapper div.flags-wrapper.several-flags {
    position: inherit;
    display: flex;
    justify-content: center;
    margin: 1.875em 0;
    width: fit-content;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags.migas-several-flags {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 1.875em 0;
    gap: 0.3125rem;
  }
}
.breadcrumb-wrapper div.flags-wrapper__fondo {
  background-color: #f4f4f4;
}
.breadcrumb-wrapper div.flags-wrapper__fondo.several-flags {
  padding: 0.75rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 36em) {
  .breadcrumb-wrapper div.flags-wrapper__fondo.several-flags {
    padding: 0.75rem;
  }
}
.breadcrumb-wrapper div.flags-wrapper__fondo.several-flags.migas-several-flags {
  display: flex;
  justify-content: space-between;
  gap: 0.3125rem;
}
@media (max-width: 47.98em) {
  .breadcrumb-wrapper div.flags-wrapper {
    position: inherit;
    justify-content: end;
    margin: 1em;
    top: -5px;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags {
    margin: 1.875em auto;
    display: flex;
    justify-content: center;
    width: fit-content;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags.migas-several-flags {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 1.875em 0;
    gap: 0.3125rem;
  }
}
@media (max-width: 35.98em) {
  .breadcrumb-wrapper div.flags-wrapper {
    position: inherit;
    justify-content: end;
    margin: 1em;
  }
  .breadcrumb-wrapper div.flags-wrapper.several-flags {
    margin: 1em auto;
    display: flex;
    justify-content: center;
    width: fit-content;
  }
}
.breadcrumb-wrapper div.flags-wrapper .flag {
  width: 6.25rem;
  height: 81px;
}
@media (max-width: 375px) {
  .breadcrumb-wrapper div.flags-wrapper .flag {
    width: 4.0625rem;
  }
}
@media (max-width: 320px) {
  .breadcrumb-wrapper div.flags-wrapper .flag {
    width: 3.75rem;
  }
}
.breadcrumb-wrapper div.flags-wrapper .flag.ue-flag-S, .breadcrumb-wrapper div.flags-wrapper .flag.ue-flag-U {
  background: transparent url("/o/adif-web-theme-css/img/union_europea_logo_co.png") center no-repeat;
  background-size: 100% auto;
  height: 6.313rem;
  margin-top: -0.625em;
}
.breadcrumb-wrapper div.flags-wrapper .flag.flag-p1 {
  background: transparent url("/o/adif-web-theme-css/img/financiado_ue.png") center no-repeat;
  background-size: 100% auto;
}
.breadcrumb-wrapper div.flags-wrapper .flag.flag-p2 {
  background: transparent url("/o/adif-web-theme-css/img/plan_de_recuperacion.png") center no-repeat;
  background-size: 100% auto;
}
.breadcrumb-wrapper div.flags-wrapper .flag.flag-width-L {
  width: 9rem;
}
@media (max-width: 375px) {
  .breadcrumb-wrapper div.flags-wrapper .flag.flag-width-L {
    width: 5.85rem;
  }
}
@media (max-width: 320px) {
  .breadcrumb-wrapper div.flags-wrapper .flag.flag-width-L {
    width: 5.4rem;
  }
}
.breadcrumb-wrapper div.flags-wrapper .flag.flag-width-XL {
  width: 16.5rem;
}
@media (max-width: 375px) {
  .breadcrumb-wrapper div.flags-wrapper .flag.flag-width-XL {
    width: 10.725rem;
  }
}
@media (max-width: 320px) {
  .breadcrumb-wrapper div.flags-wrapper .flag.flag-width-XL {
    width: 9.9rem;
  }
}
.breadcrumb-wrapper .title-flag {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.4375rem;
  /**/
}
@media (min-width: 62em) {
  .breadcrumb-wrapper .title-flag {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.breadcrumb-wrapper .title-flag .title-breadcrumb {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.breadcrumb-wrapper h1 {
  color: #102341;
}
@media (max-width: 35.98em) {
  .breadcrumb-wrapper h1 {
    font-size: 1.9rem;
  }
}
@media (max-width: 35.98em) {
  .breadcrumb-wrapper h1.title-with-flag {
    width: 80%;
  }
}
@media (max-width: 375px) {
  .breadcrumb-wrapper h1.title-with-flag {
    width: 75%;
  }
}
@media (max-width: 320px) {
  .breadcrumb-wrapper h1.title-with-flag {
    font-size: 1.7rem;
    width: 70%;
  }
}
@media (max-width: 47.98em) {
  .breadcrumb-wrapper {
    padding-bottom: 1.875em;
  }
}
@media (max-width: 35.98em) {
  .breadcrumb-wrapper {
    padding: 1.875em 0;
  }
}

ol.migas-link,
ol.migas-link * {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol.migas-link {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
}
ol.migas-link * {
  display: block;
}
ol.migas-link li {
  display: flex;
  align-items: center;
}
ol.migas-link li.migas-li--hideMobile {
  display: none;
}
@media (min-width: 48em) {
  ol.migas-link li.migas-li--hideMobile {
    display: flex;
    align-items: center;
  }
}
ol.migas-link li span {
  margin: 0 0.625em;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
ol.migas-link li.migas-li--icon::before {
  content: "";
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkWhite.svg") center no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(180deg);
  margin-right: 0.25rem;
}
@media (min-width: 48em) {
  ol.migas-link li.migas-li--icon::before {
    display: none;
  }
}
ol.migas-link li a {
  color: #fff;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  font-size: 1rem;
}
@media (min-width: 48em) {
  ol.migas-link li a {
    font-size: 0.75rem;
  }
}
ol.migas-link li a:hover {
  color: white;
  text-decoration: none;
}
ol.migas-link li:first-child a {
  text-transform: none;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: underline;
}
ol.migas-link li:first-child a:hover {
  color: #fff;
  text-decoration: none;
}

.layout-content div[id*=SiteNavigationMenuPortlet] .portlet-content .portlet-header {
  display: none;
}

#boton-menu-secundario {
  background-color: #065547;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 15px 0 15px 20px;
  font-size: 0.8rem;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
  display: flex;
}
@media (min-width: 48em) {
  #boton-menu-secundario {
    display: none;
  }
}
#boton-menu-secundario.open {
  background-color: #00301B;
}
#boton-menu-secundario button.flecha-btn-secund {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  width: 3.125rem;
  height: 49px;
  z-index: 1;
}
#boton-menu-secundario.open #boton-menu-secundario button.flecha-btn-secund {
  transform: rotate(180deg);
}

.vertical-menu,
.vertical-menu * {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.vertical-menu a {
  text-decoration: none;
}

@media (max-width: 47.98em) {
  .vertical-menu {
    display: none;
  }
}
.vertical-menu > ul li a, .vertical-menu > ul li span.page-node {
  display: block;
}
.vertical-menu > ul li .btn-menu-list {
  border: none;
  display: flex;
  background-color: #065547;
}
.vertical-menu > ul li .btn-menu-list a.lfr-nav-item {
  padding: 15px 0 15px 20px;
  flex: 1;
  text-transform: uppercase;
  background-color: #065547;
  color: white;
}
.vertical-menu > ul li .btn-menu-list button.flecha-btn-secund {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white-closed.svg");
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 3.125rem;
  z-index: 1;
  transform: rotate(0);
  border: none;
}
.vertical-menu > ul li .btn-menu-list.open button.flecha-btn-secund {
  transform: rotate(90deg);
  background-size: 15px 16px;
}
.vertical-menu > ul.level-1 > li.active > div {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  background-color: white;
  color: #065547;
  border: 1px solid #065547;
}
.vertical-menu > ul.level-1 > li.active > div > a {
  background-color: white;
  color: #065547;
}
.vertical-menu > ul.level-1 > li.active > div > a:focus {
  color: #007861;
  background-color: #d9e0de;
}
.vertical-menu > ul.level-1 > li.active > a.active {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: white;
  color: #065547;
  border: 1px solid #065547;
}
.vertical-menu > ul.level-1 > li.active > span.menu-trigger {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-green.svg");
}
.cs__adif-av .vertical-menu > ul.level-1 > li.active > span.menu-trigger {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-blue.svg");
}
.vertical-menu > ul li {
  margin-bottom: 5px;
}
.vertical-menu > ul li a.lfr-nav-item, .vertical-menu > ul li span.page-node {
  padding: 0.9375em 1.25rem;
  background-color: #f4f4f4;
  font-size: 0.8rem;
  color: #065547;
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
  .vertical-menu > ul li a.lfr-nav-item, .vertical-menu > ul li span.page-node {
    padding: 0.9375em 1.5625em 0.9375em 0.9375em;
    font-size: 0.75rem;
  }
}
.vertical-menu > ul li a.lfr-nav-item:hover, .vertical-menu > ul li a.lfr-nav-item:focus, .vertical-menu > ul li span.page-node:hover, .vertical-menu > ul li span.page-node:focus {
  text-decoration: none;
  color: #007861;
  background-color: #d9e0de;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-menu > ul li > div > button.flecha-btn-secund {
  background-color: #065547;
  border: 1px solid #065547;
}
.vertical-menu > ul.active {
  background-color: white;
  color: #065547;
  border: 1px solid #065547;
}
.vertical-menu > ul > li.open > a, .vertical-menu > ul > li.open > span.page-node {
  background-color: #065547;
  color: white;
  text-transform: uppercase;
}
.vertical-menu > ul > li.open > ul > li.active > a, .vertical-menu > ul > li.open > ul > li.active > span.page-node {
  position: relative;
  color: #102341;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.vertical-menu > ul > li.open > ul > li.active > a:after, .vertical-menu > ul > li.open > ul > li.active > span.page-node:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #065547;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vertical-menu > ul li {
  position: relative;
  overflow: hidden;
}
.vertical-menu > ul li span.menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg");
  background-position: center center;
  background-size: 0.9375em auto;
  background-repeat: no-repeat;
  height: 49px;
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-menu > ul > li.open > span.menu-trigger {
  transform: rotate(0);
}
.vertical-menu > ul > li.open > span.menu-trigger:hover {
  cursor: pointer;
}
.vertical-menu > ul > li.open.level-2-closed > span.menu-trigger {
  transform: rotate(-90deg);
}
.vertical-menu ul.level-2 {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-menu ul.level-2.level-2-opened {
  height: auto;
  opacity: 1;
}

body .vertical-menu > ul li {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg");
  background-size: 0.9375rem auto;
}
body .vertical-menu > ul li.level-2-closed span.menu-trigger {
  transform: none;
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white-closed.svg");
  background-position-x: calc(100% - 0.9375rem);
  background-size: auto 0.9375rem;
  width: 100%;
}
body .vertical-menu > ul li span.menu-trigger {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.title-servicios h3 {
  margin-bottom: 1.25rem;
}

.servicio-estacion-datos h4 {
  font-size: 0.8125rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 36em) {
  .servicio-estacion-datos h4 {
    font-size: 0.875rem;
  }
}
@media (min-width: 48em) {
  .servicio-estacion-datos h4 {
    font-size: 0.9375rem;
  }
}
@media (min-width: 62em) {
  .servicio-estacion-datos h4 {
    font-size: 1rem;
  }
}
@media (min-width: 75em) {
  .servicio-estacion-datos h4 {
    font-size: 1.25rem;
  }
}

.servicios-estacion {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375em;
}
@media (max-width: 47.98em) {
  .servicios-estacion {
    margin: 0 -0.9375em 1.25rem;
  }
}
@media (max-width: 413px) {
  .servicios-estacion {
    margin: 0;
  }
}
.servicios-estacion.comercial {
  margin: 0 3.125em;
}
.servicios-estacion .servicio-comercial-datos {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 25%;
  margin-bottom: 2rem;
}
.servicios-estacion .servicio-comercial-datos h5 {
  margin-left: 1.5625em;
  margin-right: 1.25rem;
}
.servicios-estacion .servicio-estacion {
  width: 33.3333%;
  display: flex;
  flex-direction: row;
  padding: 0 0.9375em;
  margin-bottom: 0.9375em;
}
@media (max-width: 767px) {
  .servicios-estacion .servicio-estacion {
    flex-direction: column;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion {
    padding: 0 7px;
  }
}
.servicios-estacion .servicio-estacion > div {
  width: 50%;
  height: 10.3125rem;
  font-size: 0.85rem;
}
@media (max-width: 74.98em) {
  .servicios-estacion .servicio-estacion > div {
    height: 130px;
  }
}
.servicios-estacion .servicio-estacion > div h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #333;
  margin-top: 0.625em;
}
@media (max-width: 35.98em) {
  .servicios-estacion .servicio-estacion > div h3 {
    font-size: 1rem;
  }
}
.servicios-estacion .servicio-estacion > div p {
  font-size: 1rem;
  line-height: 1.2;
}
.servicios-estacion .servicio-estacion > div.servicio-estacion-icono {
  background-color: #f4f4f4;
  margin-right: 0.8125em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: auto 3.125rem;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-icono {
    width: 100%;
    height: 95px;
    background-size: auto 2.5rem;
  }
}
@media (max-width: 413px) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-icono {
    height: 80px;
  }
}
@media (max-width: 374px) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-icono {
    height: 4.0625rem;
  }
}
.servicios-estacion .servicio-estacion > div.servicio-estacion-datos {
  margin-left: 7.5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos h4 {
    font-size: 1rem;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    word-break: break-word;
  }
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos h4 {
    font-size: 0.8125rem;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos .descripcion-servicios {
    display: none;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos .detalle-mas-informacion {
    font-size: 0.75rem;
    font-weight: 600;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos .detalle-mas-informacion {
    font-size: 1rem;
    margin-left: 0.625em;
  }
}
.servicios-estacion .servicio-estacion > div.servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
  content: attr(data-desktoptext);
}
@media (max-width: 767px) {
  .servicios-estacion .servicio-estacion > div.servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
    content: attr(data-phonetext);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-wc .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-wc.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-wc .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-cafeteria .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-cafeteria.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-cafeteria .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-restaurante .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-restaurante.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-restaurante .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-equipaje .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-equipaje.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-equipaje .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-parking .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-parking.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-parking .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-cajero .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-cajero.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-cajero .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-alquiler .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-alquiler_coche.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-alquiler .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-hotel .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-hotel.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-hotel .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-consigna .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-consigna.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-consigna .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-mapa .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-informacion_turistica.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-mapa .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-cambio .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-cambio_moneda.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-cambio .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-billetes .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-ticket.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-billetes .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-telefono .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-telefono.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-telefono .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-club .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-sala_club.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-club .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion .servicio-estacion.servicio-estacion-bebes .servicio-estacion-icono {
  background-image: url("/o/adif-web-theme-css/img/service-icons/ico-cambia_bebes.svg");
  background-size: auto 2.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion.servicio-estacion-bebes .servicio-estacion-icono {
    background-size: auto 35px;
  }
}
.servicios-estacion a {
  width: 33.3333%;
  height: 10.3125rem;
  margin-bottom: 0.9375em;
}
@media (max-width: 74.98em) {
  .servicios-estacion a {
    height: 130px;
  }
}
.servicios-estacion a .servicio-estacion {
  width: 100%;
  font-size: 0.85rem;
}
.servicios-estacion a .servicio-estacion h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #333;
  margin-top: 0.625em;
}
@media (max-width: 35.98em) {
  .servicios-estacion a .servicio-estacion h3 {
    font-size: 1rem;
  }
}
.servicios-estacion a .servicio-estacion p {
  font-size: 1rem;
  line-height: 1.2;
}
.servicios-estacion a .servicio-estacion .servicio-estacion-icono {
  background-color: #f4f4f4;
  margin-right: 0.8125em;
}
@media (max-width: 61.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-icono {
    width: 100%;
    height: 95px;
  }
}
@media (max-width: 413px) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-icono {
    height: 80px;
  }
}
@media (max-width: 374px) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-icono {
    height: 4.0625rem;
  }
}
.servicios-estacion a .servicio-estacion .servicio-estacion-datos {
  margin-left: 7.5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 61.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 1rem;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 0.8125rem;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos .descripcion-servicios {
    display: none;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion {
    font-size: 0.75rem;
    font-weight: 600;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion {
    font-size: 1rem;
    margin-left: 0.625em;
  }
}
.servicios-estacion a .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
  content: attr(data-desktoptext);
}
@media (max-width: 767px) {
  .servicios-estacion a .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
    content: attr(data-phonetext);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.servicios-estacion button {
  width: 33.3333%;
  height: 10.3125rem;
  margin-bottom: 0.9375em;
}
@media (max-width: 74.98em) {
  .servicios-estacion button {
    height: 130px;
  }
}
.servicios-estacion button .servicio-estacion {
  width: 100%;
  font-size: 0.85rem;
}
.servicios-estacion button .servicio-estacion h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #333;
  margin-top: 0.625em;
}
@media (max-width: 35.98em) {
  .servicios-estacion button .servicio-estacion h3 {
    font-size: 1rem;
  }
}
.servicios-estacion button .servicio-estacion p {
  font-size: 1rem;
  line-height: 1.2;
  color: #007861;
}
.servicios-estacion button .servicio-estacion .servicio-estacion-icono {
  background-color: #f4f4f4;
  margin-right: 0.8125em;
}
@media (max-width: 61.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-icono {
    width: 100%;
    height: 95px;
  }
}
@media (max-width: 413px) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-icono {
    height: 80px;
  }
}
@media (max-width: 374px) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-icono {
    height: 4.0625rem;
  }
}
.servicios-estacion button .servicio-estacion .servicio-estacion-datos {
  margin-left: 7.5px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 61.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 1rem;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos h4 {
    font-size: 0.8125rem;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos .descripcion-servicios {
    display: none;
  }
}
@media (max-width: 61.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion {
    font-size: 0.75rem;
    font-weight: 600;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion {
    font-size: 1rem;
    margin-left: 0.625em;
  }
}
.servicios-estacion button .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
  content: attr(data-desktoptext);
}
@media (max-width: 767px) {
  .servicios-estacion button .servicio-estacion .servicio-estacion-datos .detalle-mas-informacion .texto_servicios_responsive:before {
    content: attr(data-phonetext);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.servicios-estacion .btn-close-adif {
  width: 3.125rem;
  height: 3.125rem;
}
.servicios-estacion .servicio-estacion-detalle {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 1.25rem;
  background-color: #065547;
  margin: 1.25rem 0.9375em;
  color: #fff;
  position: relative;
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion-detalle {
    margin: 1.875em 0;
  }
}
@media (max-width: 35.98em) {
  .servicios-estacion .servicio-estacion-detalle {
    margin: 1.5625em 0px;
  }
}
@media (max-width: 374px) {
  .servicios-estacion .servicio-estacion-detalle {
    margin: 0.9375em 0px;
  }
}
.servicios-estacion .servicio-estacion-detalle .servicio-estacion-icono {
  width: 6.25rem !important;
  height: 95px !important;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion-detalle .servicio-estacion-icono {
    width: 4.6875rem !important;
    height: 4.6875rem !important;
  }
}
.servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos {
  width: 86% !important;
  color: white;
  height: auto !important;
}
@media (max-width: 61.98em) {
  .servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos {
    flex-direction: column !important;
    width: 75% !important;
  }
  .servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos p {
    font-size: 0.875rem;
  }
}
@media (max-width: 375px) {
  .servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos {
    width: 60% !important;
  }
}
.servicios-estacion .servicio-estacion-detalle .servicio-estacion-datos h4 {
  color: white !important;
  font-size: 1.25rem;
}
.servicios-estacion .servicio-estacion-detalle-0::before {
  bottom: 100%;
  left: 8%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #007861;
  border-width: 1.5625rem;
  margin-left: -1.875em;
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion-detalle-0::before {
    left: 16%;
  }
}
.servicios-estacion .servicio-estacion-detalle-1::before {
  bottom: 100%;
  left: 42%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #007861;
  border-width: 1.5625rem;
  margin-left: -1.875em;
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion-detalle-1::before {
    left: 50%;
  }
}
.servicios-estacion .servicio-estacion-detalle-2::before {
  bottom: 100%;
  left: 77%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #007861;
  border-width: 1.5625rem;
  margin-left: -1.875em;
}
@media (max-width: 47.98em) {
  .servicios-estacion .servicio-estacion-detalle-2::before {
    left: 87%;
  }
}
.servicios-estacion button {
  border: 0;
  background-color: transparent;
}
.servicios-estacion .btn-close-adif {
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 0%;
  color: white;
  font-size: 3.125rem;
  margin: 0 1.25rem;
}
.servicios-estacion .btn-close-adif:hover {
  color: #333;
}
@media (max-width: 61.98em) {
  .servicios-estacion .btn-close-adif {
    font-size: 2.5rem;
    margin: 0 0.9375em;
  }
}
@media (max-width: 47.98em) {
  .servicios-estacion .btn-close-adif {
    font-size: 35px;
    margin: 0 0.625em;
  }
}

.mapa-localizacion-adif {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.oep-wrapper-list {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
}
.oep-wrapper-list .cabecera-oep {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  color: #333;
}
@media (min-width: 62em) {
  .oep-wrapper-list .cabecera-oep.cabecera-oep-inline {
    display: flex;
    justify-content: space-between;
  }
}
.oep-wrapper-list .cabecera-oep.cabecera-oep-inline .adif-titulo-generico {
  width: 100%;
}
@media (min-width: 62em) {
  .oep-wrapper-list .cabecera-oep.cabecera-oep-inline .adif-titulo-generico.max-ancho {
    max-width: 80%;
  }
}
.oep-wrapper-list .cabecera-oep.cabecera-separada {
  margin: 0.4em 0;
}
.oep-wrapper-list .cabecera-oep.cabecera-separada.adif-encabezado {
  max-width: 80;
  margin-bottom: 0.1em;
}
.oep-wrapper-list .cabecera-oep.cabecera-separada.boton-titulo {
  font-size: 1rem;
}
.oep-wrapper-list .adif-oep-list-title {
  font-size: 1.125rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media (min-width: 62em) {
  .oep-wrapper-list .adif-oep-list-title {
    font-size: 1.17rem;
  }
}
.oep-wrapper-list .oep-convocatoria {
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.oep-wrapper-list .oep-subtitulo {
  margin-bottom: 0;
  color: #111;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 1rem;
  font-size: 1rem;
}
.oep-wrapper-list .subestado {
  color: #666;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
  padding-bottom: 1rem;
  line-height: 1.2;
  font-size: 1.05rem;
}
@media (min-width: 62em) {
  .oep-wrapper-list .subestado {
    font-size: 1.17rem;
    margin-left: 0.3rem;
  }
}

.detalle-contenido-generico .oep-wrapper .cabecera-oep {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
}
.detalle-contenido-generico .oep-wrapper .cabecera-oep.cabecera-oep-inline {
  display: flex;
  justify-content: space-between;
}
.detalle-contenido-generico .oep-wrapper .cabecera-oep.cabecera-separada {
  margin: 0.4em 0;
}
.detalle-contenido-generico .oep-wrapper .cabecera-oep.cabecera-separada.adif-encabezado {
  max-width: 80%;
  margin-bottom: 0.1em;
}
.detalle-contenido-generico .oep-wrapper .cabecera-oep.cabecera-separada.boton-titulo {
  font-size: 1rem;
}
.detalle-contenido-generico .oep-wrapper .oep-list-title {
  font-size: 1rem;
}
.detalle-contenido-generico .oep-wrapper .oep-list-title.max-ancho {
  max-width: 80%;
}
.detalle-contenido-generico .oep-wrapper .oep-subtitulo {
  font-weight: bolder;
}
.detalle-contenido-generico .oep-wrapper .substate {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #065547;
  padding: 0.5rem 1rem;
  color: white;
  display: inline-block;
  margin-bottom: 0;
}
.detalle-contenido-generico .oep-wrapper .oep__convocatoria {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@media (min-width: 62em) {
  .detalle-contenido-generico .oep-wrapper .oep__convocatoria {
    margin-bottom: 0;
  }
}
.detalle-contenido-generico .oep-wrapper .oep__convocatoria span {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
@media (min-width: 62em) {
  .detalle-contenido-generico .oep-wrapper .oep__convocatoriaSubestado {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.detalle-contenido-generico .oep-wrapper .detalle-cg-imagen {
  margin-top: 1.85rem;
}
@media (max-width: 61.98em) {
  .detalle-contenido-generico .oep-wrapper .detalle-cg-imagen {
    margin-bottom: 0.9375rem;
  }
}

.adif-banner-social-wrapper {
  background-color: white;
}
@media (max-width: 61.98em) {
  .adif-banner-social-wrapper {
    overflow: hidden;
  }
}
.adif-banner-social-wrapper * {
  margin: 0;
  padding: 0;
}
.adif-banner-social-wrapper .adif-banner-social-content-text-wrapper {
  padding: 0.9375em;
  height: 300px;
}
.adif-banner-social-wrapper .adif-banner-social-content-text-wrapper div[class*=-date] {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
@media (max-width: 47.98em) {
  .adif-banner-social-wrapper.adif-banner-social-twitter {
    margin-top: 1rem;
  }
}
@media (max-width: 47.98em) {
  .adif-banner-social-wrapper.adif-banner-social-instagram {
    margin-top: 1rem;
  }
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter .simplebar-scrollbar::before, .adif-banner-social-wrapper #adif-banner-social-content-fb .simplebar-scrollbar::before, .adif-banner-social-wrapper #adif-banner-social-content-ig .simplebar-scrollbar::before {
  background-color: #065547;
  opacity: 1;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter ul, .adif-banner-social-wrapper #adif-banner-social-content-fb ul, .adif-banner-social-wrapper #adif-banner-social-content-ig ul {
  list-style: none;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter ul li, .adif-banner-social-wrapper #adif-banner-social-content-fb ul li, .adif-banner-social-wrapper #adif-banner-social-content-ig ul li {
  margin-bottom: 1.875em;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter .simplebar-vertical, .adif-banner-social-wrapper #adif-banner-social-content-fb .simplebar-vertical, .adif-banner-social-wrapper #adif-banner-social-content-ig .simplebar-vertical {
  background-color: #f4f4f4;
  width: 6px;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter .media,
.adif-banner-social-wrapper #adif-banner-social-content-twitter img[data-scribe="element:avatar"],
.adif-banner-social-wrapper #adif-banner-social-content-twitter span[data-scribe="element:verified_badge"],
.adif-banner-social-wrapper #adif-banner-social-content-twitter span[data-scribe="element:name"], .adif-banner-social-wrapper #adif-banner-social-content-fb .media,
.adif-banner-social-wrapper #adif-banner-social-content-fb img[data-scribe="element:avatar"],
.adif-banner-social-wrapper #adif-banner-social-content-fb span[data-scribe="element:verified_badge"],
.adif-banner-social-wrapper #adif-banner-social-content-fb span[data-scribe="element:name"], .adif-banner-social-wrapper #adif-banner-social-content-ig .media,
.adif-banner-social-wrapper #adif-banner-social-content-ig img[data-scribe="element:avatar"],
.adif-banner-social-wrapper #adif-banner-social-content-ig span[data-scribe="element:verified_badge"],
.adif-banner-social-wrapper #adif-banner-social-content-ig span[data-scribe="element:name"] {
  display: none;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter .user, .adif-banner-social-wrapper #adif-banner-social-content-fb .user, .adif-banner-social-wrapper #adif-banner-social-content-ig .user {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter p.tweet, .adif-banner-social-wrapper #adif-banner-social-content-fb p.tweet, .adif-banner-social-wrapper #adif-banner-social-content-ig p.tweet {
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: start;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter p.tweet a, .adif-banner-social-wrapper #adif-banner-social-content-fb p.tweet a, .adif-banner-social-wrapper #adif-banner-social-content-ig p.tweet a {
  word-break: break-all;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter p.tweet img, .adif-banner-social-wrapper #adif-banner-social-content-fb p.tweet img, .adif-banner-social-wrapper #adif-banner-social-content-ig p.tweet img {
  height: 1rem;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter p.interact, .adif-banner-social-wrapper #adif-banner-social-content-fb p.interact, .adif-banner-social-wrapper #adif-banner-social-content-ig p.interact {
  padding-bottom: 5px;
  font-size: 0.8rem;
  text-align: left;
  display: flex;
  justify-content: flex-end;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter p.interact a, .adif-banner-social-wrapper #adif-banner-social-content-fb p.interact a, .adif-banner-social-wrapper #adif-banner-social-content-ig p.interact a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  text-indent: -9999px;
  margin-left: 0.625em;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter p.interact a.twitter_reply_icon, .adif-banner-social-wrapper #adif-banner-social-content-fb p.interact a.twitter_reply_icon, .adif-banner-social-wrapper #adif-banner-social-content-ig p.interact a.twitter_reply_icon {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-reply.svg") center center no-repeat;
  background-size: auto 0.9375rem;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter p.interact a.twitter_retweet_icon, .adif-banner-social-wrapper #adif-banner-social-content-fb p.interact a.twitter_retweet_icon, .adif-banner-social-wrapper #adif-banner-social-content-ig p.interact a.twitter_retweet_icon {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-retweet.svg") center center no-repeat;
  background-size: auto 0.9375rem;
}
.adif-banner-social-wrapper #adif-banner-social-content-twitter p.interact a.twitter_fav_icon, .adif-banner-social-wrapper #adif-banner-social-content-fb p.interact a.twitter_fav_icon, .adif-banner-social-wrapper #adif-banner-social-content-ig p.interact a.twitter_fav_icon {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-favorite.svg") center center no-repeat;
  background-size: auto 0.9375rem;
}
.adif-banner-social-wrapper .adif-banner-social-title {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: -moz-linear-gradient(283deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(53%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(283deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(283deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(283deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(167deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
}
.adif-banner-social-wrapper .adif-banner-social-title h3 a {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  text-indent: -9999px;
  margin: 0.9375em 0 0.9375em 0.9375em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (max-width: 47.98em) {
  .adif-banner-social-wrapper .adif-banner-social-title h3 a {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0.9375em 0 4.6875rem 0.9375em;
  }
}
.adif-banner-social-wrapper.adif-banner-social-instagram .adif-banner-social-title h3 a {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/instagram.svg");
}
.adif-banner-social-wrapper.adif-banner-social-facebook .adif-banner-social-title h3 a {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/facebook.svg");
  background-size: 1.875rem auto;
  height: 3.75rem;
}
@media (max-width: 47.98em) {
  .adif-banner-social-wrapper.adif-banner-social-facebook .adif-banner-social-title h3 a {
    background-size: 1.25rem auto;
    height: 2.5rem;
  }
}
.adif-banner-social-wrapper.adif-banner-social-twitter .adif-banner-social-title h3 a {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/twitter.svg");
}
.adif-banner-social-wrapper .adif-banner-social-content {
  height: 550px;
}
@media (max-width: 61.98em) {
  .adif-banner-social-wrapper .adif-banner-social-content {
    height: inherit;
    min-height: 345px;
  }
}
.adif-banner-social-wrapper .adif-banner-social-content .adif-banner-social-content-image-wrapper a {
  height: 250px;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 61.98em) {
  .adif-banner-social-wrapper .adif-banner-social-content .adif-banner-social-content-image-wrapper a {
    height: 150px;
  }
}
.adif-banner-social-wrapper .adif-banner-social-content .adif-banner-social-content-image-wrapper a img {
  display: none;
}
.adif-banner-social-wrapper .adif-banner-social-content-twitter-image {
  height: 250px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 61.98em) {
  .adif-banner-social-wrapper .adif-banner-social-content-twitter-image {
    height: 150px;
  }
}
.adif-banner-social-wrapper .adif-banner-social-content-twitter-image img {
  display: none;
}

body #main-content .custom-control-label::before,
body #main-content .custom-control-label::after {
  width: 1.25rem;
  height: 1.25rem;
}
body #main-content .adif-encabezado {
  margin-bottom: 1.875em;
}
body #main-content .adif-encabezado h1 {
  color: #102341;
  margin-top: 0;
  font-size: 2.5rem;
}
@media (max-width: 61.98em) {
  body #main-content .adif-encabezado h1 {
    font-size: 1.875rem;
  }
}
body #main-content .adif-encabezado h2 {
  color: #333;
  font-weight: 300;
  font-size: 2rem;
}
@media (max-width: 61.98em) {
  body #main-content .adif-encabezado h2 {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
body #main-content .adif-encabezado .adif-back-button {
  vertical-align: baseline !important;
}
@media (max-width: 61.98em) {
  body #main-content .adif-encabezado .adif-back-button {
    vertical-align: bottom !important;
  }
}
body #main-content .date-picker-nav > .date-picker-nav-item {
  width: 25%;
}
body #main-content .date-picker-nav > .date-picker-nav-item select {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  border-bottom: 2px solid #dcdcdc;
  background-position-x: 100%;
  background-size: 12px auto;
}
body #main-content .date-picker-date:not([disabled]):not(.disabled):active,
body #main-content .date-picker-date:not([disabled]):not(.disabled).active,
body #main-content .nav-underline .tab.active a.date-picker-date:not([disabled]):not(.disabled),
body #main-content .show > .date-picker-date.dropdown-toggle {
  background-color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body #main-content .no-label .adif-check-wrapper label.check-container {
  display: inline-block;
}
body #main-content .no-label label {
  display: none;
}
body #main-content .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
body #main-content input[type=color],
body #main-content input[type=date],
body #main-content input[type=datetime],
body #main-content input[type=datetime-local],
body #main-content input[type=email],
body #main-content input[type=month],
body #main-content input[type=number],
body #main-content input[type=password],
body #main-content input[type=range],
body #main-content input[type=reset],
body #main-content input[type=search],
body #main-content input[type=text],
body #main-content input[type=tel],
body #main-content input[type=time],
body #main-content input[type=url],
body #main-content input[type=week],
body #main-content select {
  width: 100%;
  height: 3.125rem;
  padding: 0 0.625em;
  border-radius: 0;
  border: 1px solid #8A8A8A;
  background-image: none;
  background-color: white;
  font-size: 0.9375rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
body #main-content input[type=color]::placeholder,
body #main-content input[type=date]::placeholder,
body #main-content input[type=datetime]::placeholder,
body #main-content input[type=datetime-local]::placeholder,
body #main-content input[type=email]::placeholder,
body #main-content input[type=month]::placeholder,
body #main-content input[type=number]::placeholder,
body #main-content input[type=password]::placeholder,
body #main-content input[type=range]::placeholder,
body #main-content input[type=reset]::placeholder,
body #main-content input[type=search]::placeholder,
body #main-content input[type=text]::placeholder,
body #main-content input[type=tel]::placeholder,
body #main-content input[type=time]::placeholder,
body #main-content input[type=url]::placeholder,
body #main-content input[type=week]::placeholder,
body #main-content select::placeholder {
  color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 1;
}
@media (max-width: 35.98em) {
  body #main-content input[type=color],
  body #main-content input[type=date],
  body #main-content input[type=datetime],
  body #main-content input[type=datetime-local],
  body #main-content input[type=email],
  body #main-content input[type=month],
  body #main-content input[type=number],
  body #main-content input[type=password],
  body #main-content input[type=range],
  body #main-content input[type=reset],
  body #main-content input[type=search],
  body #main-content input[type=text],
  body #main-content input[type=tel],
  body #main-content input[type=time],
  body #main-content input[type=url],
  body #main-content input[type=week],
  body #main-content select {
    font-size: 0.8rem;
    margin-top: 7px;
  }
}
body #main-content select::-ms-expand {
  display: none;
}
body #main-content select {
  background: white url("/o/adif-web-theme-css/img/icons/ico-select-dark-green.svg") calc(100% - 0.9375rem) center no-repeat;
  background-size: 0.9375rem auto;
  padding-right: 2.5em;
}
.ie body #main-content select {
  background-size: 3.125rem auto;
}
body #main-content select:disabled {
  background: #cdced0 url("/o/adif-web-theme-css/img/icons/ico-select-dark-green.svg") calc(100% - 0.9375rem) center no-repeat;
  background-size: 0.9375rem auto;
  opacity: 1;
}
body #main-content textarea {
  min-height: 12.5rem;
  border-radius: 0;
  border: 1px solid #949494;
  padding: 0.9375em;
  font-size: 0.9375rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
}
body #main-content textarea::placeholder {
  color: #065547;
}
body #main-content .adif-btn {
  border-radius: 0;
  background-color: #065547;
  border: none;
  font-size: 0.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  padding: 0 1.875em;
  height: 3.125rem;
}
body #main-content .adif-btn.consulta-tu-viaje {
  border-radius: 0;
  background-color: #065547;
  border: none;
  font-size: 0.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  padding: 0 3.75rem;
  height: 3.75rem;
}
body #main-content .custom-file .custom-file-label {
  border-radius: 0;
  border-color: #f4f4f4;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
  line-height: 2;
}
body #main-content .custom-file .custom-file-label::after {
  background-color: #065547;
  color: white;
  border-radius: 0;
  border: none;
  font-size: 0.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding: 0 0.9375em;
  height: 100%;
  line-height: 2.5;
}
body #main-content #salaprensa-main-fm input[type=color],
body #main-content #salaprensa-main-fm input[type=date],
body #main-content #salaprensa-main-fm input[type=datetime],
body #main-content #salaprensa-main-fm input[type=datetime-local],
body #main-content #salaprensa-main-fm input[type=email],
body #main-content #salaprensa-main-fm input[type=month],
body #main-content #salaprensa-main-fm input[type=number],
body #main-content #salaprensa-main-fm input[type=password],
body #main-content #salaprensa-main-fm input[type=range],
body #main-content #salaprensa-main-fm input[type=reset],
body #main-content #salaprensa-main-fm input[type=search],
body #main-content #salaprensa-main-fm input[type=text],
body #main-content #salaprensa-main-fm input[type=tel],
body #main-content #salaprensa-main-fm input[type=time],
body #main-content #salaprensa-main-fm input[type=url],
body #main-content #salaprensa-main-fm input[type=week],
body #main-content #salaprensa-main-fm select,
body #main-content #buscador-inmuebleshome input[type=color],
body #main-content #buscador-inmuebleshome input[type=date],
body #main-content #buscador-inmuebleshome input[type=datetime],
body #main-content #buscador-inmuebleshome input[type=datetime-local],
body #main-content #buscador-inmuebleshome input[type=email],
body #main-content #buscador-inmuebleshome input[type=month],
body #main-content #buscador-inmuebleshome input[type=number],
body #main-content #buscador-inmuebleshome input[type=password],
body #main-content #buscador-inmuebleshome input[type=range],
body #main-content #buscador-inmuebleshome input[type=reset],
body #main-content #buscador-inmuebleshome input[type=search],
body #main-content #buscador-inmuebleshome input[type=text],
body #main-content #buscador-inmuebleshome input[type=tel],
body #main-content #buscador-inmuebleshome input[type=time],
body #main-content #buscador-inmuebleshome input[type=url],
body #main-content #buscador-inmuebleshome input[type=week],
body #main-content #buscador-inmuebleshome select {
  box-shadow: 0px 0px 1.25rem 0px #888;
  border: 1px solid #f4f4f4;
}
body #main-content .buscador-prensa .buscador-prensa-row {
  display: flex;
  margin: 0 -2.5px 5px;
}
body #main-content .buscador-prensa .buscador-prensa-row#llegadas-search-row {
  margin: 1.5625rem 0;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row {
    flex-direction: column;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje {
  display: flex;
  flex-direction: row;
  margin: 1.25rem 0 3.125em;
}
@media (max-width: 47.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje {
    flex-direction: column;
    margin: 1.25rem 0 0.9375em;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #065547;
  font-size: 1.25rem;
  padding-left: 1.25rem;
}
body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton {
  display: flex;
  width: 70%;
  margin: 0 57px 0 0;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton {
    margin: 0 1.25rem 0 0;
  }
}
@media (max-width: 47.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton .buscador-prensa-item:first-child {
  width: 70%;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton .buscador-prensa-item:first-child {
    width: 80%;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton .buscador-prensa-item:first-child span.select2 {
  font-size: 1rem;
}
body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton .buscador-prensa-item:first-child span.selection {
  box-shadow: 0px 0px 1.25rem 0px #888;
}
body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton .buscador-prensa-item:nth-child(2) {
  width: 30%;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton .buscador-prensa-item:nth-child(2) {
    width: 20%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton .buscador-prensa-item:nth-child(2) input {
    color: transparent;
    background-image: url("/o/adif-web-theme-css/img/icons/ico-search-white.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 1.5625rem;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton .buscador-prensa-item:nth-child(2) .adif-btn.consulta-tu-viaje {
  width: 100%;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-viaje-boton .buscador-prensa-item:nth-child(2) .adif-btn.consulta-tu-viaje {
    padding: 0 5px;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-prensa-item.buscador-prensa-search {
  width: 30%;
}
@media (max-width: 47.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row#salidas-search-row.consulta-tu-viaje .buscador-prensa-item.buscador-prensa-search {
    width: 100%;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-item {
  padding: 0 2.5px;
  width: 100%;
}
body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-item .date-picker-dropdown-menu {
  border: none;
  border-radius: 0;
  top: 46px;
  left: 0.1875rem;
  width: calc(100% - 6px);
  max-width: none;
  font-size: 0.7rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
  width: 40%;
}
@media only screen and (max-width: 1112px) {
  body #main-content .buscador-prensa .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
    width: 100%;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-button {
  margin: 0 auto;
  padding: 1em;
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-button {
    padding: 0 7.5px;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-button input[type=submit] {
  border: none;
  background-color: #065547;
  color: white;
  display: block;
  height: 3.125rem;
  padding: 0 1.875em;
  margin: 0.9375em auto 0;
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-button input[type=submit] {
    width: 100%;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner {
  display: flex;
  width: 100%;
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner {
    flex-direction: column;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-ambitos {
  width: 55%;
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-ambitos {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-provincia {
  width: 45%;
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-provincia {
    width: 100%;
    margin-bottom: 5px;
  }
  body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-provincia:last-child {
    margin-bottom: 0;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-desde,
body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-hasta {
  width: 50%;
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-desde,
  body #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-hasta {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:first-child {
  width: 60%;
}
@media only screen and (max-width: 1112px) {
  body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:first-child {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child {
  width: 40%;
  position: relative;
}
@media only screen and (max-width: 1112px) {
  body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child {
    width: 100%;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div {
  width: 33.3333%;
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div {
    width: 100%;
    margin-bottom: 5px;
  }
  body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div.buscador-prensa-button {
    height: 3.125rem;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div.buscador-prensa-button input[type=submit] {
  border: none;
  background-color: #065547;
  color: white;
  display: block;
  width: 100%;
  height: calc(100% - 1px);
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div.buscador-prensa-button input[type=submit] {
    margin-top: 7px;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row .input-group-item {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: inherit;
  width: 100%;
  border: 1px solid #949494;
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa .buscador-prensa-row .input-group-item {
    margin-top: 7px;
  }
}
body #main-content .buscador-prensa .buscador-prensa-row .input-group-item * {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: inherit;
  box-shadow: none;
}
body #main-content .buscador-prensa .buscador-prensa-row .input-group-item > input {
  width: calc(100% - 3.125rem);
  height: inherit;
  padding: 14.8px 0.625em;
}
body #main-content .buscador-prensa .buscador-prensa-row .input-group-item > .input-group-inset-item {
  width: 3.125rem;
}
body #main-content .buscador-prensa .buscador-prensa-row .input-group-item > .input-group-inset-item button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: white url("/o/adif-web-theme-css/img/icons/ico-calendar.svg") center center no-repeat;
  background-size: 1.25rem auto;
}
body #main-content .buscador-prensa .buscador-prensa-row .input-group-item.calendar-open {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
body #main-content .buscador-prensa .buscador-prensa-row .input-group-item.calendar-open:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 0.625rem;
  width: 100%;
  background-color: white;
}
body #main-content .buscador-prensa.buscador-licitacion .custom-radio .custom-control-input:checked ~ .custom-control-label::after, body #main-content .buscador-prensa.buscador-horarios-estacion .custom-radio .custom-control-input:checked ~ .custom-control-label::after, body #main-content .buscador-prensa.buscador-infotiemporeal .custom-radio .custom-control-input:checked ~ .custom-control-label::after, body #main-content .buscador-prensa.buscador-inmueble .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
  background-color: #065547;
  border-radius: 50%;
  border: solid 2px #d9e0de;
  background-image: inherit;
  width: 1.4rem;
  height: 1.4rem;
  top: 0.1875rem;
  left: -1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 5px solid transparent;
}
body #main-content .buscador-prensa.buscador-licitacion .custom-control-input:checked ~ .custom-control-label::before, body #main-content .buscador-prensa.buscador-horarios-estacion .custom-control-input:checked ~ .custom-control-label::before, body #main-content .buscador-prensa.buscador-infotiemporeal .custom-control-input:checked ~ .custom-control-label::before, body #main-content .buscador-prensa.buscador-inmueble .custom-control-input:checked ~ .custom-control-label::before {
  border-color: transparent;
  background-color: #065547;
}
body #main-content .buscador-prensa.buscador-licitacion .custom-control .custom-control-input:focus ~ .custom-control-label::before, body #main-content .buscador-prensa.buscador-horarios-estacion .custom-control .custom-control-input:focus ~ .custom-control-label::before, body #main-content .buscador-prensa.buscador-infotiemporeal .custom-control .custom-control-input:focus ~ .custom-control-label::before, body #main-content .buscador-prensa.buscador-inmueble .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem transparent;
}
body #main-content .buscador-prensa.buscador-licitacion .custom-control-input:not(:disabled):active ~ .custom-control-label::before, body #main-content .buscador-prensa.buscador-horarios-estacion .custom-control-input:not(:disabled):active ~ .custom-control-label::before, body #main-content .buscador-prensa.buscador-infotiemporeal .custom-control-input:not(:disabled):active ~ .custom-control-label::before, body #main-content .buscador-prensa.buscador-inmueble .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #d9e0de;
  background-color: #fff;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-licitacion-label-item, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row .buscador-licitacion-label-item {
  display: flex;
  align-items: center;
  line-height: initial;
  padding-right: 1rem;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-licitacion-type-change-item, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row .buscador-licitacion-type-change-item {
  text-transform: uppercase;
  line-height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-licitacion-type-change-item button, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row .buscador-licitacion-type-change-item button {
  border: none;
  background-color: transparent;
  font-weight: bold;
  color: #065547;
  cursor: pointer;
  text-transform: uppercase;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-licitacion-type-change-item span, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row .buscador-licitacion-type-change-item span {
  font-weight: bold;
  color: #065547;
  cursor: pointer;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
  width: 10%;
  display: flex;
  align-items: center;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
    width: 30%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child #buscador-licitacion-search-type-ariaLabel, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child #buscador-licitacion-search-type-ariaLabel {
  white-space: nowrap;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:first-child {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:first-child {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(3) {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(2) .buscador-prensa-item:nth-child(3) {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:first-child {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:first-child {
    width: 100%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(2) {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(3) {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(3) {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(4), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(4), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(4), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(4) {
  width: 35%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(4), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(4), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(4), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(4) {
    width: 100%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(4), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(4), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(4), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(4) {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:first-child {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:first-child {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(2) {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(3) {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(3) {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row.buscador-prensa-row-error-wrapper, body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-prensa-row.buscador-prensa-row-error-wrapper {
  margin: 0px;
}
body #main-content .buscador-prensa.buscador-horarios-estacion {
  font-size: 0.95rem;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .opciones-buscador-trenes {
  background-color: #f4f4f4;
  padding: 1.875em;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .opciones-buscador-trenes .form-row {
  margin-bottom: 0;
  border-bottom: 1px solid #dcdcdc;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .opciones-buscador-trenes .form-row:last-child {
  border: none;
  padding-top: 0.9375em;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .custom-radio label {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 1.875em;
}
body #main-content .buscador-prensa.buscador-horarios-estacion p strong,
body #main-content .buscador-prensa.buscador-horarios-estacion label,
body #main-content .buscador-prensa.buscador-horarios-estacion .custom-control-label-text {
  color: #333;
  font-size: 0.95rem;
  font-weight: 600;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .horarios-date p {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-calendar-black.svg") left center no-repeat;
  padding-left: 1.875em;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .horarios-update {
  text-align: right;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .horarios-update p {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-horario-black.svg") left center no-repeat;
  padding-left: 1.875em;
  display: inline-block;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-horarios-estacion .horarios-update {
    text-align: left;
  }
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa.buscador-horarios-estacion .destino-col {
    margin-bottom: 1.875em;
  }
}
body #main-content .buscador-prensa.buscador-horarios-estacion .form-row {
  margin-bottom: 0.9375em;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .form-row.tab-horas-salidas_llegadas {
  flex-direction: column;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .form-row.tab-horas-salidas_llegadas ul li {
  margin-bottom: 0px;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .horarios-check > label {
  display: block;
}
body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-horarios-estacion-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.9375em;
  flex-direction: column;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-horarios-estacion-button {
    align-items: center;
    justify-content: center;
    padding-top: 1.875em;
  }
}
body #main-content .buscador-prensa.buscador-horarios-estacion .buscador-horarios-estacion-button .adif-btn {
  padding: 0.875rem 1.875rem;
}
@media (max-width: 74.98em) {
  body #main-content .buscador-prensa.buscador-horarios-estacion .custom-radio {
    flex-wrap: wrap;
    width: 100%;
    display: block;
    margin: 7.5px 0 7.5px;
  }
  body #main-content .buscador-prensa.buscador-horarios-estacion .custom-radio label {
    width: 100%;
    margin: 0 0 0.625em;
    display: block;
  }
}
body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row {
  margin-bottom: 0.9375em;
}
body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row:nth-child(2) .buscador-prensa-item {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row:nth-child(2) .buscador-prensa-item {
    width: 100%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row:nth-child(2) .buscador-prensa-item {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row .horarios-date p {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-calendar-black.svg") left center no-repeat;
  padding-left: 1.875em;
}
body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row .horarios-update {
  text-align: right;
}
body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row .horarios-update p {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-horario-black.svg") left center no-repeat;
  padding-left: 1.875em;
  display: inline-block;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-prensa-row .horarios-update {
    text-align: left;
  }
}
body #main-content .buscador-prensa.buscador-infotiemporeal .select2.select2-container {
  width: 100%;
  height: 2.5rem;
}
body #main-content .buscador-prensa.buscador-infotiemporeal .select2.select2-container > .selection {
  height: 100%;
  display: block;
}
body #main-content .buscador-prensa.buscador-infotiemporeal .select2.select2-container > .selection > .select2-selection {
  height: 100%;
}
body #main-content .buscador-prensa.buscador-infotiemporeal .select2.select2-container > .selection > .select2-selection > .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
}
body #main-content .buscador-prensa.buscador-infotiemporeal .select2.select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 100%;
}
body #main-content .buscador-prensa.buscador-infotiemporeal .buscador-horarios-estacion-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  flex-direction: column;
}
body #main-content .buscador-prensa.buscador-estacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-estacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-estacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-estacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
  width: inherit;
  padding: 0px;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-estacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
    width: 50%;
    padding: 0 2.5px;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-estacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(2) {
    width: 100%;
    padding: 0 2.5px;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-estacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(3) {
  width: inherit;
  margin-left: 1.875em;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-estacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(3) {
    width: 50%;
    margin-left: 0px;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-estacion .buscador-prensa-row:first-child .buscador-prensa-item:nth-child(3) {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
  }
}
body #main-content .buscador-prensa.buscador-estacion .select2.select2-container {
  width: 100%;
  height: 3.125rem;
}
body #main-content .buscador-prensa.buscador-estacion .select2.select2-container > .selection {
  height: 100%;
  display: block;
}
body #main-content .buscador-prensa.buscador-estacion .select2.select2-container > .selection > .select2-selection {
  height: 100%;
}
body #main-content .buscador-prensa.buscador-estacion .select2.select2-container > .selection > .select2-selection > .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
}
body #main-content .buscador-prensa.buscador-estacion .select2.select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 100%;
}
body #main-content .buscador-prensa.buscador-estacion .buscador-viaje-boton .select2.select2-container {
  height: 3.75rem;
}
body #main-content .buscador-prensa.buscador-estacion .go-to-network-state {
  background-color: #d9e0de;
  height: 3.125rem;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #main-content .buscador-prensa.buscador-estacion .go-to-network-state a {
  color: #065547 !important;
  text-decoration: none;
}
body #main-content .buscador-prensa.buscador-estacion .go-to-network-state i {
  background-color: black;
  height: 1.5rem;
  width: 1.5rem;
}
.ie body #main-content .buscador-prensa.buscador-estacion .go-to-network-state i {
  background-color: transparent;
}
body #main-content .buscador-prensa.buscador-estacion .consulta-tu-viaje .go-to-network-state {
  height: 3.75rem;
}
body #main-content .buscador-prensa.buscador-inmueble .select2.select2-container {
  width: 100%;
  height: 3.125rem;
}
body #main-content .buscador-prensa.buscador-inmueble .select2.select2-container > .selection {
  height: 100%;
  display: block;
}
body #main-content .buscador-prensa.buscador-inmueble .select2.select2-container > .selection > .select2-selection {
  height: 100%;
}
body #main-content .buscador-prensa.buscador-inmueble .select2.select2-container > .selection > .select2-selection > .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
body #main-content .buscador-prensa.buscador-inmueble .select2.select2-container > .selection > .select2-selection > .select2-selection__arrow {
  height: 100%;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row {
  margin: 0.9375em 0;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:first-child {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-prensa-item {
  margin: 0 7.5px;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-prensa-item:first-child {
  margin-left: 0;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-prensa-item:last-child {
  margin-right: 0;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row #hide-buscador-licitaciones-avanzado {
  display: none;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row #hide-buscador-licitaciones-avanzado.show-buscador-licitaciones-avanzado {
  display: block;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:first-child {
  margin-right: 0;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:nth-child(3), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(2), body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:nth-child(3) {
  width: 37.5%;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:first-child {
  margin-right: 9px;
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(3) .buscador-prensa-item:first-child, body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(6) .buscador-prensa-item:first-child {
    width: 37.25%;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:last-child {
  width: 100%;
  padding-left: 42px;
}
@media (max-width: 74.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:last-child {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:nth-child(9) .buscador-prensa-item:last-child {
    padding-left: 0;
  }
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row.buscador-prensa-row-advenced-search-buttons {
  margin: 1.875em 0 0;
}
body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row:last-child .buscador-prensa-button > input[type=submit] {
  margin-top: 0;
}
@media (max-width: 74.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .radio-modificated {
    margin: 7.5px 0 7.5px;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-prensa-item {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  body #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-prensa-item .custom-radio {
    width: 100%;
    display: block;
    margin: 7.5px 0 7.5px;
  }
}
body #main-content .buscador-prensa.buscador-licitacion#buscador-licitacion .buscador-prensa-row .buscador-prensa-item {
  margin: 0;
}
body #main-content .buscador-prensa.buscador-licitacion#buscador-licitacion .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
  margin-right: 1.5625rem;
}
body #main-content .buscador-prensa.subscription .buscador-prensa-row {
  width: 100%;
}
body #main-content .buscador-prensa.subscription .buscador-prensa-row:first-child .buscador-prensa-item {
  width: 100%;
}
body #main-content .buscador-prensa.subscription .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
  width: 100%;
}
body #main-content .buscador-prensa.subscription .buscador-prensa-row .buscador-prensa-item {
  width: 100%;
}
body #main-content#salaprensa-alt-fm .buscador-prensa .buscador-prensa-row {
  margin-bottom: 0.625em;
}
body #main-content#salaprensa-alt-fm .buscador-prensa .buscador-prensa-row:last-child {
  margin-bottom: 0;
}
body #main-content#salaprensa-alt-fm .buscador-prensa .buscador-prensa-row .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-button {
  padding: 0.8rem 0 0;
}
body #main-content #adif-as-total-items {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #102341;
}
@media (max-width: 61.98em) {
  body #main-content #adif-as-total-items {
    text-align: center;
  }
}
body #main-content .buscador-prensa-alt-wrapper,
body #main-content .buscador-infotiemporeal-wrapper {
  padding: 1.875em;
}
body #main-content #buscador-infotiemporeal.buscador-prensa.buscador-infotiemporeal .select2.select2-container {
  height: 3.125rem;
}
body #main-content #buscador-infotiemporeal.buscador-prensa.buscador-infotiemporeal .select2.select2-container > .selection > .select2-selection > .select2-selection__arrow {
  width: 3.125rem;
}
body #main-content #buscador-infotiemporeal.buscador-prensa.buscador-infotiemporeal .select2.select2-container--open .selection .select2-selection .select2-selection__rendered > .select2-selection__placeholder {
  color: white;
}
@media (max-width: 74.98em) {
  body #main-content #buscador-infotiemporeal #buscador-infotiemporeal-search-type {
    display: flex;
    flex-wrap: wrap;
  }
  body #main-content #buscador-infotiemporeal #buscador-infotiemporeal-search-type > .custom-radio {
    width: 50%;
    margin: 0 0 0.625em;
  }
}
@media (max-width: 35.98em) {
  body #main-content #buscador-infotiemporeal #buscador-infotiemporeal-search-type > .custom-radio {
    width: 100%;
  }
}
body #main-content #buscador-estaciones .buscador-prensa-row .buscador-prensa-item.buscador-estaciones-tipo {
  width: 100%;
}
body #main-content .buscador-prensa-alt-wrapper {
  margin-bottom: 1.875em;
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row.buscador-inmueble-row-advenced-search-buttons,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child.buscador-inmueble-row-advenced-search-buttons,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2).buscador-inmueble-row-advenced-search-buttons,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3).buscador-inmueble-row-advenced-search-buttons {
  margin: 1.25rem 0 0;
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row.buscador-inmuebles-avanzado, body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row.buscador-inmuebles-avanzado-alquiler, body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row.buscador-inmuebles-avanzado.venta,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child.buscador-inmuebles-avanzado,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child.buscador-inmuebles-avanzado-alquiler,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child.buscador-inmuebles-avanzado.venta,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2).buscador-inmuebles-avanzado,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2).buscador-inmuebles-avanzado-alquiler,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2).buscador-inmuebles-avanzado.venta,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3).buscador-inmuebles-avanzado,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3).buscador-inmuebles-avanzado-alquiler,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3).buscador-inmuebles-avanzado.venta {
  margin: 0.9375em 0;
  display: flex;
  align-items: center;
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-tipo, body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-actividad, body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-provincia, body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-localidad,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-tipo,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-actividad,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-provincia,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-localidad,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-tipo,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-actividad,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-provincia,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-localidad,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-tipo,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-actividad,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-provincia,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-localidad {
  width: 50%;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-tipo, body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-actividad, body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-provincia, body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-localidad,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-tipo,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-actividad,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-provincia,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-localidad,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-tipo,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-actividad,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-provincia,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-localidad,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-tipo,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-actividad,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-provincia,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-localidad {
    width: 100%;
  }
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-desde,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-hasta,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-desde,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-hasta,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-desde,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-hasta,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-desde,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-hasta {
  width: 37.5%;
  margin: 0;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-desde,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-hasta,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-desde,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-hasta,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-desde,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-hasta,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-desde,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-hasta {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-desde .input-group-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-hasta .input-group-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-desde .input-group-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-hasta .input-group-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-desde .input-group-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-hasta .input-group-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-desde .input-group-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-hasta .input-group-item {
  position: relative;
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-desde .input-group-item > input[type=number],
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-hasta .input-group-item > input[type=number],
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-desde .input-group-item > input[type=number],
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-hasta .input-group-item > input[type=number],
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-desde .input-group-item > input[type=number],
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-hasta .input-group-item > input[type=number],
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-desde .input-group-item > input[type=number],
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-hasta .input-group-item > input[type=number] {
  padding-right: 2.8125em;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-desde .input-group-item > input[type=number],
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-hasta .input-group-item > input[type=number],
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-desde .input-group-item > input[type=number],
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-hasta .input-group-item > input[type=number],
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-desde .input-group-item > input[type=number],
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-hasta .input-group-item > input[type=number],
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-desde .input-group-item > input[type=number],
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-hasta .input-group-item > input[type=number] {
    padding-right: 3.125em;
  }
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-desde .input-group-item .buscador-form-indicator,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-hasta .input-group-item .buscador-form-indicator,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-desde .input-group-item .buscador-form-indicator,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-hasta .input-group-item .buscador-form-indicator,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-desde .input-group-item .buscador-form-indicator,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-hasta .input-group-item .buscador-form-indicator,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-desde .input-group-item .buscador-form-indicator,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-hasta .input-group-item .buscador-form-indicator {
  position: absolute;
  top: 28%;
  left: 89%;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-desde .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-hasta .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-desde .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-hasta .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-desde .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-hasta .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-desde .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-hasta .input-group-item .buscador-form-indicator {
    left: 92%;
  }
}
@media (max-width: 47.98em) {
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-desde .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-hasta .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-desde .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-hasta .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-desde .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-hasta .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-desde .input-group-item .buscador-form-indicator,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-hasta .input-group-item .buscador-form-indicator {
    left: 89%;
  }
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-inmueble-label-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-inmueble-label-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-inmueble-label-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-inmueble-label-item {
  width: 25%;
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item {
  padding: 0 7.5px;
  margin-bottom: 0.9375em;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item,
  body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item {
    margin-bottom: 0.9375em !important;
  }
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-type-change-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-type-change-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-type-change-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-type-change-item {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-type-change-item span,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-type-change-item span,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-type-change-item span,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-type-change-item span {
  font-weight: bold;
  color: #065547;
  cursor: pointer;
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-type-change-item button,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-type-change-item button,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-type-change-item button,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-type-change-item button {
  border: none;
  background-color: transparent;
  font-weight: bold;
  color: #065547;
  cursor: pointer;
  text-transform: uppercase;
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row .buscador-prensa-item.buscador-inmueble-label-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child .buscador-prensa-item.buscador-inmueble-label-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2) .buscador-prensa-item.buscador-inmueble-label-item,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3) .buscador-prensa-item.buscador-inmueble-label-item {
  margin: 0;
}
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:last-child > .buscador-prensa-item.buscador-prensa-button,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:first-child:last-child > .buscador-prensa-item.buscador-prensa-button,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(2):last-child > .buscador-prensa-item.buscador-prensa-button,
body #main-content .buscador-prensa-alt-wrapper .buscador-prensa-row:nth-child(3):last-child > .buscador-prensa-item.buscador-prensa-button {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 47.98em) {
  body #main-content .buscador-prensa-alt-wrapper .buscador-inmueble #buscador-licitacion-search-type-ariaLabel {
    display: block;
    margin-bottom: 1rem;
  }
}
body #main-content .buscador-prensa-alt-wrapper .buscador-inmueble .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  left: 0.5rem;
}
body #main-content .buscador-prensa-wrapper {
  background-color: #f4f4f4;
  padding: 3.75rem 0px;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-wrapper {
    padding: 2.5em 0px 1.25rem;
  }
}
body #main-content .buscador-prensa-wrapper.consulta-tu-viaje {
  padding: 6.25em 0;
}
@media (max-width: 47.98em) {
  body #main-content .buscador-prensa-wrapper.consulta-tu-viaje {
    padding: 250px 0px 0;
  }
}
body #main-content .buscador-prensa-wrapper.consulta-tu-viaje .buscador-prensa-top header h1 {
  font-size: 3.65rem;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-wrapper.consulta-tu-viaje .buscador-prensa-top header h1 {
    font-size: 2.5rem;
  }
}
body #main-content .buscador-prensa-wrapper.consulta-tu-viaje .buscador-prensa-top header h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body #main-content .buscador-prensa-wrapper .buscador-prensa {
  position: relative;
  z-index: 1;
  margin-top: 1.875em;
}
body #main-content .buscador-prensa-wrapper .buscador-prensa-top {
  position: relative;
}
body #main-content .buscador-prensa-wrapper .buscador-prensa-top header {
  position: relative;
  z-index: 1;
}
body #main-content .buscador-prensa-wrapper .buscador-prensa-top header h1 {
  color: #102341;
  font-size: 3.5rem;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-wrapper .buscador-prensa-top header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa-wrapper .buscador-prensa-top header h1 {
    font-size: 1.8rem;
  }
}
body #main-content .buscador-prensa-wrapper .buscador-prensa-top header h2 {
  color: #333;
  font-size: 1.75rem;
  margin-top: 0.625em;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-wrapper .buscador-prensa-top header h2 {
    font-size: 1.35rem;
  }
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa-wrapper .buscador-prensa-top header h2 {
    font-size: 1rem;
  }
  body #main-content .buscador-prensa-wrapper .buscador-prensa-top header h2 br {
    display: none;
  }
}
body #main-content .buscador-prensa-wrapper .buscador-prensa-background {
  position: absolute;
  right: 0;
  top: 3.75rem;
  width: 55%;
  height: 100%;
  z-index: 0;
  mask-image: url("/o/adif-web-theme-css/img/mascara-prensa.png");
  -webkit-mask-image: url("/o/adif-web-theme-css/img/mascara-prensa.png");
  mask-position: center center;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-size: 115% auto;
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-wrapper .buscador-prensa-background {
    top: -70px;
    width: 70%;
  }
}
@media (max-width: 35.98em) {
  body #main-content .buscador-prensa-wrapper .buscador-prensa-background {
    background-size: cover;
    width: 100%;
    opacity: 0.4;
    top: -0.9375rem;
    height: 300px;
  }
}
body #main-content .buscador-prensa-wrapper .buscador-prensa-background img {
  display: none;
}
body #main-content .buscador-prensa-wrapper.consulta-tu-viaje .buscador-prensa-background {
  top: 0.9375rem;
  width: 60%;
  background-repeat: no-repeat;
}
@media (max-width: 74.98em) {
  body #main-content .buscador-prensa-wrapper.consulta-tu-viaje .buscador-prensa-background {
    top: 0.625rem;
    width: 80%;
  }
}
@media (max-width: 61.98em) {
  body #main-content .buscador-prensa-wrapper.consulta-tu-viaje .buscador-prensa-background {
    top: -1.5625rem;
    width: 90%;
  }
}
body #main-content .react-form .sheet-header {
  margin-bottom: 1.875em;
}
body #main-content .react-form .sheet-header p,
body #main-content .react-form .footer p {
  font-size: 0.8rem;
}
body #main-content .react-form h3, body #main-content .react-form h4 {
  color: black;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body #main-content .react-form h3 {
  font-size: 1rem;
}
body #main-content .react-form h3 .caption {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-info.svg") right center no-repeat;
  font-size: 0.8rem;
  padding-right: 22.5px;
  color: #666;
}
body #main-content .react-form h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 2.5px;
}
body #main-content .react-form span.error {
  color: #900;
  padding: 5px 2.5px;
}
html[lang*=es] body #main-content .react-form .custom-file-label::after {
  content: "Elegir";
}
body #main-content .react-form .check-wrapper {
  margin: 0.9375em 0;
}
body #main-content .react-form .check-wrapper .input-group-item .input-group-text {
  background-color: transparent;
  height: 100%;
  border: none;
  padding: 0;
}
body #main-content .react-form .check-wrapper .input-group-item input {
  border: none;
  padding-left: 0;
}
body #main-content .react-form .check-wrapper .form-check label.form-check-label,
body #main-content .react-form .check-wrapper .form-check span {
  display: block;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
}
body #main-content .react-form .check-wrapper .form-check label.form-check-label > input,
body #main-content .react-form .check-wrapper .form-check span > input {
  display: none;
}
body #main-content .react-form .check-wrapper .form-check span a {
  text-decoration: underline;
}
body #main-content .react-form .btn-wrapper {
  justify-content: center;
  text-align: center;
}
body #main-content .subscription-email .error {
  color: #900;
}
body #main-content .subscription-email .grpd-wrapper {
  display: flex;
  align-items: center;
}
body #main-content .subscription-email .grpd-wrapper .grpd-text {
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  color: #065547;
  margin-bottom: 0;
  padding-left: 5px;
}
body #main-content .subscription-email .grpd-wrapper a {
  text-decoration: underline;
}
body #main-content .no-label .subscription-email .grpd-wrapper label.grpd-text {
  display: block;
}

.adif-form-wrapper {
  background-color: #f4f4f4;
  margin-bottom: 55px;
  padding: 1.875em;
}

.check-container {
  display: inline-block;
  position: relative;
  padding-left: 1.5625em;
  margin-right: 1.5625em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: white;
  border: 1px solid #d9e0de;
}

.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.check-container input:checked ~ .checkmark {
  background-color: #065547;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.cs__adif-av .check-container input:checked ~ .checkmark {
  background-color: #102341;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}
.check-container .checkmark:after {
  left: 7px;
  top: 0.1875rem;
  width: 5px;
  height: 0.625em;
  border: solid white;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .dropdown-menu {
  border-radius: 0;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  color: #065547;
}

#main-content .autofit-float {
  margin: 0;
}
#main-content .portlet-forms .btn {
  border-radius: 0;
  border: none;
  background-color: #065547;
  color: white;
  padding: 0 1.875em;
  height: 3.125rem;
}
#main-content .portlet-forms .ddm-form-basic-info > div {
  padding: 0;
}
#main-content .portlet-forms .ddm-form-basic-info h1 {
  padding: 0;
}
#main-content .portlet-forms .ddm-form-basic-info h5 {
  margin-bottom: 1.875em;
}
#main-content .portlet-forms .ddm-form-builder-app {
  background-color: #f4f4f4;
  padding: 0.9375em 0.9375em 1.875em;
  margin-top: 1.875em;
}
#main-content .portlet-forms .ddm-form-builder-app .ddm-form-page {
  padding: 0;
}
#main-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-page > .row {
  margin: 0;
}
#main-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-page > h3,
#main-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-page > h4 {
  padding: 0 0.9375em;
}
#main-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-page > h4 {
  margin-bottom: 0;
}
#main-content .portlet-forms .ddm-form-builder-app .ddm-select-dropdown > button {
  background-color: white;
  height: 3.125rem;
  border-radius: 0;
  padding: 0;
  margin-top: 0.9375em;
}
#main-content .portlet-forms .ddm-form-builder-app .ddm-select-dropdown > button:hover, #main-content .portlet-forms .ddm-form-builder-app .ddm-select-dropdown > button:focus, #main-content .portlet-forms .ddm-form-builder-app .ddm-select-dropdown > button:active {
  box-shadow: none;
  border: none;
}
#main-content .portlet-forms .ddm-form-builder-app .ddm-select-dropdown > button > div > ul {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2.5em;
  border: none;
  background-color: transparent;
  height: 3.125rem;
  background: white url("/o/adif-web-theme-css/img/icons/ico-select-dark-green.svg") calc(100% - 0.9375rem) center no-repeat;
  background-size: 0.9375rem auto;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  color: #065547;
}
#main-content .portlet-forms .ddm-form-builder-app .ddm-select-dropdown > button > div > ul > div {
  color: #065547;
}
#main-content .portlet-forms .ddm-form-builder-app .ddm-select-dropdown > button > div > ul > a {
  display: none;
}
#main-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls {
  text-align: center;
}
#main-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls button {
  float: none !important;
  margin-bottom: 0;
}
#main-content .portlet-forms .form-group {
  position: relative;
}
#main-content .portlet-forms .form-group input[name*=Pais] {
  margin-top: 1.25rem;
}
#main-content .portlet-forms .reference-mark {
  color: #007861 !important;
  font-size: 0.45rem;
  position: absolute;
  top: 35px;
  right: 0.9375rem;
}

/** AJAX SEARCH **/
.results-pagination-wrapper .results-pagination li {
  margin-left: 2px;
  margin-right: 2px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background-color: #d9e0de;
}
.results-pagination-wrapper .results-pagination li a {
  text-decoration: none;
  color: #007861;
}
.results-pagination-wrapper .results-pagination li.active {
  background-color: #007861;
}
.results-pagination-wrapper .results-pagination li.active a {
  text-decoration: none;
  color: #fff;
}
.results-pagination-wrapper .pagination .next.disabled, .results-pagination-wrapper .pagination .prev.disabled, .results-pagination-wrapper .pagination .last.disabled, .results-pagination-wrapper .pagination .first.disabled {
  display: none;
}

/** LICITACION **/
.adif-as-licitacion {
  border: 2px solid #d9e0de;
  color: #102341;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.adif-as-licitacion .adif-select > span {
  display: block;
  margin-bottom: 0.625em;
}

.licitacion-detail h1 {
  padding-bottom: 1rem;
  line-height: 0.8;
}
.licitacion-detail h1 span {
  font-size: 1.375rem;
}
.licitacion-detail .titulo-pag .titulo-comp-pag {
  font-family: "open_sans", Arial, sans-serif !important;
  font-size: 2.425rem;
  line-height: 4.47rem;
  color: #102341;
}
.licitacion-detail .titulo-pag .subtitulo-comp-pag {
  font-family: "open_sans", Arial, sans-serif !important;
  font-weight: 100;
  font-size: 1.82rem;
  line-height: 2.18rem;
  color: #333;
  padding-bottom: 2rem;
}
.licitacion-detail .dropdown .row {
  border-bottom: solid 0.15rem white;
}
.licitacion-detail .dropdown .row.no-border {
  border-bottom: 0;
}
.licitacion-detail .dropdown .row .col {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.licitacion-detail .dropdown .row .col:first-child {
  text-transform: uppercase;
  background-color: #d9e0de;
  text-align: right;
}

/** INFO TIEMPO REAL **/
.buscador-infotiemporeal-wrapper div.div-label {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-bottom: 0.625em;
}

/* Banner App móvil Adif */
.bannerApp {
  visibility: hidden;
  display: none;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 115px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.625em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
.bannerApp .bannerApp-container {
  margin: 0 auto;
}
.bannerApp .bannerApp-container .bannerApp-close {
  position: absolute;
  left: 7px;
  top: 0;
  display: block;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.0625rem;
  color: #b1b1b3;
  background: #007861 url("/o/adif-web-theme-css/img/icons/adif-icon/close.svg") center center no-repeat;
  background-size: auto;
  text-indent: -9999px;
  background-size: 0.625em auto;
}
.bannerApp .bannerApp-container .bannerApp-close:active, .bannerApp .bannerApp-container .bannerApp-close:focus, .bannerApp .bannerApp-container .bannerApp-close:hover {
  color: #333;
}
.bannerApp .bannerApp-container .bannerApp-icon {
  position: absolute;
  left: 0;
  top: 2.8125rem;
  display: block;
  width: 57px;
  height: 57px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  background-image: url("/o/adif-web-theme-css/img/logo_app.png");
  border-radius: 0.625rem;
  background-size: 2.8125rem auto;
  background-repeat: no-repeat;
  background-position: 7px center;
}
.bannerApp .bannerApp-container .bannerApp-info {
  position: absolute;
  left: 4.0625rem;
  top: 48px;
  width: 44%;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
  color: #666;
}
.bannerApp .bannerApp-container .bannerApp-title {
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  color: #111;
  font-weight: bold;
}
.bannerApp .bannerApp-container .bannerApp-button {
  position: absolute;
  right: 0;
  top: 3.125rem;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: #007861 !important;
  color: white;
  background-image: none !important;
  padding: 0.625em 1.125em !important;
}
.bannerApp .bannerApp-container .bannerApp-button:hover {
  background-color: #00884d;
  border-bottom: 0.1875rem solid #8c9c29;
}
.bannerApp .bannerApp-container .bannerApp-button-text {
  text-align: center;
  display: block;
  padding: 0 5px;
}

/** SUBSCRIPCION **/
.subscription-email .grpd-wrapper {
  display: flex;
  align-items: center;
}
.subscription-email .grpd-wrapper .grpd-text {
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  color: #065547;
  margin-bottom: 0;
  padding-left: 5px;
}
.subscription-email .grpd-wrapper a {
  text-decoration: underline;
}
.subscription-email .top-error {
  margin-bottom: 1em;
}

body #content #main-content .no-label .subscription-email .grpd-wrapper label.grpd-text {
  display: block;
}

/* CONSULTA DOCUMENTOS FASE CONSULTA */
.lista-normativas {
  clear: both;
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lista-normativas .normativa-item {
  margin-bottom: 16px;
}
.lista-normativas .normativa-item .dropdown-header {
  padding: 0;
}
.lista-normativas .normativa-item .dropdown-header.showed span:nth-child(2) {
  transform: rotate(180deg);
}
.lista-normativas .normativa-item .dropdown-header .desplegable-button {
  align-items: center;
  background-color: #065547;
  display: flex;
  padding: 1.1875rem 1rem;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
  z-index: 1;
}
.lista-normativas .normativa-item .dropdown-header .desplegable-button span {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 1rem;
  line-height: 1.36375rem;
  margin: 0;
}
.lista-normativas .normativa-item .dropdown-header .desplegable-button span:nth-child(2) {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg") center center no-repeat;
  display: block;
  margin-left: auto;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
  width: 1rem;
  min-width: 1rem;
}
.lista-normativas .normativa-item .dropdown-content {
  background: #fff;
  border-bottom: 0.1875rem solid #f4f4f4;
  border-left: 0.1875rem solid #f4f4f4;
  border-right: 0.1875rem solid #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  padding: 2rem 1rem;
  color: #111;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.36375rem;
}
.lista-normativas .normativa-item .dropdown-content .lista-documentos {
  padding: 0;
}
.lista-normativas .normativa-item .dropdown-content .lista-documentos a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 1rem;
  line-height: 1.36375rem;
}
.lista-normativas .normativa-item .dropdown-content .lista-documentos .descarga-documento {
  background: transparent url(/o/adif-web-theme-css/img/icons/redesign/arrowDownload.svg) right center no-repeat;
  background-size: 1.125rem auto;
  padding-right: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lista-normativas .normativa-title {
  margin-bottom: 12px;
  font-size: 20px;
}
.lista-normativas .documento-item {
  list-style: none;
  gap: 10px;
}

.empty-normativas {
  padding: 5% 10%;
}

body #wrapper .language-bar.adif-select-language {
  color: #065547;
  background-color: #E5EFEA;
  padding-right: 0.25em;
}
body #wrapper .language-bar.adif-select-language .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #E5EFEA;
}
body #wrapper .language-bar.adif-select-language .select2-container--default li.select2-results__option--selected {
  display: none;
}
body #wrapper .language-bar.adif-select-language span#select2-fm-container.select2-selection__rendered {
  background-color: #E5EFEA;
}
body #wrapper .language-bar.adif-select-language .cs__adif-av #wrapper .select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  background-color: #065547 !important;
}
body #wrapper .language-bar.adif-select-language #select2-fm-container,
body #wrapper .language-bar.adif-select-language .select2-selection__rendered {
  padding-left: 0.9375rem;
  margin-left: -0.9375rem;
  background-color: #E5EFEA;
}
body #wrapper .language-bar.adif-select-language > form {
  padding-right: 0.1rem;
  height: 100%;
  border: none;
  position: relative;
}
body #wrapper .language-bar.adif-select-language > form:after {
  content: "";
  width: 0.0625rem;
  height: 1.875rem;
  background-color: #E5EFEA;
  position: absolute;
  right: 0;
  top: calc(50% - 0.9375rem);
}
body #wrapper .language-bar.adif-select-language > form > .input-select-wrapper {
  margin-left: 0.9375rem;
}
body #wrapper .language-bar.adif-select-language ul.select2-results__options {
  background-color: #065547;
  display: block;
  max-height: none;
  color: white;
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: -1rem;
  margin-right: -0.0625em;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body #wrapper .language-bar.adif-select-language ul.select2-results__options li.select2-results__option {
  padding-left: 0.9375rem;
  color: white;
}
body #wrapper .language-bar.adif-select-language ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  color: #065547;
  background-color: white;
}
body #wrapper .language-bar.adif-select-language .select2,
body #wrapper .language-bar.adif-select-language .select2 .selection,
body #wrapper .language-bar.adif-select-language .select2 .selection .select2-selection,
body #wrapper .language-bar.adif-select-language .select2 .selection .select2-selection .select2-selection__rendered,
body #wrapper .language-bar.adif-select-language .select2 .selection .select2-selection .select2-selection__arrow {
  height: 100%;
  display: block;
}
body #wrapper .language-bar.adif-select-language .select2 .selection .select2-selection .select2-selection__rendered,
body #wrapper .language-bar.adif-select-language .select2 .selection .select2-selection .select2-selection__arrow {
  display: flex;
  align-items: center;
}
body #wrapper .language-bar.adif-select-language .select2 {
  width: 5.9375rem !important;
}
body #wrapper .language-bar.adif-select-language .select2 .select2-selection .select2-selection__arrow {
  background-size: 0.75rem 0.5rem;
}
body #wrapper .select2 {
  font-size: 0.75rem;
}
body #wrapper .select2 .select2-selection {
  border-radius: 0;
  border: none;
}
body #wrapper .select2 .select2-selection .select2-selection__arrow {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-select-dark-green.svg") center calc(50% - 2px) no-repeat;
  background-size: 0.625rem auto;
  margin-right: 0.625rem;
}
body #wrapper .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
body #wrapper .select2.select2-container--open .select2-selection .select2-selection__arrow {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-select-white.svg");
  margin-right: 0.625rem;
}
body #wrapper .select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  background-color: #065547;
  color: white;
}
body #wrapper .select2 .select2-container .select2-dropdown {
  background-color: #065547;
  color: white;
  font-size: 0.75rem;
  border: none;
  border-radius: 0;
}
body #wrapper .select2 .select2-container .select2-dropdown .select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background-color: #080;
}
body #wrapper .select2 .select2-container .select2-dropdown .select2-results__options li.select2-results__option[aria-selected=true] {
  background-color: rgba(255, 255, 255, 0.2);
}
body .select2-container .select2-dropdown {
  border-radius: 0;
}
body .select2-container .select2-dropdown .select2-results__option {
  height: 3.125rem;
  display: flex;
  align-items: center;
}
body .select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(6, 85, 71, 0.15);
  color: black;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body.main-menu-open {
  overflow: hidden;
}
body.main-menu-open:after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
body #mainNavigationCollapse {
  display: none;
}
body #mainNavigationCollapse section.portlet,
body #mainNavigationCollapse section.portlet .portlet-content {
  margin: 0;
  padding: 0;
}
body #wrapper #main-navigation,
body #wrapper #main-navigation * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #wrapper #main-navigation ul,
body #wrapper #main-navigation ul * {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 61.98em) {
  body #wrapper #main-navigation ul.third-level button.upmenu {
    margin: 0;
  }
}
body #wrapper #main-navigation {
  position: fixed;
  right: -18.75rem;
  top: 0;
  z-index: 1000;
  height: 100vh;
}
body #wrapper #main-navigation[aria-expanded=true] {
  right: 0;
}
body #wrapper #main-navigation button.close-button {
  border: none;
  background: none;
  color: white;
  font-size: 0.8rem;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  z-index: 3;
  padding: 0 1.25em 0 0;
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/close.svg") right calc(50% + 0.0625rem) no-repeat;
  background-size: 0.78em auto;
  z-index: 1000;
}
@media (max-width: 61.98em) {
  body #wrapper #main-navigation button.close-button {
    width: 0.97375rem;
    height: 0.97375rem;
    padding: 0;
    right: 0.97375em;
    top: 0.97375em;
  }
  body #wrapper #main-navigation button.close-button span:last-child {
    display: none;
  }
}
body #wrapper #main-navigation a {
  color: white;
  text-decoration: none;
}
body #wrapper #main-navigation > ul li {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
body #wrapper #main-navigation > ul li:focus {
  box-shadow: none;
}
body #wrapper #main-navigation > ul li.has-children-too.trigger-click > a {
  background-color: transparent;
  color: #065547;
  position: relative;
  z-index: 1;
}
body #wrapper #main-navigation > ul li.has-children-too.trigger-click > span.submenu-trigger.trigger-click {
  background-color: white;
  height: 90%;
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-green.svg");
}
body #wrapper #main-navigation > ul li a {
  padding: 0 0.97375em;
  height: 3.125rem;
  display: flex;
  align-items: center;
}
@media (min-width: 75em) {
  body #wrapper #main-navigation > ul li a {
    height: 3.125rem;
  }
}
body #wrapper #main-navigation > ul li button {
  border: none;
  height: 3.125rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  color: white;
  margin-right: 0.125em;
  margin-bottom: 0.1875em;
}
@media (min-width: 75em) {
  body #wrapper #main-navigation > ul li button {
    height: 3.125rem;
  }
}
body #wrapper #main-navigation > ul li button span {
  padding: 0.97375em;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}
body #wrapper #main-navigation > ul li button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
body #wrapper #main-navigation > ul li span.page-group {
  padding: 0 0.97375em;
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  color: white;
  cursor: not-allowed;
}
body #wrapper #main-navigation > ul li span.submenu-trigger {
  display: inline-block;
  height: 100%;
  text-indent: -9999px;
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right.svg") center center no-repeat;
  margin-left: auto;
  background-size: auto 0.97375em;
  position: relative;
  top: 0;
  background-position-x: calc(100% - 0.97375em);
}
body #wrapper #main-navigation > ul li[aria-selected=true] a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body #wrapper #main-navigation > ul li.trigger-click button {
  background-color: #005731;
  width: 100%;
}
body #wrapper #main-navigation > ul li.trigger-click > a {
  background-color: #005731;
  width: 100%;
}
body #wrapper #main-navigation > ul li.trigger-click > span {
  background-color: #005731;
  height: 90%;
  width: 100%;
}
body #wrapper #main-navigation > ul li.trigger-click > span.trigger-click {
  background-color: transparent;
}
body #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click {
  background-color: white;
  height: 2.8125rem;
}
@media (min-width: 75em) {
  body #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click {
    height: 3.125rem;
  }
}
body #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click span {
  color: #065547;
}
body #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click span.submenu-trigger.trigger-click {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-green.svg");
  background-size: auto 0.97375em;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.97375em);
  background-position-y: calc(100% - 0.97375em);
}
body #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click > span.submenu-trigger {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-green.svg");
}
body #wrapper #main-navigation > ul li.upmenu {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  background-color: #004125;
  padding: 0.625em 0 0.97375em;
}
body #wrapper #main-navigation > ul li.upmenu .upmenu-trigger {
  transform: rotate(180deg);
  display: inline-block;
  width: 0.97375rem;
  text-indent: -9999px;
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right.svg") center calc(50% - 0.0625em) no-repeat;
  background-size: auto 0.78em;
}
body #wrapper #main-navigation > ul li.mobile-menu-footer {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  position: unset;
}
@media (min-width: 48em) {
  body #wrapper #main-navigation > ul li.mobile-menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 62em) {
  body #wrapper #main-navigation > ul li.mobile-menu-footer {
    display: none;
  }
}
@media (min-width: 1270px) and (max-width: 1320px) {
  body #wrapper #main-navigation > ul li.mobile-menu-footer {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin-bottom: 0;
    width: 18.75rem;
  }
  body #wrapper #main-navigation > ul li.mobile-menu-footer .links-menu,
  body #wrapper #main-navigation > ul li.mobile-menu-footer .mobile-menu-footer-flag {
    width: 18.75rem;
  }
}
body #wrapper #main-navigation > ul li.mobile-menu-footer p {
  margin: 0;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  width: 100%;
}
body #wrapper #main-navigation > ul li.mobile-menu-footer p a {
  width: 50%;
  display: block;
  text-align: center;
  padding: 0.625em 0;
  height: 2.1875rem;
}
body #wrapper #main-navigation > ul li.mobile-menu-footer p a:last-child {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
body #wrapper #main-navigation > ul li.mobile-menu-footer p.mobile-menu-footer-flag {
  display: flex;
  justify-content: space-evenly;
  background-color: #004125;
  padding: 0.625em 0;
  margin-top: 0.625em;
  width: 18.75rem;
}
body #wrapper #main-navigation > ul li.mobile-menu-footer p.mobile-menu-footer-flag a {
  border: none;
  width: auto;
  padding: initial;
  height: auto;
}
body #wrapper #main-navigation > ul li.mobile-menu-footer p.mobile-menu-footer-flag a.logo-menu-footer1 img {
  width: 10.9375rem;
}
body #wrapper #main-navigation > ul li.mobile-menu-footer p.mobile-menu-footer-flag a.logo-menu-footer2 img {
  width: 3.15rem;
  background: white;
}
body #wrapper #main-navigation > ul li.trigger-click > ul > li.trigger-click > span.page-group {
  background-color: white;
  color: #005731;
}
body #wrapper #main-navigation > ul button.upmenu {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding: 0.625em 1.25em;
  background-color: #004125 !important;
  height: auto;
}
body #wrapper #main-navigation > ul button.upmenu .upmenu-trigger {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
  display: inline-block;
  width: 0.9375rem;
  text-indent: -9999px;
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right.svg") no-repeat;
  background-size: auto 0.78em;
  background-position-x: right;
  background-position-y: center;
  position: absolute;
  top: 0;
  left: 0.9375rem;
}
body #wrapper #main-navigation > .main-navigation-wrapper {
  background-color: #065547;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  display: none;
  overflow: unset;
}
@media (min-width: 48em) {
  body #wrapper #main-navigation > .main-navigation-wrapper {
    justify-content: center;
  }
}
body #wrapper #main-navigation > .main-navigation-wrapper:after {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #065547;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body #wrapper #main-navigation > .main-navigation-wrapper.first-level {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 20rem;
}
body #wrapper #main-navigation > .main-navigation-wrapper.first-level.overflowRemove {
  overflow: unset;
}
body #wrapper #main-navigation.first-level-open.trigger-click {
  overflow: unset !important;
}
body #wrapper #main-navigation.first-level-open > ul li.selected {
  background-color: #005731;
}
body #wrapper #main-navigation.first-level-open ul.first-level {
  margin-right: 0;
}
body #wrapper #main-navigation.second-level-open ul.first-level {
  margin-right: 18.75em;
}
body #wrapper #main-navigation.second-level-open ul.first-level > li.trigger-click > ul.second-level {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #005731;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 20rem;
}
body #wrapper #main-navigation.second-level-open ul.first-level > li.trigger-click > ul.second-level.overflowRemove {
  overflow: unset;
}
body #wrapper #main-navigation.third-level-open ul.first-level {
  margin-right: 37.5em;
  position: absolute;
  right: 0;
  top: 0;
}
body #wrapper #main-navigation.third-level-open li.trigger-click > ul.second-level {
  margin-right: 37.5em;
  position: absolute;
  right: -56.25rem;
  top: 0;
  background-color: #005731;
  height: 100vh;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 48em) {
  body #wrapper #main-navigation.third-level-open li.trigger-click > ul.second-level {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
body #wrapper #main-navigation.third-level-open li.trigger-click > ul.third-level {
  margin-right: 37.5em;
  position: absolute;
  right: -56.25rem;
  top: 0;
  background-color: #005731;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}
body #wrapper #main-navigation ul {
  width: 18.75rem;
  max-width: 100vw;
}
body #wrapper #main-navigation > ul li ul {
  display: none;
  position: relative;
  z-index: 1;
}
body #wrapper #main-navigation > ul li ul.navbar-blank {
  display: block;
}
body #wrapper #main-navigation > ul li.trigger-click > ul.child-menu-open {
  display: block;
}
body #wrapper #main-navigation li.mobile-top-menu {
  display: none;
  height: auto;
  padding-bottom: 1.875em;
  margin-bottom: 1.875em;
}
body #wrapper #main-navigation li.mobile-top-menu ul.navbar-blank {
  padding: 0.625em 0.9375em;
  top: 2.8125rem;
  border-bottom: 0.0625rem solid #002615;
  width: 18.75rem;
  right: 0;
  display: none;
}
@media (min-width: 48em) {
  body #wrapper #main-navigation li.mobile-top-menu ul.navbar-blank {
    padding: 0.625em 0.9375em;
    position: fixed;
    top: 2.8125rem;
    border-bottom: 0.0625rem solid #002615;
    width: 18.75rem;
    right: 0;
    display: none;
  }
}
body #wrapper #main-navigation li.mobile-top-menu ul.navbar-blank > li > a {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  height: 2.5rem;
}
body #wrapper #main-navigation li.mobile-top-menu ul.navbar-blank > li:last-child > a {
  border: none;
}
body #wrapper #main-navigation li.mobile-top-menu ul.navbar-blank.menuvisible {
  display: block;
}
body #wrapper #main-navigation li.mobile-top-menu .mobile-top-menu-language {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #004125;
  width: 100%;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  padding-left: 0.9375em;
  z-index: 999;
}
body #wrapper #main-navigation li.mobile-top-menu .mobile-top-menu-language * {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  background-color: transparent;
  color: white;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body #wrapper #main-navigation li.mobile-top-menu .mobile-top-menu-language ul.select2-results__options {
  background-color: #004125;
  display: block;
  margin-left: -0.9375em;
  margin-top: 0.5em;
  padding-left: 0.9375em;
  max-height: none;
}
body #wrapper #main-navigation li.mobile-top-menu .mobile-top-menu-language .select2-container {
  position: relative;
  padding-right: 1.875em;
  width: 100% !important;
  display: block;
}
body #wrapper #main-navigation li.mobile-top-menu .mobile-top-menu-language .select2-container::after {
  content: url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg");
  width: 0.78125rem;
  position: absolute;
  right: 0;
  top: 0.1875rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #wrapper #main-navigation li.mobile-top-menu .mobile-top-menu-language .select2-container.select2-container--open::after {
  transform: rotate(180deg);
  top: 0.3125rem;
}
@media (max-width: 61.98em) {
  body #wrapper #main-navigation.second-level-open .mobile-top-menu-language {
    z-index: 1 !important;
  }
  body #wrapper #main-navigation.second-level-open ul.first-level.trigger-click {
    margin-right: -18.75em;
    position: absolute;
    right: 0;
    top: 0;
    overflow: unset;
  }
  body #wrapper #main-navigation.second-level-open ul.first-level.trigger-click > li.trigger-click > ul.child-menu-open {
    right: 18.75rem;
  }
  body #wrapper #main-navigation.second-level-open ul.first-level.trigger-click > li.trigger-click > ul.second-level.trigger-click li {
    overflow-y: hidden;
  }
  body #wrapper #main-navigation.second-level-open.third-level-open ul.first-level.trigger-click {
    margin-right: 0;
  }
  body #wrapper #main-navigation.second-level-open.third-level-open ul.first-level.trigger-click > li.trigger-click > ul.child-menu-open > li.trigger-click > ul.child-menu-open {
    right: -37.5em;
  }
  body #wrapper #main-navigation li.mobile-top-menu {
    display: block;
  }
}
body #wrapper #main-navigation.third-level-open ul.first-level > li.trigger-click > ul.second-level {
  margin-right: -18.75em;
  overflow: unset;
}
body #wrapper #main-navigation-wrapper.first-level.trigger-click {
  overflow: unset !important;
}
body #wrapper #main-navigation.overflowRemove1 > .main-navigation-wrapper.first-level {
  overflow: unset;
}
body #wrapper #main-navigation.overflowRemove2 > .main-navigation-wrapper ul.second-level {
  overflow: unset;
}
body #wrapper #main-navigation.overflowRemove3 > .main-navigation-wrapper ul.third-level {
  overflow: unset;
}

.calendars {
  background-color: #fff;
  line-height: 1.2em;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  top: 46px;
  left: 0.1875rem;
  max-width: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.calendars-rtl {
  direction: rtl;
}

.calendars-popup {
  z-index: 800;
}

.calendars-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.calendars a {
  color: #000;
  text-decoration: none;
}

.calendars a.calendars-disabled {
  color: #888;
  cursor: auto;
}

.calendars button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fc8;
  border: none;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.calendars-nav, .calendars-ctrl {
  float: left;
  width: 100%;
  background-color: #e0f4d7;
  color: #fff;
  font-size: 90%;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 1.25rem;
}

.datepick-ctrl {
  background-color: #f90;
}

.calendars-cmd {
  width: 30%;
}

.calendars-cmd:hover {
  background-color: #b1db87;
}

.calendars-ctrl .calendars-cmd:hover {
  background-color: #fa4;
}

.calendars-cmd-prevJump, .calendars-cmd-nextJump {
  width: 8%;
}

a.calendars-cmd {
  height: 1.5em;
}

button.calendars-cmd {
  text-align: center;
}

.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
  float: left;
  padding-left: 2%;
}

.calendars-cmd-current, .calendars-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
}

.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}

.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}

.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
  float: right;
}

.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}

.calendars-month-nav {
  float: left;
  background-color: #b1db87;
  text-align: center;
}

.calendars-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}

.calendars-month-nav span {
  color: #888;
}

.calendars-month-row {
  clear: left;
}

.calendars-month {
  float: left;
  width: 15em;
  border: 1px solid #83c948;
  text-align: center;
}

.calendars-month-header,
.calendars-month-header input {
  height: 1.5em;
  background-color: transparent;
  color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.calendars-month-header input {
  height: 1.4em;
  border: none;
}

.calendars-month-header input {
  position: absolute;
  display: none;
}

.calendars-month table {
  width: 100%;
  border-collapse: collapse;
}

.calendars-month thead {
  border-bottom: none;
}

.calendars-month th, .calendars-month td {
  margin: 0em;
  padding: 0em;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.calendars-month th {
  border: none;
}

.calendars-month th, .calendars-month th a {
  background-color: transparent;
  color: #212529;
  border: none;
}

.calendars-month td {
  background-color: transparent;
  color: #6c757d;
  border-radius: 6.25em;
  padding: 7px;
}
.calendars-month td:hover {
  background-color: #e9ecef;
}

.calendars-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  text-decoration: none;
}

.calendars-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
}

.calendars-month td span {
  color: #888;
}

.calendars-month td .calendars-other-month {
  background-color: transparent;
}

.calendars-month td .calendars-weekend {
  background-color: transparent;
  border-radius: 6.25em;
}

.calendars-month td .calendars-today {
  background-color: #b1db87;
  border-radius: 6.25em;
}

.calendars-month td .calendars-highlight {
  background-color: #e9ecef;
  border-radius: 6.25em;
}

.calendars-month td .calendars-selected {
  background-color: #065547;
  color: #fff;
  border-radius: 6.25em;
}

.calendars-status {
  clear: both;
  background-color: #b1db87;
  text-align: center;
}

.calendars-clear-fix {
  clear: both;
}

html body .calendars-popup,
html body .calendars-popup * {
  color: #333;
  background-color: transparent;
  border: none;
}
html body .calendars-popup .calendars {
  overflow: hidden;
  width: auto !important;
  display: inline-block;
  padding: 5px;
  background-color: white;
}
html body .calendars-popup .calendars .calendars-nav,
html body .calendars-popup .calendars .calendars-ctrl,
html body .calendars-popup .calendars .calendars-clear-fix {
  display: none;
}
html body .calendars-popup .calendars .calendars-month > table thead tr th,
html body .calendars-popup .calendars .calendars-month > table tbody tr td {
  padding: 5px;
  font-size: 0.75rem;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
}
html body .calendars-popup .calendars .calendars-month {
  width: auto;
}
html body .calendars-popup .calendars .calendars-month > table thead tr th {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html body .calendars-popup .calendars .calendars-month > table tbody tr td:hover {
  background-color: transparent;
}
html body .calendars-popup .calendars .calendars-month > table tbody tr td a, html body .calendars-popup .calendars .calendars-month > table tbody tr td span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
html body .calendars-popup .calendars .calendars-month > table tbody tr td a:hover, html body .calendars-popup .calendars .calendars-month > table tbody tr td a:focus, html body .calendars-popup .calendars .calendars-month > table tbody tr td span:hover, html body .calendars-popup .calendars .calendars-month > table tbody tr td span:focus {
  text-decoration: none;
}
html body .calendars-popup .calendars .calendars-month > table tbody tr td a.calendars-today, html body .calendars-popup .calendars .calendars-month > table tbody tr td span.calendars-today {
  background-color: #b1db87;
}
html body .calendars-popup .calendars .calendars-month > table tbody tr td span {
  color: #aaa;
}
html body .calendars-popup .calendars .calendars-month > table tbody tr td span:hover {
  cursor: not-allowed;
}
html body .calendars-popup .calendars .calendars-month > table tbody tr td a.calendars-today {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html body .calendars-popup .calendars .calendars-month > .calendars-month-header {
  display: flex;
  height: inherit;
  padding: 0 0 0 0.625em;
}
html body .calendars-popup .calendars .calendars-month > .calendars-month-header > select {
  width: 30%;
  height: 2.5rem;
  font-size: 0.8rem;
  border-bottom: 1px solid #dcdcdc;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-select-dark-green.svg") right center no-repeat;
  background-size: 0.625em auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
html body .calendars-popup .calendars .calendars-month > .calendars-month-header > select:first-child {
  margin-right: 0.9375em;
}
html body .cs__adif-av .calendars-popup .calendars .calendars-month > .calendars-month-header > select {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-select-dark-blue.svg");
}

body #content .results-pagination {
  width: 100%;
}
body #content .pagination,
body #content .pagination * {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #065547;
  display: inherit;
  list-style-type: none;
  border-radius: 0;
  width: inherit;
  height: inherit;
  text-align: inherit;
  line-height: inherit;
}
body #content .pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0.9375em;
}
@media (max-width: 47.98em) {
  body #content .pagination {
    justify-content: center;
  }
}
body #content .pagination > li,
body #content .pagination > li > a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
body #content .pagination > li {
  margin: 0 2.5px;
}
body #content .pagination > li > a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  text-align: center;
  background-color: #d9e0de;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #content .pagination > li.active > a {
  background-color: #007861;
  color: white;
}
body #content .pagination > li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body #content .pagination > li.next > a, body #content .pagination > li.prev > a, body #content .pagination > li.first > a, body #content .pagination > li.last > a {
  text-indent: -9999px;
}
body #content .pagination > li.next > a, body #content .pagination > li.prev > a {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 0.625rem;
}
body #content .pagination > li.first > a, body #content .pagination > li.prev > a {
  transform: rotate(180deg);
}
body #content .pagination > li.first > a, body #content .pagination > li.last > a {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-double-right-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 0.625rem;
}
body #content .lfr-pagination {
  margin: 1.875em 0;
}
@media (max-width: 35.98em) {
  body #content .lfr-pagination {
    margin: 0;
  }
}
body #content .lfr-pagination > small {
  display: none;
}
body #content .lfr-pagination .lfr-pagination-config {
  line-height: inherit;
}
@media (max-width: 61.98em) {
  body #content .lfr-pagination .lfr-pagination-config {
    display: none;
  }
}
body #content .lfr-pagination .lfr-pagination-config .lfr-pagination-delta-selector {
  display: none;
}
body #content .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle {
  border-radius: 0;
  border: none;
  background: #d9e0de url("/o/adif-web-theme-css/img/icons/ico-select-dark-green.svg") calc(100% - 0.625rem) center no-repeat;
  background-size: 0.625rem auto;
  color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.85rem;
  padding-right: 35px;
}
body #content .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle i {
  display: none;
}
body #content .lfr-pagination .lfr-pagination-buttons,
body #content .lfr-pagination .lfr-pagination-buttons li,
body #content .lfr-pagination .lfr-pagination-buttons li a {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  float: none;
}
body #content .lfr-pagination .lfr-pagination-buttons {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 35.98em) {
  body #content .lfr-pagination .lfr-pagination-buttons {
    flex-direction: column;
    align-items: center;
  }
}
body #content .lfr-pagination .lfr-pagination-buttons li {
  display: block;
  margin: 0 5px;
}
@media (max-width: 35.98em) {
  body #content .lfr-pagination .lfr-pagination-buttons li {
    margin: 5px 0;
  }
}
body #content .lfr-pagination .lfr-pagination-buttons li.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
body #content .lfr-pagination .lfr-pagination-buttons li a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  text-align: center;
  background-color: #d9e0de;
  display: flex;
  height: 32.4px;
  align-items: center;
  justify-content: center;
  padding: 0 0.9375em;
}

body .localizacion-cabecera-pag h2 {
  color: #102341;
  margin-bottom: 1.875em;
  font-size: 1.875rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 61.98em) {
  body .localizacion-cabecera-pag h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 47.98em) {
  body .localizacion-cabecera-pag h2 {
    margin-top: 0px;
    margin-bottom: 0.9375em;
    font-size: 1.25rem;
  }
}
body .localizacion-cabecera-pag .localizacion-texto {
  display: flex;
  margin-bottom: 3.75rem;
}
@media (max-width: 61.98em) {
  body .localizacion-cabecera-pag .localizacion-texto {
    flex-wrap: wrap;
  }
}
@media (max-width: 47.98em) {
  body .localizacion-cabecera-pag .localizacion-texto {
    margin-bottom: 0.9375em;
  }
}
body .localizacion-cabecera-pag .localizacion-texto > p {
  width: 42.5%;
  padding: 0 0.9375em;
}
body .localizacion-cabecera-pag .localizacion-texto > p:first-child {
  padding-left: 0;
}
body .localizacion-cabecera-pag .localizacion-texto > p:last-child {
  padding-right: 0;
}
@media (max-width: 61.98em) {
  body .localizacion-cabecera-pag .localizacion-texto > p {
    width: 100%;
    padding: 0 0.9375em;
  }
  body .localizacion-cabecera-pag .localizacion-texto > p:first-child {
    padding-left: 0.9375em;
  }
  body .localizacion-cabecera-pag .localizacion-texto > p:last-child {
    padding-right: 0.9375em;
  }
}
body .localizacion-cabecera-pag .localizacion-texto.two-columns {
  display: block;
  column-count: 2;
  column-gap: 1.875rem;
  width: 85%;
}
@media (max-width: 47.98em) {
  body .localizacion-cabecera-pag .localizacion-texto.two-columns {
    width: 100%;
    column-count: inherit;
    margin-bottom: 1.875em;
  }
}
body .localizacion-cabecera h2 {
  color: #102341;
  margin-top: 3.75rem;
  margin-bottom: 1.875em;
  font-size: 2.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 61.98em) {
  body .localizacion-cabecera h2 {
    font-size: 2rem;
  }
}
@media (max-width: 47.98em) {
  body .localizacion-cabecera h2 {
    margin-top: 1.875em;
    margin-bottom: 0.9375em;
    font-size: 1.85rem;
  }
}
body .localizacion-cabecera .localizacion-texto {
  display: flex;
  margin-bottom: 3.75rem;
}
@media (max-width: 61.98em) {
  body .localizacion-cabecera .localizacion-texto {
    flex-wrap: wrap;
  }
}
@media (max-width: 47.98em) {
  body .localizacion-cabecera .localizacion-texto {
    margin-bottom: 0.9375em;
  }
}
body .localizacion-cabecera .localizacion-texto > p {
  width: 42.5%;
  padding: 0 0.9375em;
}
body .localizacion-cabecera .localizacion-texto > p:first-child {
  padding-left: 0;
}
body .localizacion-cabecera .localizacion-texto > p:last-child {
  padding-right: 0;
}
@media (max-width: 61.98em) {
  body .localizacion-cabecera .localizacion-texto > p {
    width: 100%;
    padding: 0 0.9375em;
  }
  body .localizacion-cabecera .localizacion-texto > p:first-child {
    padding-left: 0.9375em;
  }
  body .localizacion-cabecera .localizacion-texto > p:last-child {
    padding-right: 0.9375em;
  }
}
body .localizacion-cabecera .localizacion-texto.two-columns {
  display: block;
  column-count: 2;
  column-gap: 1.875rem;
  width: 85%;
}
@media (max-width: 47.98em) {
  body .localizacion-cabecera .localizacion-texto.two-columns {
    width: 100%;
    column-count: inherit;
    margin-bottom: 1.875em;
  }
}
body .cifras-localizaciones {
  display: flex;
  margin: 1.875em -1.875em 3.75rem;
}
body .cifras-localizaciones .cifras-localizaciones-item {
  width: 25%;
  padding: 1.875em;
  border-right: 1px solid #dcdcdc;
}
body .cifras-localizaciones .cifras-localizaciones-item:last-child {
  border: none;
}
body .cifras-localizaciones .cifras-localizaciones-item h3 {
  font-size: 2.5rem;
  font-weight: normal;
  color: black;
  margin-bottom: 0;
}
body .cifras-localizaciones .cifras-localizaciones-item h3 span {
  font-size: 1.875rem;
}
body .cifras-localizaciones .cifras-localizaciones-item h4 {
  color: #666;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 61.98em) {
  body .cifras-localizaciones {
    display: none;
  }
}
body .cifras-localizaciones-pag {
  display: flex;
  margin: 1.875em -1.875em 3.75rem;
}
body .cifras-localizaciones-pag .cifras-localizaciones-item {
  width: 25%;
  padding: 1.875em;
  border-right: 1px solid #dcdcdc;
}
body .cifras-localizaciones-pag .cifras-localizaciones-item:last-child {
  border: none;
}
body .cifras-localizaciones-pag .cifras-localizaciones-item h3 {
  font-size: 2rem;
  font-weight: normal;
  color: black;
  margin-bottom: 0;
}
body .cifras-localizaciones-pag .cifras-localizaciones-item h4 {
  color: #666;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 61.98em) {
  body .cifras-localizaciones-pag {
    display: none;
  }
}
body .carrusel-localizaciones {
  display: none;
}
@media (max-width: 61.98em) {
  body .carrusel-localizaciones {
    display: block;
  }
}
body .carrusel-localizaciones .carrusel-localizaciones-item-pag {
  padding: 1.875em 1.875em;
}
body .carrusel-localizaciones .carrusel-localizaciones-item-pag.left-bdn {
  border-left: 2px solid white;
}
body .carrusel-localizaciones .carrusel-localizaciones-item-pag h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  color: black;
}
@media (min-width: 325px) {
  body .carrusel-localizaciones .carrusel-localizaciones-item-pag h3 {
    font-size: 1.35rem;
  }
}
@media (min-width: 400px) {
  body .carrusel-localizaciones .carrusel-localizaciones-item-pag h3 {
    font-size: 1.7rem;
  }
}
body .carrusel-localizaciones .carrusel-localizaciones-item-pag h4 {
  font-weight: 700;
  font-size: 0.85rem;
  color: #666;
}
@media (min-width: 400px) {
  body .carrusel-localizaciones .carrusel-localizaciones-item-pag h4 {
    font-size: 1rem;
  }
}
body .carrusel-localizaciones .carrusel-localizaciones-item {
  padding: 1.875em 1.875em;
}
body .carrusel-localizaciones .carrusel-localizaciones-item.left-bdn {
  border-left: 2px solid white;
}
body .carrusel-localizaciones .carrusel-localizaciones-item h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  color: black;
}
@media (max-width: 35.98em) {
  body .carrusel-localizaciones .carrusel-localizaciones-item h3 {
    font-size: 1.875rem;
  }
  body .carrusel-localizaciones .carrusel-localizaciones-item h3 span {
    font-size: 1.125rem;
  }
}
@media (max-width: 413px) {
  body .carrusel-localizaciones .carrusel-localizaciones-item h3 {
    font-size: 1.35rem;
  }
  body .carrusel-localizaciones .carrusel-localizaciones-item h3 span {
    font-size: 1.125rem;
  }
}
@media (max-width: 320px) {
  body .carrusel-localizaciones .carrusel-localizaciones-item h3 {
    font-size: 1.25rem;
  }
  body .carrusel-localizaciones .carrusel-localizaciones-item h3 span {
    font-size: 0.9375rem;
  }
}
body .carrusel-localizaciones .carrusel-localizaciones-item h4 {
  font-weight: 700;
  font-size: 1rem;
  color: #666;
}
@media (max-width: 35.98em) {
  body .carrusel-localizaciones .carrusel-localizaciones-item h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 413px) {
  body .carrusel-localizaciones .carrusel-localizaciones-item h4 {
    font-size: 0.85rem;
  }
}
body .carrusel-localizaciones ul.slick-dots,
body .carrusel-localizaciones ul.slick-dots * {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  list-style-type: none;
  display: block;
}
body .carrusel-localizaciones ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.875em;
  margin-bottom: 3.75rem;
}
@media (max-width: 47.98em) {
  body .carrusel-localizaciones ul.slick-dots {
    margin-bottom: 0px;
  }
}
body .carrusel-localizaciones ul.slick-dots li button {
  background-color: #007861;
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  line-height: 5;
  margin: 0 0.9375em;
  border-radius: 0.625rem;
  border: 1px solid transparent;
}
body .carrusel-localizaciones ul.slick-dots li.slick-active button {
  background-color: black;
  border: 5px solid transparent;
}
body .adif-localizaciones {
  position: relative;
}
body .adif-localizaciones * {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .adif-localizaciones .adif-localizacion {
  position: absolute;
  z-index: 1;
}
body .adif-localizaciones .adif-localizacion .adif-localizacion-data {
  display: flex;
  flex-direction: column;
  width: 300px;
  padding: 1.875em;
  transform: scale(0, 0);
  transform-origin: bottom left;
  position: absolute;
  bottom: 4.0625rem;
  left: 50%;
  color: white;
}
body .adif-localizaciones .adif-localizacion .adif-localizacion-data > span {
  display: block;
}
body .adif-localizaciones .adif-localizacion .adif-localizacion-data .adif-localizacion-title {
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.9375em;
}
body .adif-localizaciones .adif-localizacion .adif-localizacion-pin > a:hover .adif-localizacion-data, body .adif-localizaciones .adif-localizacion .adif-localizacion-pin > a:focus .adif-localizacion-data,
body .adif-localizaciones .adif-localizacion .adif-localizacion-pin > p:hover .adif-localizacion-data,
body .adif-localizaciones .adif-localizacion .adif-localizacion-pin > p:focus .adif-localizacion-data {
  transform: scale(1, 1);
}
body .adif-localizaciones .adif-localizacion .adif-localizacion-pin > a,
body .adif-localizaciones .adif-localizacion .adif-localizacion-pin > p {
  display: block;
}
body .adif-localizaciones .adif-localizacion > .adif-localizacion-pin > a,
body .adif-localizaciones .adif-localizacion > .adif-localizacion-pin > p {
  text-indent: -9999px;
}
body .adif-localizaciones .adif-localizacion > .adif-localizacion-pin > a > span,
body .adif-localizaciones .adif-localizacion > .adif-localizacion-pin > p > span {
  text-indent: 0;
}
body .adif-localizaciones .adif-localizacion > .adif-localizacion-pin,
body .adif-localizaciones .adif-localizacion > .adif-localizacion-pin a,
body .adif-localizaciones .adif-localizacion > .adif-localizacion-pin p {
  width: 100%;
  height: 100%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-india {
  top: 51%;
  left: 65.8%;
  width: 3.75rem;
  height: 4.0625rem;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-japon {
  width: 4.0625rem;
  height: 80px;
  right: 12%;
  top: 37%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-arabia {
  top: 49%;
  left: 58.8%;
  width: 1.875rem;
  height: 1.875rem;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-rusia {
  width: 25.625rem;
  height: 80px;
  top: 14%;
  right: 2%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-israel {
  width: 0.625rem;
  height: 1.25rem;
  top: 43.5%;
  right: 42.35%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-turquia {
  width: 1.25rem;
  height: 1.25rem;
  top: 40%;
  right: 43%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-egipto {
  width: 35px;
  height: 1.875rem;
  top: 48%;
  right: 43%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-ucrania {
  width: 1.5625rem;
  height: 22px;
  top: 33.5%;
  right: 41.9%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-bosnia {
  width: 19px;
  height: 1.125rem;
  top: 36.5%;
  right: 45.65%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-polonia {
  width: 1.5625rem;
  height: 1.5625rem;
  top: 29.5%;
  right: 46.25%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-suecia {
  width: 1.25rem;
  height: 1.25rem;
  top: 21%;
  right: 48%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-croacia {
  top: 36.25%;
  right: 47.45%;
  width: 1.25rem;
  height: 1.25rem;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-tunez {
  width: 1.25rem;
  height: 1.25rem;
  top: 43%;
  right: 49.75%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-dinamarca {
  width: 1.25rem;
  height: 1.25rem;
  top: 28%;
  right: 49%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-marruecos {
  width: 1.875rem;
  height: 35px;
  top: 43.5%;
  right: 53%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-venezuela {
  width: 1.25rem;
  height: 1.875rem;
  top: 58%;
  left: 28.25%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-colombia {
  width: 1.25rem;
  height: 1.25rem;
  top: 60%;
  left: 25.5%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-peru {
  width: 1.25rem;
  height: 1.875rem;
  top: 67%;
  left: 25%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-chile {
  width: 26px;
  height: 142px;
  top: 76%;
  left: 25%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-mexico {
  width: 80px;
  height: 2.5rem;
  top: 46.25%;
  left: 15.5%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-eeuu {
  width: 140px;
  height: 63px;
  top: 36%;
  left: 13%;
}
body .adif-localizaciones .adif-localizacion.adif-localizacion-argentina {
  width: 35px;
  height: 78px;
  top: 84%;
  left: 26.5%;
}
@media (max-width: 61.98em) {
  body .adif-localizaciones .adif-localizacion {
    display: none;
  }
}
body .adif-localizaciones .adif-localizacion .color-adifInternacional .adif-localizacion-data {
  background-color: #102341;
}
body .adif-localizaciones .adif-localizacion .color-adifInternacional .adif-localizacion-data:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.875rem 1.875rem 0 0;
  border-color: #102341 transparent transparent transparent;
  position: absolute;
  bottom: -1.875rem5rem;
  left: 0;
}
body .adif-localizaciones .adif-localizacion .color-adif .adif-localizacion-data {
  background-color: #065547;
}
body .adif-localizaciones .adif-localizacion .color-adif .adif-localizacion-data:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.875rem51 0.871 0.875rem30px 0 0;
  border-color: #065547 transparent transparent transparent;
  position: absolute;
  bottom: -1.875rem;
  left: 0;
}

body #content .taglib-categorization-filter {
  margin-bottom: 1.875em;
}
body #content .taglib-categorization-filter em {
  vertical-align: text-top;
}
body #content .taglib-categorization-filter h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18pt;
}
body #content .label-dark {
  background-color: #065547;
  color: white;
  border-radius: 1.5625rem;
  margin-bottom: 0.625em;
}
body #content .label-dark a {
  color: white;
}
body #content .categorias-bloque-ul {
  margin: 0 0 3.125em;
  padding: 0;
  list-style-type: none;
}
body #content .categorias-bloque-li {
  display: inline-block;
  width: auto;
  height: 2.25rem;
  border-radius: 1.5625rem;
  background-color: #e7ebea;
  letter-spacing: normal;
  line-height: 2;
  text-align: center;
  color: #065547;
  position: relative;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0.3125em;
}
@media (max-width: 35.98em) {
  body #content .categorias-bloque-li {
    padding: 0 0.625em;
  }
}
body #content .categorias-bloque-a {
  font-size: 0.7rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2.1875rem;
  text-align: center;
  text-transform: uppercase;
  color: #065547;
  text-decoration: none;
}
body #content .categorias-bloque-todas-li {
  display: inline-block;
  width: auto;
  height: 2.25rem;
  border-radius: 1.5625rem;
  background-color: #065547;
  line-height: 2.1875rem;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-bottom: 0.3125em;
}
@media (max-width: 35.98em) {
  body #content .categorias-bloque-todas-li {
    padding: 0 0.625em;
    font-size: 0.8rem;
  }
}
body #content .categorias-bloque-todas-a {
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
body #content .results-header h3 {
  display: none;
}

.prev {
  width: 12px;
  height: 1.25rem;
}

.next {
  width: 12px;
  height: 1.25rem;
}

.carrousel-galeria-multimedia-grande-item {
  background-position: center center;
  background-size: cover;
  height: 462px;
}
@media (max-width: 61.98em) {
  .carrousel-galeria-multimedia-grande-item {
    height: 260px;
  }
}

.carrousel-galeria-multimedia-grande-item img {
  display: none;
}

.carrousel-galeria-multimedia-grande-item-video {
  background-position: center center;
  width: 100%;
  height: 462px;
}
@media (max-width: 61.98em) {
  .carrousel-galeria-multimedia-grande-item-video {
    height: auto;
  }
}

.carrousel-galeria-multimedia-grande-item-video video {
  background-position: center center;
  width: 100%;
  height: 462px;
}
@media (max-width: 61.98em) {
  .carrousel-galeria-multimedia-grande-item-video video {
    height: auto;
  }
}

.carrousel-galeria-multimedia-nav-item {
  background-position: center center;
  background-size: cover;
  height: 121px;
}

.carrousel-galeria-multimedia-nav-item img {
  display: none;
}

.component-title {
  display: none;
}

.metadata-author {
  display: none;
}

.fechaPuclicacion {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.69;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
}

.tags-galeria {
  color: #666666;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 1.5625rem;
  border: solid 1px #d9e0de;
  height: 36px;
  display: inline-block;
  margin-top: 30.4px;
  margin-bottom: 41.4px;
  text-align: center;
  padding: 6px 0.9375em;
}
.tags-galeria a {
  color: #666;
}

.carrousel-rrss-bloque {
  width: 100%;
  height: 89px;
  background-color: #eaeaea;
  padding-top: 1px;
}

.bloque-rss {
  display: inline-block;
  margin: 12px;
}

.carrousel-rss-compartir-texto {
  width: 173.9px;
  height: 43.9px;
  font-size: 24px;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #102341;
  margin-top: 18.1px;
  margin-bottom: 22.1px;
  margin-left: 48.3px;
}

.icono-descarga {
  width: 1.875em;
  height: 31px;
}

.icono-facebook {
  width: 13.7px;
  height: 26.5px;
}

.icono-twitter {
  width: 27.4px;
  height: 22.3px;
}

.icono-instagram {
  width: 26.5px;
  height: 26.5px;
}

.rss-linea {
  border-left: 1px solid white;
  height: 62px;
  position: absolute;
}

body .adif-share-block,
body .adif-share-block * {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #102341;
  font-size: 1.4rem;
}
@media (max-width: 61.98em) {
  body .adif-share-block,
  body .adif-share-block * {
    font-size: 1rem;
  }
}
body .adif-share-block {
  display: flex;
  background-color: #eaeaea;
  padding: 0.625em 1.875em;
}
@media (max-width: 61.98em) {
  body .adif-share-block {
    padding: 0 0.9375em;
  }
}
@media (max-width: 35.98em) {
  body .adif-share-block {
    margin-bottom: -3rem;
  }
}
body .adif-share-block.nota-prensa {
  margin: 1.875em 0 35px;
}
body .adif-share-block .adif-share-block-item {
  display: flex;
  width: 50%;
  padding: 1.25rem 0.9375em;
}
body .adif-share-block .adif-share-block-item:first-child {
  padding-left: 0;
  border-right: 1px solid white;
}
body .adif-share-block .adif-share-block-item:last-child {
  padding-right: 0;
}
body .adif-share-block .adif-share-block-item p {
  display: flex;
  align-items: center;
}
body .adif-share-block .adif-share-block-item p > * {
  display: block;
}
body .adif-share-block .adif-share-block-item p span.adif-share-block-item-label {
  margin-right: 1.5625em;
  white-space: nowrap;
}
@media (max-width: 61.98em) {
  body .adif-share-block .adif-share-block-item p span.adif-share-block-item-label {
    margin-right: 0.625em;
  }
}
body .adif-share-block .adif-share-block-item li {
  display: inline-block;
  list-style: none;
}
body .adif-share-block .adif-share-block-item button {
  border: 0;
}
body .adif-share-block .adif-share-block-item .adif-icon {
  margin-right: 1.5625em;
}
body .adif-share-block .adif-share-block-item .adif-icon.c-dark-aquamarine {
  background-color: #065547 !important;
}
@media (max-width: 61.98em) {
  body .adif-share-block .adif-share-block-item .adif-icon {
    margin-right: 0.625em;
  }
}
body .adif-share-block.aviso-detalle {
  display: flex;
  justify-content: center;
}
body .adif-share-block.aviso-detalle .adif-share-block-item {
  display: flex;
  width: auto;
  justify-content: center;
  padding: 1.25rem 0.9375em;
}
body .adif-share-block.aviso-detalle .adif-share-block-item:first-child {
  border-right: none;
}
@media (max-width: 35.98em) {
  body .adif-share-block {
    flex-wrap: wrap;
  }
  body .adif-share-block .adif-share-block-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  body .adif-share-block .adif-share-block-item:first-child {
    border: none;
    border-bottom: 1px solid white;
  }
}
body .adif-detalle-multimedia h1 {
  color: #102341;
  line-height: 2.75rem;
}
@media (max-width: 61.98em) {
  body .adif-detalle-multimedia h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 35.98em) {
  body .adif-detalle-multimedia h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
body .adif-detalle-multimedia .fechaPuclicacion {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.85rem;
  margin: 1.875em 0;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 35.98em) {
  body .adif-detalle-multimedia .fechaPuclicacion {
    margin: 0.9375em 0;
  }
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-grande > button {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 1.875em;
  border: none;
  background: white url("/o/adif-web-theme-css/img/icons/ico-slide-prev.svg") center center no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 50%;
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-grande > button.slick-next {
  right: 1.875em;
  left: inherit;
  background: white url("/o/adif-web-theme-css/img/icons/ico-slide-next.svg");
}
@media (max-width: 61.98em) {
  body .adif-detalle-multimedia .carrousel-galeria-multimedia-grande > button {
    top: 40%;
  }
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-grande .carrousel-galeria-multimedia-grande-item img {
  display: none;
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-grande .carrousel-texto {
  display: block;
  margin: 3.75rem 0;
  color: #333;
}
@media (max-width: 61.98em) {
  body .adif-detalle-multimedia .carrousel-galeria-multimedia-grande .carrousel-texto {
    margin: 0.9375em 0;
  }
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper {
  position: relative;
}
@media (max-width: 47.98em) {
  body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper {
    display: none;
  }
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper > button {
  position: absolute;
  z-index: 2;
  top: 55px;
  left: 2.5rem;
  border: none;
  background: transparent url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-left-green.svg") center center no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  text-indent: -9999px;
  cursor: pointer;
  background-size: auto 1.25rem;
}
@media (max-width: 61.98em) {
  body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper > button {
    left: 0.8125rem;
  }
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper > button.next {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-green.svg");
  left: inherit;
  right: 2.5rem;
}
@media (max-width: 61.98em) {
  body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper > button.next {
    right: 0.8125rem;
  }
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav {
  padding: 0 3.125em;
  position: relative;
  overflow: hidden;
}
@media (max-width: 61.98em) {
  body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav {
    padding: 0;
  }
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav:after {
  content: "";
  width: 95px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 61.98em) {
  body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav:after {
    width: 2.8125rem;
  }
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav:before {
  content: "";
  width: 95px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 61.98em) {
  body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav:before {
    width: 2.8125rem;
  }
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav .carrousel-galeria-multimedia-nav-item {
  margin: 0 5px;
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav .carrousel-galeria-multimedia-nav-item.video-item {
  position: relative;
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav .carrousel-galeria-multimedia-nav-item.video-item:after {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-play.svg") center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 1.5625rem);
  left: calc(50% - 1.5625rem);
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .carrousel-galeria-multimedia-nav .carrousel-galeria-multimedia-nav-item img {
  display: none;
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .slick-dots,
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .slick-dots li,
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .slick-dots li button {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none;
  border: none;
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 1.875em 0;
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .slick-dots li button {
  text-indent: -9999px;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #065547;
  border-radius: 0.9375rem;
  margin: 0 0.625em;
  border: 1px solid transparent;
}
body .adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper .slick-dots li.slick-active button {
  background-color: #333;
  border: 5px solid transparent;
}
body .adif-detalle-multimedia .adif-share-block {
  margin-bottom: 3.75rem;
}

.logos-prensa {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
}
.logos-prensa div[class*=logos-prensa-] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logos-prensa div[class*=logos-prensa-] img {
  max-width: 6.25rem;
  max-height: 3.125rem;
}
@media (max-width: 61.98em) {
  .logos-prensa div[class*=logos-prensa-] img {
    margin-bottom: 0.625em;
  }
}
.logos-prensa div[class*=logos-prensa-] .iconflag {
  width: 6.25rem;
  height: 3.125rem;
  margin-right: 0.625em;
  background-size: contain;
}
.logos-prensa div[class*=logos-prensa-] .iconflag.Adif {
  background: transparent url("/o/adif-web-theme-css/img/logos/logo-adif_prensa.png") center center no-repeat;
  background-size: 6.25rem;
}
.logos-prensa div[class*=logos-prensa-] .iconflag.AdifAV {
  background: transparent url("/o/adif-web-theme-css/img/logos/logo-adif-av_prensa.png") center center no-repeat;
  background-size: 6.25rem;
}
.logos-prensa div[class*=logos-prensa-] .iconflag.Ministerio {
  background: transparent url("/o/adif-web-theme-css/img/logo-ministerio.svg") center right no-repeat;
  width: 12.5rem;
  background-size: 13.875rem;
}
.logos-prensa div[class*=logos-prensa-] .iconflag.Europa {
  background: transparent url("/o/adif-web-theme-css/img/logos/union_europea_logo_prensa.png") center center no-repeat;
  background-size: contain;
  margin-left: -0.625rem;
}
.logos-prensa div[class*=logos-prensa-] .iconflag.Renfe {
  background: transparent url("/o/adif-web-theme-css/img/logos/logo-renfe_prensa.png") center center no-repeat;
  background-size: 6.25rem;
}
.logos-prensa div[class*=logos-prensa-] .iconflag.Recuperacion {
  background: transparent url("/o/adif-web-theme-css/img/logos/logo-recup_prensa.png") center center no-repeat;
  background-size: 6.25rem;
}
.logos-prensa div[class*=logos-prensa-] .iconflag.Financiado {
  background: transparent url("/o/adif-web-theme-css/img/logos/logo-financiado_prensa.png") center center no-repeat;
  background-size: 9.375rem;
  width: 9.375rem;
}
.logos-prensa div[class*=logos-prensa-] .iconflag.Union_Europea_FEDER {
  background: transparent url("/o/adif-web-theme-css/img/union_europea_logo.png") center center no-repeat;
  background-size: contain;
}
.logos-prensa div[class*=logos-prensa-].logos-prensa-no_oficial {
  margin-top: 0.9375em;
  justify-content: space-around;
}
@media (max-width: 61.98em) {
  .logos-prensa div[class*=logos-prensa-] {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .logos-prensa div[class*=logos-prensa-] .iconflag {
    margin-bottom: 0.625em;
  }
}
.logos-prensa img {
  max-width: 6.25rem;
  display: inline-block;
  margin-right: 0.9375em;
}

.press-release .rs-content-template__header__entrance {
  padding-bottom: 1.5rem;
}
.press-release .rs-content-template__header h1 {
  padding-bottom: 2.676875rem;
}
.press-release .rs-content-template__header h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  color: #111;
}

@media (min-width: 48em) {
  .rs-listado-notas-prensa .b-articles-article__link {
    -webkit-line-clamp: 5 !important;
  }
}

#directorio-estaciones-search-wrapper {
  margin-bottom: 2.5em;
}
#directorio-estaciones-search-wrapper .directorio-estaciones-search-inner {
  background-color: #f4f4f4;
  padding: 1.875em;
  margin-bottom: 1.875em;
}
#directorio-estaciones-search-wrapper .directorio-estaciones-search-inner label {
  display: none;
}
#directorio-estaciones-search-wrapper .directorio-estaciones-search-inner form input[type=submit] {
  border: 0;
  background-color: #065547;
  color: white;
  display: block;
  height: 2.5rem;
  padding: 0 1.875em;
}
#directorio-estaciones-search-wrapper .directorio-estaciones-search-inner .form-row-group {
  display: flex;
  margin: 0 -0.9375em;
}
@media (max-width: 61.98em) {
  #directorio-estaciones-search-wrapper .directorio-estaciones-search-inner .form-row-group {
    flex-direction: column;
  }
}
#directorio-estaciones-search-wrapper .directorio-estaciones-search-inner .form-row-group .directorio-row {
  width: 50%;
  padding: 0 0.9375em;
}
@media (max-width: 61.98em) {
  #directorio-estaciones-search-wrapper .directorio-estaciones-search-inner .form-row-group .directorio-row {
    width: 100%;
    margin-bottom: 0.9375em;
  }
  #directorio-estaciones-search-wrapper .directorio-estaciones-search-inner .form-row-group .directorio-row:last-child {
    margin: 0;
  }
}
#directorio-estaciones-search-wrapper .directorio-estaciones-search-inner .form-row-group:first-child {
  margin-bottom: 1.875em;
}
#directorio-estaciones-search-wrapper .directorio-estaciones-search-inner .form-row-group:first-child .directorio-row {
  width: 100%;
}
#directorio-estaciones-search-wrapper .directorio-estaciones-search-inner .buscador-btn input {
  margin: 1.875em auto 0;
}

#inmuebles-search-wrapper .inmuebles-search-inner {
  background-color: #f4f4f4;
  padding: 1.875em;
  margin-bottom: 1.875em;
}
#inmuebles-search-wrapper .inmuebles-search-inner label {
  display: none;
}
#inmuebles-search-wrapper .inmuebles-search-inner .form-row-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 -0.9375em;
}
@media (max-width: 61.98em) {
  #inmuebles-search-wrapper .inmuebles-search-inner .form-row-group {
    flex-direction: column;
  }
}
#inmuebles-search-wrapper .inmuebles-search-inner .form-row-group .inmuebles-ppal-row {
  width: 30%;
  padding: 0 5px;
}
@media (max-width: 61.98em) {
  #inmuebles-search-wrapper .inmuebles-search-inner .form-row-group .inmuebles-ppal-row {
    width: 100%;
    margin-bottom: 0.9375em;
  }
  #inmuebles-search-wrapper .inmuebles-search-inner .form-row-group .inmuebles-ppal-row:last-child {
    margin: 0;
  }
}
#inmuebles-search-wrapper .inmuebles-search-inner .form-row-group .inmuebles-row {
  width: 60%;
  padding: 0 1.875em;
}
@media (max-width: 61.98em) {
  #inmuebles-search-wrapper .inmuebles-search-inner .form-row-group .inmuebles-row {
    width: 100%;
    margin-bottom: 0.9375em;
  }
  #inmuebles-search-wrapper .inmuebles-search-inner .form-row-group .inmuebles-row:last-child {
    margin: 0;
  }
}
#inmuebles-search-wrapper .inmuebles-search-inner .form-row-group input[type=submit] {
  border: 0;
  background-color: #065547;
  color: white;
  display: block;
  height: 47px;
  padding: 0 1.875em;
}
@media (max-width: 61.98em) {
  #inmuebles-search-wrapper .inmuebles-search-inner .form-row-group input[type=submit] {
    width: 100%;
    height: 2.5rem;
  }
}

.adif-wrapper .panel-group .panel {
  border-color: #f4f4f4;
}
.adif-wrapper .adif-encabezado {
  margin-bottom: 0;
}
@media (max-width: 35.98em) {
  .adif-wrapper .search-bar-keywords-input-wrapper input[type=text] {
    margin: 0;
  }
}
.adif-wrapper .search-bar-keywords-input-wrapper .input-group-inset-item {
  border-color: #f4f4f4;
}
.adif-wrapper div[id*=searchContainerTagPageIteratorBottom] {
  display: flex;
  flex-wrap: nowrap;
}
.adif-wrapper div[id*=searchContainerTagPageIteratorBottom] p.pagination-results,
.adif-wrapper div[id*=searchContainerTagPageIteratorBottom] ul.pagination li.dropdown {
  display: none;
}
.adif-wrapper div[id*=searchContainerTagPageIteratorBottom] ul.pagination li:first-child a svg, .adif-wrapper div[id*=searchContainerTagPageIteratorBottom] ul.pagination li:last-child a svg {
  width: 100%;
  padding: 9px;
}
.adif-wrapper div[id*=searchContainerTagPageIteratorBottom] ul.pagination li.active a {
  border: none;
  font-weight: 600;
}
.adif-wrapper .facet-checkbox-label > input,
.adif-wrapper .facet-checkbox-label .custom-control-label:before {
  width: 0.9375rem;
  height: 0.9375rem;
}
.adif-wrapper .adif-title-l3 {
  margin-top: 0;
}
.adif-wrapper form[id*=sort_portlet] label {
  display: block;
  margin: 7px 0 27px 0;
  font-size: 1.75rem;
  font-weight: 300;
  font-style: normal;
  color: #102341;
}
.adif-wrapper form[id*=sort_portlet] button.btn-secondary {
  border: 1px solid #8a8a8a;
  background-color: white;
  padding: 0 2.5em 0 0.625rem;
  border-radius: 0;
  text-transform: none;
  color: #065547;
}
.adif-wrapper form[id*=sort_portlet] button.btn-secondary:hover {
  background-color: #f4f4f4;
  border: 1px solid #8a8a8a;
  color: #102341;
}
.adif-wrapper section[id*=sort_portlet] {
  margin: 0;
}
.adif-wrapper section[id*=SearchResultsPortlet] li.dropdown.page-item.dpd-1 {
  display: none !important;
}
.adif-wrapper section[id*=SearchResultsPortlet] button.dropdown-toggle.page-link {
  color: #065547;
  font-weight: 600;
  font-style: normal;
  font-size: 0.85rem;
  border: none;
  border-radius: 0;
  background-color: #d9e0de;
  background-size: 0.625rem auto;
  box-shadow: none;
}
.adif-wrapper section[id*=SearchResultsPortlet] p.pagination-results {
  display: none;
}
.adif-wrapper section[id*=SearchResultsPortlet] div.pagination-bar {
  justify-content: space-between;
}
.adif-wrapper section[id*=SearchResultsPortlet] ul.pagination svg {
  width: 100%;
  padding: 9px !important;
}
.adif-wrapper .search-total-label {
  margin: 0;
  text-align: right;
  font-size: small;
}
.adif-wrapper .search-total-label strong {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.adif-wrapper .portlet-column * {
  border-radius: 0;
}
.adif-wrapper ul.list-group li {
  box-shadow: none;
  border: 1px solid #f4f4f4;
}
.adif-wrapper ul.list-group li h4 {
  font-size: 1.2rem;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 5px;
  margin-bottom: 0.9375em;
}
.adif-wrapper ul.list-group li h4 a {
  color: #065547;
}
.adif-wrapper ul.list-group li h4 a .highlight {
  background: rgba(255, 255, 204, 0.5);
  padding: 0 5px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.adif-wrapper ul.list-group li h6.search-document-content {
  padding: 0.625em;
  border: 1px solid #f4f4f4;
  margin: 0.625em 0;
}

.adif-title-l3 {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #102341;
  margin: 21px 0;
}

.adif-layout-wrapper .portlet-column-top {
  background-color: #f4f4f4;
  padding: 1.875em;
  margin-bottom: 1.875em;
}
.adif-layout-wrapper .search-bar-keywords-input-wrapper {
  width: 100%;
  min-width: auto;
  flex-wrap: nowrap;
}
.adif-layout-wrapper .h4.panel-title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #065547;
  background-color: white;
  border-bottom: 1px solid #f4f4f4;
}
.adif-layout-wrapper .h4.panel-title span {
  font-size: 0.8rem;
}
.adif-layout-wrapper .facet-value {
  margin-bottom: 5px;
}
.adif-layout-wrapper .facet-value label, .adif-layout-wrapper .facet-value span {
  font-size: 0.8rem;
}
.adif-layout-wrapper .facet-checkbox-label {
  display: flex;
  align-items: center;
}
.adif-layout-wrapper .facet-checkbox-label small {
  margin-left: 5px;
}
.adif-layout-wrapper .list-group-item div:first-child,
.adif-layout-wrapper .list-group-item .search-document-tags {
  display: none;
}

.pagination-items-per-page > a,
.pagination-items-per-page.show > a,
.pagination-items-per-page > a:hover,
.pagination-items-per-page.show > a:focus,
.pagination-items-per-page.show > a:active {
  color: #065547;
  font-weight: 600;
  font-style: normal;
  font-size: 0.85rem;
  border: none;
  border-radius: 0;
  background: #d9e0de url("/o/adif-web-theme-css/img/icons/ico-select-dark-green.svg") calc(100% - 0.625rem) calc(50% + 2.5px) no-repeat;
  background-size: 0.625rem auto;
  padding-right: 32.5px;
  box-shadow: none;
}
.pagination-items-per-page > a span[id],
.pagination-items-per-page.show > a span[id],
.pagination-items-per-page > a:hover span[id],
.pagination-items-per-page.show > a:focus span[id],
.pagination-items-per-page.show > a:active span[id] {
  display: none;
}

.cs__adif-av section[id*=SearchResultsPortlet] button.dropdown-toggle.page-link {
  color: #102341;
}
.cs__adif-av form[id*=sort_portlet] label {
  color: #102341;
}
.cs__adif-av form[id*=sort_portlet] button.btn-secondary {
  color: #102341;
}
.cs__adif-av form[id*=sort_portlet] button.btn-secondary:hover {
  color: #102341;
}
.cs__adif-av .pagination-items-per-page > a,
.cs__adif-av .pagination-items-per-page.show > a,
.cs__adif-av .pagination-items-per-page > a:hover,
.cs__adif-av .pagination-items-per-page.show > a:focus,
.cs__adif-av .pagination-items-per-page.show > a:active {
  color: #A6CCD9;
  background: #d9e0de url("/o/adif-web-theme-css/img/icons/ico-select-dark-blue.svg") calc(100% - 0.625rem) calc(50% + 2.5px) no-repeat;
}

.rs-listado-estaciones-titulo h2 {
  text-transform: lowercase;
  font-weight: bold !important;
  font-size: 1.625rem;
}

.rs-listado-estaciones .adif-table {
  font-size: 0.9375rem;
}
.rs-listado-estaciones .adif-table tr {
  height: 2.875rem;
}
.rs-listado-estaciones .adif-table tr:hover {
  border-radius: unset;
}
.rs-listado-estaciones .adif-table thead tr th.col-hora, .rs-listado-estaciones .adif-table thead tr th.col-destino {
  width: 25% !important;
}
.rs-listado-estaciones .adif-table thead tr th.col-hora, .rs-listado-estaciones .adif-table thead tr th.col-destino, .rs-listado-estaciones .adif-table thead tr th.col-tren, .rs-listado-estaciones .adif-table thead tr th.col-via {
  padding: 0.3125rem !important;
}
@media (max-width: 61.98em) {
  .rs-listado-estaciones .adif-table thead tr th.col-hora, .rs-listado-estaciones .adif-table thead tr th.col-destino, .rs-listado-estaciones .adif-table thead tr th.col-tren, .rs-listado-estaciones .adif-table thead tr th.col-via {
    font-size: 1rem;
    text-transform: none !important;
  }
}
@media (max-width: 61.98em) {
  .rs-listado-estaciones .adif-table thead tr th.col-hora {
    text-align: center;
  }
}
.rs-listado-estaciones .adif-table tbody tr {
  cursor: pointer;
}
.rs-listado-estaciones .adif-table tbody tr:nth-child(odd) td {
  background: #F4F4F4;
}
.rs-listado-estaciones .adif-table tbody tr td {
  border-bottom: none;
  border-radius: unset !important;
  background: white;
}
.rs-listado-estaciones .adif-table tbody tr td.rs-col-estacion {
  width: 40%;
}
@media (min-width: 62em) and (max-width: 74.98em) {
  .rs-listado-estaciones .adif-table tbody tr td.rs-col-estacion {
    width: 50%;
  }
}
.rs-listado-estaciones .adif-table tbody tr td.rs-col-estacion img {
  height: 0.9375rem;
  margin-left: 0.6875rem;
  float: right;
  margin-top: 0.25rem;
}
.rs-listado-estaciones .adif-table tbody tr td.col-hora, .rs-listado-estaciones .adif-table tbody tr td.col-destino, .rs-listado-estaciones .adif-table tbody tr td.col-tren, .rs-listado-estaciones .adif-table tbody tr td.col-via {
  padding: 0.125rem 0 0.125rem 0.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
@media (max-width: 61.98em) {
  .rs-listado-estaciones .adif-table tbody tr td.col-hora, .rs-listado-estaciones .adif-table tbody tr td.col-destino, .rs-listado-estaciones .adif-table tbody tr td.col-tren, .rs-listado-estaciones .adif-table tbody tr td.col-via {
    font-size: 0.875rem;
  }
}
.rs-listado-estaciones .adif-table tbody tr td.col-hora {
  line-height: 1.25rem;
}
.rs-listado-estaciones .adif-table tbody tr td.col-destino {
  width: 50%;
}
.rs-listado-estaciones .adif-table tbody tr td.col-destino a {
  color: #111;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 1.875rem;
  line-height: 1.25rem;
}
@media (max-width: 47.98em) {
  .rs-listado-estaciones .adif-table tbody tr td.col-destino a {
    line-height: 0.9375rem;
  }
}
.rs-listado-estaciones .adif-table tbody tr td.col-destino img {
  height: 0.9375rem;
  margin-left: 70%;
  width: 2.1875rem;
  align-self: end;
  position: absolute;
}
.rs-listado-estaciones .adif-table tbody tr td.col-tren {
  font-size: 0.875rem !important;
  line-height: 1.25rem;
}
@media (max-width: 47.98em) {
  .rs-listado-estaciones .adif-table tbody tr td.col-tren {
    line-height: 0.9375rem;
  }
}
.rs-listado-estaciones .adif-table tbody tr td.col-tren .lineColored {
  padding: 0.4375rem !important;
  font-size: 1rem;
  width: 3.3125rem;
  height: 2.0625rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 47.98em) {
  .rs-listado-estaciones .adif-table tbody tr td.col-tren .lineColored {
    padding: 0.5625rem 0.1875rem !important;
    width: 2.8125rem;
  }
}
.rs-listado-estaciones .adif-table .rs-col-provincia,
.rs-listado-estaciones .adif-table .rs-col-ambito {
  text-align: center;
}
@media (max-width: 61.98em) {
  .rs-listado-estaciones .adif-table .rs-col-provincia,
  .rs-listado-estaciones .adif-table .rs-col-ambito {
    display: none;
  }
}
.rs-listado-estaciones .adif-table span {
  font-weight: normal;
  color: black;
}
.rs-listado-estaciones.adif-actualidad-wrapper.mx-2 {
  margin: unset !important;
}

.rs-listado-estaciones-paginacion .pagination li {
  width: fit-content !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.rs-listado-estaciones-paginacion .pagination li a {
  width: fit-content !important;
}
.rs-listado-estaciones-paginacion .pagination li.active a {
  color: #065547 !important;
  font-weight: bold !important;
}
.rs-listado-estaciones-paginacion .pagination li a {
  background-color: transparent !important;
  color: black !important;
  font-size: 1.125rem !important;
  font-weight: normal !important;
}
.rs-listado-estaciones-paginacion .pagination li.next a, .rs-listado-estaciones-paginacion .pagination li.prev a {
  background-image: url(/o/adif-web-theme-css/img/icons/redesign/arrowRightGreen.svg) !important;
}
.rs-listado-estaciones-paginacion .pagination li.first, .rs-listado-estaciones-paginacion .pagination li.prev, .rs-listado-estaciones-paginacion .pagination li.next, .rs-listado-estaciones-paginacion .pagination li.last {
  width: 1.875rem !important;
  margin: 0 !important;
}
.rs-listado-estaciones-paginacion .pagination li.first a, .rs-listado-estaciones-paginacion .pagination li.prev a, .rs-listado-estaciones-paginacion .pagination li.next a, .rs-listado-estaciones-paginacion .pagination li.last a {
  background-size: auto 0.875rem !important;
  width: 1.875rem !important;
}

@media (max-width: 47.98em) {
  .rs-tab-estaciones-destacadas_todas {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.rs-tab-estaciones-destacadas_todas a.nav-link {
  color: black !important;
  text-decoration: none;
  font-weight: normal !important;
}
@media (max-width: 61.98em) {
  .rs-tab-estaciones-destacadas_todas a.nav-link {
    text-align: center;
    font-size: 1rem !important;
    padding-right: 0;
    padding-left: 0;
  }
}
.rs-tab-estaciones-destacadas_todas a.nav-link.active {
  font-weight: bold !important;
}
.rs-tab-estaciones-destacadas_todas .nav.adif-inline-tabs {
  border-bottom: 1px solid black;
}
.rs-tab-estaciones-destacadas_todas .nav-item {
  margin-bottom: 0.125rem;
}
@media (max-width: 61.98em) {
  .rs-tab-estaciones-destacadas_todas .nav-item {
    width: 50%;
  }
}
.rs-tab-estaciones-destacadas_todas p {
  color: black;
  font-size: 2.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 47.98em) {
  .rs-tab-estaciones-destacadas_todas p {
    font-size: 1.625rem;
  }
}
@media (max-width: 47.98em) and (max-width: 35.98em) {
  .rs-tab-estaciones-destacadas_todas p {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.rs-estaciones-destacadas {
  width: 9.875rem;
  height: 10.375rem;
  float: left;
  margin-right: 2rem;
  margin-top: 1.125rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 47.98em) {
  .rs-estaciones-destacadas {
    margin-right: 1.125rem;
  }
}
@media (max-width: 35.98em) {
  .rs-estaciones-destacadas {
    width: 48% !important;
    margin-right: 0;
    height: 42vw;
  }
  .rs-estaciones-destacadas:nth-child(even) {
    float: right;
    padding-right: 0.9375rem;
  }
  .rs-estaciones-destacadas:nth-child(odd) {
    padding-left: 0.9375rem;
  }
}
@media (min-width: 36em) and (max-width: 47.98em) {
  .rs-estaciones-destacadas {
    width: 31%;
  }
  .rs-estaciones-destacadas:nth-child(3n+2) {
    margin-right: 0;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-estaciones-destacadas {
    width: 31%;
    margin-right: 1.5rem;
  }
  .rs-estaciones-destacadas:nth-child(3n+2) {
    margin-right: 0;
  }
}
@media (min-width: 62em) and (max-width: 74.98em) {
  .rs-estaciones-destacadas {
    width: 15%;
    margin-right: 1.125rem;
    height: 11.875rem;
  }
  .rs-estaciones-destacadas:nth-child(6n+2) {
    margin-right: 0;
  }
}
.rs-estaciones-destacadas:nth-child(6n+2) {
  margin-right: 0;
}
.rs-estaciones-destacadas .rs-estacion-imagen {
  width: 9.875rem;
  height: 5.75rem;
}
@media (max-width: 35.98em) {
  .rs-estaciones-destacadas .rs-estacion-imagen {
    width: 100%;
    height: 25vw;
  }
}
@media (min-width: 36em) and (max-width: 47.98em) {
  .rs-estaciones-destacadas .rs-estacion-imagen {
    width: 100%;
    height: 6.25rem;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-estaciones-destacadas .rs-estacion-imagen {
    width: 100%;
    height: 7.5rem;
  }
}
@media (min-width: 62em) and (max-width: 74.98em) {
  .rs-estaciones-destacadas .rs-estacion-imagen {
    width: 100%;
    height: 5.25rem;
  }
}
.rs-estaciones-destacadas .rs-estacion-icono {
  height: 0.875rem;
  float: right;
  margin-top: 0.75rem;
}
.rs-estaciones-destacadas .rs-estacion-titulo {
  float: left;
  margin-top: 0.4375rem;
  color: black;
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 74.98em) {
  .rs-estaciones-destacadas .rs-estacion-titulo {
    font-size: 0.9375rem;
  }
}
.rs-estaciones-destacadas .rs-estacion-link {
  height: 100%;
  width: 100%;
  display: block;
}

.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-selection__placeholder {
  color: black !important;
  padding-left: 0.625rem !important;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-selection__placeholder {
    font-size: 1rem !important;
  }
}
.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-selection__rendered {
  background: white !important;
}
.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-container--open {
  border-top: 1px solid #065547;
  border-left: 1px solid #065547;
  border-right: 1px solid #065547;
}
.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-container--open .select2-selection__arrow {
  background-image: url("/o/adif-web-theme-css/img/icons/redesign/arrowUpGreen.svg") !important;
  background-size: 1rem;
  margin-right: 1.25rem;
}
.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-selection__arrow {
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowDownGreen.svg") center calc(50% - 2px) no-repeat !important;
  background-size: 1rem !important;
  margin-right: 1.25rem !important;
}
.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-container {
  z-index: 1;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-container {
    height: 3.125rem !important;
  }
}
.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-container .select2-selection__clear {
  font-size: 1.875rem !important;
  margin-top: 0.9375rem;
  margin-right: 3.125rem !important;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item .select2-container .select2-selection__clear {
    margin-top: 0.6875rem;
  }
}
.rs-buscador-estaciones-home .rs-estaciones-select .selection {
  border: 0.0625rem solid #8A8A8A;
  box-shadow: none !important;
}
.rs-buscador-estaciones-home .consulta-tu-viaje {
  margin-top: 0 !important;
}
@media (min-width: 48em) {
  .rs-buscador-estaciones-home .consulta-tu-viaje {
    margin-bottom: 1.125rem !important;
  }
}

.rs-estaciones-destacadas-home {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  margin-top: 1.3125rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 47.98em) {
  .rs-estaciones-destacadas-home {
    display: block;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-estaciones-destacadas-home {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rs-estaciones-destacadas-home .rs-estacion-nombre-home {
  background: white;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 0.9375rem;
  min-height: 3.75rem;
  display: flex;
  line-height: 1.25rem;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #8A8A8A;
}
@media (max-width: 47.98em) {
  .rs-estaciones-destacadas-home .rs-estacion-nombre-home {
    margin-top: 1.125rem;
  }
}
.rs-estaciones-destacadas-home .rs-estacion-link-home {
  text-decoration: none;
  display: block;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-estaciones-destacadas-home .rs-estacion-link-home:nth-child(4) .rs-estacion-nombre-home {
    margin-top: 0.8125rem;
  }
}
.rs-estaciones-destacadas-home li {
  margin-bottom: 0 !important;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-estaciones-destacadas-home li:last-child {
    grid-column: span 2;
  }
}

#wrapper .rs-buscador-estaciones-home .select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  background-color: white !important;
}

.rs-detalle-estacion a.nav-link {
  color: black !important;
  text-decoration: none;
  font-weight: normal !important;
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion a.nav-link {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}
.rs-detalle-estacion a.nav-link.active {
  font-weight: bold !important;
}
.rs-detalle-estacion .nav.adif-inline-tabs {
  border-bottom: 0.0625rem solid #DBDBDB;
  height: 2.875rem;
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .nav.adif-inline-tabs .active:after {
    bottom: -0.375rem;
  }
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .nav.adif-inline-tabs .nav-item {
    width: 30%;
  }
}
.rs-detalle-estacion .nav.nav-pills {
  background: white !important;
  border-radius: unset !important;
  flex-direction: row;
  border-bottom: 0.1875rem solid #dcdcdc;
  margin: 0.9375rem 0 0 0;
}
@media (min-width: 48em) {
  .rs-detalle-estacion .nav.nav-pills {
    border-bottom: 0.0625rem solid black !important;
  }
}
.rs-detalle-estacion .nav.nav-pills li {
  flex: unset !important;
  line-height: 1.5 !important;
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .nav.nav-pills li {
    padding: unset !important;
  }
}
.rs-detalle-estacion .nav.nav-pills li a {
  border-radius: unset !important;
  margin-bottom: -0.0625rem;
  padding: 0.5rem 1rem !important;
  font-size: 1.15rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #065547;
}
.rs-detalle-estacion .nav.nav-pills li a.active {
  color: #333;
  position: relative;
}
.rs-detalle-estacion .nav.nav-pills li a.active:after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background-color: #065547;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
}
.rs-detalle-estacion .nav-item {
  background: white !important;
  border-radius: unset !important;
  margin-bottom: 0.125rem !important;
}
.rs-detalle-estacion .nav-item a {
  background: white !important;
  text-transform: none !important;
  font-size: 1.125rem !important;
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .nav-item a {
    font-size: 1rem !important;
  }
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .nav-item {
    width: 50%;
  }
}
.rs-detalle-estacion .opciones-buscador-trenes {
  background: white !important;
  padding: 0 0.3125rem 0 0.3125rem !important;
}
.rs-detalle-estacion .opciones-buscador-trenes .form-row {
  border-bottom: none !important;
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas {
  padding: 0.875rem 0.875rem 0.875rem 0.875rem;
  border: 0.0625rem solid #DBDBDB !important;
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .horarios-check {
  display: flex;
  gap: 1.4375rem;
}
@media (max-width: 74.98em) {
  .rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .horarios-check {
    gap: 0;
    flex-direction: column;
  }
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .horarios-check label {
  font-size: 1.125rem !important;
  font-weight: bold !important;
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .horarios-check label .custom-control-label::before, .rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .horarios-check label .custom-control-label::after {
  width: 0.875rem !important;
  height: 0.875rem !important;
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .horarios-check label .custom-control-input:checked ~ .custom-control-label::before {
  width: 0.875rem !important;
  height: 0.875rem !important;
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .horarios-check label .custom-control-input:checked ~ .custom-control-label::after {
  width: 1rem !important;
  height: 1rem !important;
}
@media (min-width: 62em) {
  .rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .tab-horas-salidas_llegadas {
    padding-right: 0;
  }
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .tab-horas-salidas_llegadas {
    flex: 1;
    margin-left: -1.1875rem;
    margin-right: -1.1875rem;
  }
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .tabla-horas-trenes-empty {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .rs-buscador-horarios-estacion-button {
  border-top: 0.0625rem solid #DBDBDB;
}
@media (min-width: 62em) {
  .rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .rs-buscador-horarios-estacion-button {
    margin-top: 2.375rem;
    justify-content: right !important;
  }
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .rs-buscador-horarios-estacion-button {
    margin-top: 1.375rem;
  }
}
@media (max-width: 35.98em) {
  .rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .rs-buscador-horarios-estacion-button {
    padding-top: 1.25rem !important;
  }
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .rs-buscador-horarios-estacion-button .adif-btn {
  background-color: white !important;
  color: #065547 !important;
  font-weight: normal !important;
  font-size: 0.9375rem !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .rs-buscador-horarios-estacion-button .rs-linkArrow {
  align-self: center;
}
@media (min-width: 48em) {
  .rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .rs-boton-consultar {
    justify-content: flex-end !important;
  }
}
.rs-detalle-estacion .opciones-buscador-trenes .rs-tabla-salidas-llegadas .rs-boton-consultar .adif-btn {
  border-radius: 2.5rem !important;
  text-transform: uppercase;
  height: 3.75rem !important;
  padding: 0 2.6875rem !important;
  letter-spacing: 0.04em;
  font-size: 0.9375rem !important;
  font-weight: normal !important;
}
.rs-detalle-estacion .adif-estado-red {
  padding: 0 !important;
}
.rs-detalle-estacion .adif-estado-red a {
  background: unset !important;
}
.rs-detalle-estacion .horarios-date, .rs-detalle-estacion .horarios-update {
  font-size: 1.125rem !important;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-detalle-estacion .horarios-date, .rs-detalle-estacion .horarios-update {
    flex: unset;
    max-width: unset;
  }
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .horarios-date, .rs-detalle-estacion .horarios-update {
    padding: 0 !important;
    font-size: 1rem !important;
  }
}
.rs-detalle-estacion .go-to-network-state {
  margin: 0;
  text-align: right;
}
.rs-detalle-estacion .go-to-network-state .nav-link {
  color: #065547 !important;
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .go-to-network-state .nav-link {
    text-align: left;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-detalle-estacion .go-to-network-state {
    flex: unset;
    max-width: unset;
  }
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .go-to-network-state {
    padding: 0 !important;
    grid-column: span 2;
  }
}
.rs-detalle-estacion .horarios-date p {
  background: transparent url(/o/adif-web-theme-css/img/icons/redesign/calendarGreen.svg) left center no-repeat !important;
}
.rs-detalle-estacion .horarios-update {
  text-align: unset !important;
}
.rs-detalle-estacion .horarios-update p {
  background: transparent url(/o/adif-web-theme-css/img/icons/redesign/clockGreen.svg) left center no-repeat !important;
}
.rs-detalle-estacion .rs-estaciones-fecha-hora li {
  margin-bottom: 0;
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion .rs-estaciones-fecha-hora {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-bottom: 1.125rem !important;
  }
}
.rs-detalle-estacion.pills-columns {
  display: block !important;
}
.rs-detalle-estacion.pills-columns .icono {
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.25rem;
}
.rs-detalle-estacion.pills-columns .pills-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rs-detalle-estacion.pills-columns .pills-column.rs-estacion-direccion-horario {
  margin: 0 1.875rem;
  padding-bottom: 0.9375rem !important;
  border-right: none !important;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  width: unset !important;
}
.rs-detalle-estacion.pills-columns .pills-column.rs-estacion-direccion-horario li {
  display: flex !important;
  gap: 0.5rem;
  align-items: center;
}
.rs-detalle-estacion.pills-columns .pills-column.rs-estacion-direccion-horario li span {
  font-size: 1.125rem;
}
.rs-detalle-estacion.pills-columns .pills-column.rs-estacion-direccion-horario li .rs-detalle-estacion-google {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 1.125rem;
  font-size: 1rem;
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion.pills-columns .pills-column.rs-estacion-direccion-horario li .rs-detalle-estacion-google {
    grid-column: span 2;
    margin-left: 1.8125rem;
    width: 10.9375rem;
  }
}
@media (max-width: 61.98em) {
  .rs-detalle-estacion.pills-columns .pills-column.rs-estacion-direccion-horario li {
    display: grid !important;
    grid-template-columns: auto auto;
    justify-content: start;
  }
}
.rs-detalle-estacion.pills-columns .pills-column.service-column {
  margin: 1.75rem 1.5625rem 0 1.875rem;
  border-right: none !important;
  width: unset !important;
}
.rs-detalle-estacion.pills-columns .pills-column.service-column h2 {
  text-transform: uppercase;
  font-size: 1rem;
}
.rs-detalle-estacion.pills-columns .pills-column.service-column span {
  font-weight: normal !important;
  font-size: 1.125rem !important;
}
.rs-detalle-estacion.pills-columns .pills-column.service-column .icons-pills-column {
  gap: 0.5rem;
}
.rs-detalle-estacion.pills-columns .pills-column.service-column .icons-pills-column .icono {
  margin-right: 0 !important;
}
.rs-detalle-estacion .title-servicios {
  margin-top: 1.6875rem;
}
.rs-detalle-estacion .title-servicios h2 {
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.rs-detalle-estacion .title-servicios.rs-servicios-adaptados {
  margin-top: 1.6875rem;
  padding-top: 1.6875rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.rs-detalle-estacion .servicios-estacion {
  margin-left: 0;
}
.rs-detalle-estacion .servicios-estacion .linkServiciosDesp, .rs-detalle-estacion .servicios-estacion .servicio-estacion {
  flex: 50%;
  height: 1.5625rem !important;
  padding-left: 0;
}
@media (max-width: 47.98em) {
  .rs-detalle-estacion .servicios-estacion .linkServiciosDesp, .rs-detalle-estacion .servicios-estacion .servicio-estacion {
    flex: 100%;
  }
}
.rs-detalle-estacion .servicios-estacion .servicio-estacion-icono {
  height: 2.0625rem !important;
  width: 2.0625rem !important;
  background-size: auto 1.25rem !important;
}
.rs-detalle-estacion .servicios-estacion .servicio-estacion-datos {
  margin-left: 0 !important;
  width: 100% !important;
  font-size: 0.9375rem !important;
  line-height: normal !important;
  color: black !important;
}
.rs-detalle-estacion .servicios-estacion .servicio-estacion-datos h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  margin-top: 0.375rem;
  overflow: visible;
}
@media (min-width: 62em) and (max-width: 74.98em) {
  .rs-detalle-estacion .servicios-estacion .servicio-estacion-datos h3 {
    margin-top: 0.625rem;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-detalle-estacion .servicios-estacion .servicio-estacion-datos h3 {
    margin-top: 0.625rem;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 47.98em) {
  .rs-detalle-estacion .servicios-estacion .servicio-estacion-datos h3 {
    font-size: 1.125rem !important;
  }
}
.rs-detalle-estacion .servicios-estacion .servicio-estacion-datos p {
  margin-bottom: 0;
  font-size: 0.9375rem !important;
  line-height: normal !important;
  color: black !important;
}
@media (max-width: 47.98em) {
  .rs-detalle-estacion .servicios-estacion .servicio-estacion-datos {
    justify-content: left !important;
  }
}
.rs-detalle-estacion .servicios-estacion .servicio-estacion-detalle {
  height: unset !important;
  border-radius: 0.0625rem;
  background: #F4F4F4;
  padding: 2.5rem 1rem 1.9375rem 1rem;
  margin-top: 1.875rem;
  margin-left: 0;
  margin-right: 0.9375rem;
}
.rs-detalle-estacion .servicios-estacion .servicio-estacion-detalle-1::before {
  left: 60%;
}
@media (max-width: 47.98em) {
  .rs-detalle-estacion .servicios-estacion .servicio-estacion-detalle-1::before {
    left: 16%;
  }
}
.rs-detalle-estacion .servicios-estacion .servicio-estacion-detalle::before {
  border-bottom-color: #F4F4F4 !important;
  transform: scale(0.5, 0.8);
  margin-bottom: -0.4375rem;
  margin-left: -2.5rem;
}
@media (max-width: 47.98em) {
  .rs-detalle-estacion .servicios-estacion .servicio-estacion {
    flex-direction: row;
  }
}
.rs-detalle-estacion .servicios-estacion button h3 {
  color: #065547 !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.rs-detalle-estacion .servicios-estacion .btn-close-adif {
  color: black;
  font-size: 2rem !important;
  margin: 0 !important;
}
@media (max-width: 47.98em) {
  .rs-detalle-estacion .servicios-estacion {
    margin-bottom: 0;
  }
}
.rs-detalle-estacion .adif-area-comercial-pills .nav-pills {
  gap: 1.125rem;
  border-bottom: none !important;
}
.rs-detalle-estacion .adif-area-comercial-pills .nav-pills li {
  width: max-content;
}
.rs-detalle-estacion .adif-area-comercial-pills .nav-pills li a {
  background: #f4f4f4 !important;
  border-radius: 3.125rem !important;
  border: 0.0625rem solid #8A8A8A;
  font-size: 1rem !important;
  padding: 0.875rem 1.5rem 0.875rem 1.5rem !important;
}
.rs-detalle-estacion .adif-area-comercial-pills .nav-pills li a.active {
  background: #065547 !important;
  color: white !important;
  font-weight: normal !important;
}
.rs-detalle-estacion .adif-area-comercial-pills .nav-pills li a.active:after {
  content: unset;
}
.rs-detalle-estacion .adif-area-comercial-pills .container {
  padding-left: 0;
  padding-right: 0;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card {
  margin-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-detalle-estacion .adif-area-comercial-pills .item-card {
    flex: 100%;
    max-width: 100%;
  }
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card {
  height: 21.875rem;
  border: 0.0625rem solid #dbdbdb;
}
@-moz-document url-prefix() {
  .rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-inner {
    width: 99%;
  }
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front {
  background: white;
  align-items: start;
  padding: 1.125rem;
  justify-content: flex-start;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front img {
  width: 55%;
  height: 9.375rem;
  max-width: 180px;
  margin-bottom: 1.125rem;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  text-align: left;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-icono-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .icono {
  width: 1rem;
  height: 1rem;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .parentLinkExt {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo {
  align-self: end;
  width: 100%;
  position: absolute;
  top: 19.5rem;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo h3 {
  float: right;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo h3 span {
  font-weight: normal;
  font-size: 0.9375rem;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo h3 span:nth-child(2) {
  width: 1.25rem;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo .desplegable-button {
  padding: 0;
  background: white;
  gap: 0.375rem;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo .dropdown-content {
  background: white !important;
  text-align: left;
  padding: 0;
  margin: 0;
  float: right;
}
.rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo .dropdown-content p {
  margin-bottom: 0.3125rem;
}
@media (min-width: 75em) {
  .rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo .dropdown-content {
    width: 22.5rem;
  }
}
@media (min-width: 62em) and (max-width: 74.98em) {
  .rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo .dropdown-content {
    width: 18.1875rem;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo .dropdown-content {
    width: 29.375rem;
  }
}
@media (min-width: 36em) and (max-width: 47.98em) {
  .rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo .dropdown-content {
    width: 29.375rem;
  }
}
@media (max-width: 35.98em) {
  .rs-detalle-estacion .adif-area-comercial-pills .item-card .rs-tiendas-card .flip-card-front .rs-tiendas-masinfo .dropdown-content {
    width: 90%;
  }
}
.rs-detalle-estacion .bannerApp-button .external-link {
  background: transparent url(/o/adif-web-theme-css/img/icons/ico-blank-white.svg) right center no-repeat !important;
}
@media (max-width: 47.98em) {
  .rs-detalle-estacion .list-easytabs {
    border: 1px solid #8a8a8a !important;
    flex-direction: column !important;
    height: 2.5rem;
    overflow: hidden;
    margin-top: 0 !important;
  }
  .rs-detalle-estacion .list-easytabs li {
    width: 100%;
    height: 2.5rem;
    flex: 0 0 auto;
  }
  .rs-detalle-estacion .list-easytabs li a {
    text-align: left !important;
    border-bottom: 1px solid #A3A8A3;
  }
  .rs-detalle-estacion .list-easytabs li a:not(.active) {
    padding-left: 0.625rem !important;
  }
  .rs-detalle-estacion .list-easytabs li:last-child a {
    border-bottom: none !important;
  }
  .rs-detalle-estacion .list-easytabs li.active {
    -webkit-box-ordinal-group: -1;
    order: -1;
  }
  .rs-detalle-estacion .list-easytabs li.active > a {
    font-weight: normal !important;
    padding: 0.5rem 0.625rem !important;
  }
  .rs-detalle-estacion .list-easytabs li.active > a:before {
    content: "";
    background: url(/o/adif-web-theme-css/img/icons/redesign/menuMobileGreen.svg) center no-repeat;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    margin-right: 0.5rem;
  }
  .rs-detalle-estacion .list-easytabs li.active > a:after {
    position: relative !important;
    top: 0;
    background: url(/o/adif-web-theme-css/img/icons/redesign/arrowDownGreen.svg) center no-repeat;
    display: inline-block;
    float: right;
    background-color: white !important;
    height: 1.125rem !important;
    width: 1.125rem !important;
    margin-top: 0.125rem;
    margin-right: 0.125rem;
  }
  .rs-detalle-estacion .list-easytabs li.active > a span {
    vertical-align: 0.125rem;
  }
  .rs-detalle-estacion .list-easytabs.is-open {
    height: auto;
  }
  .rs-detalle-estacion .list-easytabs.is-open li.active > a:after {
    background: url(/o/adif-web-theme-css/img/icons/redesign/arrowUpGreen.svg) center no-repeat;
  }
}

.rs-estaciones-evento .adif-referencia span {
  font-size: 1.125rem;
  color: black;
}
@media (max-width: 35.98em) {
  .rs-estaciones-evento .adif-referencia span:nth-child(1) {
    padding-right: 0.75rem;
  }
  .rs-estaciones-evento .adif-referencia span:nth-child(2) {
    text-align: right;
  }
}
.rs-estaciones-evento .datos .adif-subasta-caracteristica-titulo {
  font-size: 1rem;
}
.rs-estaciones-evento .datos a {
  text-decoration: none;
}
.rs-estaciones-evento .datos a h2 {
  font-size: 1.125rem !important;
}
.rs-estaciones-evento .adif-subasta-mas-informacion {
  padding-bottom: 0 !important;
}
.rs-estaciones-evento .adif-subasta-mas-informacion p {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black !important;
  text-decoration: underline;
  margin-bottom: 0;
}
@media (max-width: 35.98em) {
  .rs-estaciones-evento .adif-subasta-card-text-wrapper {
    height: 17.5rem;
  }
}

.rs-estaciones-relacionadas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0;
}
@media (max-width: 47.98em) {
  .rs-estaciones-relacionadas {
    display: flex;
    flex-direction: column;
  }
}
.rs-estaciones-relacionadas .rs-estacion-icono {
  height: 0.9375rem;
  margin-left: 0.625rem;
}
.rs-estaciones-relacionadas li {
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.rs-estaciones-relacionadas li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #065547;
  margin-right: 0.5rem;
  display: inline-block;
  min-width: 0.5rem;
}
.rs-estaciones-relacionadas li a {
  font-size: 1.125rem;
  color: #111;
  text-decoration: none;
  padding-left: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media (max-width: 61.98em) {
  .rs-estaciones-relacionadas li a {
    font-size: 0.9375rem;
  }
}
.rs-estaciones-relacionadas-titulo {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .rs-estaciones-relacionadas-titulo {
    border-top: 0.0625rem solid #DBDBDB;
    padding-top: 2.125rem;
  }
}

.rs-estaciones-aviso {
  flex: 100%;
  margin-bottom: 1.4375rem;
}
.rs-estaciones-aviso img {
  margin-right: 0.5rem;
}
.rs-estaciones-aviso-titulo {
  width: 95%;
  text-transform: none;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
  font-size: 0.9375rem;
}
.rs-estaciones-aviso-desplegable {
  display: block;
  width: 1.875rem;
  height: auto;
  text-indent: -9999px;
  background: transparent url(/o/adif-web-theme-css/img/icons/redesign/angle-circle-down.svg) center center no-repeat;
  background-size: 1.875rem auto;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rs-estaciones-aviso button {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0.5rem 0.625rem 0.5rem 0.625rem !important;
  background-color: #FDF2D1 !important;
  font-size: 0.85rem;
  color: #065547;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.4;
  border: none;
  text-align: left;
}
.rs-estaciones-aviso .dropdown-content {
  background-color: #FDF2D1;
  margin-bottom: 0;
  padding: 1rem 2.5rem 1rem 1rem;
}
.rs-estaciones-aviso .dropdown-content p {
  font-size: 0.9375rem;
}
.rs-estaciones-aviso .dropdown-content p strong {
  font-weight: 700 !important;
}
.rs-estaciones-aviso .dropdown-content p a {
  color: #111;
}
.rs-estaciones-aviso h2 {
  margin-bottom: 0;
}
.rs-estaciones-aviso h2.showed .rs-estaciones-aviso-desplegable {
  transform: rotate(180deg);
}

.rs-texto-estacion h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.125rem;
}
.rs-texto-estacion p {
  margin-bottom: 0;
}

.rs-estacion-localizacion.mapa-localizacion-adif {
  margin-top: 0;
  margin-bottom: 0;
}

body #wrapper {
  /* Home Cards */
  /* HOME ADIF EN CIFRAS BANNER*/
  /* Listado articulos y notas de prensa*/
  /* Slider notas prensa relacionadas */
  /* Listado articulos y notas de prensa en vertical*/
}
body #wrapper .rs-main-banner {
  display: flex;
  position: relative;
  height: 100vh;
  padding: 0 1rem 0 1rem;
  align-items: center;
}
@media (min-width: 48em) {
  body #wrapper .rs-main-banner {
    padding: 0 2.625rem 0 2.625rem;
  }
}
body #wrapper .rs-main-banner--adif-av {
  justify-content: center;
}
body #wrapper .rs-main-banner--adif-av .rs-main-banner__content {
  visibility: visible;
  opacity: 1;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body #wrapper .rs-main-banner--adif-av .rs-main-banner__content .fragment-boton-adif .btn.btn-outline-primary {
  display: flex;
  width: fit-content;
}
body #wrapper .rs-main-banner--adif-av .rs-main-banner__content .fragment-boton-adif .btn.btn-outline-primary .rs-linkArrow::after {
  content: "";
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkDarkBlue.svg") center no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
body #wrapper .rs-main-banner--adif {
  justify-content: left;
}
@media (min-width: 62em) {
  body #wrapper .rs-main-banner--adif {
    padding-left: 11%;
  }
}
body #wrapper .rs-main-banner--image {
  background-size: cover;
  background-position: center;
}
body #wrapper .rs-main-banner__video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body #wrapper .rs-main-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(116.81deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 69.89%, rgba(0, 0, 0, 0) 97.86%);
}
body #wrapper .rs-main-banner .rs-main-banner__video-control {
  visibility: visible;
  opacity: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 1px solid black;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.875rem;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.36375rem;
  position: absolute;
  bottom: 4.9375rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0.25rem 1rem;
  text-decoration: underline;
  display: flex;
  gap: 0.125rem;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body #wrapper .rs-main-banner__highlight {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  visibility: visible;
  opacity: 1;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1rem;
  position: absolute;
  color: white;
  bottom: 0.8375rem;
  width: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 1.4375rem 0 0.2875rem 0;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body #wrapper .rs-main-banner__highlight.rs-linkArrow--white::after {
  transform: rotate(90deg);
  background-size: 1.25rem;
  min-width: 0.9375rem;
  min-height: 0.64875rem;
}
body #wrapper .rs-main-banner__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3.1875rem;
}
@media (min-width: 62em) {
  body #wrapper .rs-main-banner__content--width-lg-medium {
    max-width: 48.946875rem;
  }
  body #wrapper .rs-main-banner__content--width-lg-height {
    max-width: 59.5rem;
  }
}
body #wrapper .rs-main-banner__content .fragment-boton-adif .btn.btn-outline-primary {
  display: flex;
  width: fit-content;
}
body #wrapper .rs-main-banner__content .fragment-boton-adif .btn.btn-outline-primary:hover .rs-linkArrow::after {
  content: "";
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkWhite.svg") center no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
body #wrapper .rs-main-banner__content .fragment-boton-adif .parentLinkExt .btn.btn-outline-primary .rs-linkArrow::after {
  background: none;
  width: 0;
  height: 0;
  background-size: 0;
}
body #wrapper .rs-main-banner__content .fragment-boton-adif .parentLinkExt + .adif-arrow {
  background: none;
  width: 0;
  height: 0;
  background-size: 0;
}
body #wrapper .rs-main-banner__content__image {
  max-width: 130px;
}
@media (min-width: 62em) {
  body #wrapper .rs-main-banner__content__image {
    max-width: 190px;
  }
}
body #wrapper .rs-main-banner__content__phrase {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body #wrapper .rs-main-banner__content__phrase__pretitle {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 1.625rem;
  line-height: 2.21625rem;
  padding: 0 0 0.5rem 0;
  text-decoration: underline;
}
@media (min-width: 62em) and (min-height: 768px) {
  body #wrapper .rs-main-banner__content__phrase__pretitle {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
body #wrapper .rs-main-banner__content__phrase__title h1 {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 2.25rem;
  line-height: 2.75rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 62em) {
  body #wrapper .rs-main-banner__content__phrase__title h1 {
    align-items: center;
  }
}
@media (min-width: 62em) and (min-height: 768px) {
  body #wrapper .rs-main-banner__content__phrase__title h1 {
    font-size: 4.625rem;
    line-height: 5.25rem;
  }
}
body #wrapper .rs-main-banner__content__phrase__title h1 a {
  color: white;
  text-decoration: none;
}
body #wrapper .rs-main-banner__content__phrase__title h1 .rs-linkArrow--white {
  display: flex;
  align-items: center;
}
body #wrapper .rs-main-banner__content__phrase__title h1 .rs-linkArrow--white::after {
  margin-left: 2rem;
  background-size: 5.5rem;
  min-width: 4.125rem;
  min-height: 2.855625rem;
}
body #wrapper .rs-main-banner__content .rs-secondary-button {
  gap: 0.625rem;
}
body #wrapper .rs-main-banner.modal-open .rs-main-banner__content {
  visibility: hidden;
  opacity: 0;
}
body #wrapper .rs-main-banner.modal-open .rs-main-banner__highlight {
  visibility: hidden;
  opacity: 0;
}
body #wrapper .rs-main-banner.modal-open .rs-main-banner__video-control {
  visibility: hidden;
  opacity: 0;
}
body #wrapper .rs-modal .modal-dialog {
  height: auto;
  width: calc(100% - 2rem);
  top: 5vh;
}
@media (min-width: 48em) {
  body #wrapper .rs-modal .modal-dialog {
    top: 10vh;
  }
}
@media (min-width: 75em) {
  body #wrapper .rs-modal .modal-dialog {
    top: 50%;
    transform: translate(0%, -50%);
    width: 62.5rem;
  }
}
body #wrapper .rs-modal .video-js {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  background-color: unset;
}
@media (min-width: 75em) {
  body #wrapper .rs-modal .video-js {
    min-height: 25rem;
    max-height: 37.5rem;
  }
}
body #wrapper .rs-modal .modal-body {
  padding: 0;
}
body #wrapper .rs-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
body #wrapper .rs-modal .modal-header {
  border-bottom: none;
  padding: 0;
  justify-content: flex-end;
}
body #wrapper .rs-modal .close {
  color: white;
  font-size: 2rem;
  opacity: 1;
  margin: 0.125rem;
}
@media (min-width: 48em) {
  body #wrapper .rs-modal .close {
    font-size: 3rem;
  }
}
body #wrapper .rs-container-cartas {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body #wrapper .rs-container-cartas .container-texto-carta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px, 100px, 30px, 15px;
}
body #wrapper .rs-container-cartas .container-texto-carta__antetitulo-card {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 0.6875rem;
  color: #fff;
}
@media (min-width: 48em) {
  body #wrapper .rs-container-cartas .container-texto-carta__antetitulo-card {
    font-size: 1.1875rem;
    line-height: 1rem;
  }
}
@media (min-width: 62em) {
  body #wrapper .rs-container-cartas .container-texto-carta__antetitulo-card {
    font-size: 1.1875rem;
    line-height: 1rem;
  }
}
@media (min-width: 75em) {
  body #wrapper .rs-container-cartas .container-texto-carta__antetitulo-card {
    font-size: 1.1875rem;
    line-height: 1rem;
  }
}
body #wrapper .rs-container-cartas .container-texto-carta__antetitulo-card:link {
  text-decoration: none;
}
body #wrapper .rs-container-cartas .container-texto-carta__titulo-card {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6875rem;
  line-height: 0.6875rem;
  color: #fff;
}
@media (min-width: 48em) {
  body #wrapper .rs-container-cartas .container-texto-carta__titulo-card {
    font-size: 1.9375rem;
    line-height: 1rem;
  }
}
@media (min-width: 62em) {
  body #wrapper .rs-container-cartas .container-texto-carta__titulo-card {
    font-size: 1.1875rem;
    line-height: 1rem;
  }
}
@media (min-width: 75em) {
  body #wrapper .rs-container-cartas .container-texto-carta__titulo-card {
    font-size: 1.1875rem;
    line-height: 1rem;
  }
}
body #wrapper .rs-container-cartas .container-texto-carta__titulo-card:link {
  text-decoration: none;
}
body #wrapper .rs-home-cards {
  border-top: 0.0625rem solid white;
}
@media (min-width: 62em) {
  body #wrapper .rs-home-cards__wrapper {
    display: flex;
  }
}
@media (min-width: 62em) {
  body #wrapper .rs-home-cards__wrapper:hover .rs-home-cards__title {
    font-size: 1.875rem;
  }
}
body #wrapper .rs-home-cards__item {
  position: relative;
  padding: 2rem 1rem;
  color: white;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  min-height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  min-height: 35rem;
}
body #wrapper .rs-home-cards__item.bgColor--terciary {
  background-color: #102341;
}
body #wrapper .rs-home-cards__item.bgColor--secondary {
  background-color: #065547;
}
@media (min-width: 62em) {
  body #wrapper .rs-home-cards__item {
    flex-basis: 33.3333333333%;
    height: 31.25rem;
    padding: 3.4375rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body #wrapper .rs-home-cards__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: none;
  }
  body #wrapper .rs-home-cards__item:hover {
    flex-basis: 50%;
  }
  body #wrapper .rs-home-cards__item:hover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
  }
  body #wrapper .rs-home-cards__item:hover .rs-home-cards__title {
    font-size: 2.25rem;
  }
}
body #wrapper .rs-home-cards__item.linkify:hover {
  box-shadow: none !important;
}
body #wrapper .rs-home-cards__item.linkify.isfocused {
  outline: 0.0625rem solid transparent;
  box-shadow: none;
}
@media (min-width: 62em) {
  body #wrapper .rs-home-cards__item--1cards {
    flex-basis: 100%;
    height: 31.25rem;
    padding: 3.4375rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body #wrapper .rs-home-cards__item--1cards:hover .rs-home-cards__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 62em) {
  body #wrapper .rs-home-cards__item--2cards {
    flex-basis: 50%;
    height: 31.25rem;
    padding: 3.4375rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body #wrapper .rs-home-cards__item--2cards:hover {
    flex-basis: 74.0740740741%;
  }
  body #wrapper .rs-home-cards__item--2cards:hover .rs-home-cards__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 62em) {
  body #wrapper .rs-home-cards__item--3cards {
    flex-basis: 33.3333333333%;
    height: 31.25rem;
    padding: 3.4375rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body #wrapper .rs-home-cards__item--3cards:hover {
    flex-basis: 50%;
  }
  body #wrapper .rs-home-cards__item--3cards:hover .rs-home-cards__title {
    font-size: 2.25rem;
  }
}
body #wrapper .rs-home-cards__item a {
  color: white;
}
body #wrapper .rs-home-cards__item .external-link {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-blank-white.svg") right center no-repeat !important;
  background-size: 1.0625rem auto !important;
  padding-right: 1.25em;
}
body #wrapper .rs-home-cards__item .external-link::after {
  background: none;
}
body #wrapper .rs-home-cards__item .linkExt {
  text-decoration: none;
}
body #wrapper .rs-home-cards__preTitle {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  filter: brightness(100%);
}
body #wrapper .rs-home-cards__title {
  color: white;
  filter: brightness(100%);
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 2.25rem;
}
body #wrapper .rs-home-cards__title a {
  text-decoration: none;
}
body #wrapper .rs-home-cards__title a:hover {
  color: white;
}
body #wrapper .rs-home-cards__title .linkExt {
  text-decoration: none;
}
body #wrapper .rs-home-cards .adif-arrow-white {
  display: flex;
  justify-content: flex-end;
}
body #wrapper .rs-home-cards .adif-arrow-white::after {
  content: "";
  display: block;
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkWhite.svg") center no-repeat;
  background-size: 2.375rem;
  width: 2.375rem;
  height: 2.375rem;
  filter: brightness(100%);
}
body #wrapper .rs-banner-3-items {
  color: white;
  padding: 2.125rem 0;
}
@media (min-width: 48em) {
  body #wrapper .rs-banner-3-items {
    padding: 3.625rem 0 4.5rem;
  }
}
@media (min-width: 62em) {
  body #wrapper .rs-banner-3-items {
    padding: 6.25rem 0 8.375rem;
  }
}
body #wrapper .rs-banner-3-items a {
  color: white;
}
body #wrapper .rs-banner-3-items .rs-linkArrow .external-link {
  height: 1.4375rem;
}
body #wrapper .rs-banner-3-items__mainTitle {
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 2.0625rem;
}
@media (min-width: 62em) {
  body #wrapper .rs-banner-3-items__mainTitle {
    font-size: 2.8125rem;
  }
}
body #wrapper .rs-banner-3-items__textWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #wrapper .rs-banner-3-items.bgColor--secondary {
  background-color: #065547;
}
body #wrapper .rs-banner-3-items.bgColor--terciary {
  background-color: #102341;
}
body #wrapper .rs-banner-3-items .rs-linkArrow {
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 62em) {
  body #wrapper .rs-banner-3-items .rs-linkArrow {
    margin-bottom: 0.75rem;
  }
}
body #wrapper .rs-banner-3-items .rs-linkArrow:hover {
  text-decoration: underline;
}
body #wrapper .rs-banner-3-items__mainTitle {
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 62em) {
  body #wrapper .rs-banner-3-items__mainTitle {
    font-size: 2.8125rem;
  }
}
@media (min-width: 75em) {
  body #wrapper .rs-banner-3-items__mainTitle {
    font-size: 3.125rem;
  }
}
@media (min-width: 48em) {
  body #wrapper .rs-banner-3-items__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3rem;
    column-gap: 2.5rem;
  }
}
body #wrapper .rs-banner-3-items__item {
  margin-bottom: 1.125rem;
}
@media (min-width: 48em) {
  body #wrapper .rs-banner-3-items__item {
    margin-bottom: 0;
  }
}
body #wrapper .rs-banner-3-items__row1 {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 0.875rem;
  line-height: 2.75rem;
}
body #wrapper .rs-banner-3-items__row2 {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic {
    padding: 3.625rem 0 4.5rem;
  }
}
@media (min-width: 62em) {
  body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic {
    padding: 4.0625rem 0 5rem;
  }
}
body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic .rs-banner-3-items__mainTitle {
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 62em) {
  body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic .rs-banner-3-items__mainTitle {
    font-size: 2.5rem;
  }
}
@media (min-width: 48em) {
  body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic .rs-banner-3-items__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr max-content;
    grid-auto-columns: 1fr;
    column-gap: 3rem;
  }
}
body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic .rs-banner-3-items__list--2 {
  grid-template-columns: repeat(2, 1fr);
}
body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic .rs-banner-3-items__list--3 {
  grid-template-columns: repeat(3, 1fr);
}
body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic .rs-banner-3-items__row1 {
  display: flex;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5rem;
}
body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic .rs-banner-3-items__row2 {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 0;
}
body #wrapper .rs-banner-3-items.rs-banner-3-items--dinamic .rs-banner-3-items__row2 p:last-of-type {
  margin-bottom: 0;
}
body #wrapper .slider-container .slick-track {
  display: flex;
}
body #wrapper .b-articles {
  /*
  &__item{
      // display: flex;
      // display: flex;
      &.linkify {
          &:hover {
              outline: 2px solid transparent;
              box-shadow: 0 0 0 8px $zcolor_white-two, 0px 0px 13px rgba(0, 0, 0, 0.38)
          }
          &:focus {
              outline: 2px solid transparent;
              box-shadow: 0 0 0 2px $zcolor_white-two, 0 0 0 8px $color-secondary;
          }
          &.isfocused {
              outline: 2px solid transparent;
              box-shadow: 0 0 0 2px $zcolor_white-two, 0 0 0 8px $color-secondary;
          }
      }
  }
  */
}
body #wrapper .b-articles__list {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (min-width: 48em) {
  body #wrapper .b-articles__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 62em) {
  body #wrapper .b-articles__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.875rem;
  }
}
body #wrapper .b-articles-article {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
body #wrapper .b-articles-article__cont {
  margin-right: 1.25rem;
}
body #wrapper .b-articles-article__image {
  height: 26.875rem;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1.6875rem;
}
body #wrapper .b-articles-article__dateAndPage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  margin-bottom: 14px;
}
body #wrapper .b-articles-article__dateAndPage p {
  margin-bottom: 0;
}
body #wrapper .b-articles-article__dateAndPage--date {
  font-size: 0.9375rem;
  text-transform: uppercase;
}
body #wrapper .b-articles-article__dateAndPage--page {
  font-size: 0.9375rem;
  background-color: #065547;
  color: #fff;
  text-align: center;
}
body #wrapper .b-articles-article__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.21875rem;
  margin-bottom: 0;
  line-height: 1.6875rem;
}
body #wrapper .b-articles-article__link {
  color: #333;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 48em) {
  body #wrapper .b-articles-article__link {
    -webkit-line-clamp: 2;
  }
}
body #wrapper .b-articles-article__link:hover {
  text-decoration: none;
}
body #wrapper .b-articles-article__link-rel {
  -webkit-line-clamp: initial;
  padding-right: 0.9375rem;
}
body #wrapper .b-articles-article__image {
  width: 100%;
  object-fit: cover;
  align-self: flex-end;
}
@media (max-width: 61.98em) {
  body #wrapper .b-articles-article__image {
    height: 13.6875rem;
  }
}
@media (max-width: 74.98em) {
  body #wrapper .b-articles-article__image {
    height: 16.25rem;
  }
}
@media (min-width: 75em) {
  body #wrapper .b-articles-article__image {
    height: 26.875rem;
  }
}
body #wrapper .rs-nota-prensa-related-item .b-articles {
  padding-left: 0;
}
body #wrapper .rs-nota-prensa-related-item .b-articles-article {
  margin-right: 0;
  height: 9.25rem;
  padding-left: 0;
}
body #wrapper .rs-nota-prensa-related-item .b-articles-article__link-rel {
  -webkit-line-clamp: 4;
  padding-right: 0;
}
@media (min-width: 36em) {
  body #wrapper .rs-nota-prensa-related-item .b-articles-article__link-rel {
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 48em) {
  body #wrapper .rs-nota-prensa-related-item .b-articles-article__link-rel {
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 62em) {
  body #wrapper .rs-nota-prensa-related-item .b-articles-article__link-rel {
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 75em) {
  body #wrapper .rs-nota-prensa-related-item .b-articles-article__link-rel {
    -webkit-line-clamp: 4;
  }
}
body #wrapper .ilunion-container {
  max-width: 110px;
  max-height: 110px;
  height: 100% s;
}
body #wrapper .ilunion-container__imagen {
  width: max-content;
  height: max-content;
}
body #wrapper .b-articlesv {
  /*
  &__item{
      // display: flex;
      // display: flex;

      &.linkify {
          &:hover {
              outline: 2px solid transparent;
              box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.38)
          }
          &:focus {
              outline: 2px solid transparent;
              box-shadow: 0 0 0 8px $color-tertiary;
          }
          &.isfocused {
              outline: 2px solid transparent;
              box-shadow:0 0 0 8px $color-tertiary;
          }
      }
  }
  */
}
body #wrapper .b-articlesv__lista {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
body #wrapper .b-articlesv-article-vertical {
  display: flex;
  background-color: #dcdcdc;
  padding: 0.9375rem;
  justify-content: space-between;
}
@media (max-width: 47.98em) {
  body #wrapper .b-articlesv-article-vertical {
    flex-direction: column-reverse;
    row-gap: 0.5rem;
  }
}
body #wrapper .b-articlesv-article-vertical-text {
  display: flex;
  flex-direction: column;
}
body #wrapper .b-articlesv-article-vertical-text__dateAndPage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.7rem;
  row-gap: 0.5rem;
  margin-bottom: 14px;
}
@media (max-width: 47.98em) {
  body #wrapper .b-articlesv-article-vertical-text__dateAndPage {
    column-gap: 1rem;
  }
}
body #wrapper .b-articlesv-article-vertical-text__dateAndPage p {
  margin-bottom: 0;
}
body #wrapper .b-articlesv-article-vertical-text__dateAndPage--date {
  font-size: 0.9375rem;
  text-transform: uppercase;
}
@media (max-width: 47.98em) {
  body #wrapper .b-articlesv-article-vertical-text__dateAndPage--date {
    font-size: 0.9375rem;
  }
}
body #wrapper .b-articlesv-article-vertical-text__dateAndPage--page {
  font-size: 0.9375rem;
  background-color: #065547;
  color: #fff;
  text-align: center;
}
@media (max-width: 47.98em) {
  body #wrapper .b-articlesv-article-vertical-text__dateAndPage--page {
    font-size: 0.75rem;
    padding: 0.0625rem 0.625rem;
  }
}
body #wrapper .b-articlesv-article-vertical-text__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.09375rem;
  margin-bottom: 0;
  line-height: 1.6875rem;
  /*
  @include sm-up{
      font-size: m-rem(7.5px);
  }
  */
}
body #wrapper .b-articlesv-article-vertical-text__link {
  color: #333;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 48em) {
  body #wrapper .b-articlesv-article-vertical-text__link {
    -webkit-line-clamp: 2;
  }
}
body #wrapper .b-articlesv-article-vertical-text__link:hover {
  text-decoration: none;
}
body #wrapper .b-articlesv-article-vertical__image {
  object-fit: cover;
  align-self: flex-end;
  height: 6.875rem;
  width: 14.5625rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 47.98em) {
  body #wrapper .b-articlesv-article-vertical__image {
    height: 13.75rem;
    width: 100%;
  }
}

.rs-hover-container.linkify:hover {
  outline: 0.125rem solid transparent;
  box-shadow: 0 0 0 0.5rem #fff, 0 0 0.8125rem 0.5rem rgba(0, 0, 0, 0.38);
}
.rs-hover-container.linkify:focus {
  outline: 0.125rem solid transparent;
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.5rem #065547;
}
.rs-hover-container.linkify.isfocused {
  outline: 0.125rem solid transparent;
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.5rem #065547;
}

body .cs__adif-av #wrapper .b-articles__item.linkify:hover {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 8px #fff, 0px 0px 13px rgba(0, 0, 0, 0.38);
}
body .cs__adif-av #wrapper .b-articles__item.linkify:focus {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 2px #fff, 0 0 0 8px #102341;
}
body .cs__adif-av #wrapper .b-articles__item.linkify.isfocused {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 2px #fff, 0 0 0 8px #102341;
}

.rs-botonera {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media (max-width: 47.98em) {
  .rs-botonera {
    flex-direction: column;
    margin: 0;
  }
}
.rs-botonera__item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin: 0;
}
@media (max-width: 61.98em) {
  .rs-botonera__item {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 47.98em) {
  .rs-botonera__item {
    border-bottom: 1px solid #fff;
    flex-direction: row;
    gap: 1.125rem;
    justify-content: left;
    margin: 0 calc((100% - 100vw) / 2);
    padding: 1.625rem 1.5rem;
  }
}
@media (max-width: 47.98em) {
  .rs-botonera__item:last-of-type {
    border-bottom: none;
  }
}
.rs-botonera__item.flexBasis25 {
  flex-basis: 25%;
}
.rs-botonera__item.flexBasis33 {
  flex-basis: 33.3%;
}
.rs-botonera__item.flexBasis50 {
  flex-basis: 50%;
}
.rs-botonera__item.flexBasis100 {
  flex-basis: 100%;
}
.rs-botonera__item__img {
  max-height: 1.5625rem;
  max-width: 1.5rem !important;
}
.rs-botonera__item__img--bordered {
  border: 1px solid #fff;
  background-color: #fff;
}
.rs-botonera__item__icon {
  background-color: #fff !important;
  max-height: 1.5625rem;
  max-width: 1.5rem;
}
.rs-botonera__item__link {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.27875rem;
}
.rs-botonera__item__link a {
  color: #fff !important;
  text-decoration: none;
}
.rs-botonera__item__link a:hover, .rs-botonera__item__link a:focus {
  color: #f4f4f4 !important;
  text-decoration: underline !important;
}
.rs-botonera__item__link a .external-link {
  background-size: 0.9375rem auto !important;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-blank-white.svg") right center no-repeat !important;
  padding-right: 1rem;
}

.rs-6-cards-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.25rem 1.25rem;
}
.rs-6-cards-list--cols-1 .rs-6-cards-list__card {
  flex-basis: 100%;
}
.rs-6-cards-list--cols-2 .rs-6-cards-list__card {
  flex-basis: 100%;
}
@media (min-width: 48em) {
  .rs-6-cards-list--cols-2 .rs-6-cards-list__card {
    flex-basis: 100%;
  }
}
@media (min-width: 62em) {
  .rs-6-cards-list--cols-2 .rs-6-cards-list__card {
    flex-basis: 48%;
    flex-grow: 1;
  }
}
.rs-6-cards-list--cols-3 .rs-6-cards-list__card {
  flex-basis: 100%;
}
@media (min-width: 48em) {
  .rs-6-cards-list--cols-3 .rs-6-cards-list__card {
    flex-basis: 48%;
    flex-grow: 1;
  }
}
@media (min-width: 62em) {
  .rs-6-cards-list--cols-3 .rs-6-cards-list__card {
    flex-basis: 31%;
    flex-grow: 1;
  }
}
.rs-6-cards-list__card {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0;
}
.rs-6-cards-list__card img {
  height: 8rem;
  min-width: 10.375rem;
  object-fit: cover;
  width: 10.375rem;
}
.rs-6-cards-list__card img.flex-basis-50 {
  flex-basis: 50%;
}
.rs-6-cards-list__card img.flex-basis-100 {
  flex-basis: 100%;
}
@media (min-width: 36em) {
  .rs-6-cards-list__card img {
    height: 8.625rem;
    min-width: 11rem;
    width: 11rem;
  }
}
.rs-6-cards-list__card__body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  row-gap: 0.5rem;
}
.rs-6-cards-list__card__body__title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media (min-width: 36em) {
  .rs-6-cards-list__card__body__title {
    font-size: 1.5rem;
  }
}
.rs-6-cards-list__card__body__title a {
  text-decoration: none;
}
.rs-6-cards-list__card__body__title a:hover {
  color: #00884d;
}
.rs-6-cards-list__card__body__description {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 0.75rem;
  line-height: 1.36375rem;
  margin-bottom: 0;
}
@media (min-width: 36em) {
  .rs-6-cards-list__card__body__description {
    font-size: 0.875rem;
  }
}

.rs-text-link-list {
  display: grid;
  gap: 1.5rem;
  padding: 0;
}
.rs-text-link-list--cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.rs-text-link-list--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.98em) {
  .rs-text-link-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.rs-text-link-list__card {
  background-color: #fff;
  border: 1px solid #065547;
  padding: 1rem 1.0625rem;
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.rs-text-link-list__card:hover {
  text-decoration: underline;
}
.rs-text-link-list__card:hover a {
  color: #00884d;
}
.rs-text-link-list__card__title {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  flex-basis: 90%;
  font-family: "Inter";
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.017em;
  line-height: 1.75rem;
  text-decoration: none;
}
.rs-text-link-list__card .adif-icon {
  background-color: #065547 !important;
  height: 32px;
  width: 32px;
}

/* Informacion de interes */
@media (min-width: 62em) {
  .rs-informacion-interes-container {
    display: flex;
    align-items: center;
  }
}
.rs-informacion-interes-imagen-izq {
  float: right;
  order: 2;
}
.rs-informacion-interes-imagen-izq img, .rs-informacion-interes-imagen-izq video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 25rem;
  max-height: 37.5rem;
}
@media (max-width: 35.98em) {
  .rs-informacion-interes-imagen-izq img, .rs-informacion-interes-imagen-izq video {
    min-height: 18.75rem;
  }
}
.rs-informacion-interes-imagen-der {
  float: left;
}
.rs-informacion-interes-imagen-der img, .rs-informacion-interes-imagen-der video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 25rem;
  max-height: 37.5rem;
}
@media (max-width: 35.98em) {
  .rs-informacion-interes-imagen-der img, .rs-informacion-interes-imagen-der video {
    min-height: 18.75rem;
  }
}
.rs-informacion-interes-imagen-izq, .rs-informacion-interes-imagen-der {
  height: auto;
  width: 57%;
}
.rs-informacion-interes-imagen-izq button.vjs-big-play-button, .rs-informacion-interes-imagen-der button.vjs-big-play-button {
  background-image: url(/o/adif-web-theme-css/img/icons/redesign/videoWhite.svg);
  background-size: 5.375rem;
  top: 50%;
  left: 50%;
  margin-top: -2.125rem;
  margin-left: -2.5rem;
  border-radius: 3.125rem;
  width: 5.375rem;
  height: 5.25rem;
  background-repeat: no-repeat;
  border: none;
  background-color: unset;
}
.rs-informacion-interes-imagen-izq button.vjs-big-play-button .vjs-icon-placeholder:before, .rs-informacion-interes-imagen-der button.vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
}
.rs-informacion-interes-imagen-izq .video-js, .rs-informacion-interes-imagen-der .video-js {
  height: unset;
  background-color: unset;
  min-height: 25rem;
  max-height: 37.5rem;
}
@media (max-width: 35.98em) {
  .rs-informacion-interes-imagen-izq .video-js, .rs-informacion-interes-imagen-der .video-js {
    min-height: unset;
  }
}
@media (max-width: 61.98em) {
  .rs-informacion-interes-imagen-izq, .rs-informacion-interes-imagen-der {
    float: none;
    width: 94%;
    margin-left: 3%;
  }
}
@media (min-width: 62em) {
  .rs-informacion-interes-texto {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.rs-informacion-interes-texto-izq, .rs-informacion-interes-texto-der {
  font-size: 1.5rem;
  color: black;
  padding: 5% 9% 5% 8%;
  width: 43%;
}
@media (max-width: 74.98em) {
  .rs-informacion-interes-texto-izq, .rs-informacion-interes-texto-der {
    font-size: 1.25rem;
  }
}
@media (max-width: 61.98em) {
  .rs-informacion-interes-texto-izq, .rs-informacion-interes-texto-der {
    float: none;
    width: 100%;
    font-size: 1.25rem;
    padding: 3%;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-informacion-interes-texto-izq, .rs-informacion-interes-texto-der {
    font-size: 1.25rem;
  }
}
.rs-informacion-interes-texto-izq {
  float: left;
}
.rs-informacion-interes-texto-der {
  float: right;
}
.rs-informacion-interes-enlace {
  font-size: 0.9375rem;
  text-transform: uppercase;
  text-decoration: none;
}
.rs-informacion-interes-adif-arrow {
  background: transparent url(/o/adif-web-theme-css/img/icons/redesign/arrowLinkGreen.svg) right center no-repeat;
  background-size: 1.5rem auto;
  padding-right: 1.25rem;
  margin-left: 0.75rem;
  height: 1.5rem;
}
.rs-informacion-interes-video .vjs-tech {
  position: unset !important;
}

@media (max-width: 61.98em) {
  .carousel-2-images {
    display: flex;
    flex-direction: column;
    gap: 2.125rem;
    padding: 0rem 1.125rem;
  }
}
.carousel-2-images__container__item {
  display: flex !important;
}
@media (max-width: 61.98em) {
  .carousel-2-images__container__item {
    flex-direction: column;
    gap: 1.125rem;
  }
}
.carousel-2-images__container__item__multimedia {
  display: flex;
  flex-direction: column;
  flex-basis: 42.5%;
  gap: 1.25rem;
}
.carousel-2-images__container__item__multimedia img {
  width: 100%;
  height: 23.9375rem;
  object-fit: cover;
}
.carousel-2-images__container__item__text {
  display: flex;
  gap: 1.25rem;
  padding: 0;
  flex-basis: 57.5%;
}
@media (min-width: 62em) {
  .carousel-2-images__container__item__text {
    padding: 7.375rem;
  }
}
.carousel-2-images__container__item__text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  gap: 1.25rem;
}
@media (min-width: 62em) {
  .carousel-2-images__container__item__text__content {
    max-width: 33.9375rem;
    gap: 2rem;
  }
}
@media (min-width: 62em) {
  .carousel-2-images__container__item__text__content--margin-top-minus64px {
    margin-top: -4rem;
  }
}
.carousel-2-images__container__item__text__content__description {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  height: fit-content;
}
@media (min-width: 62em) {
  .carousel-2-images__container__item__text__content__description {
    font-size: 1.5rem;
    line-height: 2rem;
    height: 8rem;
  }
}
.carousel-2-images__container__item__text__content a {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-decoration: none;
}
.carousel-2-images__container__item__text__content .rs-linkArrow {
  gap: 0.25rem;
}
@media (min-width: 62em) {
  .carousel-2-images__control {
    position: absolute;
    right: calc(57.5% - 7.375rem - 3.5625rem);
    top: 33.3125rem;
  }
}
.carousel-2-images__control > .slick-dots,
.carousel-2-images__control > .slick-dots li {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
@media (min-width: 62em) {
  .carousel-2-images__control > .slick-dots,
  .carousel-2-images__control > .slick-dots li {
    justify-content: left;
  }
}
.carousel-2-images__control > .slick-dots {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.carousel-2-images__control > .slick-dots li button {
  background-color: #065547;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  font-size: 0;
  border: 0.0625rem solid transparent;
}
.carousel-2-images__control > .slick-dots li.slick-active button {
  background-color: #B5B5B5;
  width: 1.2rem;
  height: 1.2rem;
}
@media (prefers-contrast: more) {
  .carousel-2-images__control > .slick-dots li.slick-active button {
    background-color: transparent;
    border: 0.25rem solid transparent;
  }
}

/* MENU SECUNDARIO */
@media (max-width: 47.98em) {
  .rs-menu-secundario.vertical-menu {
    border: 0.0625rem solid #065547;
  }
}
@media (min-width: 48em) {
  .rs-menu-secundario.vertical-menu {
    display: block !important;
  }
}
.rs-menu-secundario.vertical-menu .external-link {
  float: right;
  height: 1.25rem;
  margin-right: 0.3125rem;
}
.rs-menu-secundario.vertical-menu ul > li .btn-menu-list, .rs-menu-secundario.vertical-menu ul > li a {
  background-color: white;
  color: black;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0.625rem;
  border-bottom: 0.0625rem solid #A3A8A3;
  margin-bottom: unset !important;
  letter-spacing: -0.03125rem;
}
@media (max-width: 47.98em) {
  .rs-menu-secundario.vertical-menu ul > li .btn-menu-list, .rs-menu-secundario.vertical-menu ul > li a {
    font-size: 1rem;
  }
}
.rs-menu-secundario.vertical-menu ul > li > a.selected.active {
  border: none;
  border-bottom: 0.0625rem solid #A3A8A3;
  color: white;
  background: #065547;
}
.rs-menu-secundario.vertical-menu ul > li > a:after {
  display: none;
}
.rs-menu-secundario.vertical-menu ul > li .btn-menu-list .flecha-btn-secund {
  background-image: url(/o/adif-web-theme-css/img/icons/ico-toggle-green-closed.svg);
  height: 2.75rem;
}
.rs-menu-secundario.vertical-menu ul > li .btn-menu-list.open {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  background: #065547;
}
.rs-menu-secundario.vertical-menu ul > li ul li a {
  border-bottom: none !important;
  font-size: 1.125rem;
  margin-left: 0.25rem;
  color: #666;
  padding: 0.5rem 1rem 0.5rem 1rem;
  letter-spacing: -0.03125rem;
}
@media (max-width: 47.98em) {
  .rs-menu-secundario.vertical-menu ul > li ul li a {
    font-size: 1rem;
  }
}
.rs-menu-secundario.vertical-menu ul > li.open > ul > li.active > a {
  color: #065547 !important;
  background: white !important;
}

.rs-menu-secundario-movil.boton-menu-movil-secundario, .rs-menu-secundario-movil.boton-menu-movil-secundario.open {
  margin-bottom: unset !important;
  background: white !important;
  color: black !important;
  text-transform: none !important;
  font-size: 1rem !important;
  border: 0.0625rem solid #065547 !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-left: 0.625rem !important;
  letter-spacing: -0.03125rem;
}
.rs-menu-secundario-movil.boton-menu-movil-secundario .flecha-btn-secund, .rs-menu-secundario-movil.boton-menu-movil-secundario.open .flecha-btn-secund {
  background-image: url(/o/adif-web-theme-css/img/icons/ico-toggle-green.svg) !important;
}
.rs-menu-secundario-movil-icono {
  width: 1rem !important;
  height: 1rem;
  background: transparent url(/o/adif-web-theme-css/img/icons/redesign/menuMobileGreen.svg) no-repeat center;
  margin-right: 0.9375rem;
  margin-top: 0.1875rem;
}

@media (max-width: 47.98em) {
  .rs-menu-secundario-separador {
    height: 0.9375rem;
  }
}

.rs-enlaces-instalacion-estacion {
  margin-top: -2rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: -3rem;
}
@media (max-width: 61.98em) {
  .rs-enlaces-instalacion-estacion {
    font-size: 0.9375rem;
  }
}
@media (max-width: 47.98em) {
  .rs-enlaces-instalacion-estacion {
    margin-bottom: 0;
  }
}
.rs-enlaces-instalacion-estacion a {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  color: #111;
}
.rs-enlaces-instalacion-estacion a:hover {
  color: #111;
}
.rs-enlaces-instalacion-estacion a:focus {
  color: #111;
}
.resume-detail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.resume-detail-wrapper__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f4f4f4;
}
@media (min-width: 62em) {
  .resume-detail-wrapper__card {
    flex-direction: row;
  }
}
.resume-detail-wrapper__card__image {
  background-position: center top;
  background-size: cover;
  height: 20rem;
}
.resume-detail-wrapper__card__image img {
  display: none;
}
@media (min-width: 62em) {
  .resume-detail-wrapper__card__image {
    height: auto;
    min-height: 400px;
    min-width: 404.25px;
  }
}
.resume-detail-wrapper__card__role-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-around;
  padding: 1rem 1rem 2.974375rem 1rem;
}
@media (min-width: 62em) {
  .resume-detail-wrapper__card__role-wrapper {
    padding: 3.125rem 4.373125rem 3.125rem 2.3125rem;
  }
}
.resume-detail-wrapper__card__role-wrapper__text {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 1.375rem;
  height: fit-content;
  line-height: 1.875625rem;
}
.resume-detail-wrapper__card__role-wrapper__download {
  display: flex;
  gap: 1rem;
  width: fit-content;
}
.resume-detail-wrapper__card__role-wrapper__download a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  color: #111;
  display: flex;
  font-size: 1rem;
  gap: 0.5rem;
  line-height: 1.36375rem;
  text-decoration: none;
  text-transform: capitalize;
}
.resume-detail-wrapper__card__role-wrapper__download a:hover {
  color: #111;
  font-weight: 800;
  text-decoration: underline !important;
}
.resume-detail-wrapper__card__role-wrapper__download .download-file-link {
  height: 1.125rem;
  padding: 0;
  width: 1.125rem;
}
.resume-detail-wrapper__education-and-experience__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  color: #333;
  padding-top: 1.5rem;
}
.resume-detail-wrapper__education-and-experience__description {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.36375rem;
  color: #666;
  padding-top: 1rem;
}
.resume-detail-wrapper__education-and-experience__description ul {
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0;
}
.resume-detail-wrapper__education-and-experience__description ul li {
  margin-bottom: 0.625em;
}

/* LOGOS FONDOS EUROPEOS */
.rs-fondos-euro-line {
  border-top: 0.125rem solid white;
  margin-left: -100%;
  margin-right: -100%;
  margin-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .rs-fondos-euro-line {
    display: none;
  }
}
.rs-fondos-euro-all {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.1875rem;
  margin-top: 2.1875rem;
}
.rs-fondos-euro-all li {
  margin-bottom: 0;
}
.rs-fondos-euro-all li:last-child .rs-fondos-euro-line {
  display: none;
}
.rs-fondos-euro-all.rs-4-items-euro {
  grid-template-columns: auto auto auto auto;
}
.rs-fondos-euro-all img {
  height: auto;
  max-width: 4.375rem !important;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-fondos-euro-all img {
    max-width: 3.125rem !important;
  }
}
@media (max-width: 47.98em) {
  .rs-fondos-euro-all {
    display: block !important;
    margin-left: 0.625rem;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-fondos-euro-all.rs-4-items-euro {
    display: flex;
    flex-wrap: wrap;
  }
  .rs-fondos-euro-all .rs-4-items-euro img {
    max-width: 4.375rem !important;
  }
}
.rs-fondos-euro-enlace {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.rs-fondos-euro-enlace:last-child {
  margin-right: 0;
}
.rs-fondos-euro-enlace.rs-alineacion-arriba {
  align-items: start;
}
.rs-fondos-euro-enlace.rs-alineacion-abajo {
  align-items: end;
}
.rs-fondos-euro-enlace:hover {
  text-decoration: none;
}
.rs-fondos-euro-enlace.rs-logo-euro-large img {
  max-width: 10rem !important;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-fondos-euro-enlace.rs-logo-euro-large img {
    max-width: 8.125rem !important;
  }
}
@media (min-width: 48em) {
  .rs-fondos-euro-enlace.rs-4-items-euro .rs-fondos-euro-texto {
    font-size: 0.625rem !important;
    line-height: 0.8125rem !important;
    width: 7.1875rem !important;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-fondos-euro-enlace.rs-4-items-euro {
    flex: 50%;
    height: 4.6875rem !important;
    justify-content: left;
  }
  .rs-fondos-euro-enlace.rs-4-items-euro.rs-logo-euro-large img {
    max-width: 10.3125rem !important;
  }
  .rs-fondos-euro-enlace.rs-4-items-euro .rs-fondos-euro-texto {
    font-size: 0.6875rem !important;
    line-height: 0.9375rem !important;
  }
  .rs-fondos-euro-enlace.rs-4-items-euro.rs-logo-comision-europea {
    align-content: start;
    flex-wrap: wrap;
  }
}
@media (max-width: 47.98em) {
  .rs-fondos-euro-enlace {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 48em) {
  .rs-fondos-euro-enlace {
    justify-content: center;
    height: 1.875rem;
  }
}
.rs-fondos-euro-texto {
  width: 10.625rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  line-height: 1rem;
  margin-left: 0.5rem;
  color: black;
}
.rs-fondos-euro-texto.rs-logo-euro-large {
  width: 8.4375rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-fondos-euro-texto.rs-logo-euro-large.rs-logo-comision-europea {
    width: 6.25rem;
  }
}
.rs-fondos-euro-texto.rs-logo-comision-europea {
  margin-bottom: -0.125rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-fondos-euro-texto {
    font-size: 0.5625rem;
    width: 8.4375rem;
    line-height: 0.875rem;
  }
}

/* BANNER TIENDAS */
.rs-banner-tiendas {
  display: grid;
  align-items: center;
  padding-left: 0;
  margin-bottom: 3.125rem;
  grid-gap: 1.5rem;
}
.rs-banner-tiendas.rs-2-cols {
  grid-template-columns: repeat(2, 1fr);
}
.rs-banner-tiendas.rs-3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.rs-banner-tiendas a {
  background: white;
  margin-right: 1.5rem;
  height: 6.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 33%;
}
.rs-banner-tiendas a:last-child {
  margin-right: 0;
}
@media (max-width: 47.98em) {
  .rs-banner-tiendas a {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}
.rs-banner-tiendas img {
  max-height: 2.5rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-banner-tiendas img {
    max-height: 1.875rem;
  }
}
@media (max-width: 47.98em) {
  .rs-banner-tiendas img {
    max-height: unset;
    max-width: 10.625rem !important;
  }
}
@media (max-width: 47.98em) {
  .rs-banner-tiendas {
    display: block;
  }
}
.rs-banner-tiendas li {
  list-style: none;
  margin-bottom: 0;
}

/* INFORMACION RELACIONADA */
.rs-informacion-relacionada .informacion-relacionada-documento {
  margin-left: 0.3125rem;
  word-break: break-word;
}
.rs-informacion-relacionada .informacion-relacionada-adjunto {
  padding: 0 !important;
}
.rs-informacion-relacionada .informacion-relacionada-adjunto a {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  gap: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rs-informacion-relacionada .informacion-relacionada-adjunto a::after {
  background-size: 1.125rem;
  display: inline-block;
  margin-bottom: -0.4375rem;
}
.rs-informacion-relacionada .informacion-relacionada-tituloCajita {
  font-size: 1.25rem !important;
  padding: 0 !important;
}
.rs-informacion-relacionada .informacion-relacionada-cuerpo {
  padding-left: 0 !important;
}
.rs-informacion-relacionada .informacion-relacionada-box-wrapper {
  padding: 1.375rem 1.5rem !important;
}

.container-distributiva-viajeros {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-distributiva-viajeros .container-titulo-seccion-distributiva {
  text-align: center;
  padding-bottom: 30px;
  margin-top: 10px;
}
.container-distributiva-viajeros .container-titulo-seccion-distributiva__url-distributiva {
  color: #fff;
}
@media (min-width: 48em) {
  .container-distributiva-viajeros .container-titulo-seccion-distributiva__url-distributiva {
    font-size: 1.375rem;
  }
}
.container-distributiva-viajeros .container-titulo-seccion-distributiva__url-distributiva:link {
  text-decoration: none;
}
.container-distributiva-viajeros .container-titulo-seccion-distributiva__titulo-distributiva {
  color: #fff;
  font-size: 1.5625rem;
}
@media (min-width: 48em) {
  .container-distributiva-viajeros .container-titulo-seccion-distributiva__titulo-distributiva {
    font-size: 2.3125rem;
  }
}
@media (min-width: 75em) {
  .container-distributiva-viajeros .container-titulo-seccion-distributiva__titulo-distributiva {
    font-size: 3.125rem;
  }
}
.container-distributiva-viajeros .container-seccion-listados {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 75em) {
  .container-distributiva-viajeros .container-seccion-listados {
    flex-direction: row;
  }
}
.container-distributiva-viajeros .container-seccion-listados .container-repetible-listado {
  max-width: 68vh;
  text-align: center;
  padding: 5%;
}
.container-distributiva-viajeros .container-seccion-listados .container-repetible-listado__titulo {
  color: #fff;
}
@media (min-width: 48em) {
  .container-distributiva-viajeros .container-seccion-listados .container-repetible-listado__titulo {
    font-size: 2.1875rem;
  }
}
@media (min-width: 62em) {
  .container-distributiva-viajeros .container-seccion-listados .container-repetible-listado__titulo {
    font-size: 3.125rem;
  }
}
@media (min-width: 75em) {
  .container-distributiva-viajeros .container-seccion-listados .container-repetible-listado__titulo {
    font-size: 2.8125rem;
  }
}
.container-distributiva-viajeros .container-seccion-listados .container-repetible-listado__texto {
  color: #fff;
}
@media (min-width: 48em) {
  .container-distributiva-viajeros .container-seccion-listados .container-repetible-listado__texto {
    font-size: 1.875rem;
  }
}
@media (min-width: 62em) {
  .container-distributiva-viajeros .container-seccion-listados .container-repetible-listado__texto {
    font-size: 2.0625rem;
  }
}
@media (min-width: 75em) {
  .container-distributiva-viajeros .container-seccion-listados .container-repetible-listado__texto {
    font-size: 1.25rem;
  }
}

.b-navMain {
  display: none;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 75em) {
  .b-navMain {
    display: flex;
    margin-bottom: -0.1875rem;
  }
}
.b-navMain__li {
  padding-right: 1.5625rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 1.625rem;
}
.b-navMain__li .b-navMain__link {
  padding: 0.25rem 0.25rem;
}
.b-navMain__li .b-navMain__link:hover {
  text-decoration: none;
}
.b-navMain__li:last-of-type {
  margin-right: 0;
}
.b-navMain__li:hover .b-navMain__liWrapper {
  border-bottom: 0.25rem solid #065547;
}
@media (prefers-contrast: more) {
  .b-navMain__li:hover .b-navMain__liWrapper {
    border-bottom: 0.25rem solid transparent;
  }
}
.b-navMain__li.selected .b-navMain__liWrapper {
  border-bottom: 0.25rem solid #065547;
}
@media (prefers-contrast: more) {
  .b-navMain__li.selected .b-navMain__liWrapper {
    border-bottom: 0.25rem solid transparent;
  }
}
.b-navMain__li.show .b-btn-menu {
  transform: rotate(180deg);
}
.b-navMain .b-navMain__liWrapper {
  display: flex;
  align-items: center;
  border-bottom: 0.25rem solid transparent;
}
@media (prefers-contrast: more) {
  .b-navMain .b-navMain__liWrapper {
    border-bottom: none;
  }
}
.b-navMain .b-btn-menu {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowDBlack.svg") no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  background-size: auto 2rem;
  padding: 0.5rem;
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (prefers-contrast: more) {
  .b-navMain .b-btn-menu {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }
}
.b-navMain__wrapperBtnClose {
  display: flex;
  opacity: 0;
  justify-content: flex-end;
  height: 1rem;
}
.b-navMain__btnClose {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: auto 1.5rem;
  border: none;
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/closeBlack.svg") no-repeat center;
}
@media (prefers-contrast: more) {
  .b-navMain__btnClose {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }
}
.b-navMain__submenuContainer {
  display: none;
  position: absolute;
  width: 321px;
  background-color: white;
  top: 3.6875rem;
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 15px;
}
.b-navMain__submenuContainer.open {
  display: block;
}
.b-navMain__submenuWrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
.b-navMain__innerWrapper {
  position: relative;
}
.b-navMain__submenuUl {
  max-width: calc(290px + 2rem);
}
.b-navMain__submenuUl, .b-navMain__submenuUl2, .b-navMain__submenuUl3 {
  min-width: 18.125rem;
  max-width: calc(290px + 2rem);
  border-right: 1px solid #065547;
  height: 100%;
}
.b-navMain__submenu2, .b-navMain__submenu3 {
  display: none;
  position: absolute;
  top: calc(-1rem + 1px);
  left: 18.125rem;
  background-color: white;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  margin-left: 4px;
  padding: 15px 5px;
}
.b-navMain__submenu2.open, .b-navMain__submenu3.open {
  display: flex;
  flex-direction: column;
}
.b-navMain__submenu2::before, .b-navMain__submenu3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: white;
}
.b-navMain__submenu2 {
  z-index: 3;
}
.b-navMain__submenu2::before {
  left: -3px;
}
.b-navMain__submenu3 {
  display: none;
  z-index: 4;
}
.b-navMain__submenu3::before {
  left: -3px;
}
.b-navMain__submenu3.open {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.b-navMain__submenuLi {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-navMain__submenuLi .b-btn-menu2 {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowDBlack.svg") no-repeat center;
  width: 1rem;
  height: 1rem;
  background-size: auto 2rem;
  padding: 0.5rem;
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  transform: rotate(180deg);
}
@media (prefers-contrast: more) {
  .b-navMain__submenuLi .b-btn-menu2 {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }
}
.b-navMain__submenuLi.nav-open {
  background-color: #065547;
}
.b-navMain__submenuLi.nav-open .b-btn-menu2 {
  filter: invert(1);
  transform: rotate(270deg);
}
.b-navMain__commonli {
  min-width: 18.125rem;
}
.b-navMain__commonli:hover {
  background-color: #065547;
}
@media (prefers-contrast: more) {
  .b-navMain__commonli:hover {
    background-color: transparent;
  }
}
.b-navMain__commonli:hover > .b-navMain__commonLink {
  color: white;
}
.b-navMain__commonli.children > .b-navMain__commonLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-navMain__commonLink {
  padding: 0.375rem 1rem;
  color: #111;
}
.b-navMain__commonLink:hover {
  color: white;
}
.b-navMain__link2, .b-navMain__link3, .b-navMain__link4 {
  display: flex;
  width: 100%;
}
.b-navMain__link2:hover, .b-navMain__link3:hover, .b-navMain__link4:hover {
  color: white;
  background-color: #065547;
  text-decoration: none;
}
.b-navMain__link2.link-open, .b-navMain__link3.link-open, .b-navMain__link4.link-open {
  color: white;
  background-color: #065547;
}

/*mobile */
.adif-header__menuMobile {
  display: block;
  padding: 0;
  background-color: white;
  width: 300px;
  height: 100vh;
  position: fixed;
  right: 0;
  z-index: 989;
  opacity: 1;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 48em) {
  .adif-header__menuMobile {
    width: 25rem;
  }
}
@media (min-width: 75em) {
  .adif-header__menuMobile {
    display: none;
  }
}
.adif-header__menuMobile.visuallyhidden {
  opacity: 0;
  right: -100%;
}
.adif-header__menuMobile.hidden {
  display: none;
}

.b-navMainMobile {
  position: relative;
}
.b-navMainMobile__li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}
.b-navMainMobile__li .b-btnMobile-menu,
.b-navMainMobile__li .b-btnMobile-menu2 {
  display: block;
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowRGreen.svg") no-repeat center;
  width: 0.75rem;
  height: 1.5625rem;
  margin: 0 2rem 0 0;
  background-size: 1.5625rem auto;
  border: none;
  transform: rotate(270deg);
}
.b-navMainMobile__li:first-of-type {
  border-top: 1px solid #dee2e6;
}
.b-navMainMobile__link {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  color: #111;
  padding: 0.75rem 1rem 0.75rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.b-navMainMobile__submenuUl {
  display: none;
  position: absolute;
  top: 0;
}
@media (min-width: 48em) {
  .b-navMainMobile__submenuUl {
    right: 25rem;
  }
}
.b-navMainMobile__submenuUl.nav-open {
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background-color: white;
  right: 0;
}
@media (max-height: 31rem) {
  .b-navMainMobile__submenuUl.nav-open {
    height: unset;
  }
}
.b-navMainMobile__submenuLi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.b-navMainMobile__submenuLi .b-btnMobile-menu2 {
  transform: rotate(90deg);
}
.b-navMainMobile__submenuLi.li-open .b-btnMobile-menu2 {
  transform: rotate(270deg);
}
.b-navMainMobile__submenuLi .b-navMainMobile__link2,
.b-navMainMobile__submenuLi .b-btnMobile-menu2 {
  flex: 0 0 auto;
}
.b-navMainMobile__submenuLi .b-navMainMobile__submenuUl2 {
  flex-basis: 100%;
}
.b-navMainMobile__submenuLi > .child-menu {
  display: none;
  height: 0;
}
.b-navMainMobile__submenuLi.li-open > .child-menu {
  display: block;
  height: auto;
}
.b-navMainMobile__btnBack {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  background-color: #065547;
  color: white;
  border: none;
  width: 100%;
  text-align: left;
  min-height: 3.0625rem;
  padding: 0.625rem 0.5rem;
}
.b-navMainMobile__btnBack::before {
  content: "";
  display: block;
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowLWhite.svg") no-repeat;
  background-position: center;
  width: 0.75rem;
  height: 1.5625rem;
  margin: 0;
  background-size: 1.5625rem auto;
  float: left;
  margin-right: 0.5rem;
}
.b-navMainMobile__btnBack:focus {
  box-shadow: none !important;
}
.b-navMainMobile__goToLink {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  min-height: 3.0625rem;
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid #dee2e6;
  text-decoration: none;
  color: #111;
  padding: 0.625rem 0.5rem;
}
.b-navMainMobile__link2 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  color: #666;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.b-navMainMobile__link2.children {
  position: relative;
  padding-right: 2.5rem;
}
.b-navMainMobile__link2.children .b-navMainMobile__toggle {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/o/adif-web-theme-css/img/icons/redesign/arrowDownGreen.svg"); /* ajusta icono si procede */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.875rem 0.875rem;
  cursor: pointer;
  z-index: 2;
}
.b-navMainMobile__link2.children.link-open {
  color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.b-navMainMobile__link2.children.link-open .b-navMainMobile__toggle {
  transform: rotate(180deg) translateY(50%);
}
.b-navMainMobile__submenu2 {
  display: none;
  list-style: none;
  padding-left: 1rem;
}
.b-navMainMobile__submenu2.nav-open {
  display: block;
}
.b-navMainMobile__link3 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  color: #666;
  padding: 0.4375rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.b-navMainMobile__link3.children.link-open {
  color: #065547;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.b-navMainMobile__submenu3 {
  display: none;
  list-style: none;
  padding-left: 1rem;
}
.b-navMainMobile__submenu3.nav-open {
  display: block;
  background-color: #065547;
}
.b-navMainMobile__link4 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  color: #666;
  padding: 0.4375rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.adif-carrusel {
  margin: 1.25rem auto;
  height: 21.875rem;
}
@media (min-width: 36em) {
  .adif-carrusel {
    height: 27.375rem;
  }
}
@media (min-width: 48em) {
  .adif-carrusel {
    height: 32.8125rem;
  }
}
@media (min-width: 62em) {
  .adif-carrusel {
    height: 40.625rem;
  }
}
@media (min-width: 62em) {
  .no-slick-lg .adif-carrusel {
    height: 21.875rem;
  }
}
.adif-carrusel .slick-list {
  overflow: visible;
}
.adif-carrusel .slick-track {
  display: flex;
  height: 21.875rem;
}
@media (min-width: 36em) {
  .adif-carrusel .slick-track {
    height: 27.375rem;
  }
}
@media (min-width: 48em) {
  .adif-carrusel .slick-track {
    height: 32.8125rem;
  }
}
@media (min-width: 62em) {
  .adif-carrusel .slick-track {
    height: 40.625rem;
    margin-left: -18.75rem;
  }
}
@media (min-width: 62em) {
  .no-slick-lg .adif-carrusel .slick-track {
    height: 21.875rem;
    margin-left: 0;
  }
}
.adif-carrusel .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.adif-carrusel .slick-track .slick-slide > div {
  width: 100%;
}
.adif-carrusel__imgContainer {
  display: flex;
  align-items: end;
  padding: 0.875rem;
  height: 21.875rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.adif-carrusel__imgContainer:hover {
  box-shadow: 0 0 0.8125rem 0 rgba(0, 0, 0, 0.38);
}
.adif-carrusel__flecha {
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkWhite.svg") center no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
}
.adif-carrusel__texto {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 0;
  text-decoration: none;
}
.adif-carrusel__texto__wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
.cs__adif-av .adif-carrusel__texto__wrapper a {
  color: white;
  text-decoration: none;
}
.cs__adif-av .adif-carrusel__texto__wrapper a:hover {
  color: white;
  font-weight: 800;
}
.cs__adif-av .adif-carrusel__texto__wrapper a:focus {
  color: white;
}
.adif-carrusel__texto:hover {
  color: white;
  font-weight: 800;
}
.adif-carrusel__texto:focus {
  color: white;
}
@media (min-width: 48em) {
  .slick-center .adif-carrusel__texto {
    font-size: 1.5625rem;
    line-height: 2.125rem;
    margin-bottom: 1rem;
  }
  .slick-center .adif-carrusel__texto::after {
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 62em) {
  .no-slick-lg .slick-center .adif-carrusel__texto {
    transform: none;
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 0;
  }
}
.adif-carrusel .slick-slide {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  transition: all 0.1s ease;
}
@media (min-width: 36em) {
  .adif-carrusel .slick-slide {
    height: 21.875rem;
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}
.adif-carrusel .slick-slide.slick-active.slick-center {
  width: auto;
}
@media (min-width: 36em) {
  .adif-carrusel .slick-slide.slick-active.slick-center {
    transform: scale(1.25);
  }
}
@media (min-width: 48em) {
  .adif-carrusel .slick-slide.slick-active.slick-center {
    transform: scale(1.5);
  }
}
@media (min-width: 62em) {
  .adif-carrusel .slick-slide.slick-active.slick-center {
    transform: scale(1.85);
  }
}
@media (min-width: 62em) {
  .no-slick-lg .adif-carrusel .slick-slide.slick-active.slick-center {
    transform: none;
  }
}
.adif-carrusel__slide {
  padding: 0;
}
.adif-carrusel__paginacion {
  position: inherit;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 62em) {
  .adif-carrusel__paginacion {
    position: absolute;
    bottom: 1.5rem;
    left: 60%;
    max-width: 18.75rem;
    width: auto;
    right: 1.5rem;
  }
}
@media (min-width: 75em) {
  .adif-carrusel__paginacion {
    position: absolute;
    bottom: 1.5rem;
    left: calc(50% + 290px);
    max-width: 18.75rem;
    width: auto;
    right: 1.5rem;
  }
}
@media (min-width: 62em) {
  .no-slick-lg .adif-carrusel__paginacion {
    display: none;
  }
}
.adif-carrusel__paginacion .adif-carrusel__paginas {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.adif-carrusel__paginacion .adif-carrusel__paginas .adif-carrusel__paginaActual {
  font-weight: bold;
}
.adif-carrusel__paginacion .slick-arrow {
  border: none;
  background: none;
  width: 4.4375rem;
  height: 4.4375rem;
  text-indent: -624.9375rem;
}
.adif-carrusel__paginacion .slick-arrow.slick-prev {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowLeftBlack.svg") center center no-repeat;
  background-size: 4.4375rem;
}
.adif-carrusel__paginacion .slick-arrow.slick-next {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowRightBlack.svg") center center no-repeat;
  background-size: 4.4375rem;
}

.management-team-wrapper {
  display: flex;
  flex-direction: column;
}
.management-team-wrapper__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #111;
  padding: 5rem 0.9375rem 7.5rem 0.9375rem;
}
.management-team-wrapper__people {
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 62em) {
  .management-team-wrapper__people {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 48em) {
  .management-team-wrapper__people {
    grid-template-columns: repeat(3, 1fr);
  }
}
.management-team-wrapper__people__card {
  background-color: #a3a8a3;
  height: 24.59rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .management-team-wrapper__people__card {
    height: 25.9375rem;
  }
}
@media (min-width: 62em) {
  .management-team-wrapper__people__card {
    height: 21.625rem;
  }
}
.management-team-wrapper__people__card:hover .management-team-wrapper__people__card__image, .management-team-wrapper__people__card:focus .management-team-wrapper__people__card__image, .management-team-wrapper__people__card:focus-within .management-team-wrapper__people__card__image, .management-team-wrapper__people__card:active .management-team-wrapper__people__card__image {
  opacity: 0.5;
  height: 0;
  transition: height 0.8s;
  transform: opacity 0.5s;
}
.management-team-wrapper__people__card:hover .management-team-wrapper__people__card__text .management-team-wrapper__people__card__text__description, .management-team-wrapper__people__card:focus .management-team-wrapper__people__card__text .management-team-wrapper__people__card__text__description, .management-team-wrapper__people__card:focus-within .management-team-wrapper__people__card__text .management-team-wrapper__people__card__text__description, .management-team-wrapper__people__card:active .management-team-wrapper__people__card__text .management-team-wrapper__people__card__text__description {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
  transform: translateY(0px);
}
.management-team-wrapper__people__card:hover .management-team-wrapper__people__card__text .management-team-wrapper__people__card__text__role, .management-team-wrapper__people__card:focus .management-team-wrapper__people__card__text .management-team-wrapper__people__card__text__role, .management-team-wrapper__people__card:focus-within .management-team-wrapper__people__card__text .management-team-wrapper__people__card__text__role, .management-team-wrapper__people__card:active .management-team-wrapper__people__card__text .management-team-wrapper__people__card__text__role {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.management-team-wrapper__people__card__image {
  background-position: center top;
  background-size: cover;
  transition: height 0.8s;
  height: 17.5rem;
}
@media (min-width: 62em) {
  .management-team-wrapper__people__card__image {
    height: 13.1875rem;
  }
}
.management-team-wrapper__people__card__image img {
  display: none;
}
.management-team-wrapper__people__card__text {
  color: #111;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  transition: height 0.8s;
}
.management-team-wrapper__people__card__text__name {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  line-height: 1.36375rem;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .management-team-wrapper__people__card__text__name {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
}
.management-team-wrapper__people__card__text__name a {
  color: #111;
  text-decoration: none;
}
.management-team-wrapper__people__card__text__name a:hover, .management-team-wrapper__people__card__text__name a:focus {
  color: #111;
  text-decoration: none;
}
.management-team-wrapper__people__card__text__role {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  color: #111;
  font-size: 1rem;
  line-height: 1.36375rem;
}
.management-team-wrapper__people__card__text__description {
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 1rem;
  line-height: 1.36375rem;
  opacity: 0;
  transition: all 400ms ease-in-out;
}

.rs_slider-cv-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media (min-width: 62em) {
  .rs_slider-cv-wrapper {
    gap: 3.125rem;
  }
}
.rs_slider-cv-wrapper__header {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .rs_slider-cv-wrapper__header {
    flex-direction: row;
    gap: 0;
  }
}
.rs_slider-cv-wrapper__header__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #111;
  display: flex;
  justify-content: center;
}
@media (min-width: 62em) {
  .rs_slider-cv-wrapper__header__title {
    justify-content: left;
  }
}
.rs_slider-cv-wrapper__header__slider-control {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
@media (min-width: 62em) {
  .rs_slider-cv-wrapper__header__slider-control {
    gap: 1.515625rem;
    justify-content: left;
    margin-right: 2.175rem;
  }
}
.rs_slider-cv-wrapper__header__slider-control__prev {
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  background-color: #065547;
  height: 3.125rem;
  margin: 0 !important;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") padding-box no-repeat;
  padding: 0;
  width: 2.8125rem;
}
.rs_slider-cv-wrapper__header__slider-control__prev:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.rs_slider-cv-wrapper__header__slider-control__next {
  -webkit-mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  background-color: #065547;
  height: 3.125rem;
  margin: 0 !important;
  mask: url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") padding-box no-repeat;
  padding: 0;
  width: 2.8125rem;
}
.rs_slider-cv-wrapper__header__slider-control__next:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.rs_slider-cv-wrapper__content {
  padding: 0.6875rem 0 1.9375rem 0;
}
.rs_slider-cv-wrapper__content__card {
  background-color: white;
  height: 9.375rem;
  overflow: hidden;
}
.rs_slider-cv-wrapper__content__card__image {
  background-position: center top;
  background-size: cover;
  height: 17.5rem;
}
.rs_slider-cv-wrapper__content__card__image img {
  display: none !important;
}
@media (min-width: 48em) {
  .rs_slider-cv-wrapper__content__card__image {
    height: 13.1875rem;
  }
}
.rs_slider-cv-wrapper__content__card__text {
  color: #111;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.rs_slider-cv-wrapper__content__card__text__name {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  line-height: 1.36375rem;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .rs_slider-cv-wrapper__content__card__text__name {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
}
.rs_slider-cv-wrapper__content__card__text__name a {
  color: #111;
  text-decoration: none;
}
.rs_slider-cv-wrapper__content__card__text__name a:hover, .rs_slider-cv-wrapper__content__card__text__name a:focus {
  color: #111;
  text-decoration: none;
}
.rs_slider-cv-wrapper__content__card__text__role {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  color: #111;
  font-size: 1rem;
  line-height: 1.36375rem;
}
.rs_slider-cv-wrapper__content__card a {
  text-decoration: none;
}
.rs_slider-cv-wrapper__content .slick-slide {
  margin: 0.5rem;
}

/* CAMINO DE MIGAS */
.breadcrumb-wrapper {
  /*.title-flag {
  	margin-bottom: 0.4375rem;
  }
  .flags-wrapper {
  	margin: 0 !important;
  	@include md-down {
  		margin: 0 auto !important;
  		margin-top: 1rem !important;
  	}
  }*/
}
.breadcrumb-wrapper .title-breadcrumb {
  font-size: 3.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (max-width: 47.98em) {
  .breadcrumb-wrapper .title-breadcrumb {
    font-size: 2.25rem;
  }
}
.breadcrumb-wrapper div .flags-wrapper__fondo {
  background-color: transparent;
}
.breadcrumb-wrapper div .flags-wrapper .flag.ue-flag-U, .breadcrumb-wrapper div .flags-wrapper .flag.ue-flag-S {
  background: transparent url("/o/adif-web-theme-css/img/union_europea_logo_co_transp.png") center no-repeat;
  background-size: 99% auto;
}
.breadcrumb-wrapper div .flags-wrapper .flag.flag-p1 {
  background: transparent url("/o/adif-web-theme-css/img/ES_Financiado_por_la_Union_Europea.png") center no-repeat;
  background-size: 100% auto;
}
.breadcrumb-wrapper div .flags-wrapper .flag.flag-p2 {
  background: transparent url("/o/adif-web-theme-css/img/Logo_PRTR_vertical_BLANCO.png") center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 47.98em) {
  .breadcrumb-wrapper .flags-wrapper {
    height: unset !important;
  }
  .breadcrumb-wrapper .flags-wrapper .ue-flag-N {
    height: 0 !important;
  }
}

.consejo-administracion-wrapper {
  background-color: #f4f4f4;
}
.consejo-administracion-wrapper__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin: 2.625rem 0;
  text-align: center;
}
@media (min-width: 48em) {
  .consejo-administracion-wrapper__title {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0.5rem;
    text-align: left;
  }
}
.consejo-administracion-wrapper__cards {
  column-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
}
@media (min-width: 48em) {
  .consejo-administracion-wrapper__cards {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0.9375rem;
  }
}
@media (min-width: 75em) {
  .consejo-administracion-wrapper__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.consejo-administracion-wrapper__cards__card {
  background-color: #fff;
  padding: 3.5rem 1.5rem;
  margin-bottom: 0;
}
.consejo-administracion-wrapper__cards__card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.consejo-administracion-wrapper__cards__card__content__name {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.36375rem;
}
.consejo-administracion-wrapper__cards__card__content__name a {
  color: #111;
  text-decoration: none;
}
.consejo-administracion-wrapper__cards__card__content__name a:hover, .consejo-administracion-wrapper__cards__card__content__name a:focus {
  color: #111;
  text-decoration: none;
}
.consejo-administracion-wrapper__cards__card__content__role {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #666;
  font-size: 0.8125rem;
  line-height: 1rem;
}

/* Servicios pills con listado */
.rs-servicios-pills .nav-link {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none !important;
  font-size: 1.25rem;
}
.rs-servicios-pills .nav-fill, .rs-servicios-pills .nav-item {
  background-color: #f4f4f4 !important;
}

/* Contenidos en tabs */
@media (min-width: 62em) {
  .adif-detalle-estacion-pills.adif-contenidos-en-tabs .nav-link {
    font-size: 0.875rem !important;
  }
}

.rs-galeria-multimedia.adif-detalle-multimedia .carrousel-galeria-multimedia-grande .carrousel-texto {
  margin: 2.5rem 0 !important;
}
.rs-galeria-multimedia.adif-detalle-multimedia .adif-share-block {
  padding: 0 !important;
  background: white !important;
  margin-top: -2.5rem !important;
}
.rs-galeria-multimedia.adif-detalle-multimedia .adif-share-block-item {
  width: 14.375rem;
}
@media (max-width: 35.98em) {
  .rs-galeria-multimedia.adif-detalle-multimedia .adif-share-block-item {
    width: 100%;
  }
}
.rs-galeria-multimedia.adif-detalle-multimedia .adif-share-block-item-label {
  font-size: 1.25rem;
  margin-right: 1.25rem !important;
  letter-spacing: -0.0375rem;
}
.rs-galeria-multimedia.adif-detalle-multimedia .adif-share-block-item-social-sharing {
  padding: 0 !important;
}
.rs-galeria-multimedia.adif-detalle-multimedia .adif-share-block-item .adif-icon {
  margin-right: 1.25rem !important;
}
.rs-galeria-multimedia.adif-detalle-multimedia .adif-share-block-item .adif-icon.ai-twitter {
  height: 1.5625rem;
}
.rs-galeria-multimedia.adif-detalle-multimedia .adif-share-block-item .adif-icon.ai-facebook {
  height: 1.5625rem;
  margin-bottom: 0.125rem;
}
.rs-galeria-multimedia.adif-detalle-multimedia .adif-share-block-item .adif-icon.ai-download {
  mask: url(/o/adif-web-theme-css/img/icons/redesign/download.svg) no-repeat center/contain;
  -webkit-mask: url(/o/adif-web-theme-css/img/icons/redesign/download.svg) no-repeat center/contain;
  height: 1.5625rem;
  width: 1.5625rem;
}
@media (min-width: 62em) {
  .rs-galeria-multimedia.adif-detalle-multimedia .adif-encabezado h1 {
    font-size: 2.25rem !important;
  }
}
.rs-galeria-multimedia.adif-detalle-multimedia .carrousel-galeria-multimedia-nav-wrapper {
  display: none;
}

/*

Templates donde aparece este componente:
    - licitacion-subasta-listado.ftl
    - aviso-detalle.ftl
    - galeria-multimedia.ftl
    - inmueble-espacio-estacion.ftl
    - inmueble-espacio-instalacion-logistica.ftl
    - inmueble-generica.ftl
    - instalacion-logistica.ftl
    - nota-prensa.ftl
    - subasta.ftl

*/
.adif-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  list-style-type: none;
  margin: 0;
  padding: 1.534375rem 0 2.125rem 0;
}
.adif-tags__tag {
  background: #065547;
  border-radius: 1.875rem;
  margin: 0;
  padding: 0.875rem 1.5rem;
  border: 2px solid transparent;
}
.adif-tags__tag a {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.36375rem;
  text-decoration: none;
  text-transform: capitalize;
}
@media (min-width: 48em) {
  .adif-tags__tag a {
    font-size: 1rem;
  }
}
.adif-tags__tag:hover {
  border: 2px solid #065547;
  background-color: #fff;
}
.adif-tags__tag:hover a {
  color: #065547;
}
.adif-tags .linkify:hover {
  box-shadow: none;
}

.adif-servicios-pills.rs-pills ul.nav.nav-pills {
  background-color: white;
  border-bottom: 0.0625rem solid #111;
  gap: 0.625rem;
  border-radius: 0;
  text-wrap: wrap;
}
@media (min-width: 48em) {
  .adif-servicios-pills.rs-pills ul.nav.nav-pills {
    text-wrap: nowrap;
  }
}
.adif-servicios-pills.rs-pills ul.nav.nav-pills li.nav-item {
  flex: 0;
  background-color: white;
  border-radius: 0;
  padding: 0;
}
.adif-servicios-pills.rs-pills ul.nav.nav-pills li.nav-item.active {
  border-bottom: 0.1875rem solid #065547;
  background-color: white;
  border-radius: 0;
}
.adif-servicios-pills.rs-pills ul.nav.nav-pills li.nav-item a.nav-link {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5625rem;
  text-transform: capitalize;
  color: #111;
  background-color: white;
  padding: 0.875rem 1rem !important;
  font-size: 1rem !important;
  border-radius: 0;
}
.adif-servicios-pills.rs-pills ul.nav.nav-pills li.nav-item a.nav-link.active {
  font-weight: bold;
  background-color: white;
  border-radius: 0;
}
.adif-servicios-pills.rs-pills ul.nav.nav-pills li.nav-item a.nav-link span.nav-pills-text {
  color: #111;
}
.adif-servicios-pills.rs-pills ul.nav.nav-pills li.nav-item a.nav-link span.nav-pills-ico {
  display: none;
}
.rs-buscador-rodajes .buscador-estaciones-titulo {
  width: 100% !important;
}

.rs-espacio-rodajes .detalle-rodajes {
  background: white;
  padding: 0;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.rs-espacio-rodajes .detalle-rodajes .parrafo-subasta {
  flex: 60%;
}
.rs-espacio-rodajes .detalle-rodajes .textoSeccion {
  color: #111;
}
@media (min-width: 62em) {
  .rs-espacio-rodajes .adif-localization-map {
    margin-bottom: -4.6875rem;
  }
}
.rs-espacio-rodajes .adif-localization-map a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
}
.rs-espacio-rodajes .adif-detalle-multimedia {
  margin-bottom: 1.25rem;
}
@media (min-width: 62em) {
  .rs-espacio-rodajes .adif-detalle-multimedia {
    margin-top: 3.75rem;
  }
}
.rs-espacio-rodajes-imagen {
  height: 18.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 40%;
}
@media (max-width: 61.98em) {
  .rs-espacio-rodajes-imagen {
    margin-bottom: 1.25rem;
  }
}

.rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-titulo {
  color: black;
}
.rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-titulo div {
  font-weight: bold !important;
  font-size: 2.25rem;
  line-height: 1.2;
}
@media (max-width: 47.98em) {
  .rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-titulo div {
    font-size: 1.625rem;
    text-align: center;
    margin: 0 !important;
  }
}
.rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-subtitulo div {
  color: black;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
}
.rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-tipo input {
  padding: 0px 18px 0px 18px !important;
  height: 3.75rem !important;
  background-image: url(/o/adif-web-theme-css/img/icons/redesign/searchGreen.svg) !important;
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 1.125rem;
}
@media (max-width: 47.98em) {
  .rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-tipo input {
    background-position: 93%;
    height: 3.125rem !important;
    margin-top: 0 !important;
  }
}
.rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-tipo input::placeholder {
  color: black !important;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: normal !important;
}
@media (max-width: 47.98em) {
  .rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-tipo input::placeholder {
    font-size: 1rem;
  }
}
.rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-tipo input.duet-date__input {
  background-image: none !important;
}
.rs-buscador-estaciones .buscador-prensa-item select {
  color: black !important;
  height: 2.5rem !important;
  padding: 10px 16px !important;
  line-height: 1.25rem;
  background-size: 11px 11px !important;
  font-weight: normal !important;
}
@media (max-width: 47.98em) {
  .rs-buscador-estaciones .buscador-prensa-item select {
    font-size: 0.9375rem !important;
  }
}
.rs-buscador-estaciones .buscador-prensa-item .buscador-estaciones-label {
  color: black;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.rs-buscador-estaciones .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-button {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-tipo .btn-search-cancel {
  display: none;
}
.rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-comunidad, .rs-buscador-estaciones .buscador-prensa-item.buscador-estaciones-provincia {
  margin-bottom: 0 !important;
}
@media (min-width: 62em) {
  .rs-buscador-estaciones .buscador-estaciones-localizacion {
    width: 75%;
  }
}
.rs-buscador-estaciones .ajaxsearch-input-button {
  border-radius: 2.5rem;
  text-transform: uppercase;
  height: 3.75rem !important;
  padding: 0 2.6875rem !important;
  letter-spacing: 0.04em;
}
@media (min-width: 62em) {
  .rs-buscador-estaciones .ajaxsearch-input-button {
    float: right;
  }
}
@media (max-width: 47.98em) {
  .rs-buscador-estaciones .ajaxsearch-input-button {
    width: auto !important;
  }
}
.rs-buscador-estaciones.buscador-prensa-alt-wrapper.bg-adif-fondo-gris-claro {
  padding: 1rem 1.5rem !important;
}
@media (max-width: 47.98em) {
  .rs-buscador-estaciones.buscador-prensa-alt-wrapper.bg-adif-fondo-gris-claro {
    padding: 0.9375rem 0.9375rem !important;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.rs-buscador-estaciones .buscador-inmuebles-avanzado .buscador-prensa-item {
  margin-bottom: 0 !important;
}
.rs-buscador-estaciones .buscador-inmuebles-avanzado .buscador-prensa-item .input-group-item input {
  height: 3.75rem !important;
  font-size: 1.25rem !important;
  padding-left: 0.9375rem !important;
}
.rs-buscador-estaciones .buscador-inmuebles-avanzado .buscador-prensa-item .input-group-item input::placeholder {
  color: #111 !important;
  font-weight: normal !important;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones .buscador-inmuebles-avanzado .buscador-prensa-item.buscador-inmueble-label-item {
    text-align: center;
  }
}
.rs-buscador-estaciones .buscador-inmuebles-avanzado .buscador-prensa-item.buscador-prensa-button {
  padding: 0 !important;
}
.rs-buscador-estaciones.rs-buscador-prensa select {
  height: 3.75rem !important;
  font-size: 1rem !important;
  background: white url(/o/adif-web-theme-css/img/icons/redesign/arrowDownGreen.svg) calc(100% - 0.9375rem) center no-repeat;
  background-size: 1rem !important;
}
.rs-buscador-estaciones.rs-buscador-prensa input::placeholder {
  font-size: 1rem !important;
}
.rs-buscador-estaciones.rs-buscador-prensa .input-group-item {
  border: 0.0625rem solid #8A8A8A !important;
}
@media (min-width: 62em) {
  .rs-buscador-estaciones.rs-buscador-prensa .buscador-inmuebleshome input::placeholder {
    font-size: 1.25rem !important;
  }
}
.rs-buscador-estaciones.rs-buscador-prensa .buscador-inmuebleshome select {
  box-shadow: none !important;
  border: 0.0625rem solid #8A8A8A !important;
}
.rs-buscador-estaciones.rs-buscador-prensa .buscador-inmuebleshome .input-group-item {
  border: none !important;
}
.rs-buscador-estaciones.rs-buscador-prensa .buscador-inmuebleshome .buscador-estaciones-tipo input {
  box-shadow: none !important;
  border: 0.0625rem solid #8A8A8A !important;
}

.rs-buscador-estaciones-home .rs-estaciones-select {
  width: 100% !important;
  margin-right: 0 !important;
}
.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item {
  width: 89% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item {
    width: 100% !important;
  }
}
.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item.rs-estaciones-button {
  width: 9.5rem !important;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item.rs-estaciones-button {
    width: 2.9375rem !important;
    padding-left: 0 !important;
  }
}
.rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item.rs-estaciones-button input {
  padding: 0 !important;
  letter-spacing: 0.04em;
  font-size: 0.9375rem !important;
  font-weight: normal !important;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones-home .rs-estaciones-select .buscador-prensa-item.rs-estaciones-button input {
    background-size: 1.125rem !important;
    height: 3.125rem !important;
  }
}
.rs-buscador-estaciones-home .buscador-inmuebleshome .buscador-prensa-button {
  flex: 23%;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones-home .buscador-inmuebleshome .buscador-prensa-button {
    max-width: 10.625rem;
  }
  .rs-buscador-estaciones-home .buscador-inmuebleshome .buscador-prensa-button input {
    padding: 0.875rem 2.6875rem !important;
    border-radius: 3.125rem;
  }
}
.rs-buscador-estaciones-home .buscador-inmuebleshome select {
  color: black !important;
  padding-left: 1.125rem !important;
  font-weight: normal !important;
  font-size: 1.25rem !important;
  height: 3.75rem !important;
  background: white url(/o/adif-web-theme-css/img/icons/redesign/arrowDownGreen.svg) calc(100% - 24px) center no-repeat !important;
  background-size: 1.125rem auto !important;
  box-shadow: none !important;
  border: 0.0625rem solid #8A8A8A !important;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones-home .buscador-inmuebleshome select {
    height: 3.125rem !important;
    font-size: 1rem !important;
  }
}
.rs-buscador-estaciones-home .input-group-item {
  border: none !important;
}
.rs-buscador-estaciones-home.rs-buscador-prensa {
  padding: 0 !important;
}
.rs-buscador-estaciones-home.rs-buscador-prensa .btn-primary--square {
  height: 100% !important;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-buscador-estaciones-home.rs-buscador-prensa .btn-primary--square {
    border-radius: unset !important;
  }
}
@media (min-width: 36em) and (max-width: 47.98em) {
  .rs-buscador-estaciones-home.rs-buscador-prensa .btn-primary--square {
    border-radius: unset !important;
  }
}
.rs-buscador-estaciones-home.rs-buscador-prensa .buscador-prensa {
  margin-top: 0 !important;
}
@media (max-width: 35.98em) {
  .rs-buscador-estaciones-home.rs-buscador-prensa .buscador-prensa-button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .rs-buscador-estaciones-home.rs-buscador-prensa .buscador-prensa-button {
    max-width: unset !important;
  }
}
.rs-buscador-estaciones-home.rs-buscador-prensa .buscador-prensa-wrapper {
  background-color: transparent !important;
}
@media (max-width: 61.98em) {
  .rs-buscador-estaciones-home.rs-buscador-prensa input::placeholder {
    font-size: 1rem !important;
  }
}

.custom-radio .custom-control-label::before, .custom-checkbox .custom-control-label::before {
  border-color: #8a8a8a;
  border-width: 0.125rem;
}

@media (max-width: 47.98em) {
  .sheet-footer-btn-block-sm-down .btn-primary {
    width: unset;
    margin-left: auto;
    margin-right: auto !important;
  }
}

.rs-gestion-periodistas .rs-btn-add {
  padding: 0.875rem 1.375rem;
}
.rs-gestion-periodistas .btn-primary {
  border: none;
}
.rs-gestion-periodistas .btn.perioFixPadd {
  margin-top: 0.625rem;
  margin-left: 0;
}
.rs-gestion-periodistas table th {
  background-color: #065547 !important;
}
.rs-gestion-periodistas .rs-btn-gray {
  padding: 0.8125rem 1.5rem;
  border-radius: 3.125rem !important;
}
.rs-gestion-periodistas .columnInternaIzquierda, .rs-gestion-periodistas .columnInternaDerecha {
  width: 48%;
  margin: 0;
}
.rs-gestion-periodistas .columnInternaIzquierda .fieldset-legend, .rs-gestion-periodistas .columnInternaDerecha .fieldset-legend {
  margin: 0;
}
@media (max-width: 61.98em) {
  .rs-gestion-periodistas .columnInternaIzquierda, .rs-gestion-periodistas .columnInternaDerecha {
    width: 100%;
  }
}
.rs-gestion-periodistas .columnInternaIzquierda {
  float: left;
}
.rs-gestion-periodistas .columnInternaDerecha {
  float: right;
}
@media (max-width: 35.98em) {
  .rs-gestion-periodistas .column50 {
    width: 100%;
  }
}
.rs-gestion-periodistas .rs-periodistas-flex {
  display: flex;
  justify-content: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media (min-width: 62em) {
  .rs-gestion-periodistas .rs-periodistas-flex {
    margin-left: 0.9375rem;
  }
}
.rs-gestion-periodistas .inputSearch {
  margin-top: 0 !important;
}

.rs-content-template__abstract {
  background-color: #f4f4f4;
  display: grid;
}
@media (min-width: 62em) {
  .rs-content-template__abstract.gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rs-content-template__abstract img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.rs-content-template__abstract__paragraph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.8125rem 2rem 3rem 2rem;
}
.rs-content-template__abstract__paragraph * {
  color: #111;
  font-family: "Nunito", sans-serif !important;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  text-align: left;
}

.rs-content-template__contact {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  padding: 1.625rem 1.4375rem;
  background-color: #f4f4f4;
  z-index: 0;
}
.rs-content-template__contact__header {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #666;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  margin: 0;
}
.rs-content-template__contact__ways {
  display: grid;
  gap: 1.5625rem;
}
@media (min-width: 62em) {
  .rs-content-template__contact__ways {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 0;
  }
}
.rs-content-template__contact__ways__way {
  display: flex;
  gap: 1.411875rem;
}
.rs-content-template__contact__ways__way__description {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  overflow-wrap: anywhere;
}
.rs-content-template__contact__ways__way__description a {
  color: #065547 !important;
}
.rs-content-template__contact__ways__way__icon-wrapper {
  align-items: center;
  background-color: white;
  border-radius: 1.5625rem;
  display: flex;
  min-height: 3.125rem;
  justify-content: center;
  min-width: 3.125rem;
}
.rs-content-template__contact__ways__way__icon-wrapper .ai-envelope {
  background-color: #666;
  height: 1.5625rem;
  width: 1.875rem;
}
.rs-content-template__contact__ways__way__icon-wrapper .ai-phone {
  background-color: #666;
  height: 1.25rem;
  width: 1.375rem;
}

.rs-content-template__dropdown-accordion {
  clear: both;
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rs-content-template__dropdown-accordion__item button {
  align-items: center;
  background-color: #065547;
  display: flex;
  padding: 1.1875rem 1rem;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
  z-index: 1;
}
.rs-content-template__dropdown-accordion__item button p {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 1rem;
  line-height: 1.36375rem;
  margin: 0;
}
.rs-content-template__dropdown-accordion__item button span {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-size: 1rem auto;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg") center center no-repeat;
  display: block;
  margin-left: auto;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
  width: 1rem;
  min-width: 1rem;
}
.rs-content-template__dropdown-accordion__item button.showed span {
  transform: rotate(180deg);
}
.rs-content-template__dropdown-accordion__item button:hover {
  color: #f4f4f4;
}
.rs-content-template__dropdown-accordion__item__description {
  background: #fff;
  border-bottom: 0.1875rem solid #f4f4f4;
  border-left: 0.1875rem solid #f4f4f4;
  border-right: 0.1875rem solid #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  padding: 2rem 1rem;
}
.rs-content-template__dropdown-accordion__item__description__table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.rs-content-template__dropdown-accordion__item__description__table--bordered {
  border: 0.0625rem solid #dcdcdc;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}
.rs-content-template__dropdown-accordion__item__description__table__2-col-per-row {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding-bottom: 0.375rem;
}
.rs-content-template__dropdown-accordion__item__description__table__2-col-per-row span {
  color: #666;
}
.rs-content-template__dropdown-accordion__item__description__table__1-col-per-row {
  font-weight: 400;
  color: #666;
}
.rs-content-template__dropdown-accordion__item__description__paragraph * {
  color: #111;
  font-family: "Nunito", sans-serif !important;
  font-size: 1rem;
  line-height: 1.36375rem;
}
.rs-content-template__dropdown-accordion__item__description__paragraph img {
  max-width: 100%;
}

.rs-content-template__header {
  display: flex;
  flex-direction: column;
}
.rs-content-template__header h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  display: flex;
  font-size: 1.75rem;
  line-height: 2.75rem;
}
@media (min-width: 48em) {
  .rs-content-template__header h1 {
    font-size: 2.25rem;
  }
}
.rs-content-template__header h1 .adif-back-button {
  margin-right: 0.78125rem;
  margin-top: 0.5rem;
  min-height: 1.875rem;
  min-width: 1.875rem;
}
.rs-content-template__header h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2.386875rem;
  color: #111;
}
.rs-content-template__header__entrance {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
  font-size: 1.25rem;
  line-height: 1.73875rem;
  padding: 0 0 1.5rem 0;
}
.rs-content-template__header__underlined-date {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 2.5625rem;
  padding-bottom: 0.65625rem;
  text-transform: uppercase;
}
.rs-content-template__header__underlined-date p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  margin: 0;
}
.rs-content-template__header__announcement {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62em) {
  .rs-content-template__header__announcement {
    flex-direction: row;
  }
}
.rs-content-template__header__announcement__date {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #666;
  font-size: 1.125rem;
  line-height: 1.534375rem;
}
.rs-content-template__header__announcement__date span {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rs-content-template__header__announcement__state {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #065547;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.27875rem;
  padding: 0.125rem 0.875rem;
  width: fit-content;
}
@media (min-width: 62em) {
  .rs-content-template__header__announcement__state {
    margin-left: auto;
  }
}

.rs-content-template {
  display: flex;
  flex-direction: column;
  gap: 2.5625rem;
}

.rs-content-template__station-installation-links {
  display: flex;
  justify-content: left;
  flex-direction: column;
  gap: 1rem;
  z-index: 0;
}
@media (min-width: 62em) {
  .rs-content-template__station-installation-links {
    flex-direction: row;
    justify-content: space-between;
  }
}
.rs-content-template__station-installation-links__station {
  display: flex;
  align-items: center;
}
.rs-content-template__station-installation-links__map {
  display: flex;
  align-items: center;
}
.rs-content-template__station-installation-links__map a {
  display: flex;
  gap: 1.1525rem;
  align-items: center;
}
.rs-content-template__station-installation-links--single-link {
  display: flex;
}
@media (min-width: 62em) {
  .rs-content-template__station-installation-links--single-link {
    margin-left: auto;
    margin-bottom: -6.25rem;
    z-index: 1;
    width: fit-content;
    padding: 0.84375rem 0.875rem;
  }
}
.rs-content-template__map {
  margin: 0 !important;
}
.rs-content-template__pills {
  margin: 0 !important;
}
.rs-content-template ul.list-of-links {
  list-style: none;
  padding: 0;
}
.rs-content-template ul.list-of-links li {
  margin: 1.125rem 0;
}
.rs-content-template ul.list-of-links li:first-of-type {
  margin-top: 0;
}
.rs-content-template ul.list-of-links li:last-of-type {
  margin-bottom: 0;
}
.rs-content-template .adif-link-accessible-wrapper {
  width: fit-content;
  word-break: break-all;
}
.rs-content-template a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 1rem;
  line-height: 1.36375rem;
}
.rs-content-template a:hover {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
}
.rs-content-template a.color-secondary {
  color: #065547 !important;
}
.rs-content-template .color-light {
  color: #666666;
}
.rs-content-template .color-light * {
  color: #666666;
}
.rs-content-template .color-secondary {
  color: #065547;
}
.rs-content-template .font-weight-700 {
  font-weight: 700;
}
.rs-content-template .clear-both {
  clear: both;
}
.rs-content-template__date-and-icon {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-bottom: -2.5625rem;
  padding: 0.65625rem 0;
}
@media (min-width: 62em) {
  .rs-content-template__date-and-icon {
    justify-content: right;
  }
}
.rs-content-template__date-and-icon div * {
  color: #666666;
  font-size: 0.875rem;
  line-height: 0.9375rem;
}
.rs-content-template__date-and-icon i {
  height: 1.25rem;
  width: 1.25rem;
}

.rs-content-template__paragraphs {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 48em) {
  .rs-content-template__paragraphs {
    gap: 3rem;
  }
}
.rs-content-template__paragraphs__paragraph img {
  max-width: 100%;
}
.rs-content-template__paragraphs__paragraph table {
  width: 100%;
}
@media (max-width: 61.98em) {
  .rs-content-template__paragraphs__paragraph table {
    display: block !important;
    overflow-x: auto;
  }
}
.rs-content-template__paragraphs__paragraph__gallery {
  display: grid;
  gap: 0.625rem;
  clear: both;
}
.rs-content-template__paragraphs__paragraph__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 62em) {
  .rs-content-template__paragraphs__paragraph__gallery.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .rs-content-template__paragraphs__paragraph__gallery.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 36em) {
  .rs-content-template__paragraphs__paragraph__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rs-content-template__paragraphs__paragraph__img {
  position: relative;
}
.rs-content-template__paragraphs__paragraph__img--left {
  margin: 0 0 1rem 0;
  width: 100%;
}
@media (min-width: 36em) {
  .rs-content-template__paragraphs__paragraph__img--left {
    width: 40%;
    float: left;
    margin: 0 1.375rem 1.375rem 0;
  }
}
.rs-content-template__paragraphs__paragraph__img--right {
  margin: 0 0 1rem 0;
  width: 100%;
}
@media (min-width: 36em) {
  .rs-content-template__paragraphs__paragraph__img--right {
    width: 40%;
    float: right;
    margin: 0 0 1.375rem 1.375rem;
  }
}
.rs-content-template__paragraphs__paragraph__img__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.rs-content-template__paragraphs__paragraph__img__wrapper--overflow-hidden {
  overflow: hidden;
}
.rs-content-template__paragraphs__paragraph__img__wrapper__tag {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #065547;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.27875rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.rs-content-template__paragraphs__paragraph__img__wrapper__tag--horizontal {
  right: 0;
  padding: 0.125rem 0.875rem;
  top: 0;
}
.rs-content-template__paragraphs__paragraph__img__wrapper__tag--diagonal {
  background-color: #28a745;
  color: #111;
  display: flex;
  justify-content: center;
  left: -5.78125rem;
  padding: 0.125rem 5rem;
  position: absolute;
  text-align: center;
  top: 2.375rem;
  transform: rotate(-40deg);
  width: 18.75rem;
}
.rs-content-template__paragraphs__paragraph__img__wrapper__tag--diagonal a {
  font-size: 0.625rem !important;
  text-decoration: none !important;
}
.rs-content-template__paragraphs__paragraph__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 1.375rem;
  line-height: 1.875625rem;
  padding-bottom: 1.125rem;
}
.rs-content-template__paragraphs__paragraph__description * {
  color: #111;
  font-family: "Nunito", sans-serif !important;
  font-size: 1.125rem;
  line-height: 1.534375rem;
  text-align: left;
}
.rs-content-template__paragraphs__paragraph__description__property-information {
  overflow-wrap: break-word;
}
.rs-content-template__paragraphs__paragraph__description__property-information .telephone-contact-wrapper, .rs-content-template__paragraphs__paragraph__description__property-information .mail-contact-wrapper {
  clear: both;
}
@media (min-width: 62em) {
  .rs-content-template__paragraphs__paragraph__description__property-information .telephone-contact-wrapper, .rs-content-template__paragraphs__paragraph__description__property-information .mail-contact-wrapper {
    clear: none;
  }
}
.rs-content-template__paragraphs__paragraph__description__property-information .telephone-contact-wrapper {
  padding-bottom: 0.46875rem;
}
.rs-content-template__paragraphs__paragraph__description__property-information .mail-contact-wrapper {
  padding-top: 0.46875rem;
}
.rs-content-template__paragraphs__paragraph__description__property-information div:first-child {
  padding: 0 0 0.71875rem 0;
}
.rs-content-template__paragraphs__paragraph__description__property-information div:last-child {
  padding: 0.71875rem 0 0 0;
}
.rs-content-template__paragraphs__paragraph__description__property-information > * {
  padding: 0.71875rem 0;
}
.rs-content-template__paragraphs__paragraph__description__property-information__heading * {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.73875rem;
  margin: 0;
}
.rs-content-template__paragraphs__paragraph__description__property-information__text * {
  font-size: 1rem;
  line-height: 1.36375rem;
  margin: 0;
}
.rs-content-template__paragraphs__paragraph__description--overflow-hidden ul {
  overflow: hidden;
}
.rs-content-template__paragraphs__paragraph--outstanding {
  background-color: #f4f4f4;
  padding: 1.8125rem 2rem 3rem 2rem;
}

.rs-content-template__related {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 62em) {
  .rs-content-template__related.rs-2column {
    grid-template-columns: repeat(2, 1fr);
  }
  .rs-content-template__related.rs-1column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-content-template__related ul {
  padding-left: 2.609375rem !important;
}
.rs-content-template__related li:first-of-type {
  margin-top: 1.125rem !important;
}
.rs-content-template__related__header {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  color: #111;
  display: flex;
  font-size: 1.25rem;
  gap: 0.625rem;
  line-height: 1.705rem;
}
.rs-content-template__related__header span {
  border-bottom: 1px solid #A3A8A3;
  display: block;
  margin: 0.5rem 0;
  width: 100%;
}
.rs-content-template__related__header__icon {
  height: 1.875rem !important;
  margin: 0;
  width: 2.21375rem !important;
}

.rs-content-template__share {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 62em) {
  .rs-content-template__share {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rs-content-template__share__item {
  display: flex;
  gap: 2rem;
}
.rs-content-template__share__item__label {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 1.25rem;
  line-height: 1.73875rem;
}
.rs-content-template__share__item__icons {
  display: flex;
  gap: 1.5rem;
  list-style-type: none;
  padding: 0;
}
.rs-content-template__share__item a.download-file-link {
  background-size: 1.5rem auto !important;
  height: 1.5rem;
  width: 1.5rem;
}
.rs-content-template__share__item p {
  margin: 0;
}

.rs-content-template__slider .slick-arrow {
  background: #fff url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-izda.svg") border-box no-repeat;
  border-radius: 50%;
  border: none;
  height: 2rem;
  left: 1.875rem;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  top: 121.5px;
  width: 2rem;
  z-index: 1;
}
@media (min-width: 62em) {
  .rs-content-template__slider .slick-arrow {
    top: 215px;
  }
}
.rs-content-template__slider .slick-arrow.slick-next {
  background: #fff url("/o/adif-web-theme-css/img/icons/adif-icon/ico-slide-cv-dcha.svg") border-box no-repeat;
  left: inherit;
  right: 1.875rem;
}
.rs-content-template__slider__slide-img {
  background-position: center center;
  background-size: cover;
  height: 28.875rem;
}
.rs-content-template__slider__slide-img img {
  display: none !important;
}
@media (max-width: 61.98em) {
  .rs-content-template__slider__slide-img {
    height: 17.1875rem;
  }
}
.rs-content-template__slider__slide-video {
  background-position: center center;
  width: 100%;
  height: 28.875rem;
}
.rs-content-template__slider__slide-video video {
  background-position: center center;
  width: 100%;
  height: 28.875rem;
}
@media (max-width: 61.98em) {
  .rs-content-template__slider__slide-video {
    height: 17.1875rem;
  }
  .rs-content-template__slider__slide-video video {
    height: 100%;
  }
}
.rs-content-template__slider__description {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 2.5625rem;
}

.rs-content-template__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rs-content-template__tags__tag {
  background-color: #065547;
  border-radius: 1.875rem;
  margin: 0;
  padding: 0.875rem 1.5rem;
  border: 2px solid transparent;
}
.rs-content-template__tags__tag a {
  font-weight: 400;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: capitalize;
}
.rs-content-template__tags__tag:hover {
  border: 2px solid #065547;
  background-color: transparent;
}
.rs-content-template__tags__tag:hover a {
  color: #065547 !important;
  text-decoration: none !important;
}
.rs-content-template__tags .linkify:hover {
  box-shadow: none;
}

.cs__adif-av {
  /*Home cards*/
}
.cs__adif-av .lfr-spa-loading-bar {
  background-color: rgba(16, 35, 65, 0.5);
  height: 0.625rem;
}
.cs__adif-av #top-link {
  background-color: #102341;
}
.cs__adif-av a {
  color: #102341;
}
.cs__adif-av a:hover, .cs__adif-av a:focus {
  color: #102341;
}
.cs__adif-av a.control-menu-icon {
  color: white;
}
.cs__adif-av .product-menu a {
  color: white;
}
.cs__adif-av .product-menu a:hover, .cs__adif-av .product-menu a:focus {
  color: white;
}
.cs__adif-av .adif-back-button {
  background: url("/o/adif-web-theme-css/img/icons/ico-slide-prev-blue.svg") no-repeat !important;
}
.cs__adif-av div[id*=administration] a {
  color: white;
}
.cs__adif-av .quick-access-nav a:focus {
  color: white;
}
.cs__adif-av header .navbar-nav .navbar-nav a {
  color: #102341;
}
.cs__adif-av header .navbar-nav .nav-item .active:after {
  content: "";
  background-color: #102341;
}
.cs__adif-av header .navbar-nav .nav-item.selected a:after {
  content: "";
  background-color: #102341 !important;
}
.cs__adif-av header a {
  color: #102341;
}
.cs__adif-av header .language-bar .form-group .form-control {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-select_blue.svg");
}
.cs__adif-av header .form-control {
  color: #102341;
}
.cs__adif-av header .form-control:focus {
  border-color: #102341;
  color: #102341;
}
.cs__adif-av header .adif-search .adif-nav-button {
  color: #102341;
}
.cs__adif-av header .adif-search .adif-search-button {
  color: #102341;
}
.cs__adif-av .adif-footer {
  background: linear-gradient(120deg, #102341 0, #102341 86%, #fff 86%, #fff 87.5%, #102341 87.5%, #102341 100%);
}
.cs__adif-av .adif-header .adif-search.active {
  border: 0.0625rem solid #102341;
}
.cs__adif-av .adif-header .adif-search.active .adif-search-close-button {
  background: #102341 url("/o/adif-web-theme-css/img/icons/redesign/closeWhite.svg") no-repeat center;
}
.cs__adif-av .adif-header .adif-search.active .search-bar-simple button {
  background-color: transparent;
}
.cs__adif-av .adif-header .adif-search.active .search-bar-simple .input-group-inset-item,
.cs__adif-av .adif-header .adif-search.active .search-bar-simple .input-group-item {
  border: none;
}
.cs__adif-av .adif-header .adif-search.active .search-bar-simple .input-group-inset-item .lexicon-icon,
.cs__adif-av .adif-header .adif-search.active .search-bar-simple .input-group-item .lexicon-icon {
  color: #102341;
}
.cs__adif-av .adif-header .adif-search.active .search-bar-simple input {
  height: auto;
}
.cs__adif-av .adif-header .adif-header__language .language-picker__item[aria-selected=true] {
  color: #102341;
}
.cs__adif-av .adif-header .adif-header__language .language-picker__list {
  border: 0.0625rem solid #102341;
}
.cs__adif-av .adif-header.home .b-navMain__li.selected .b-navMain__liWrapper {
  border-bottom: 0.25rem solid white;
}
@media (prefers-contrast: more) {
  .cs__adif-av .adif-header.home .b-navMain__li.selected .b-navMain__liWrapper {
    border-bottom: 0.25rem solid transparent;
  }
}
.cs__adif-av .adif-header.home .b-navMain__li:hover .b-navMain__liWrapper {
  border-bottom: 0.25rem solid white;
}
@media (prefers-contrast: more) {
  .cs__adif-av .adif-header.home .b-navMain__li:hover .b-navMain__liWrapper {
    border-bottom: 0.25rem solid transparent;
  }
}
.cs__adif-av .adif-header.home .b-navMain__link {
  text-decoration: none;
}
.cs__adif-av .adif-header.home .b-navMain__link:hover, .cs__adif-av .adif-header.home .b-navMain__link:focus {
  color: white;
}
.cs__adif-av .adif-header .b-navMain__submenuUl, .cs__adif-av .adif-header .b-navMain__submenuUl2, .cs__adif-av .adif-header .b-navMain__submenuUl3 {
  border-right: 1px solid #102341;
}
.cs__adif-av .adif-header .b-navMain__li.selected .b-navMain__liWrapper {
  border-bottom: 0.25rem solid #102341;
}
@media (prefers-contrast: more) {
  .cs__adif-av .adif-header .b-navMain__li.selected .b-navMain__liWrapper {
    border-bottom: 0.25rem solid transparent;
  }
}
.cs__adif-av .adif-header .b-navMain__li:hover .b-navMain__liWrapper {
  border-bottom: 0.25rem solid #102341;
}
@media (prefers-contrast: more) {
  .cs__adif-av .adif-header .b-navMain__li:hover .b-navMain__liWrapper {
    border-bottom: 0.25rem solid transparent;
  }
}
.cs__adif-av .adif-header .b-navMain__link {
  text-decoration: none;
}
.cs__adif-av .adif-header .b-navMain__link:hover {
  color: #102341;
}
.cs__adif-av .adif-header .b-navMain__commonli:hover {
  background-color: #102341;
}
.cs__adif-av .adif-header .b-navMain .b-navMain__link2:hover, .cs__adif-av .adif-header .b-navMain .b-navMain__link3:hover, .cs__adif-av .adif-header .b-navMain .b-navMain__link4:hover {
  background-color: #102341;
  color: white;
  text-decoration: none;
}
.cs__adif-av .adif-header .b-navMain .b-navMain__link2.link-open, .cs__adif-av .adif-header .b-navMain .b-navMain__link3.link-open, .cs__adif-av .adif-header .b-navMain .b-navMain__link4.link-open {
  background-color: #102341;
  color: white;
}
.cs__adif-av .b-navMainMobile__link2.children.link-open, .cs__adif-av .b-navMainMobile__link3.children.link-open {
  color: #102341;
}
.cs__adif-av .b-navMainMobile__link::after {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowRBlue.svg") no-repeat center;
  background-size: 1.5rem auto;
  width: 1rem;
  height: 1.563rem;
}
.cs__adif-av .b-navMainMobile__link3.children.link-open::after {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowDBlueMini.svg") no-repeat center;
  background-size: 1.3rem auto;
  transform: rotate(180deg);
}
.cs__adif-av .b-navMainMobile__link3.children::after {
  content: "";
  display: block;
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowDBlueMini.svg") no-repeat center;
  background-size: 1.3rem auto;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}
.cs__adif-av .b-navMainMobile .b-btnMobile-menu,
.cs__adif-av .b-navMainMobile .b-btnMobile-menu2 {
  background: url("/o/adif-web-theme-css/img/icons/redesign/arrowRBlue.svg") no-repeat center;
}
.cs__adif-av .adif-header__menuMobile .adif-header__btnWrapper {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cs__adif-av .adif-header__menuMobile .adif-header__btnWrapper .adif-header__language .language-picker__button {
  padding: 0 0 0 0.5rem;
  color: #102341;
}
.cs__adif-av .adif-header__menuMobile .adif-header__btnWrapper .adif-header__language .language-picker__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0.5rem;
  color: #111111;
  transition: background 0.2s;
  text-decoration: none;
}
.cs__adif-av .adif-header__menuMobile .adif-header__btnWrapper .adif-header__language .language-picker__item[aria-selected=true] {
  position: relative;
  background-color: #f4f4f4;
  color: #102341;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs__adif-av .adif-header__menuMobile .adif-header__btnWrapper .adif-header__language .language-picker__item:hover {
  background-color: #f4f4f4;
  color: #111111;
}
.cs__adif-av .adif-header__menuMobile .adif-header__btnWrapper .adif-header__language .language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}
.cs__adif-av .adif-header__menuMobile .adif-header__btnWrapper .btn__icon--close {
  background: url("/o/adif-web-theme-css/img/icons/redesign/closeBlue.svg") no-repeat center;
  background-size: 1.625rem auto;
  width: 1.625rem;
  height: 1.625rem;
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 75em) {
  .cs__adif-av .adif-header__menuMobile .adif-header__btnWrapper .btn__icon--close {
    background-size: 1.5rem auto;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.cs__adif-av .adif-header__menuMobile .b-navMainMobile__btnBack {
  background-color: #102341;
}
.cs__adif-av #wrapper #main-navigation > ul li.has-children-too.trigger-click > a,
.cs__adif-av #wrapper #main-navigation > ul li.has-children-too.trigger-click > button {
  color: #102341;
  background-color: white;
  position: relative;
  z-index: 0;
}
.cs__adif-av #wrapper #main-navigation > ul li.has-children-too.trigger-click > span.submenu-trigger.trigger-click {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-blue.svg");
  background-color: transparent;
}
.cs__adif-av #wrapper #main-navigation > ul li.trigger-click button {
  background-color: #165E8A;
}
.cs__adif-av #wrapper #main-navigation > ul li.trigger-click > a {
  background-color: #165E8A;
}
.cs__adif-av #wrapper #main-navigation > ul li.trigger-click > span {
  background-color: transparent;
}
.cs__adif-av #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click {
  background-color: white;
}
.cs__adif-av #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click span {
  color: #165E8A;
}
.cs__adif-av #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click span.submenu-trigger.trigger-click {
  background: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-blue.svg");
  background-size: auto 0.9375rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.9375rem);
}
.cs__adif-av #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click > span.submenu-trigger {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-blue.svg");
}
.cs__adif-av #wrapper #main-navigation > ul li ul.second-level > li button.trigger-click > span.submenu-trigger.trigger-click {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-blue.svg");
}
.cs__adif-av #wrapper #main-navigation > ul li.mobile-top-menu .mobile-top-menu-language {
  background-color: #102341;
}
.cs__adif-av #wrapper #main-navigation > ul li.mobile-top-menu .mobile-top-menu-language ul.select2-results__options {
  background-color: #102341;
}
.cs__adif-av #wrapper #main-navigation > ul li.upmenu {
  background-color: #102341;
}
.cs__adif-av #wrapper #main-navigation > ul button.upmenu {
  background-color: #102341 !important;
}
.cs__adif-av #wrapper #main-navigation > .main-navigation-wrapper {
  background-color: #102341;
}
.cs__adif-av #wrapper #main-navigation > .main-navigation-wrapper:after {
  background-color: #102341;
}
.cs__adif-av #wrapper #main-navigation.first-level-open > ul li.selected {
  background-color: #165E8A;
}
.cs__adif-av #wrapper #main-navigation.second-level-open ul.first-level > li.trigger-click > ul.second-level {
  background-color: #165E8A;
}
.cs__adif-av #wrapper #main-navigation.third-level-open li.trigger-click > ul.second-level {
  background-color: #165E8A;
}
.cs__adif-av #wrapper #main-navigation.third-level-open li.trigger-click > ul.third-level {
  background-color: #165E8A;
}
.cs__adif-av #main-navigation > ul li.mobile-menu-footer p.mobile-menu-footer-flag {
  background-color: #003a4d !important;
}
.cs__adif-av #main-navigation > ul li button {
  background-color: #102341;
}
.cs__adif-av .adif-icon.c-dark-aquamarine {
  background-color: #102341 !important;
}
.cs__adif-av #main-content .date-picker-date:not([disabled]):not(.disabled):active,
.cs__adif-av #main-content .date-picker-date:not([disabled]):not(.disabled).active,
.cs__adif-av #main-content .nav-underline .tab.active a.date-picker-date:not([disabled]):not(.disabled),
.cs__adif-av #main-content .show > .date-picker-date.dropdown-toggle {
  background-color: #102341;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cs__adif-av #main-content .no-label label {
  display: none;
}
.cs__adif-av #main-content input[type=color],
.cs__adif-av #main-content input[type=date],
.cs__adif-av #main-content input[type=datetime],
.cs__adif-av #main-content input[type=datetime-local],
.cs__adif-av #main-content input[type=email],
.cs__adif-av #main-content input[type=month],
.cs__adif-av #main-content input[type=number],
.cs__adif-av #main-content input[type=password],
.cs__adif-av #main-content input[type=range],
.cs__adif-av #main-content input[type=reset],
.cs__adif-av #main-content input[type=search],
.cs__adif-av #main-content input[type=text],
.cs__adif-av #main-content input[type=tel],
.cs__adif-av #main-content input[type=time],
.cs__adif-av #main-content input[type=url],
.cs__adif-av #main-content input[type=week],
.cs__adif-av #main-content select {
  color: #102341;
}
.cs__adif-av #main-content input[type=color]::placeholder,
.cs__adif-av #main-content input[type=date]::placeholder,
.cs__adif-av #main-content input[type=datetime]::placeholder,
.cs__adif-av #main-content input[type=datetime-local]::placeholder,
.cs__adif-av #main-content input[type=email]::placeholder,
.cs__adif-av #main-content input[type=month]::placeholder,
.cs__adif-av #main-content input[type=number]::placeholder,
.cs__adif-av #main-content input[type=password]::placeholder,
.cs__adif-av #main-content input[type=range]::placeholder,
.cs__adif-av #main-content input[type=reset]::placeholder,
.cs__adif-av #main-content input[type=search]::placeholder,
.cs__adif-av #main-content input[type=text]::placeholder,
.cs__adif-av #main-content input[type=tel]::placeholder,
.cs__adif-av #main-content input[type=time]::placeholder,
.cs__adif-av #main-content input[type=url]::placeholder,
.cs__adif-av #main-content input[type=week]::placeholder,
.cs__adif-av #main-content select::placeholder {
  color: #102341;
}
.cs__adif-av #main-content select {
  background: white url("/o/adif-web-theme-css/img/icons/ico-select_blue.svg") calc(100% - 0.9375rem) center no-repeat;
  background-size: 0.9375rem auto;
}
.cs__adif-av #main-content select:disabled {
  background: #cdced0 url("/o/adif-web-theme-css/img/icons/ico-select_blue.svg") calc(100% - 0.9375rem) center no-repeat;
  background-size: 0.9375em auto;
}
.cs__adif-av #main-content textarea {
  color: #102341;
}
.cs__adif-av #main-content textarea::placeholder {
  color: #102341;
}
.cs__adif-av #main-content .adif-btn {
  background-color: #102341;
}
.cs__adif-av #main-content .adif-btn.consulta-tu-viaje {
  background-color: #102341;
}
.cs__adif-av #main-content .custom-file .custom-file-label {
  color: #102341;
}
.cs__adif-av #main-content .custom-file .custom-file-label::after {
  background-color: #102341;
}
@media (max-width: 61.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:first-child .buscador-prensa-item:first-child {
    margin-bottom: 0.3125rem;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-button input[type=submit] {
  background-color: #102341;
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner {
  display: flex;
}
@media (max-width: 35.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner {
    flex-direction: column;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-ambitos {
  width: 55%;
}
@media (max-width: 35.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-ambitos {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-provincia {
  width: 45%;
}
@media (max-width: 35.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-provincia {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-provincia:last-child {
    margin-bottom: 0;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-desde,
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-hasta {
  width: 50%;
}
@media (max-width: 35.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-desde,
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .buscador-prensa-inner .buscador-prensa-item.buscador-prensa-item-alt.buscador-prensa-hasta {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:first-child {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:first-child {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:first-child {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child {
  width: 40%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child {
    width: 50%;
  }
}
@media (max-width: 61.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child {
    width: 100%;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div {
  width: 33.3333%;
}
@media (max-width: 35.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div.buscador-prensa-button {
    height: 3.125rem;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div.buscador-prensa-button input[type=submit] {
  border: none;
  background-color: #102341;
  color: white;
  display: block;
  width: 100%;
  height: calc(100% - 1px);
}
@media (max-width: 35.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row:nth-child(3) .buscador-prensa-inner:last-child > div.buscador-prensa-button input[type=submit] {
    margin-top: 0.4375rem;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: inherit;
  width: 100%;
}
@media (max-width: 35.98em) {
  .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item {
    margin-top: 0.4375rem;
  }
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item * {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: inherit;
  box-shadow: none;
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item > input {
  width: calc(100% - 3.125rem);
  height: inherit;
  padding: 0.925rem 0.625em;
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item > .input-group-inset-item {
  width: 3.125rem;
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item > .input-group-inset-item button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: white url("/o/adif-web-theme-css/img/icons/ico-calendar-blue.svg") center center no-repeat;
  background-size: 1.25rem auto;
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item.calendar-open {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item.calendar-open:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 0.625rem;
  width: 100%;
  background-color: white;
}
.cs__adif-av #main-content .buscador-prensa.buscador-licitacion .buscador-prensa-row .buscador-licitacion-type-change-item span,
.cs__adif-av #main-content .buscador-prensa.buscador-licitacion .buscador-licitacion-type-change-item button {
  color: #102341;
}
.cs__adif-av #main-content .buscador-prensa.buscador-licitacion .custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.cs__adif-av #main-content .buscador-prensa.buscador-licitacion .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #102341;
}
.cs__adif-av #main-content .react-form .check-wrapper .form-check label.form-check-label,
.cs__adif-av #main-content .react-form .check-wrapper .form-check span {
  color: #102341;
}
.cs__adif-av #main-content .subscription-email .grpd-wrapper .grpd-text {
  color: #102341;
}
.cs__adif-av .results-pagination {
  width: 100%;
}
.cs__adif-av .pagination,
.cs__adif-av .pagination * {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #102341 !important;
  display: inherit;
  list-style-type: none;
  border-radius: 0;
  width: inherit;
  height: inherit;
  text-align: inherit;
  line-height: inherit;
}
.cs__adif-av .pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0.9375em;
}
@media (max-width: 47.98em) {
  .cs__adif-av .pagination {
    justify-content: center;
  }
}
.cs__adif-av .pagination > li,
.cs__adif-av .pagination > li > a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
.cs__adif-av .pagination > li {
  margin: 0 2.5px;
}
.cs__adif-av .pagination > li > a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  text-align: center;
  background-color: #d9e0de !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs__adif-av .pagination > li.active > a {
  background-color: #102341 !important;
  color: #fff !important;
}
.cs__adif-av .pagination > li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cs__adif-av .pagination > li.next > a, .cs__adif-av .pagination > li.prev > a, .cs__adif-av .pagination > li.first > a, .cs__adif-av .pagination > li.last > a {
  text-indent: -9999px;
}
.cs__adif-av .pagination > li.next > a, .cs__adif-av .pagination > li.prev > a {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-right-blue.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 0.625rem;
}
.cs__adif-av .pagination > li.first > a, .cs__adif-av .pagination > li.prev > a {
  transform: rotate(180deg);
}
.cs__adif-av .pagination > li.first > a, .cs__adif-av .pagination > li.last > a {
  background-image: url("/o/adif-web-theme-css/img/icons/adif-icon/arrow-double-right-blue.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 0.625rem;
}
.cs__adif-av .lfr-pagination {
  margin: 1.875em 0;
}
@media (max-width: 35.98em) {
  .cs__adif-av .lfr-pagination {
    margin: 0;
  }
}
.cs__adif-av .lfr-pagination > small {
  display: none;
}
.cs__adif-av .lfr-pagination .lfr-pagination-config {
  line-height: inherit;
}
@media (max-width: 61.98em) {
  .cs__adif-av .lfr-pagination .lfr-pagination-config {
    display: none;
  }
}
.cs__adif-av .lfr-pagination .lfr-pagination-config .lfr-pagination-delta-selector {
  display: none;
}
.cs__adif-av .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle {
  border-radius: 0;
  border: none;
  background: #d9e0de url("/o/adif-web-theme-css/img/icons/ico-select-dark-blue.svg") calc(100% - 0.625rem) center no-repeat;
  background-size: 0.625rem auto;
  color: #102341;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.85rem;
  padding-right: 35px;
}
.cs__adif-av .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .dropdown-toggle i {
  display: none;
}
.cs__adif-av .lfr-pagination .lfr-pagination-buttons,
.cs__adif-av .lfr-pagination .lfr-pagination-buttons li,
.cs__adif-av .lfr-pagination .lfr-pagination-buttons li a {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  float: none;
}
.cs__adif-av .lfr-pagination .lfr-pagination-buttons {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 35.98em) {
  .cs__adif-av .lfr-pagination .lfr-pagination-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.cs__adif-av .lfr-pagination .lfr-pagination-buttons li {
  display: block;
  margin: 0 5px;
}
@media (max-width: 35.98em) {
  .cs__adif-av .lfr-pagination .lfr-pagination-buttons li {
    margin: 5px 0;
  }
}
.cs__adif-av .lfr-pagination .lfr-pagination-buttons li.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.cs__adif-av .lfr-pagination .lfr-pagination-buttons li a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  text-align: center;
  background-color: #d9e0de;
  display: flex;
  height: 32.4px;
  align-items: center;
  justify-content: center;
  padding: 0 0.9375em;
}
.cs__adif-av .label-dark {
  background-color: #102341;
}
.cs__adif-av .categorias-bloque-li {
  color: #102341;
}
.cs__adif-av .categorias-bloque-a {
  color: #102341;
}
.cs__adif-av .categorias-bloque-todas-li {
  background-color: #102341;
}
.cs__adif-av .calendars {
  background-color: #ffffff;
  line-height: 1.2em;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  top: 46px;
  left: 0.1875rem;
  max-width: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.cs__adif-av .calendars-rtl {
  direction: rtl;
}
.cs__adif-av .calendars-popup {
  z-index: 800;
}
.cs__adif-av .calendars-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cs__adif-av .calendars a {
  color: #000;
  text-decoration: none;
}
.cs__adif-av .calendars a.calendars-disabled {
  color: #888;
  cursor: auto;
}
.cs__adif-av .calendars button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fc8;
  border: none;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cs__adif-av .calendars-nav,
.cs__adif-av .calendars-ctrl {
  float: left;
  width: 100%;
  background-color: #e0f4d7;
  color: #fff;
  font-size: 90%;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 1.25rem;
}
.cs__adif-av .datepick-ctrl {
  background-color: #f90;
}
.cs__adif-av .calendars-cmd {
  width: 30%;
}
.cs__adif-av .calendars-cmd:hover {
  background-color: #009cde;
}
.cs__adif-av .calendars-ctrl .calendars-cmd:hover {
  background-color: #fa4;
}
.cs__adif-av .calendars-cmd-prevJump,
.cs__adif-av .calendars-cmd-nextJump {
  width: 8%;
}
.cs__adif-av a.calendars-cmd {
  height: 1.5em;
}
.cs__adif-av button.calendars-cmd {
  text-align: center;
}
.cs__adif-av .calendars-cmd-prev,
.cs__adif-av .calendars-cmd-prevJump,
.cs__adif-av .calendars-cmd-clear {
  float: left;
  padding-left: 2%;
}
.cs__adif-av .calendars-cmd-current,
.cs__adif-av .calendars-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
}
.cs__adif-av .calendars-cmd-next,
.cs__adif-av .calendars-cmd-nextJump,
.cs__adif-av .calendars-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}
.cs__adif-av .calendars-rtl .calendars-cmd-prev,
.cs__adif-av .calendars-rtl .calendars-cmd-prevJump,
.cs__adif-av .calendars-rtl .calendars-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}
.cs__adif-av .calendars-rtl .calendars-cmd-current,
.cs__adif-av .calendars-rtl .calendars-cmd-today {
  float: right;
}
.cs__adif-av .calendars-rtl .calendars-cmd-next,
.cs__adif-av .calendars-rtl .calendars-cmd-nextJump,
.cs__adif-av .calendars-rtl .calendars-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}
.cs__adif-av .calendars-month-nav {
  float: left;
  background-color: #009cde;
  text-align: center;
}
.cs__adif-av .calendars-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}
.cs__adif-av .calendars-month-nav span {
  color: #888;
}
.cs__adif-av .calendars-month-row {
  clear: left;
}
.cs__adif-av .calendars-month {
  float: left;
  width: 15em;
  border: 1px solid #102341;
  text-align: center;
}
.cs__adif-av .calendars-month-header,
.cs__adif-av .calendars-month-header input {
  height: 1.5em;
  background-color: transparent;
  color: #102341;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cs__adif-av .calendars-month-header input {
  height: 1.4em;
  border: none;
}
.cs__adif-av .calendars-month-header input {
  position: absolute;
  display: none;
}
.cs__adif-av .calendars-month table {
  width: 100%;
  border-collapse: collapse;
}
.cs__adif-av .calendars-month thead {
  border-bottom: none;
}
.cs__adif-av .calendars-month th,
.cs__adif-av .calendars-month td {
  margin: 0em;
  padding: 0em;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.cs__adif-av .calendars-month th {
  border: none;
}
.cs__adif-av .calendars-month th,
.cs__adif-av .calendars-month th a {
  background-color: transparent;
  color: #212529;
  border: none;
}
.cs__adif-av .calendars-month td {
  background-color: transparent;
  color: #6c757d;
  border-radius: 6.25em;
  padding: 7px;
}
.cs__adif-av .calendars-month td:hover {
  background-color: #e9ecef;
}
.cs__adif-av .calendars-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  text-decoration: none;
}
.cs__adif-av .calendars-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
}
.cs__adif-av .calendars-month td span {
  color: #888;
}
.cs__adif-av .calendars-month td .calendars-other-month {
  background-color: transparent;
}
.cs__adif-av .calendars-month td .calendars-weekend {
  background-color: transparent;
  border-radius: 6.25em;
}
.cs__adif-av .calendars-month td .calendars-today {
  background-color: #009cde !important;
  border-radius: 6.25em;
}
.cs__adif-av .calendars-month td .calendars-highlight {
  background-color: #e9ecef;
  border-radius: 6.25em;
}
.cs__adif-av .calendars-month td .calendars-selected {
  background-color: #102341;
  color: #fff;
  border-radius: 6.25em;
}
.cs__adif-av .calendars-status {
  clear: both;
  background-color: #009cde;
  text-align: center;
}
.cs__adif-av .calendars-clear-fix {
  clear: both;
}
.cs__adif-av html body .calendars-popup,
.cs__adif-av html body .calendars-popup * {
  color: #333;
  background-color: transparent;
  border: none;
}
.cs__adif-av html body .calendars-popup .calendars {
  overflow: hidden;
  width: auto !important;
  display: inline-block;
  padding: 5px;
  background-color: white;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-nav,
.cs__adif-av html body .calendars-popup .calendars .calendars-ctrl,
.cs__adif-av html body .calendars-popup .calendars .calendars-clear-fix {
  display: none;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table thead tr th,
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td {
  padding: 5px;
  font-size: 0.75rem;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month {
  width: auto;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table thead tr th {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td:hover {
  background-color: transparent;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td a,
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td a:hover, .cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td a:focus,
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td span:hover,
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td span:focus {
  text-decoration: none;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td a.calendars-today,
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td span.calendars-today {
  background-color: #009cde !important;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td span {
  color: #aaa;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td span:hover {
  cursor: not-allowed;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > table tbody tr td a.calendars-today {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > .calendars-month-header {
  display: flex;
  height: inherit;
  padding: 0 0 0 0.625em;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > .calendars-month-header > select {
  width: 30%;
  height: 2.5rem;
  font-size: 0.8rem;
  border-bottom: 1px solid #dcdcdc;
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-select-dark-blue.svg") right center no-repeat !important;
  background-size: 0.625rem auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
.cs__adif-av html body .calendars-popup .calendars .calendars-month > .calendars-month-header > select:first-child {
  margin-right: 0.9375em;
}
.cs__adif-av body a {
  color: #102341;
}
.cs__adif-av body a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #102341;
}
.cs__adif-av #main-content.adif-layout-wrapper ul.list-group li h4 a {
  color: #102341;
}
.cs__adif-av .h4.panel-title {
  color: #102341;
}
.cs__adif-av .breadcrumb-wrapper {
  background-color: #102341;
}
.cs__adif-av .breadcrumb-wrapper ol.migas-link li a {
  color: white;
  text-decoration: underline;
}
.cs__adif-av .breadcrumb-wrapper ol.migas-link li a:hover {
  color: white;
  text-decoration: none;
}
.cs__adif-av .breadcrumb-wrapper ol.migas-link li:first-child a {
  color: white;
}
.cs__adif-av .breadcrumb-wrapper ol.migas-link li:first-child a:hover {
  color: white;
  text-decoration: none;
}
.cs__adif-av #boton-menu-secundario {
  background-color: #102341;
}
.cs__adif-av .vertical-menu .btn-menu-list {
  background-color: #102341;
}
.cs__adif-av .vertical-menu .btn-menu-list .lfr-nav-item {
  background-color: #102341;
}
.cs__adif-av .vertical-menu > ul li,
.cs__adif-av .vertical-menu > ul li a {
  display: block;
}
.cs__adif-av .vertical-menu > ul.level-1 > li.active > div {
  color: #102341;
  border: 1px solid #102341;
}
.cs__adif-av .vertical-menu > ul.level-1 > li.active > div > a {
  background-color: white;
  color: #102341;
}
.cs__adif-av .vertical-menu > ul.level-1 > li.active > a.active {
  color: #102341;
  border: 1px solid #102341;
}
.cs__adif-av .vertical-menu > ul li a {
  padding: 0.9375em 1.25rem;
  background-color: #f4f4f4;
  font-size: 0.8rem;
  color: #102341;
}
.cs__adif-av .vertical-menu > ul li a:hover, .cs__adif-av .vertical-menu > ul li a:focus {
  text-decoration: none;
  color: #102341;
  background-color: #d9e0de;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs__adif-av .vertical-menu > ul li > div > button.flecha-btn-secund {
  background-color: #102341;
  border: 1px solid #102341;
}
.cs__adif-av .vertical-menu > ul li.active > div {
  background-color: white;
  color: #102341;
  border: 1px solid #102341;
}
.cs__adif-av .vertical-menu > ul li.active > div > button.flecha-btn-secund {
  background-color: #102341;
  border: 1px solid #102341;
}
.cs__adif-av .vertical-menu > ul > li.open a {
  background-color: #102341;
  color: white;
  text-transform: uppercase;
}
.cs__adif-av .vertical-menu > ul > li.open a .external-link {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-blank-white.svg") right center no-repeat !important;
  background-size: 1.0625rem auto !important;
  padding-right: 1.25em;
}
.cs__adif-av .vertical-menu > ul > li.open a:hover, .cs__adif-av .vertical-menu > ul > li.open a:focus {
  text-decoration: none;
  color: #102341;
  background-color: #d9e0de;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs__adif-av .vertical-menu > ul > li.open a > a, .cs__adif-av .vertical-menu > ul > li.open a > span.page-node {
  background-color: #102341;
}
.cs__adif-av .vertical-menu > ul > li.open > ul > li.active > a {
  position: relative;
  color: #102341;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cs__adif-av .vertical-menu > ul > li.open > ul > li.active > a:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #102341;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cs__adif-av .vertical-menu > ul li {
  position: relative;
  overflow: hidden;
}
.cs__adif-av .vertical-menu > ul li span.menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url("/o/adif-web-theme-css/img/icons/ico-toggle-white.svg");
  background-position: center center;
  background-size: 0.9375rem auto;
  background-repeat: no-repeat;
  height: 49px;
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs__adif-av .vertical-menu > ul > li.open > span.menu-trigger {
  transform: rotate(0);
}
.cs__adif-av .vertical-menu > ul > li.open > span.menu-trigger:hover {
  cursor: pointer;
}
.cs__adif-av .vertical-menu > ul > li.open.level-2-closed > span.menu-trigger {
  transform: rotate(-90deg);
}
.cs__adif-av .vertical-menu ul.level-2 {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs__adif-av .vertical-menu ul.level-2.level-2-opened {
  height: auto;
  opacity: 1;
}
.cs__adif-av .vertical-menu ul.level-2.level-2-opened a.selected.active.open {
  background-color: #f4f4f4;
  border: 1px solid #102341;
}
.cs__adif-av .vertical-menu ul.level-2.level-2-opened a.selected.active.open:focus, .cs__adif-av .vertical-menu ul.level-2.level-2-opened a.selected.active.open:hover {
  background-color: #d9e0de;
}
.cs__adif-av .fragment_adif_botonera-enlaces a {
  color: #102341;
}
.cs__adif-av .fragment_adif_botonera-enlaces a:hover, .cs__adif-av .fragment_adif_botonera-enlaces a:focus {
  color: #102341;
  text-decoration: none;
}
@media (max-width: 35.98em) {
  .cs__adif-av #adif-av-slider-wrapper {
    background-color: #102341;
  }
}
.cs__adif-av #adif-av-slider-wrapper .adif-av-slider-item .adif-av-slider-item-content .adif-av-slider-text {
  background-color: #102341;
}
.cs__adif-av #adif-av-slider-wrapper ul.slick-dots li button {
  background-color: #102341;
}
.cs__adif-av #adif-av-slider-wrapper ul.slick-dots li.slick-active button {
  background-color: #fff;
}
@media (max-width: 35.98em) {
  .cs__adif-av #adif-av-slider-wrapper ul.slick-dots {
    background-color: #102341;
  }
}
.cs__adif-av .bg-adif-fondo {
  background-color: #cecfcf;
}
.cs__adif-av .informacion-interes .btn-outline {
  border: 5px solid #102341;
  color: #102341;
  border-color: #102341;
  background-color: #fff;
}
.cs__adif-av .informacion-interes .btn-outline:hover, .cs__adif-av .informacion-interes .btn-outline:focus {
  border: 5px solid #102341;
  color: #102341;
  text-decoration: none;
}
.cs__adif-av .informacion-interes .enlace_interes {
  color: #102341;
}
.cs__adif-av .informacion-interes .enlace_interes:hover, .cs__adif-av .informacion-interes .enlace_interes:focus {
  color: #102341;
  text-decoration: none;
}
.cs__adif-av .rs-informacion-interes-adif-arrow {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkDarkBlue.svg") right center no-repeat;
  background-size: 1.5rem auto;
  padding-right: 1.25rem;
  margin-left: 0.75rem;
  height: 1.5rem;
}
.cs__adif-av .adif-actualidad-wrapper .adif-actualidad-titulo {
  color: #102341;
}
.cs__adif-av .adif-actualidad-wrapper .adif-actualidad-titulo:hover, .cs__adif-av .adif-actualidad-wrapper .adif-actualidad-titulo:focus {
  color: #102341;
  text-decoration: none;
}
.cs__adif-av .adif-actualidad-wrapper .adif-actualidad-titulo a:hover, .cs__adif-av .adif-actualidad-wrapper .adif-actualidad-titulo a:focus {
  color: #102341;
  text-decoration: none;
}
.cs__adif-av .enlace-adif p.link_enlace_componente {
  color: #065547;
}
.cs__adif-av .enlace-adif p.link_enlace_componente:hover, .cs__adif-av .enlace-adif p.link_enlace_componente:focus {
  color: #00884d;
}
.cs__adif-av .enlace-adif .link_enlace_componente a {
  color: #102341;
}
.cs__adif-av .enlace-adif .link_enlace_componente a:hover, .cs__adif-av .enlace-adif .link_enlace_componente a:focus {
  color: #102341;
}
.cs__adif-av .alta-velocidad .enlace_AV a {
  color: #102341;
  text-transform: uppercase;
}
.cs__adif-av .alta-velocidad .enlace_AV a:hover, .cs__adif-av .alta-velocidad .enlace_AV a:focus {
  color: #102341;
  text-decoration: none;
}
.cs__adif-av .alta-velocidad .enlace_AV a:link {
  text-decoration: none;
}
.cs__adif-av .alta-velocidad .text-white a {
  color: #fff;
  text-decoration: underline;
}
.cs__adif-av .alta-velocidad .text-white a:hover, .cs__adif-av .alta-velocidad .text-white a:focus {
  color: #102341;
  text-decoration: underline !important;
}
.cs__adif-av .foto-marco-texto .text-white a {
  color: #fff;
  text-decoration: underline;
}
.cs__adif-av .foto-marco-texto .text-white a:hover, .cs__adif-av .foto-marco-texto .text-white a:focus {
  color: #102341;
  text-decoration: underline !important;
}
.cs__adif-av .fragment_productos_servicios_2 .btn-outline {
  color: #102341;
  background-color: #cecfcf;
}
.cs__adif-av .fragment_productos_servicios_2 .btn-outline a:hover, .cs__adif-av .fragment_productos_servicios_2 .btn-outline a:focus {
  color: #102341;
  text-decoration: none;
  cursor: pointer;
}
.cs__adif-av .fragment_productos_servicios .btn-outline {
  color: #102341;
  background-color: #cecfcf;
}
.cs__adif-av .fragment_productos_servicios .btn-outline a:hover, .cs__adif-av .fragment_productos_servicios .btn-outline a:focus {
  color: #102341;
  text-decoration: none;
  cursor: pointer;
}
.cs__adif-av .btn.btn-primary {
  background-color: #102341;
  border-color: #102341;
  color: #fff;
}
.cs__adif-av .btn.btn-primary:hover {
  background-color: #102341;
  border-color: #102341;
}
.cs__adif-av .fragment-boton-adif {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cs__adif-av .fragment-boton-adif .component-button--link .adif-arrow {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkDarkBlue.svg") right center no-repeat;
  background-size: 1.5rem auto;
}
.cs__adif-av .fragment-boton-adif .btn.btn-primary {
  background-color: #102341;
  border-color: #102341;
  color: #fff;
}
.cs__adif-av .fragment-boton-adif .btn.btn-primary:hover {
  background-color: #102341;
  border-color: #102341;
}
.cs__adif-av .fragment-boton-adif .btn.btn-secondary {
  background-color: #A6CCD9;
  border-color: #A6CCD9;
  color: #102341;
}
.cs__adif-av .fragment-boton-adif .btn.btn-secondary:hover {
  color: #fff;
  border-color: #102341;
  background-color: #102341;
}
.cs__adif-av .fragment-boton-adif .btn.btn-secondary:hover .adif-arrow {
  background: transparent url("/o/adif-web-theme-css/img/icons/redesign/arrowLinkWhite.svg") right center no-repeat;
  background-size: 1.5rem auto;
}
.cs__adif-av .fragment-boton-adif .btn.btn-link {
  color: #102341;
}
.cs__adif-av .fragment-boton-adif .btn.btn-link:hover {
  color: #102341;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cs__adif-av .fragment-boton-adif .btn.btn-outline-primary {
  color: #102341;
  border: 0.125rem solid #102341;
  background-color: #fff;
}
.cs__adif-av .fragment-boton-adif .btn.btn-outline-primary:hover {
  background-color: #102341;
  color: #fff;
  border: 0.125rem solid white;
}
.cs__adif-av #wrapper .language-bar.adif-select-language {
  color: #102341;
}
.cs__adif-av #wrapper .language-bar.adif-select-language ul.select2-results__options {
  background-color: #102341;
  color: #fff;
}
.cs__adif-av #wrapper .language-bar.adif-select-language ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  color: #fff;
  background-color: #013445 !important;
}
.cs__adif-av #wrapper .select2 {
  font-size: 0.75rem;
}
.cs__adif-av #wrapper .select2 .select2-selection {
  border-radius: 0;
  border: none;
}
.cs__adif-av #wrapper .select2 .select2-selection .select2-selection__arrow {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-select_blue.svg") center calc(50% - 2px) no-repeat;
  background-size: 0.625rem auto;
}
.cs__adif-av #wrapper .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.cs__adif-av #wrapper .select2.select2-container--open .select2-selection .select2-selection__arrow {
  background-image: url("/o/adif-web-theme-css/img/icons/ico-select-white.svg");
}
.cs__adif-av #wrapper .select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  background-color: #102341;
  color: white;
}
.cs__adif-av #wrapper .language-bar .select2 .selection .select2-selection .select2-selection__rendered {
  color: #333;
}
.cs__adif-av #wrapper .select2 .select2-container .select2-dropdown {
  background-color: #102341 !important;
  color: #fff;
}
.cs__adif-av #wrapper .select2.select2-container--open .selection .select2-selection .select2-selection__rendered {
  background-color: #102341 !important;
  color: #fff;
}
.cs__adif-av #wrapper .select2 .select2-container .select2-dropdown .select2-results__option--highlighted {
  color: #fff;
  background-color: #013445 !important;
}
.cs__adif-av .icono-botonera {
  background-color: #102341;
}
.cs__adif-av .adif-enlace-botonera a {
  color: #102341;
}
.cs__adif-av .adif-enlace-botonera a:hover, .cs__adif-av .adif-enlace-botonera a:focus {
  color: #102341;
  text-decoration: none;
}
.cs__adif-av .adif-share-block .adif-share-block-item .adif-icon.c-dark-aquamarine {
  background-color: #102341 !important;
}
.cs__adif-av .slider-cv-wrapper .slider-cv-nombre {
  color: #102341;
}
.cs__adif-av .slider-cv-wrapper .slidecvpre,
.cs__adif-av .slider-cv-wrapper .slidecvnext {
  background-color: #102341;
}
.cs__adif-av .parrafo-cg.destacado {
  background-color: #102341;
}
.cs__adif-av .parrafo-cg.destacado a:hover {
  color: #102341;
}
.cs__adif-av .dropdown h3 button {
  color: #102341;
}
.cs__adif-av .dropdown h3 button:hover {
  color: #102341;
}
.cs__adif-av .dropdown h3 button span:nth-child(2) {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-toggle-blue.svg") center center no-repeat;
  background-size: 0.9375rem auto;
}
.cs__adif-av .adif-user-last-login {
  background-color: #102341;
}
.cs__adif-av .detalle-contenido-generico .oep-wrapper .substate {
  background-color: #102341;
}
.cs__adif-av .detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg h3 button {
  color: #102341;
}
.cs__adif-av .detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg h3 button:hover {
  color: #102341;
}
.cs__adif-av .detalle-contenido-generico .wrapper-desplegable-generico .desplegable-cg h3 button span {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-toggle-blue.svg") center center no-repeat;
  background-size: 0.9375rem auto;
}
.cs__adif-av .detalle-contenido-generico .wrapper-desplegable-generico .oep__olDesplegables .desplegable-cg::before {
  background: #102341;
  border: 0.063rem solid #102341;
}
.cs__adif-av .detalle-contenido-generico .descarga a {
  color: #102341;
}
.cs__adif-av .detalle-contenido-generico .descarga a:hover {
  color: #102341;
}
.mac.lang-eu-ES .cs__adif-av header.header .header-logos a[class*=logo].logo3 {
  display: none;
}
.mac.lang-eu-ES .cs__adif-av header.header .header-logos .logo3 {
  display: none;
}
.mac.lang-eu-ES .cs__adif-av #wrapper #main-navigation > ul li.mobile-menu-footer {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin-bottom: 0;
}
.cs__adif-av .rs-home-cards__item a {
  color: white;
}
.cs__adif-av .rs-home-cards__title a {
  color: white;
}
.cs__adif-av .adif-detalle-multimedia .carrousel-galeria-multimedia-grande > button {
  background: white url("/o/adif-web-theme-css/img/icons/ico-slide-prev-blue.svg") center center no-repeat;
}
.cs__adif-av .adif-detalle-multimedia .carrousel-galeria-multimedia-grande > button.slick-next {
  background: white url("/o/adif-web-theme-css/img/icons/ico-slide-prev-blue.svg") center center no-repeat;
  transform: rotate(180deg);
}
.cs__adif-av .rs-conten-template .rs-content-template__slider > button {
  background: white url("/o/adif-web-theme-css/img/icons/ico-slide-prev-blue.svg") center center no-repeat;
}
.cs__adif-av .rs-conten-template .rs-content-template__slider > button.slick-next {
  background: white url("/o/adif-web-theme-css/img/icons/ico-slide-prev-blue.svg") center center no-repeat;
  transform: rotate(180deg);
}
.cs__adif-av .rs-content-template__tags__tag {
  background-color: #102341;
}
.cs__adif-av .rs-content-template__tags__tag:hover {
  border: 2px solid #102341;
  background-color: transparent;
}
.cs__adif-av .rs-content-template__tags__tag:hover a {
  color: #102341 !important;
}
.cs__adif-av .rs-content-template__slider .slick-arrow {
  background: #fff url("/o/adif-web-theme-css/img/icons/ico-slide-prev-blue.svg") border-box no-repeat;
}
.cs__adif-av .rs-content-template__slider .slick-arrow.slick-next {
  background: #fff url("/o/adif-web-theme-css/img/icons/ico-slide-prev-blue.svg") border-box no-repeat;
  transform: rotate(180deg);
}
.cs__adif-av .rs-content-template__dropdown-accordion__item button {
  background-color: #102341;
}
.cs__adif-av .rs-content-template__paragraphs__paragraph__img__wrapper__tag {
  background-color: #102341;
}
.cs__adif-av .rs-content-template__contact__ways__way__description a {
  color: #102341 !important;
}
.cs__adif-av .rs-contact-fragment__wrapper__contact-information__text__email {
  color: #102341;
}
.cs__adif-av .adif-home-carousel .slider-control__prevArrow {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-slide-prev-blue.svg") center center no-repeat;
}
.cs__adif-av .adif-home-carousel .slider-control__nextArrow {
  background: transparent url("/o/adif-web-theme-css/img/icons/ico-slide-prev-blue.svg") center center no-repeat;
  transform: rotate(-180deg);
}
.cs__adif-av .adif-home-carousel ul.slick-dots li button {
  background-color: #102341;
}
.cs__adif-av .adif-home-carousel ul.slick-dots li.slick-active button {
  background-color: #111;
}
.cs__adif-av .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts h1 {
  color: #102341;
}
.cs__adif-av .adif-home-carousel .adif-home-carousel-item-inner-content > .adif-home-carousel-item-texts h2 {
  color: #102341;
}
.cs__adif-av .cajetin-textos-pagina__wrapper__boxes__wrapper__box__description a {
  color: #102341 !important;
}

.adif-wrapper duet-date-picker {
  width: 100%;
}
.adif-wrapper duet-date-picker input {
  font-weight: 600;
  font-style: normal;
}
.adif-wrapper duet-date-picker input::placeholder {
  opacity: 1;
}
.adif-wrapper duet-date-picker .duet-date__day.is-today {
  background: #b1db87;
}
.adif-wrapper duet-date-picker .duet-date__dialog-content .duet-date__header .duet-date__select .duet-date__select-label {
  font-size: 0.8rem;
}
.adif-wrapper duet-date-picker .duet-date__dialog-content .duet-date__header .duet-date__select .duet-date__select-label span {
  font-weight: 400;
  color: #333;
}
.adif-wrapper duet-date-picker .duet-date__dialog-content .duet-date__table-header {
  text-align: center;
  text-transform: capitalize;
  color: #333;
}
.adif-wrapper duet-date-picker .duet-date__dialog-content .duet-date__day {
  color: #333;
}
.adif-wrapper duet-date-picker .duet-date__dialog-content .duet-date__day[aria-pressed=true], .adif-wrapper duet-date-picker .duet-date__dialog-content .duet-date__day:focus {
  color: #fff;
}
.adif-wrapper body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker input,
.adif-wrapper .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker input {
  padding: 17px 3.75rem 17px 14px;
  border: 1px solid #949494;
  font-size: 0.9375rem;
}
.adif-wrapper body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content,
.adif-wrapper .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content {
  padding: 16px 16px 1.25rem;
}
.adif-wrapper body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__header,
.adif-wrapper .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__header {
  margin-bottom: 0.9375rem;
}
.adif-wrapper body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__header .duet-date__select,
.adif-wrapper .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__header .duet-date__select {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 5px;
}
.adif-wrapper body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__day,
.adif-wrapper .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__day {
  border-radius: 50%;
}
.adif-wrapper body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content *,
.adif-wrapper .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content * {
  padding: initial;
}
.adif-wrapper body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker input,
.adif-wrapper .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker input {
  font-size: 0.75rem;
  padding: 17px 60px 17px 14px;
}
.adif-wrapper .duet-date *,
.adif-wrapper .duet-date *::before,
.adif-wrapper .duet-date *::after {
  box-sizing: border-box;
  margin: 0;
  width: auto;
}
.adif-wrapper .duet-date {
  box-sizing: border-box;
  color: #065547;
  display: block;
  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";
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.adif-wrapper .duet-date__input {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #333, #065547;
  border-radius: 4px;
  color: #065547;
  float: none;
  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";
  font-size: 100%;
  line-height: normal;
  padding: 14px 60px 14px 14px;
  width: 100%;
}
.adif-wrapper .duet-date__input:focus {
  border-color: #065547;
  box-shadow: 0 0 0 1px #065547;
  outline: 0;
}
.adif-wrapper .duet-date__input::-webkit-input-placeholder {
  color: #065547;
  opacity: 1;
}
.adif-wrapper .duet-date__input:-moz-placeholder {
  color: #065547;
  opacity: 1;
}
.adif-wrapper .duet-date__input:-ms-input-placeholder {
  color: #065547;
}
.adif-wrapper .duet-date__input-wrapper {
  position: relative;
  width: 100%;
}
.adif-wrapper .duet-date__toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #065547;
  cursor: pointer;
  display: flex;
  height: calc(100% - 2px);
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  user-select: none;
  width: 48px;
  z-index: 2;
}
.adif-wrapper .duet-date__toggle:focus {
  box-shadow: 0 0 0 2px #065547;
  outline: 0;
}
.adif-wrapper .duet-date__toggle-icon {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
}
.adif-wrapper .duet-date__dialog {
  display: flex;
  left: 0;
  min-width: 320px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scale(0.96) translateZ(0) translateY(-20px);
  transform-origin: top right;
  transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease;
  visibility: hidden;
  width: 100%;
  will-change: transform, opacity, visibility;
  z-index: 600;
}
@media (max-width: 35.9375em) {
  .adif-wrapper .duet-date__dialog {
    background: var(rgba(0, 0, 0, 0.8));
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0);
    transform-origin: bottom center;
  }
}
.adif-wrapper .duet-date__dialog.is-left {
  left: auto;
  right: 0;
  width: auto;
}
.adif-wrapper .duet-date__dialog.is-active {
  opacity: 1;
  transform: scale(1.0001) translateZ(0) translateY(0);
  visibility: visible;
}
.adif-wrapper .duet-date__dialog-content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-top: 8px;
  max-width: 310px;
  min-width: 290px;
  padding: 16px 16px 20px;
  position: relative;
  transform: none;
  width: 100%;
  z-index: 600;
}
@media (max-width: 35.9375em) {
  .adif-wrapper .duet-date__dialog-content {
    border: 0;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: none;
    min-height: 26em;
    opacity: 0;
    padding: 0 8% 20px;
    position: absolute;
    transform: translateZ(0) translateY(100%);
    transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease;
    visibility: hidden;
    will-change: transform, opacity, visibility;
  }
  .adif-wrapper .is-active .duet-date__dialog-content {
    opacity: 1;
    transform: translateZ(0) translateY(0);
    visibility: visible;
  }
}
.adif-wrapper .duet-date__table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #065547;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  width: 100%;
}
.adif-wrapper .duet-date__table-header {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.25;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.adif-wrapper .duet-date__cell {
  text-align: center;
}
.adif-wrapper .duet-date__day {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #065547;
  cursor: pointer;
  display: inline-block;
  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";
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  height: 36px;
  line-height: 1.25;
  padding: 0 0 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  z-index: 1;
}
.adif-wrapper .duet-date__day.is-today {
  box-shadow: 0 0 0 1px #065547;
  position: relative;
  z-index: 200;
}
.adif-wrapper .duet-date__day:hover::before,
.adif-wrapper .duet-date__day.is-today::before {
  background: #065547;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.06;
  position: absolute;
  right: 0;
  top: 0;
}
.adif-wrapper .duet-date__day[aria-pressed=true],
.adif-wrapper .duet-date__day:focus {
  background: #065547;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.adif-wrapper .duet-date__day:active {
  background: #065547;
  box-shadow: 0 0 5px #065547;
  color: #fff;
  z-index: 200;
}
.adif-wrapper .duet-date__day:focus {
  box-shadow: 0 0 5px #065547;
  z-index: 200;
}
.adif-wrapper .duet-date__day.is-disabled {
  background: transparent;
  box-shadow: none;
  color: #065547;
  cursor: default;
  opacity: 0.5;
}
.adif-wrapper .duet-date__day.is-disabled::before {
  display: none;
}
.adif-wrapper .duet-date__day.is-outside {
  background: #fff;
  box-shadow: none;
  color: #065547;
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}
.adif-wrapper .duet-date__day.is-outside::before {
  display: none;
}
.adif-wrapper .duet-date__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}
.adif-wrapper .duet-date__nav {
  white-space: nowrap;
}
.adif-wrapper .duet-date__prev,
.adif-wrapper .duet-date__next {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #065547;
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  margin-left: 8px;
  padding: 0;
  transition: background-color 300ms ease;
  width: 32px;
}
@media (max-width: 35.9375em) {
  .adif-wrapper .duet-date__prev,
  .adif-wrapper .duet-date__next {
    height: 40px;
    width: 40px;
  }
}
.adif-wrapper .duet-date__prev:focus,
.adif-wrapper .duet-date__next:focus {
  box-shadow: 0 0 0 2px #065547;
  outline: 0;
}
.adif-wrapper .duet-date__prev:active:focus,
.adif-wrapper .duet-date__next:active:focus {
  box-shadow: none;
}
.adif-wrapper .duet-date__prev:disabled,
.adif-wrapper .duet-date__next:disabled {
  cursor: default;
  opacity: 0.5;
}
.adif-wrapper .duet-date__prev svg,
.adif-wrapper .duet-date__next svg {
  margin: 0 auto;
}
.adif-wrapper .duet-date__select {
  display: inline-flex;
  margin-top: 4px;
  position: relative;
}
.adif-wrapper .duet-date__select span {
  margin-right: 4px;
}
.adif-wrapper .duet-date__select select {
  cursor: pointer;
  font-size: 1rem;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.adif-wrapper .duet-date__select select:focus + .duet-date__select-label {
  box-shadow: 0 0 0 2px #065547;
}
.adif-wrapper .duet-date__select-label {
  align-items: center;
  border-radius: 4px;
  color: #065547;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0 4px 0 8px;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 1;
}
.adif-wrapper .duet-date__select-label svg {
  width: 16px;
  height: 16px;
}
.adif-wrapper .duet-date__mobile {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: -10%;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120%;
}
@media (min-width: 36em) {
  .adif-wrapper .duet-date__mobile {
    border: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: -8px;
    top: -8px;
    width: auto;
  }
}
.adif-wrapper .duet-date__mobile-heading {
  display: inline-block;
  font-weight: 600;
  max-width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 36em) {
  .adif-wrapper .duet-date__mobile-heading {
    display: none;
  }
}
.adif-wrapper .duet-date__close {
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #065547;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
}
@media (min-width: 36em) {
  .adif-wrapper .duet-date__close {
    opacity: 0;
  }
}
.adif-wrapper .duet-date__close:focus {
  box-shadow: 0 0 0 2px #065547;
  outline: none;
}
@media (min-width: 36em) {
  .adif-wrapper .duet-date__close:focus {
    opacity: 1;
  }
}
.adif-wrapper .duet-date__close svg {
  margin: 0 auto;
}
.adif-wrapper .duet-date__vhidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.cs__adif-av duet-date-picker {
  width: 100%;
}
.cs__adif-av duet-date-picker input {
  font-weight: 600;
  font-style: normal;
}
.cs__adif-av duet-date-picker input::placeholder {
  opacity: 1;
}
.cs__adif-av duet-date-picker .duet-date__day.is-today {
  background: #009cde;
}
.cs__adif-av duet-date-picker .duet-date__dialog-content .duet-date__header .duet-date__select .duet-date__select-label {
  font-size: 0.8rem;
}
.cs__adif-av duet-date-picker .duet-date__dialog-content .duet-date__header .duet-date__select .duet-date__select-label span {
  font-weight: 400;
  color: #333;
}
.cs__adif-av duet-date-picker .duet-date__dialog-content .duet-date__table-header {
  text-align: center;
  text-transform: capitalize;
  color: #333;
}
.cs__adif-av duet-date-picker .duet-date__dialog-content .duet-date__day {
  color: #333;
}
.cs__adif-av duet-date-picker .duet-date__dialog-content .duet-date__day[aria-pressed=true], .cs__adif-av duet-date-picker .duet-date__dialog-content .duet-date__day:focus {
  color: #fff;
}
.cs__adif-av body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker input,
.cs__adif-av .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker input {
  padding: 17px 3.75rem 17px 14px;
  border: 1px solid #949494;
  font-size: 0.9375rem;
}
.cs__adif-av body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content,
.cs__adif-av .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content {
  padding: 16px 16px 1.25rem;
}
.cs__adif-av body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__header,
.cs__adif-av .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__header {
  margin-bottom: 0.9375rem;
}
.cs__adif-av body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__header .duet-date__select,
.cs__adif-av .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__header .duet-date__select {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 5px;
}
.cs__adif-av body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__day,
.cs__adif-av .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content .duet-date__day {
  border-radius: 50%;
}
.cs__adif-av body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content *,
.cs__adif-av .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker .duet-date__dialog-content * {
  padding: initial;
}
.cs__adif-av body #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker input,
.cs__adif-av .cs__adif-av #main-content .buscador-prensa .buscador-prensa-row .input-group-item duet-date-picker input {
  font-size: 0.75rem;
  padding: 17px 60px 17px 14px;
}
.cs__adif-av .duet-date *,
.cs__adif-av .duet-date *::before,
.cs__adif-av .duet-date *::after {
  box-sizing: border-box;
  margin: 0;
  width: auto;
}
.cs__adif-av .duet-date {
  box-sizing: border-box;
  color: #102341;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.cs__adif-av .duet-date__input {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #333, #102341;
  border-radius: 4px;
  color: #102341;
  float: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: normal;
  padding: 14px 60px 14px 14px;
  width: 100%;
}
.cs__adif-av .duet-date__input:focus {
  border-color: #102341;
  box-shadow: 0 0 0 1px #102341;
  outline: 0;
}
.cs__adif-av .duet-date__input::-webkit-input-placeholder {
  color: #102341;
  opacity: 1;
}
.cs__adif-av .duet-date__input:-moz-placeholder {
  color: #102341;
  opacity: 1;
}
.cs__adif-av .duet-date__input:-ms-input-placeholder {
  color: #102341;
}
.cs__adif-av .duet-date__input-wrapper {
  position: relative;
  width: 100%;
}
.cs__adif-av .duet-date__toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #102341;
  cursor: pointer;
  display: flex;
  height: calc(100% - 2px);
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  user-select: none;
  width: 48px;
  z-index: 2;
}
.cs__adif-av .duet-date__toggle:focus {
  box-shadow: 0 0 0 2px #102341;
  outline: 0;
}
.cs__adif-av .duet-date__toggle-icon {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
}
.cs__adif-av .duet-date__dialog {
  display: flex;
  left: 0;
  min-width: 320px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scale(0.96) translateZ(0) translateY(-20px);
  transform-origin: top right;
  transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease;
  visibility: hidden;
  width: 100%;
  will-change: transform, opacity, visibility;
  z-index: 600;
}
@media (max-width: 35.9375em) {
  .cs__adif-av .duet-date__dialog {
    background: var(rgba(0, 0, 0, 0.8));
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0);
    transform-origin: bottom center;
  }
}
.cs__adif-av .duet-date__dialog.is-left {
  left: auto;
  right: 0;
  width: auto;
}
.cs__adif-av .duet-date__dialog.is-active {
  opacity: 1;
  transform: scale(1.0001) translateZ(0) translateY(0);
  visibility: visible;
}
.cs__adif-av .duet-date__dialog-content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-top: 8px;
  max-width: 310px;
  min-width: 290px;
  padding: 16px 16px 20px;
  position: relative;
  transform: none;
  width: 100%;
  z-index: 600;
}
@media (max-width: 35.9375em) {
  .cs__adif-av .duet-date__dialog-content {
    border: 0;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: none;
    min-height: 26em;
    opacity: 0;
    padding: 0 8% 20px;
    position: absolute;
    transform: translateZ(0) translateY(100%);
    transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease;
    visibility: hidden;
    will-change: transform, opacity, visibility;
  }
  .cs__adif-av .is-active .duet-date__dialog-content {
    opacity: 1;
    transform: translateZ(0) translateY(0);
    visibility: visible;
  }
}
.cs__adif-av .duet-date__table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #102341;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  width: 100%;
}
.cs__adif-av .duet-date__table-header {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.25;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.cs__adif-av .duet-date__cell {
  text-align: center;
}
.cs__adif-av .duet-date__day {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #102341;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  height: 36px;
  line-height: 1.25;
  padding: 0 0 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  z-index: 1;
}
.cs__adif-av .duet-date__day.is-today {
  box-shadow: 0 0 0 1px #102341;
  position: relative;
  z-index: 200;
}
.cs__adif-av .duet-date__day:hover::before,
.cs__adif-av .duet-date__day.is-today::before {
  background: #102341;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.06;
  position: absolute;
  right: 0;
  top: 0;
}
.cs__adif-av .duet-date__day[aria-pressed=true],
.cs__adif-av .duet-date__day:focus {
  background: #102341;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.cs__adif-av .duet-date__day:active {
  background: #102341;
  box-shadow: 0 0 5px #102341;
  color: #fff;
  z-index: 200;
}
.cs__adif-av .duet-date__day:focus {
  box-shadow: 0 0 5px #102341;
  z-index: 200;
}
.cs__adif-av .duet-date__day.is-disabled {
  background: transparent;
  box-shadow: none;
  color: #102341;
  cursor: default;
  opacity: 0.5;
}
.cs__adif-av .duet-date__day.is-disabled::before {
  display: none;
}
.cs__adif-av .duet-date__day.is-outside {
  background: #fff;
  box-shadow: none;
  color: #102341;
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}
.cs__adif-av .duet-date__day.is-outside::before {
  display: none;
}
.cs__adif-av .duet-date__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}
.cs__adif-av .duet-date__nav {
  white-space: nowrap;
}
.cs__adif-av .duet-date__prev,
.cs__adif-av .duet-date__next {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #102341;
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  margin-left: 8px;
  padding: 0;
  transition: background-color 300ms ease;
  width: 32px;
}
@media (max-width: 35.9375em) {
  .cs__adif-av .duet-date__prev,
  .cs__adif-av .duet-date__next {
    height: 40px;
    width: 40px;
  }
}
.cs__adif-av .duet-date__prev:focus,
.cs__adif-av .duet-date__next:focus {
  box-shadow: 0 0 0 2px #102341;
  outline: 0;
}
.cs__adif-av .duet-date__prev:active:focus,
.cs__adif-av .duet-date__next:active:focus {
  box-shadow: none;
}
.cs__adif-av .duet-date__prev:disabled,
.cs__adif-av .duet-date__next:disabled {
  cursor: default;
  opacity: 0.5;
}
.cs__adif-av .duet-date__prev svg,
.cs__adif-av .duet-date__next svg {
  margin: 0 auto;
}
.cs__adif-av .duet-date__select {
  display: inline-flex;
  margin-top: 4px;
  position: relative;
}
.cs__adif-av .duet-date__select span {
  margin-right: 4px;
}
.cs__adif-av .duet-date__select select {
  cursor: pointer;
  font-size: 1rem;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.cs__adif-av .duet-date__select select:focus + .duet-date__select-label {
  box-shadow: 0 0 0 2px #102341;
}
.cs__adif-av .duet-date__select-label {
  align-items: center;
  border-radius: 4px;
  color: #102341;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0 4px 0 8px;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cs__adif-av .duet-date__select-label svg {
  width: 16px;
  height: 16px;
}
.cs__adif-av .duet-date__mobile {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: -10%;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120%;
}
@media (min-width: 36em) {
  .cs__adif-av .duet-date__mobile {
    border: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: -8px;
    top: -8px;
    width: auto;
  }
}
.cs__adif-av .duet-date__mobile-heading {
  display: inline-block;
  font-weight: 600;
  max-width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 36em) {
  .cs__adif-av .duet-date__mobile-heading {
    display: none;
  }
}
.cs__adif-av .duet-date__close {
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #102341;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
}
@media (min-width: 36em) {
  .cs__adif-av .duet-date__close {
    opacity: 0;
  }
}
.cs__adif-av .duet-date__close:focus {
  box-shadow: 0 0 0 2px #102341;
  outline: none;
}
@media (min-width: 36em) {
  .cs__adif-av .duet-date__close:focus {
    opacity: 1;
  }
}
.cs__adif-av .duet-date__close svg {
  margin: 0 auto;
}
.cs__adif-av .duet-date__vhidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
body {
  overflow-x: hidden;
}
body.main-menu-open #mainNavigationCollapse section[id*=SiteNavigationMenuPortlet] > header.portlet-topper {
  right: 0;
}

.layout-content.portlet-layout .lfr-layout-structure-item-row {
  overflow: visible;
}

#wrapper {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
@media only screen and (min-width: 2000px) {
  #wrapper {
    zoom: 1.13;
    -ms-zoom: 1.13;
    -webkit-zoom: 1.13;
  }
}

.portlet > .portlet-topper {
  z-index: 1001;
}

#mainNavigationCollapse section[id*=SiteNavigationMenuPortlet] > header.portlet-topper {
  width: 300px;
  right: -300px;
  left: inherit;
}

/*Fix editor Layout*/
html:not(#__):not(#___) .page-editor__layout-viewport {
  flex-direction: column;
}