/**
 * Clay 3.154.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.154.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

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

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

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

.overlay {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 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: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block;
}

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

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

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

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

body.portlet {
  border-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar form {
  margin: 0;
}

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Montserrat-Semibold";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Strawford-Black";
  src: url("../fonts/Strawford/strawford-black-webfont.eot");
  src: url("../fonts/Strawford/strawford-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Strawford/strawford-black-webfont.woff2") format("woff2"), url("../fonts/Strawford/strawford-black-webfont.woff") format("woff"), url("../fonts/Strawford/strawford-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Strawford-Bold";
  src: url("../fonts/Strawford/strawford-bold-webfont.eot");
  src: url("../fonts/Strawford/strawford-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Strawford/strawford-bold-webfont.woff2") format("woff2"), url("../fonts/Strawford/strawford-bold-webfont.woff") format("woff"), url("../fonts/Strawford/strawford-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Strawford-Medium";
  src: url("../fonts/Strawford/strawford-medium-webfont.eot");
  src: url("../fonts/Strawford/strawford-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Strawford/strawford-medium-webfont.woff2") format("woff2"), url("../fonts/Strawford/strawford-medium-webfont.woff") format("woff"), url("../fonts/Strawford/strawford-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Strawford-Regular";
  src: url("../fonts/Strawford/strawford-regular-webfont.eot");
  src: url("../fonts/Strawford/strawford-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Strawford/strawford-regular-webfont.woff2") format("woff2"), url("../fonts/Strawford/strawford-regular-webfont.woff") format("woff"), url("../fonts/Strawford/strawford-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Strawford-Light";
  src: url("../fonts/Strawford/strawford-light-webfont.eot");
  src: url("../fonts/Strawford/strawford-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Strawford/strawford-light-webfont.woff2") format("woff2"), url("../fonts/Strawford/strawford-light-webfont.woff") format("woff"), url("../fonts/Strawford/strawford-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Strawford-Extralight";
  src: url("../fonts/Strawford/strawford-extralight-webfont.eot");
  src: url("../fonts/Strawford/strawford-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Strawford/strawford-extralight-webfont.woff2") format("woff2"), url("../fonts/Strawford/strawford-extralight-webfont.woff") format("woff"), url("../fonts/Strawford/strawford-extralight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Strawford-Thin";
  src: url("../fonts/Strawford/strawford-thin-webfont.eot");
  src: url("../fonts/Strawford/strawford-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Strawford/strawford-thin-webfont.woff2") format("woff2"), url("../fonts/Strawford/strawford-thin-webfont.woff") format("woff"), url("../fonts/Strawford/strawford-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Strawford-RegularItalic";
  src: url("../fonts/Strawford/strawford-regularitalic-webfont.eot");
  src: url("../fonts/Strawford/strawford-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Strawford/strawford-regularitalic-webfont.woff2") format("woff2"), url("../fonts/Strawford/strawford-regularitalic-webfont.woff") format("woff"), url("../fonts/Strawford/strawford-regularitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Strawford-LightItalic";
  src: url("../fonts/Strawford/strawford-lightitalic-webfont.eot");
  src: url("../fonts/Strawford/strawford-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Strawford/strawford-lightitalic-webfont.woff2") format("woff2"), url("../fonts/Strawford/strawford-lightitalic-webfont.woff") format("woff"), url("../fonts/Strawford/strawford-lightitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "alsa-tt-icon";
  src: url("../fonts/alsa-tt-icon/alsa-tt-icon.eot?8rf1et");
  src: url("../fonts/alsa-tt-icon/alsa-tt-icon.eot?8rf1et#iefix") format("embedded-opentype"), url("../fonts/alsa-tt-icon/alsa-tt-icon.ttf?8rf1et") format("truetype"), url("../fonts/alsa-tt-icon/alsa-tt-icon.woff?8rf1et") format("woff"), url("../fonts/alsa-tt-icon/alsa-tt-icon.svg?8rf1et#alsa-tt") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=-icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "alsa-tt-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alsa-tt-icon-be:before {
  content: "\e900";
}

.alsa-tt-icon-blogger:before {
  content: "\e901";
}

.alsa-tt-icon-dribbble:before {
  content: "\e902";
}

.alsa-tt-icon-figma:before {
  content: "\e903";
}

.alsa-tt-icon-figma-1:before {
  content: "\e904";
}

.alsa-tt-icon-framer:before {
  content: "\e905";
}

.alsa-tt-icon-google-drive:before {
  content: "\e906";
}

.alsa-tt-icon-google-paly:before {
  content: "\e907";
}

.alsa-tt-icon-hedera-hashgraph-hbar:before {
  content: "\e908";
}

.alsa-tt-icon-icon-1:before {
  content: "\e909";
}

.alsa-tt-icon-messenger:before {
  content: "\e90a";
}

.alsa-tt-icon-paypal:before {
  content: "\e90b";
}

.alsa-tt-icon-python:before {
  content: "\e90c";
}

.alsa-tt-icon-twitch:before {
  content: "\e90d";
}

.alsa-tt-icon-xiaomi:before {
  content: "\e90e";
}

.alsa-tt-icon-zoom:before {
  content: "\e90f";
}

.alsa-tt-icon-aave-aave:before {
  content: "\e910";
}

.alsa-tt-icon-android:before {
  content: "\e911";
}

.alsa-tt-icon-ankr-ankr:before {
  content: "\e912";
}

.alsa-tt-icon-apple:before {
  content: "\e913";
}

.alsa-tt-icon-augur-rep:before {
  content: "\e914";
}

.alsa-tt-icon-autonio-niox:before {
  content: "\e915";
}

.alsa-tt-icon-avalanche-avax:before {
  content: "\e916";
}

.alsa-tt-icon-binance-coin-bnb:before {
  content: "\e917";
}

.alsa-tt-icon-binance-usd-busd:before {
  content: "\e918";
}

.alsa-tt-icon-bitcoin-btc:before {
  content: "\e919";
}

.alsa-tt-icon-bootstrap:before {
  content: "\e91a";
}

.alsa-tt-icon-cardano-ada:before {
  content: "\e91b";
}

.alsa-tt-icon-celo-celo:before {
  content: "\e91c";
}

.alsa-tt-icon-celsius-cel:before {
  content: "\e91d";
}

.alsa-tt-icon-chainlink-link:before {
  content: "\e91e";
}

.alsa-tt-icon-civic-cvc:before {
  content: "\e91f";
}

.alsa-tt-icon-dai-dai:before {
  content: "\e920";
}

.alsa-tt-icon-dash-dash:before {
  content: "\e921";
}

.alsa-tt-icon-decred-dcr:before {
  content: "\e922";
}

.alsa-tt-icon-dent-dent:before {
  content: "\e923";
}

.alsa-tt-icon-dropbox:before {
  content: "\e924";
}

.alsa-tt-icon-educare-ekt:before {
  content: "\e925";
}

.alsa-tt-icon-emercoin-emc:before {
  content: "\e926";
}

.alsa-tt-icon-enjin-coin-enj:before {
  content: "\e927";
}

.alsa-tt-icon-eos-eos:before {
  content: "\e928";
}

.alsa-tt-icon-ethereum-eth:before {
  content: "\e929";
}

.alsa-tt-icon-ethereum-classic-etc:before {
  content: "\e92a";
}

.alsa-tt-icon-facebook:before {
  content: "\e92b";
}

.alsa-tt-icon-ftx-token-ftt:before {
  content: "\e92c";
}

.alsa-tt-icon-google:before {
  content: "\e92d";
}

.alsa-tt-icon-harmony-one:before {
  content: "\e92e";
}

.alsa-tt-icon-hex-hex:before {
  content: "\e92f";
}

.alsa-tt-icon-html-3:before {
  content: "\e930";
}

.alsa-tt-icon-html-5:before {
  content: "\e931";
}

.alsa-tt-icon-huobi-token-ht:before {
  content: "\e932";
}

.alsa-tt-icon-icon-icx:before {
  content: "\e933";
}

.alsa-tt-icon-icon1:before {
  content: "\e934";
}

.alsa-tt-icon-illustrator:before {
  content: "\e935";
}

.alsa-tt-icon-iost-iost:before {
  content: "\e936";
}

.alsa-tt-icon-java-script:before {
  content: "\e937";
}

.alsa-tt-icon-js:before {
  content: "\e938";
}

.alsa-tt-icon-kyber-network-knc:before {
  content: "\e939";
}

.alsa-tt-icon-litecoinltc:before {
  content: "\e93a";
}

.alsa-tt-icon-maker-mkr:before {
  content: "\e93b";
}

.alsa-tt-icon-monero-xmr:before {
  content: "\e93c";
}

.alsa-tt-icon-nebulas-nas:before {
  content: "\e93d";
}

.alsa-tt-icon-nem-xem:before {
  content: "\e93e";
}

.alsa-tt-icon-nexo-nexo:before {
  content: "\e93f";
}

.alsa-tt-icon-ocean-protocol-ocean:before {
  content: "\e940";
}

.alsa-tt-icon-okb-okb:before {
  content: "\e941";
}

.alsa-tt-icon-ontology-ont:before {
  content: "\e942";
}

.alsa-tt-icon-photoshop:before {
  content: "\e943";
}

.alsa-tt-icon-polkadot-dot:before {
  content: "\e944";
}

.alsa-tt-icon-polygon-matic:before {
  content: "\e945";
}

.alsa-tt-icon-polyswarm-nct:before {
  content: "\e946";
}

.alsa-tt-icon-quant-qnt:before {
  content: "\e947";
}

.alsa-tt-icon-siacoin-sc:before {
  content: "\e948";
}

.alsa-tt-icon-slack:before {
  content: "\e949";
}

.alsa-tt-icon-snapchat:before {
  content: "\e94a";
}

.alsa-tt-icon-solana-sol:before {
  content: "\e94b";
}

.alsa-tt-icon-spotify:before {
  content: "\e94c";
}

.alsa-tt-icon-stacks-stx:before {
  content: "\e94d";
}

.alsa-tt-icon-stellar-xlm:before {
  content: "\e94e";
}

.alsa-tt-icon-tenx-pay:before {
  content: "\e94f";
}

.alsa-tt-icon-tether-usdt:before {
  content: "\e950";
}

.alsa-tt-icon-the-graph-grt:before {
  content: "\e951";
}

.alsa-tt-icon-theta-theta:before {
  content: "\e952";
}

.alsa-tt-icon-thorchain-rune:before {
  content: "\e953";
}

.alsa-tt-icon-trello:before {
  content: "\e954";
}

.alsa-tt-icon-triangle1:before {
  content: "\e955";
}

.alsa-tt-icon-trontron-trx:before {
  content: "\e956";
}

.alsa-tt-icon-ui8:before {
  content: "\e957";
}

.alsa-tt-icon-usd-coin-usdc:before {
  content: "\e958";
}

.alsa-tt-icon-velas-vlx:before {
  content: "\e959";
}

.alsa-tt-icon-vibe-vibe:before {
  content: "\e95a";
}

.alsa-tt-icon-vuesax:before {
  content: "\e95b";
}

.alsa-tt-icon-wanchain-wan:before {
  content: "\e95c";
}

.alsa-tt-icon-wanchain-wan-1:before {
  content: "\e95d";
}

.alsa-tt-icon-whatsapp:before {
  content: "\e95e";
}

.alsa-tt-icon-windows:before {
  content: "\e95f";
}

.alsa-tt-icon-wing-wing:before {
  content: "\e960";
}

.alsa-tt-icon-xd:before {
  content: "\e961";
}

.alsa-tt-icon-xrp-xrp:before {
  content: "\e962";
}

.alsa-tt-icon-youtube:before {
  content: "\e963";
}

.alsa-tt-icon-zel-zel:before {
  content: "\e964";
}

.alsa-tt-icon-search-favorite:before {
  content: "\e965";
}

.alsa-tt-icon-search-favorite-1:before {
  content: "\e966";
}

.alsa-tt-icon-search-normal:before {
  content: "\e967";
}

.alsa-tt-icon-search-normal-1:before {
  content: "\e968";
}

.alsa-tt-icon-search-status:before {
  content: "\e969";
}

.alsa-tt-icon-search-status-1:before {
  content: "\e96a";
}

.alsa-tt-icon-search-zoom-in:before {
  content: "\e96b";
}

.alsa-tt-icon-search-zoom-in-1:before {
  content: "\e96c";
}

.alsa-tt-icon-search-zoom-out:before {
  content: "\e96d";
}

.alsa-tt-icon-search-zoom-out-1:before {
  content: "\e96e";
}

.alsa-tt-icon-aquarius:before {
  content: "\e96f";
}

.alsa-tt-icon-gemini:before {
  content: "\e970";
}

.alsa-tt-icon-gemini-2:before {
  content: "\e971";
}

.alsa-tt-icon-man:before {
  content: "\e972";
}

.alsa-tt-icon-sagittarius:before {
  content: "\e973";
}

.alsa-tt-icon-woman:before {
  content: "\e974";
}

.alsa-tt-icon-bank:before {
  content: "\e975";
}

.alsa-tt-icon-building:before {
  content: "\e976";
}

.alsa-tt-icon-building-3:before {
  content: "\e977";
}

.alsa-tt-icon-building-4:before {
  content: "\e978";
}

.alsa-tt-icon-buildings:before {
  content: "\e979";
}

.alsa-tt-icon-buildings-2:before {
  content: "\e97a";
}

.alsa-tt-icon-buliding:before {
  content: "\e97b";
}

.alsa-tt-icon-courthouse:before {
  content: "\e97c";
}

.alsa-tt-icon-hospital:before {
  content: "\e97d";
}

.alsa-tt-icon-house:before {
  content: "\e97e";
}

.alsa-tt-icon-house-2:before {
  content: "\e97f";
}

.alsa-tt-icon-cloud-add:before {
  content: "\e980";
}

.alsa-tt-icon-cloud-connection:before {
  content: "\e981";
}

.alsa-tt-icon-cpu:before {
  content: "\e982";
}

.alsa-tt-icon-devices1:before {
  content: "\e983";
}

.alsa-tt-icon-driver-refresh:before {
  content: "\e984";
}

.alsa-tt-icon-headphone:before {
  content: "\e985";
}

.alsa-tt-icon-monitor:before {
  content: "\e986";
}

.alsa-tt-icon-monitor-mobbile:before {
  content: "\e987";
}

.alsa-tt-icon-printer:before {
  content: "\e988";
}

.alsa-tt-icon-printer-slash:before {
  content: "\e989";
}

.alsa-tt-icon-airdrop:before {
  content: "\e98a";
}

.alsa-tt-icon-airpod:before {
  content: "\e98b";
}

.alsa-tt-icon-airpods:before {
  content: "\e98c";
}

.alsa-tt-icon-bluetooth:before {
  content: "\e98d";
}

.alsa-tt-icon-bluetooth-2:before {
  content: "\e98e";
}

.alsa-tt-icon-bluetooth-circle:before {
  content: "\e98f";
}

.alsa-tt-icon-bluetooth-rectangle:before {
  content: "\e990";
}

.alsa-tt-icon-clock1:before {
  content: "\e991";
}

.alsa-tt-icon-cloud-change:before {
  content: "\e992";
}

.alsa-tt-icon-cloud-remove:before {
  content: "\e993";
}

.alsa-tt-icon-cpu-charge:before {
  content: "\e994";
}

.alsa-tt-icon-cpu-setting:before {
  content: "\e995";
}

.alsa-tt-icon-driver:before {
  content: "\e996";
}

.alsa-tt-icon-driver-2:before {
  content: "\e997";
}

.alsa-tt-icon-electricity:before {
  content: "\e998";
}

.alsa-tt-icon-external-drive:before {
  content: "\e999";
}

.alsa-tt-icon-folder-connection:before {
  content: "\e99a";
}

.alsa-tt-icon-game:before {
  content: "\e99b";
}

.alsa-tt-icon-gameboy:before {
  content: "\e99c";
}

.alsa-tt-icon-headphones:before {
  content: "\e99d";
}

.alsa-tt-icon-keyboard:before {
  content: "\e99e";
}

.alsa-tt-icon-keyboard-open:before {
  content: "\e99f";
}

.alsa-tt-icon-lamp1:before {
  content: "\e9a0";
}

.alsa-tt-icon-microscope:before {
  content: "\e9a1";
}

.alsa-tt-icon-mirroring-screen:before {
  content: "\e9a2";
}

.alsa-tt-icon-mobile:before {
  content: "\e9a3";
}

.alsa-tt-icon-monitor-recorder:before {
  content: "\e9a4";
}

.alsa-tt-icon-mouse1:before {
  content: "\e9a5";
}

.alsa-tt-icon-music-play:before {
  content: "\e9a6";
}

.alsa-tt-icon-ram:before {
  content: "\e9a7";
}

.alsa-tt-icon-ram-2:before {
  content: "\e9a8";
}

.alsa-tt-icon-simcard:before {
  content: "\e9a9";
}

.alsa-tt-icon-simcard-1:before {
  content: "\e9aa";
}

.alsa-tt-icon-simcard-2:before {
  content: "\e9ab";
}

.alsa-tt-icon-speaker:before {
  content: "\e9ac";
}

.alsa-tt-icon-watch:before {
  content: "\e9ad";
}

.alsa-tt-icon-watch-status:before {
  content: "\e9ae";
}

.alsa-tt-icon-weight1:before {
  content: "\e9af";
}

.alsa-tt-icon-calendar:before {
  content: "\e9b0";
}

.alsa-tt-icon-calendar-1:before {
  content: "\e9b1";
}

.alsa-tt-icon-calendar-2:before {
  content: "\e9b2";
}

.alsa-tt-icon-calendar-add:before {
  content: "\e9b3";
}

.alsa-tt-icon-calendar-circle:before {
  content: "\e9b4";
}

.alsa-tt-icon-calendar-edit:before {
  content: "\e9b5";
}

.alsa-tt-icon-calendar-remove:before {
  content: "\e9b6";
}

.alsa-tt-icon-calendar-search:before {
  content: "\e9b7";
}

.alsa-tt-icon-calendar-tick:before {
  content: "\e9b8";
}

.alsa-tt-icon-clock:before {
  content: "\e9b9";
}

.alsa-tt-icon-security-time:before {
  content: "\e9ba";
}

.alsa-tt-icon-timer:before {
  content: "\e9bb";
}

.alsa-tt-icon-timer-1:before {
  content: "\e9bc";
}

.alsa-tt-icon-timer-pause:before {
  content: "\e9bd";
}

.alsa-tt-icon-timer-start:before {
  content: "\e9be";
}

.alsa-tt-icon-archive2:before {
  content: "\e9bf";
}

.alsa-tt-icon-archive-add:before {
  content: "\e9c0";
}

.alsa-tt-icon-archive-minus:before {
  content: "\e9c1";
}

.alsa-tt-icon-archive-slash:before {
  content: "\e9c2";
}

.alsa-tt-icon-archive-tick:before {
  content: "\e9c3";
}

.alsa-tt-icon-book-saved:before {
  content: "\e9c4";
}

.alsa-tt-icon-book-square:before {
  content: "\e9c5";
}

.alsa-tt-icon-receipt-square:before {
  content: "\e9c6";
}

.alsa-tt-icon-save-2:before {
  content: "\e9c7";
}

.alsa-tt-icon-save-add:before {
  content: "\e9c8";
}

.alsa-tt-icon-save-minus:before {
  content: "\e9c9";
}

.alsa-tt-icon-save-remove:before {
  content: "\e9ca";
}

.alsa-tt-icon-support:before {
  content: "\e9cb";
}

.alsa-tt-icon-dislike:before {
  content: "\e9cc";
}

.alsa-tt-icon-heart:before {
  content: "\e9cd";
}

.alsa-tt-icon-heart-add:before {
  content: "\e9ce";
}

.alsa-tt-icon-heart-circle:before {
  content: "\e9cf";
}

.alsa-tt-icon-heart-edit:before {
  content: "\e9d0";
}

.alsa-tt-icon-heart-remove:before {
  content: "\e9d1";
}

.alsa-tt-icon-heart-search:before {
  content: "\e9d2";
}

.alsa-tt-icon-heart-slash:before {
  content: "\e9d3";
}

.alsa-tt-icon-heart-tick:before {
  content: "\e9d4";
}

.alsa-tt-icon-like:before {
  content: "\e9d5";
}

.alsa-tt-icon-like-1:before {
  content: "\e9d6";
}

.alsa-tt-icon-like-dislike:before {
  content: "\e9d7";
}

.alsa-tt-icon-like-shapes:before {
  content: "\e9d8";
}

.alsa-tt-icon-like-tag:before {
  content: "\e9d9";
}

.alsa-tt-icon-lovely:before {
  content: "\e9da";
}

.alsa-tt-icon-magic-star:before {
  content: "\e9db";
}

.alsa-tt-icon-medal:before {
  content: "\e9dc";
}

.alsa-tt-icon-medal-star:before {
  content: "\e9dd";
}

.alsa-tt-icon-message-question:before {
  content: "\e9de";
}

.alsa-tt-icon-ranking1:before {
  content: "\e9df";
}

.alsa-tt-icon-smileys:before {
  content: "\e9e0";
}

.alsa-tt-icon-star:before {
  content: "\e9e1";
}

.alsa-tt-icon-star-1:before {
  content: "\e9e2";
}

.alsa-tt-icon-star-slash:before {
  content: "\e9e3";
}

.alsa-tt-icon-unlimited:before {
  content: "\e9e4";
}

.alsa-tt-icon-dcube:before {
  content: "\e9e5";
}

.alsa-tt-icon-box-2:before {
  content: "\e9e6";
}

.alsa-tt-icon-chart1:before {
  content: "\e9e7";
}

.alsa-tt-icon-chrome:before {
  content: "\e9e8";
}

.alsa-tt-icon-coffee:before {
  content: "\e9e9";
}

.alsa-tt-icon-computing:before {
  content: "\e9ea";
}

.alsa-tt-icon-filter-tick:before {
  content: "\e9eb";
}

.alsa-tt-icon-happyemoji:before {
  content: "\e9ec";
}

.alsa-tt-icon-home-1:before {
  content: "\e9ed";
}

.alsa-tt-icon-home-wifi:before {
  content: "\e9ee";
}

.alsa-tt-icon-information:before {
  content: "\e9ef";
}

.alsa-tt-icon-instagram:before {
  content: "\e9f0";
}

.alsa-tt-icon-milk:before {
  content: "\e9f1";
}

.alsa-tt-icon-mirror:before {
  content: "\e9f2";
}

.alsa-tt-icon-mouse-square:before {
  content: "\e9f3";
}

.alsa-tt-icon-pet:before {
  content: "\e9f4";
}

.alsa-tt-icon-safe-home:before {
  content: "\e9f5";
}

.alsa-tt-icon-smart-home:before {
  content: "\e9f6";
}

.alsa-tt-icon-speedometer:before {
  content: "\e9f7";
}

.alsa-tt-icon-sticker:before {
  content: "\e9f8";
}

.alsa-tt-icon-tag-right:before {
  content: "\e9f9";
}

.alsa-tt-icon-tree:before {
  content: "\e9fa";
}

.alsa-tt-icon-trush-square:before {
  content: "\e9fb";
}

.alsa-tt-icon-verify:before {
  content: "\e9fc";
}

.alsa-tt-icon-add:before {
  content: "\e9fd";
}

.alsa-tt-icon-add-circle:before {
  content: "\e9fe";
}

.alsa-tt-icon-add-square:before {
  content: "\e9ff";
}

.alsa-tt-icon-archive1:before {
  content: "\ea00";
}

.alsa-tt-icon-autobrightness:before {
  content: "\ea01";
}

.alsa-tt-icon-battery-charging:before {
  content: "\ea02";
}

.alsa-tt-icon-battery-disable:before {
  content: "\ea03";
}

.alsa-tt-icon-battery-empty:before {
  content: "\ea04";
}

.alsa-tt-icon-battery-empty-1:before {
  content: "\ea05";
}

.alsa-tt-icon-battery-full:before {
  content: "\ea06";
}

.alsa-tt-icon-broom:before {
  content: "\ea07";
}

.alsa-tt-icon-bubble:before {
  content: "\ea08";
}

.alsa-tt-icon-cake:before {
  content: "\ea09";
}

.alsa-tt-icon-cd:before {
  content: "\ea0a";
}

.alsa-tt-icon-close-circle:before {
  content: "\ea0b";
}

.alsa-tt-icon-close-square:before {
  content: "\ea0c";
}

.alsa-tt-icon-crown:before {
  content: "\ea0d";
}

.alsa-tt-icon-crown-1:before {
  content: "\ea0e";
}

.alsa-tt-icon-cup:before {
  content: "\ea0f";
}

.alsa-tt-icon-danger:before {
  content: "\ea10";
}

.alsa-tt-icon-diamonds:before {
  content: "\ea11";
}

.alsa-tt-icon-discover1:before {
  content: "\ea12";
}

.alsa-tt-icon-emoji-happy:before {
  content: "\ea13";
}

.alsa-tt-icon-emoji-normal:before {
  content: "\ea14";
}

.alsa-tt-icon-emoji-sad:before {
  content: "\ea15";
}

.alsa-tt-icon-filter:before {
  content: "\ea16";
}

.alsa-tt-icon-filter-add:before {
  content: "\ea17";
}

.alsa-tt-icon-filter-edit:before {
  content: "\ea18";
}

.alsa-tt-icon-filter-remove:before {
  content: "\ea19";
}

.alsa-tt-icon-filter-search:before {
  content: "\ea1a";
}

.alsa-tt-icon-filter-square:before {
  content: "\ea1b";
}

.alsa-tt-icon-flag:before {
  content: "\ea1c";
}

.alsa-tt-icon-flag-2:before {
  content: "\ea1d";
}

.alsa-tt-icon-flash1:before {
  content: "\ea1e";
}

.alsa-tt-icon-flash-circle1:before {
  content: "\ea1f";
}

.alsa-tt-icon-flash-slash:before {
  content: "\ea20";
}

.alsa-tt-icon-forbidden:before {
  content: "\ea21";
}

.alsa-tt-icon-forbidden-2:before {
  content: "\ea22";
}

.alsa-tt-icon-ghost:before {
  content: "\ea23";
}

.alsa-tt-icon-glass1:before {
  content: "\ea24";
}

.alsa-tt-icon-grammerly:before {
  content: "\ea25";
}

.alsa-tt-icon-home:before {
  content: "\ea26";
}

.alsa-tt-icon-home-2:before {
  content: "\ea27";
}

.alsa-tt-icon-info-circle:before {
  content: "\ea28";
}

.alsa-tt-icon-judge:before {
  content: "\ea29";
}

.alsa-tt-icon-lamp:before {
  content: "\ea2a";
}

.alsa-tt-icon-level:before {
  content: "\ea2b";
}

.alsa-tt-icon-menu1:before {
  content: "\ea2c";
}

.alsa-tt-icon-minus:before {
  content: "\ea2d";
}

.alsa-tt-icon-minus-cirlce:before {
  content: "\ea2e";
}

.alsa-tt-icon-minus-square:before {
  content: "\ea2f";
}

.alsa-tt-icon-more-circle:before {
  content: "\ea30";
}

.alsa-tt-icon-more-square:before {
  content: "\ea31";
}

.alsa-tt-icon-mouse:before {
  content: "\ea32";
}

.alsa-tt-icon-mouse-circle:before {
  content: "\ea33";
}

.alsa-tt-icon-ranking:before {
  content: "\ea34";
}

.alsa-tt-icon-reserve:before {
  content: "\ea35";
}

.alsa-tt-icon-send1:before {
  content: "\ea36";
}

.alsa-tt-icon-send-2:before {
  content: "\ea37";
}

.alsa-tt-icon-share:before {
  content: "\ea38";
}

.alsa-tt-icon-signpost:before {
  content: "\ea39";
}

.alsa-tt-icon-slash:before {
  content: "\ea3a";
}

.alsa-tt-icon-slider:before {
  content: "\ea3b";
}

.alsa-tt-icon-sort:before {
  content: "\ea3c";
}

.alsa-tt-icon-sound:before {
  content: "\ea3d";
}

.alsa-tt-icon-status:before {
  content: "\ea3e";
}

.alsa-tt-icon-story:before {
  content: "\ea3f";
}

.alsa-tt-icon-tag-cross:before {
  content: "\ea40";
}

.alsa-tt-icon-tick-circle:before {
  content: "\ea41";
}

.alsa-tt-icon-tick-square:before {
  content: "\ea42";
}

.alsa-tt-icon-trash:before {
  content: "\ea43";
}

.alsa-tt-icon-triangle:before {
  content: "\ea44";
}

.alsa-tt-icon-warning-2:before {
  content: "\ea45";
}

.alsa-tt-icon-weight:before {
  content: "\ea46";
}

.alsa-tt-icon-wifi:before {
  content: "\ea47";
}

.alsa-tt-icon-wifi-square:before {
  content: "\ea48";
}

.alsa-tt-icon-bitcoin-card:before {
  content: "\ea49";
}

.alsa-tt-icon-bitcoin-convert:before {
  content: "\ea4a";
}

.alsa-tt-icon-bitcoin-refresh:before {
  content: "\ea4b";
}

.alsa-tt-icon-buy-crypto:before {
  content: "\ea4c";
}

.alsa-tt-icon-card-coin:before {
  content: "\ea4d";
}

.alsa-tt-icon-trade:before {
  content: "\ea4e";
}

.alsa-tt-icon-bag:before {
  content: "\ea4f";
}

.alsa-tt-icon-bag-2:before {
  content: "\ea50";
}

.alsa-tt-icon-bag-cross:before {
  content: "\ea51";
}

.alsa-tt-icon-bag-cross-1:before {
  content: "\ea52";
}

.alsa-tt-icon-bag-happy:before {
  content: "\ea53";
}

.alsa-tt-icon-bag-tick:before {
  content: "\ea54";
}

.alsa-tt-icon-bag-tick-2:before {
  content: "\ea55";
}

.alsa-tt-icon-bag-timer:before {
  content: "\ea56";
}

.alsa-tt-icon-barcode:before {
  content: "\ea57";
}

.alsa-tt-icon-shop:before {
  content: "\ea58";
}

.alsa-tt-icon-shop-add:before {
  content: "\ea59";
}

.alsa-tt-icon-shopping-bag:before {
  content: "\ea5a";
}

.alsa-tt-icon-shopping-cart:before {
  content: "\ea5b";
}

.alsa-tt-icon-shop-remove:before {
  content: "\ea5c";
}

.alsa-tt-icon-alarm:before {
  content: "\ea5d";
}

.alsa-tt-icon-check:before {
  content: "\ea5e";
}

.alsa-tt-icon-eye:before {
  content: "\ea5f";
}

.alsa-tt-icon-eye-slash:before {
  content: "\ea60";
}

.alsa-tt-icon-finger-cricle:before {
  content: "\ea61";
}

.alsa-tt-icon-finger-scan:before {
  content: "\ea62";
}

.alsa-tt-icon-frame3:before {
  content: "\ea63";
}

.alsa-tt-icon-key:before {
  content: "\ea64";
}

.alsa-tt-icon-key-square:before {
  content: "\ea65";
}

.alsa-tt-icon-lock:before {
  content: "\ea66";
}

.alsa-tt-icon-lock-1:before {
  content: "\ea67";
}

.alsa-tt-icon-lock-circle:before {
  content: "\ea68";
}

.alsa-tt-icon-lock-slash:before {
  content: "\ea69";
}

.alsa-tt-icon-password-check:before {
  content: "\ea6a";
}

.alsa-tt-icon-radar1:before {
  content: "\ea6b";
}

.alsa-tt-icon-scan:before {
  content: "\ea6c";
}

.alsa-tt-icon-scan-barcode:before {
  content: "\ea6d";
}

.alsa-tt-icon-scanner:before {
  content: "\ea6e";
}

.alsa-tt-icon-scanning:before {
  content: "\ea6f";
}

.alsa-tt-icon-security:before {
  content: "\ea70";
}

.alsa-tt-icon-security-safe:before {
  content: "\ea71";
}

.alsa-tt-icon-security-user:before {
  content: "\ea72";
}

.alsa-tt-icon-shield:before {
  content: "\ea73";
}

.alsa-tt-icon-shield-cross:before {
  content: "\ea74";
}

.alsa-tt-icon-shield-search:before {
  content: "\ea75";
}

.alsa-tt-icon-shield-slash:before {
  content: "\ea76";
}

.alsa-tt-icon-shield-tick:before {
  content: "\ea77";
}

.alsa-tt-icon-unlock:before {
  content: "\ea78";
}

.alsa-tt-icon-d-cube-scan:before {
  content: "\ea79";
}

.alsa-tt-icon-d-rotate:before {
  content: "\ea7a";
}

.alsa-tt-icon-d-square:before {
  content: "\ea7b";
}

.alsa-tt-icon-box:before {
  content: "\ea7c";
}

.alsa-tt-icon-box-1:before {
  content: "\ea7d";
}

.alsa-tt-icon-box-add:before {
  content: "\ea7e";
}

.alsa-tt-icon-box-remove:before {
  content: "\ea7f";
}

.alsa-tt-icon-box-search:before {
  content: "\ea80";
}

.alsa-tt-icon-box-tick:before {
  content: "\ea81";
}

.alsa-tt-icon-box-time:before {
  content: "\ea82";
}

.alsa-tt-icon-convert-3d-cube:before {
  content: "\ea83";
}

.alsa-tt-icon-truck:before {
  content: "\ea84";
}

.alsa-tt-icon-truck-fast:before {
  content: "\ea85";
}

.alsa-tt-icon-truck-remove:before {
  content: "\ea86";
}

.alsa-tt-icon-truck-tick:before {
  content: "\ea87";
}

.alsa-tt-icon-truck-time:before {
  content: "\ea88";
}

.alsa-tt-icon-award:before {
  content: "\ea89";
}

.alsa-tt-icon-book:before {
  content: "\ea8a";
}

.alsa-tt-icon-book-1:before {
  content: "\ea8b";
}

.alsa-tt-icon-bookmark:before {
  content: "\ea8c";
}

.alsa-tt-icon-bookmark-2:before {
  content: "\ea8d";
}

.alsa-tt-icon-briefcase:before {
  content: "\ea8e";
}

.alsa-tt-icon-brifecase-cross:before {
  content: "\ea8f";
}

.alsa-tt-icon-brifecase-tick:before {
  content: "\ea90";
}

.alsa-tt-icon-brifecase-timer:before {
  content: "\ea91";
}

.alsa-tt-icon-calculator:before {
  content: "\ea92";
}

.alsa-tt-icon-clipboard:before {
  content: "\ea93";
}

.alsa-tt-icon-gift:before {
  content: "\ea94";
}

.alsa-tt-icon-note1:before {
  content: "\ea95";
}

.alsa-tt-icon-note-2:before {
  content: "\ea96";
}

.alsa-tt-icon-teacher:before {
  content: "\ea97";
}

.alsa-tt-icon-airplane:before {
  content: "\ea98";
}

.alsa-tt-icon-airplane-square:before {
  content: "\ea99";
}

.alsa-tt-icon-bus:before {
  content: "\ea9a";
}

.alsa-tt-icon-car:before {
  content: "\ea9b";
}

.alsa-tt-icon-driving:before {
  content: "\ea9c";
}

.alsa-tt-icon-gas-station:before {
  content: "\ea9d";
}

.alsa-tt-icon-ship:before {
  content: "\ea9e";
}

.alsa-tt-icon-smart-car:before {
  content: "\ea9f";
}

.alsa-tt-icon-frame2:before {
  content: "\eaa0";
}

.alsa-tt-icon-people:before {
  content: "\eaa1";
}

.alsa-tt-icon-profile-2user:before {
  content: "\eaa2";
}

.alsa-tt-icon-profile-add:before {
  content: "\eaa3";
}

.alsa-tt-icon-profile-circle:before {
  content: "\eaa4";
}

.alsa-tt-icon-profile-delete:before {
  content: "\eaa5";
}

.alsa-tt-icon-profile-remove:before {
  content: "\eaa6";
}

.alsa-tt-icon-profile-tick:before {
  content: "\eaa7";
}

.alsa-tt-icon-tag-user:before {
  content: "\eaa8";
}

.alsa-tt-icon-user:before {
  content: "\eaa9";
}

.alsa-tt-icon-user-add:before {
  content: "\eaaa";
}

.alsa-tt-icon-user-cirlce-add:before {
  content: "\eaab";
}

.alsa-tt-icon-user-edit:before {
  content: "\eaac";
}

.alsa-tt-icon-user-minus:before {
  content: "\eaad";
}

.alsa-tt-icon-user-octagon:before {
  content: "\eaae";
}

.alsa-tt-icon-user-remove:before {
  content: "\eaaf";
}

.alsa-tt-icon-user-search:before {
  content: "\eab0";
}

.alsa-tt-icon-user-square:before {
  content: "\eab1";
}

.alsa-tt-icon-user-tag:before {
  content: "\eab2";
}

.alsa-tt-icon-user-tick:before {
  content: "\eab3";
}

.alsa-tt-icon-folder:before {
  content: "\eab4";
}

.alsa-tt-icon-folder-2:before {
  content: "\eab5";
}

.alsa-tt-icon-folder-add:before {
  content: "\eab6";
}

.alsa-tt-icon-folder-cloud:before {
  content: "\eab7";
}

.alsa-tt-icon-folder-cross:before {
  content: "\eab8";
}

.alsa-tt-icon-folder-favorite:before {
  content: "\eab9";
}

.alsa-tt-icon-folder-minus:before {
  content: "\eaba";
}

.alsa-tt-icon-folder-open:before {
  content: "\eabb";
}

.alsa-tt-icon-cloud:before {
  content: "\eabc";
}

.alsa-tt-icon-cloud-cross:before {
  content: "\eabd";
}

.alsa-tt-icon-cloud-drizzle:before {
  content: "\eabe";
}

.alsa-tt-icon-cloud-fog:before {
  content: "\eabf";
}

.alsa-tt-icon-cloud-lightning:before {
  content: "\eac0";
}

.alsa-tt-icon-cloud-minus:before {
  content: "\eac1";
}

.alsa-tt-icon-cloud-notif:before {
  content: "\eac2";
}

.alsa-tt-icon-cloud-plus:before {
  content: "\eac3";
}

.alsa-tt-icon-cloud-snow:before {
  content: "\eac4";
}

.alsa-tt-icon-cloud-sunny:before {
  content: "\eac5";
}

.alsa-tt-icon-flash:before {
  content: "\eac6";
}

.alsa-tt-icon-icon:before {
  content: "\eac7";
}

.alsa-tt-icon-moon:before {
  content: "\eac8";
}

.alsa-tt-icon-sun:before {
  content: "\eac9";
}

.alsa-tt-icon-sun-1:before {
  content: "\eaca";
}

.alsa-tt-icon-sun-fog:before {
  content: "\eacb";
}

.alsa-tt-icon-wind:before {
  content: "\eacc";
}

.alsa-tt-icon-wind-2:before {
  content: "\eacd";
}

.alsa-tt-icon-activity:before {
  content: "\eace";
}

.alsa-tt-icon-chart:before {
  content: "\eacf";
}

.alsa-tt-icon-chart-1:before {
  content: "\ead0";
}

.alsa-tt-icon-chart-2:before {
  content: "\ead1";
}

.alsa-tt-icon-chart-21:before {
  content: "\ead2";
}

.alsa-tt-icon-chart-fail:before {
  content: "\ead3";
}

.alsa-tt-icon-chart-success:before {
  content: "\ead4";
}

.alsa-tt-icon-diagram:before {
  content: "\ead5";
}

.alsa-tt-icon-favorite-chart:before {
  content: "\ead6";
}

.alsa-tt-icon-graph:before {
  content: "\ead7";
}

.alsa-tt-icon-hashtag1:before {
  content: "\ead8";
}

.alsa-tt-icon-health:before {
  content: "\ead9";
}

.alsa-tt-icon-home-hashtag:before {
  content: "\eada";
}

.alsa-tt-icon-home-trend-down:before {
  content: "\eadb";
}

.alsa-tt-icon-home-trend-up:before {
  content: "\eadc";
}

.alsa-tt-icon-personalcard:before {
  content: "\eadd";
}

.alsa-tt-icon-presention-chart:before {
  content: "\eade";
}

.alsa-tt-icon-status-up:before {
  content: "\eadf";
}

.alsa-tt-icon-trend-down:before {
  content: "\eae0";
}

.alsa-tt-icon-trend-up:before {
  content: "\eae1";
}

.alsa-tt-icon-candle:before {
  content: "\eae2";
}

.alsa-tt-icon-candle-2:before {
  content: "\eae3";
}

.alsa-tt-icon-category:before {
  content: "\eae4";
}

.alsa-tt-icon-category-2:before {
  content: "\eae5";
}

.alsa-tt-icon-menu:before {
  content: "\eae6";
}

.alsa-tt-icon-more:before {
  content: "\eae7";
}

.alsa-tt-icon-more-2:before {
  content: "\eae8";
}

.alsa-tt-icon-setting:before {
  content: "\eae9";
}

.alsa-tt-icon-setting-2:before {
  content: "\eaea";
}

.alsa-tt-icon-setting-3:before {
  content: "\eaeb";
}

.alsa-tt-icon-setting-4:before {
  content: "\eaec";
}

.alsa-tt-icon-setting-5:before {
  content: "\eaed";
}

.alsa-tt-icon-settings:before {
  content: "\eaee";
}

.alsa-tt-icon-toggle-off:before {
  content: "\eaef";
}

.alsa-tt-icon-toggle-off-circle:before {
  content: "\eaf0";
}

.alsa-tt-icon-toggle-on:before {
  content: "\eaf1";
}

.alsa-tt-icon-toggle-on-circle:before {
  content: "\eaf2";
}

.alsa-tt-icon-code:before {
  content: "\eaf3";
}

.alsa-tt-icon-code-1:before {
  content: "\eaf4";
}

.alsa-tt-icon-code-circle:before {
  content: "\eaf5";
}

.alsa-tt-icon-command:before {
  content: "\eaf6";
}

.alsa-tt-icon-command-square:before {
  content: "\eaf7";
}

.alsa-tt-icon-data:before {
  content: "\eaf8";
}

.alsa-tt-icon-document-code-2:before {
  content: "\eaf9";
}

.alsa-tt-icon-hashtag:before {
  content: "\eafa";
}

.alsa-tt-icon-hashtag-down:before {
  content: "\eafb";
}

.alsa-tt-icon-hashtag-up:before {
  content: "\eafc";
}

.alsa-tt-icon-hierarchy:before {
  content: "\eafd";
}

.alsa-tt-icon-hierarchy-2:before {
  content: "\eafe";
}

.alsa-tt-icon-hierarchy-3:before {
  content: "\eaff";
}

.alsa-tt-icon-hierarchy-square:before {
  content: "\eb00";
}

.alsa-tt-icon-hierarchy-square-2:before {
  content: "\eb01";
}

.alsa-tt-icon-message-programming:before {
  content: "\eb02";
}

.alsa-tt-icon-mobile-programming:before {
  content: "\eb03";
}

.alsa-tt-icon-programming-arrow:before {
  content: "\eb04";
}

.alsa-tt-icon-programming-arrows:before {
  content: "\eb05";
}

.alsa-tt-icon-scroll:before {
  content: "\eb06";
}

.alsa-tt-icon-sidebar-bottom:before {
  content: "\eb07";
}

.alsa-tt-icon-sidebar-left:before {
  content: "\eb08";
}

.alsa-tt-icon-sidebar-right:before {
  content: "\eb09";
}

.alsa-tt-icon-sidebar-top:before {
  content: "\eb0a";
}

.alsa-tt-icon-data-2 .path1:before {
  content: "\eb0b";
  color: rgb(41, 45, 50);
}

.alsa-tt-icon-data-2 .path2:before {
  content: "\eb0c";
  margin-left: -1em;
  color: rgb(41, 45, 50);
}

.alsa-tt-icon-data-2 .path3:before {
  content: "\eb0d";
  margin-left: -1em;
  color: rgb(41, 45, 50);
}

.alsa-tt-icon-data-2 .path4:before {
  content: "\eb0e";
  margin-left: -1em;
  color: rgb(41, 45, 50);
}

.alsa-tt-icon-data-2 .path5:before {
  content: "\eb0f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.alsa-tt-icon-data-2 .path6:before {
  content: "\eb10";
  margin-left: -1em;
  color: rgb(41, 45, 50);
}

.alsa-tt-icon-data-2 .path7:before {
  content: "\eb11";
  margin-left: -1em;
  color: rgb(41, 45, 50);
}

.alsa-tt-icon-data-2 .path8:before {
  content: "\eb12";
  margin-left: -1em;
  color: rgb(41, 45, 50);
}

.alsa-tt-icon-document-code:before {
  content: "\eb13";
}

.alsa-tt-icon-hierarchy-square-3:before {
  content: "\eb14";
}

.alsa-tt-icon-square:before {
  content: "\eb15";
}

.alsa-tt-icon-align-bottom:before {
  content: "\eb16";
}

.alsa-tt-icon-align-horizontally:before {
  content: "\eb17";
}

.alsa-tt-icon-align-left:before {
  content: "\eb18";
}

.alsa-tt-icon-align-right:before {
  content: "\eb19";
}

.alsa-tt-icon-align-vertically:before {
  content: "\eb1a";
}

.alsa-tt-icon-convertshape:before {
  content: "\eb1b";
}

.alsa-tt-icon-convertshape-2:before {
  content: "\eb1c";
}

.alsa-tt-icon-crop:before {
  content: "\eb1d";
}

.alsa-tt-icon-element-2:before {
  content: "\eb1e";
}

.alsa-tt-icon-element-3:before {
  content: "\eb1f";
}

.alsa-tt-icon-element-4:before {
  content: "\eb20";
}

.alsa-tt-icon-element-equal:before {
  content: "\eb21";
}

.alsa-tt-icon-element-plus:before {
  content: "\eb22";
}

.alsa-tt-icon-fatrows:before {
  content: "\eb23";
}

.alsa-tt-icon-format-circle:before {
  content: "\eb24";
}

.alsa-tt-icon-format-square:before {
  content: "\eb25";
}

.alsa-tt-icon-frame1:before {
  content: "\eb26";
}

.alsa-tt-icon-frame-1:before {
  content: "\eb27";
}

.alsa-tt-icon-grid-1:before {
  content: "\eb28";
}

.alsa-tt-icon-grid-2:before {
  content: "\eb29";
}

.alsa-tt-icon-grid-3:before {
  content: "\eb2a";
}

.alsa-tt-icon-grid-4:before {
  content: "\eb2b";
}

.alsa-tt-icon-grid-5:before {
  content: "\eb2c";
}

.alsa-tt-icon-grid-6:before {
  content: "\eb2d";
}

.alsa-tt-icon-grid-7:before {
  content: "\eb2e";
}

.alsa-tt-icon-grid-8:before {
  content: "\eb2f";
}

.alsa-tt-icon-grid-9:before {
  content: "\eb30";
}

.alsa-tt-icon-grid-edit:before {
  content: "\eb31";
}

.alsa-tt-icon-grid-eraser:before {
  content: "\eb32";
}

.alsa-tt-icon-grid-lock:before {
  content: "\eb33";
}

.alsa-tt-icon-kanban:before {
  content: "\eb34";
}

.alsa-tt-icon-maximize1:before {
  content: "\eb35";
}

.alsa-tt-icon-maximize-1:before {
  content: "\eb36";
}

.alsa-tt-icon-maximize-2:before {
  content: "\eb37";
}

.alsa-tt-icon-maximize-3:before {
  content: "\eb38";
}

.alsa-tt-icon-maximize-4:before {
  content: "\eb39";
}

.alsa-tt-icon-rotate-left1:before {
  content: "\eb3a";
}

.alsa-tt-icon-rotate-right1:before {
  content: "\eb3b";
}

.alsa-tt-icon-row-horizontal:before {
  content: "\eb3c";
}

.alsa-tt-icon-row-vertical:before {
  content: "\eb3d";
}

.alsa-tt-icon-slider-horizontal:before {
  content: "\eb3e";
}

.alsa-tt-icon-slider-horizontal-1:before {
  content: "\eb3f";
}

.alsa-tt-icon-slider-vertical:before {
  content: "\eb40";
}

.alsa-tt-icon-slider-vertical-1:before {
  content: "\eb41";
}

.alsa-tt-icon-arrow:before {
  content: "\eb42";
}

.alsa-tt-icon-arrow-square:before {
  content: "\eb43";
}

.alsa-tt-icon-direct-down:before {
  content: "\eb44";
}

.alsa-tt-icon-direct-left:before {
  content: "\eb45";
}

.alsa-tt-icon-direct-right:before {
  content: "\eb46";
}

.alsa-tt-icon-direct-up:before {
  content: "\eb47";
}

.alsa-tt-icon-discover:before {
  content: "\eb48";
}

.alsa-tt-icon-global:before {
  content: "\eb49";
}

.alsa-tt-icon-global-edit:before {
  content: "\eb4a";
}

.alsa-tt-icon-global-refresh:before {
  content: "\eb4b";
}

.alsa-tt-icon-global-search:before {
  content: "\eb4c";
}

.alsa-tt-icon-gps:before {
  content: "\eb4d";
}

.alsa-tt-icon-gps-slash:before {
  content: "\eb4e";
}

.alsa-tt-icon-location:before {
  content: "\eb4f";
}

.alsa-tt-icon-location-add:before {
  content: "\eb50";
}

.alsa-tt-icon-location-slash:before {
  content: "\eb51";
}

.alsa-tt-icon-map:before {
  content: "\eb52";
}

.alsa-tt-icon-map-1:before {
  content: "\eb53";
}

.alsa-tt-icon-picture-frame:before {
  content: "\eb54";
}

.alsa-tt-icon-radar:before {
  content: "\eb55";
}

.alsa-tt-icon-radar-2:before {
  content: "\eb56";
}

.alsa-tt-icon-route-square:before {
  content: "\eb57";
}

.alsa-tt-icon-routing:before {
  content: "\eb58";
}

.alsa-tt-icon-routing-2:before {
  content: "\eb59";
}

.alsa-tt-icon-location-cross:before {
  content: "\eb5a";
}

.alsa-tt-icon-location-minus:before {
  content: "\eb5b";
}

.alsa-tt-icon-location-tick:before {
  content: "\eb5c";
}

.alsa-tt-icon-arrange-circle:before {
  content: "\eb5d";
}

.alsa-tt-icon-arrange-circle-2:before {
  content: "\eb5e";
}

.alsa-tt-icon-arrange-square:before {
  content: "\eb5f";
}

.alsa-tt-icon-arrange-square-2:before {
  content: "\eb60";
}

.alsa-tt-icon-arrow-bottom:before {
  content: "\eb61";
}

.alsa-tt-icon-arrow-circle-down:before {
  content: "\eb62";
}

.alsa-tt-icon-arrow-circle-left:before {
  content: "\eb63";
}

.alsa-tt-icon-arrow-circle-right:before {
  content: "\eb64";
}

.alsa-tt-icon-arrow-circle-up:before {
  content: "\eb65";
}

.alsa-tt-icon-arrow-down:before {
  content: "\eb66";
}

.alsa-tt-icon-arrow-down-1:before {
  content: "\eb67";
}

.alsa-tt-icon-arrow-down-2:before {
  content: "\eb68";
}

.alsa-tt-icon-arrow-left-1:before {
  content: "\eb69";
}

.alsa-tt-icon-arrow-left-2:before {
  content: "\eb6a";
}

.alsa-tt-icon-arrow-left-3:before {
  content: "\eb6b";
}

.alsa-tt-icon-arrow-right-2:before {
  content: "\eb6c";
}

.alsa-tt-icon-arrow-right-3:before {
  content: "\eb6d";
}

.alsa-tt-icon-arrow-right-4:before {
  content: "\eb6e";
}

.alsa-tt-icon-arrow-square-left:before {
  content: "\eb6f";
}

.alsa-tt-icon-arrow-square-up:before {
  content: "\eb70";
}

.alsa-tt-icon-arrow-swap:before {
  content: "\eb71";
}

.alsa-tt-icon-arrow-swap-horizontal:before {
  content: "\eb72";
}

.alsa-tt-icon-arrow-up:before {
  content: "\eb73";
}

.alsa-tt-icon-arrow-up-1:before {
  content: "\eb74";
}

.alsa-tt-icon-arrow-up-2:before {
  content: "\eb75";
}

.alsa-tt-icon-arrow-up-3:before {
  content: "\eb76";
}

.alsa-tt-icon-back-square:before {
  content: "\eb77";
}

.alsa-tt-icon-convert:before {
  content: "\eb78";
}

.alsa-tt-icon-export:before {
  content: "\eb79";
}

.alsa-tt-icon-export-1:before {
  content: "\eb7a";
}

.alsa-tt-icon-export-2:before {
  content: "\eb7b";
}

.alsa-tt-icon-export-3:before {
  content: "\eb7c";
}

.alsa-tt-icon-forward-square:before {
  content: "\eb7d";
}

.alsa-tt-icon-frame:before {
  content: "\eb7e";
}

.alsa-tt-icon-import:before {
  content: "\eb7f";
}

.alsa-tt-icon-import-1:before {
  content: "\eb80";
}

.alsa-tt-icon-import-2:before {
  content: "\eb81";
}

.alsa-tt-icon-login:before {
  content: "\eb82";
}

.alsa-tt-icon-login-1:before {
  content: "\eb83";
}

.alsa-tt-icon-logout:before {
  content: "\eb84";
}

.alsa-tt-icon-logout-1:before {
  content: "\eb85";
}

.alsa-tt-icon-received:before {
  content: "\eb86";
}

.alsa-tt-icon-receive-square:before {
  content: "\eb87";
}

.alsa-tt-icon-receive-square-2:before {
  content: "\eb88";
}

.alsa-tt-icon-redo:before {
  content: "\eb89";
}

.alsa-tt-icon-refresh:before {
  content: "\eb8a";
}

.alsa-tt-icon-refresh-2:before {
  content: "\eb8b";
}

.alsa-tt-icon-refresh-circle:before {
  content: "\eb8c";
}

.alsa-tt-icon-refresh-left-square:before {
  content: "\eb8d";
}

.alsa-tt-icon-refresh-right-square:before {
  content: "\eb8e";
}

.alsa-tt-icon-refresh-square-2:before {
  content: "\eb8f";
}

.alsa-tt-icon-repeat:before {
  content: "\eb90";
}

.alsa-tt-icon-repeat-circle:before {
  content: "\eb91";
}

.alsa-tt-icon-rotate-left:before {
  content: "\eb92";
}

.alsa-tt-icon-rotate-right:before {
  content: "\eb93";
}

.alsa-tt-icon-send-sqaure-2:before {
  content: "\eb94";
}

.alsa-tt-icon-send-square:before {
  content: "\eb95";
}

.alsa-tt-icon-undo:before {
  content: "\eb96";
}

.alsa-tt-icon-arrow-2:before {
  content: "\eb97";
}

.alsa-tt-icon-arrow-3:before {
  content: "\eb98";
}

.alsa-tt-icon-arrow-left:before {
  content: "\eb99";
}

.alsa-tt-icon-arrow-right:before {
  content: "\eb9a";
}

.alsa-tt-icon-arrow-right-1:before {
  content: "\eb9b";
}

.alsa-tt-icon-arrow-square-down:before {
  content: "\eb9c";
}

.alsa-tt-icon-send:before {
  content: "\eb9d";
}

.alsa-tt-icon-attach-circle:before {
  content: "\eb9e";
}

.alsa-tt-icon-eraser1:before {
  content: "\eb9f";
}

.alsa-tt-icon-firstline:before {
  content: "\eba0";
}

.alsa-tt-icon-language-circle:before {
  content: "\eba1";
}

.alsa-tt-icon-language-square:before {
  content: "\eba2";
}

.alsa-tt-icon-link:before {
  content: "\eba3";
}

.alsa-tt-icon-link-1:before {
  content: "\eba4";
}

.alsa-tt-icon-link-2:before {
  content: "\eba5";
}

.alsa-tt-icon-link-21:before {
  content: "\eba6";
}

.alsa-tt-icon-link-circle:before {
  content: "\eba7";
}

.alsa-tt-icon-link-square:before {
  content: "\eba8";
}

.alsa-tt-icon-maximize:before {
  content: "\eba9";
}

.alsa-tt-icon-paperclip:before {
  content: "\ebaa";
}

.alsa-tt-icon-pharagraphspacing:before {
  content: "\ebab";
}

.alsa-tt-icon-quote-down-circle:before {
  content: "\ebac";
}

.alsa-tt-icon-quote-down-square:before {
  content: "\ebad";
}

.alsa-tt-icon-quote-up:before {
  content: "\ebae";
}

.alsa-tt-icon-quote-up-circle:before {
  content: "\ebaf";
}

.alsa-tt-icon-quote-up-square:before {
  content: "\ebb0";
}

.alsa-tt-icon-smallcaps:before {
  content: "\ebb1";
}

.alsa-tt-icon-text:before {
  content: "\ebb2";
}

.alsa-tt-icon-textalign-center:before {
  content: "\ebb3";
}

.alsa-tt-icon-textalign-justifycenter:before {
  content: "\ebb4";
}

.alsa-tt-icon-textalign-justifyleft:before {
  content: "\ebb5";
}

.alsa-tt-icon-textalign-justifyright:before {
  content: "\ebb6";
}

.alsa-tt-icon-textalign-left:before {
  content: "\ebb7";
}

.alsa-tt-icon-textalign-right:before {
  content: "\ebb8";
}

.alsa-tt-icon-text-block:before {
  content: "\ebb9";
}

.alsa-tt-icon-text-bold:before {
  content: "\ebba";
}

.alsa-tt-icon-text-italic:before {
  content: "\ebbb";
}

.alsa-tt-icon-text-underline:before {
  content: "\ebbc";
}

.alsa-tt-icon-translate:before {
  content: "\ebbd";
}

.alsa-tt-icon-attach-square:before {
  content: "\ebbe";
}

.alsa-tt-icon-paperclip-2:before {
  content: "\ebbf";
}

.alsa-tt-icon-quote-down:before {
  content: "\ebc0";
}

.alsa-tt-icon-call:before {
  content: "\ebc1";
}

.alsa-tt-icon-call-add:before {
  content: "\ebc2";
}

.alsa-tt-icon-call-calling:before {
  content: "\ebc3";
}

.alsa-tt-icon-call-incoming:before {
  content: "\ebc4";
}

.alsa-tt-icon-call-minus:before {
  content: "\ebc5";
}

.alsa-tt-icon-call-outgoing:before {
  content: "\ebc6";
}

.alsa-tt-icon-call-received:before {
  content: "\ebc7";
}

.alsa-tt-icon-call-remove:before {
  content: "\ebc8";
}

.alsa-tt-icon-call-slash:before {
  content: "\ebc9";
}

.alsa-tt-icon-lamp-charge:before {
  content: "\ebca";
}

.alsa-tt-icon-lamp-on:before {
  content: "\ebcb";
}

.alsa-tt-icon-notification-1:before {
  content: "\ebcc";
}

.alsa-tt-icon-lamp-slash:before {
  content: "\ebcd";
}

.alsa-tt-icon-notification:before {
  content: "\ebce";
}

.alsa-tt-icon-notification-bing:before {
  content: "\ebcf";
}

.alsa-tt-icon-notification-circle:before {
  content: "\ebd0";
}

.alsa-tt-icon-notification-favorite:before {
  content: "\ebd1";
}

.alsa-tt-icon-notification-status:before {
  content: "\ebd2";
}

.alsa-tt-icon-archive-book:before {
  content: "\ebd3";
}

.alsa-tt-icon-bill:before {
  content: "\ebd4";
}

.alsa-tt-icon-copyright:before {
  content: "\ebd5";
}

.alsa-tt-icon-creative-commons:before {
  content: "\ebd6";
}

.alsa-tt-icon-document-filter:before {
  content: "\ebd7";
}

.alsa-tt-icon-menu-board:before {
  content: "\ebd8";
}

.alsa-tt-icon-note-add:before {
  content: "\ebd9";
}

.alsa-tt-icon-note-favorite:before {
  content: "\ebda";
}

.alsa-tt-icon-note-text:before {
  content: "\ebdb";
}

.alsa-tt-icon-stickynote:before {
  content: "\ebdc";
}

.alsa-tt-icon-clipboard-close:before {
  content: "\ebdd";
}

.alsa-tt-icon-clipboard-export:before {
  content: "\ebde";
}

.alsa-tt-icon-clipboard-import:before {
  content: "\ebdf";
}

.alsa-tt-icon-clipboard-text:before {
  content: "\ebe0";
}

.alsa-tt-icon-clipboard-tick:before {
  content: "\ebe1";
}

.alsa-tt-icon-document1:before {
  content: "\ebe2";
}

.alsa-tt-icon-document-cloud:before {
  content: "\ebe3";
}

.alsa-tt-icon-document-copy:before {
  content: "\ebe4";
}

.alsa-tt-icon-document-download:before {
  content: "\ebe5";
}

.alsa-tt-icon-document-favorite:before {
  content: "\ebe6";
}

.alsa-tt-icon-document-forward:before {
  content: "\ebe7";
}

.alsa-tt-icon-document-like:before {
  content: "\ebe8";
}

.alsa-tt-icon-document-normal:before {
  content: "\ebe9";
}

.alsa-tt-icon-document-previous:before {
  content: "\ebea";
}

.alsa-tt-icon-document-sketch:before {
  content: "\ebeb";
}

.alsa-tt-icon-document-text:before {
  content: "\ebec";
}

.alsa-tt-icon-document-text-1:before {
  content: "\ebed";
}

.alsa-tt-icon-document-upload:before {
  content: "\ebee";
}

.alsa-tt-icon-edit:before {
  content: "\ebef";
}

.alsa-tt-icon-edit-2:before {
  content: "\ebf0";
}

.alsa-tt-icon-note:before {
  content: "\ebf1";
}

.alsa-tt-icon-note-1:before {
  content: "\ebf2";
}

.alsa-tt-icon-note-remove:before {
  content: "\ebf3";
}

.alsa-tt-icon-task:before {
  content: "\ebf4";
}

.alsa-tt-icon-task-square:before {
  content: "\ebf5";
}

.alsa-tt-icon-additem:before {
  content: "\ebf6";
}

.alsa-tt-icon-backward-item:before {
  content: "\ebf7";
}

.alsa-tt-icon-bezier:before {
  content: "\ebf8";
}

.alsa-tt-icon-blend:before {
  content: "\ebf9";
}

.alsa-tt-icon-blend-2:before {
  content: "\ebfa";
}

.alsa-tt-icon-blur:before {
  content: "\ebfb";
}

.alsa-tt-icon-brush:before {
  content: "\ebfc";
}

.alsa-tt-icon-brush-1:before {
  content: "\ebfd";
}

.alsa-tt-icon-brush-2:before {
  content: "\ebfe";
}

.alsa-tt-icon-brush-3:before {
  content: "\ebff";
}

.alsa-tt-icon-brush-4:before {
  content: "\ec00";
}

.alsa-tt-icon-bucket:before {
  content: "\ec01";
}

.alsa-tt-icon-bucket-circle:before {
  content: "\ec02";
}

.alsa-tt-icon-bucket-square:before {
  content: "\ec03";
}

.alsa-tt-icon-colorfilter:before {
  content: "\ec04";
}

.alsa-tt-icon-colors-square:before {
  content: "\ec05";
}

.alsa-tt-icon-color-swatch:before {
  content: "\ec06";
}

.alsa-tt-icon-component:before {
  content: "\ec07";
}

.alsa-tt-icon-copy:before {
  content: "\ec08";
}

.alsa-tt-icon-copy-success:before {
  content: "\ec09";
}

.alsa-tt-icon-designtools:before {
  content: "\ec0a";
}

.alsa-tt-icon-eraser:before {
  content: "\ec0b";
}

.alsa-tt-icon-flash-circle:before {
  content: "\ec0c";
}

.alsa-tt-icon-forward-item:before {
  content: "\ec0d";
}

.alsa-tt-icon-glass:before {
  content: "\ec0e";
}

.alsa-tt-icon-layer:before {
  content: "\ec0f";
}

.alsa-tt-icon-lifebuoy:before {
  content: "\ec10";
}

.alsa-tt-icon-magicpen:before {
  content: "\ec11";
}

.alsa-tt-icon-main-component:before {
  content: "\ec12";
}

.alsa-tt-icon-mask:before {
  content: "\ec13";
}

.alsa-tt-icon-mask-1:before {
  content: "\ec14";
}

.alsa-tt-icon-mask-2:before {
  content: "\ec15";
}

.alsa-tt-icon-omega-circle:before {
  content: "\ec16";
}

.alsa-tt-icon-omega-square:before {
  content: "\ec17";
}

.alsa-tt-icon-paintbucket:before {
  content: "\ec18";
}

.alsa-tt-icon-path:before {
  content: "\ec19";
}

.alsa-tt-icon-path-2:before {
  content: "\ec1a";
}

.alsa-tt-icon-path-square:before {
  content: "\ec1b";
}

.alsa-tt-icon-pen-add:before {
  content: "\ec1c";
}

.alsa-tt-icon-pen-close:before {
  content: "\ec1d";
}

.alsa-tt-icon-pen-remove:before {
  content: "\ec1e";
}

.alsa-tt-icon-pen-tool:before {
  content: "\ec1f";
}

.alsa-tt-icon-pen-tool-2:before {
  content: "\ec20";
}

.alsa-tt-icon-recovery-convert:before {
  content: "\ec21";
}

.alsa-tt-icon-rulerpen:before {
  content: "\ec22";
}

.alsa-tt-icon-ruler:before {
  content: "\ec23";
}

.alsa-tt-icon-scissor1:before {
  content: "\ec24";
}

.alsa-tt-icon-shapes:before {
  content: "\ec25";
}

.alsa-tt-icon-shapes-1:before {
  content: "\ec26";
}

.alsa-tt-icon-size:before {
  content: "\ec27";
}

.alsa-tt-icon-device-message:before {
  content: "\ec28";
}

.alsa-tt-icon-direct:before {
  content: "\ec29";
}

.alsa-tt-icon-directbox-default:before {
  content: "\ec2a";
}

.alsa-tt-icon-directbox-notif:before {
  content: "\ec2b";
}

.alsa-tt-icon-directbox-receive:before {
  content: "\ec2c";
}

.alsa-tt-icon-directbox-send:before {
  content: "\ec2d";
}

.alsa-tt-icon-direct-inbox:before {
  content: "\ec2e";
}

.alsa-tt-icon-direct-normal:before {
  content: "\ec2f";
}

.alsa-tt-icon-direct-notification:before {
  content: "\ec30";
}

.alsa-tt-icon-direct-send:before {
  content: "\ec31";
}

.alsa-tt-icon-message:before {
  content: "\ec32";
}

.alsa-tt-icon-message-2:before {
  content: "\ec33";
}

.alsa-tt-icon-message-add:before {
  content: "\ec34";
}

.alsa-tt-icon-message-add-1:before {
  content: "\ec35";
}

.alsa-tt-icon-message-circle:before {
  content: "\ec36";
}

.alsa-tt-icon-message-edit:before {
  content: "\ec37";
}

.alsa-tt-icon-message-favorite:before {
  content: "\ec38";
}

.alsa-tt-icon-message-minus:before {
  content: "\ec39";
}

.alsa-tt-icon-message-notif:before {
  content: "\ec3a";
}

.alsa-tt-icon-message-remove:before {
  content: "\ec3b";
}

.alsa-tt-icon-messages:before {
  content: "\ec3c";
}

.alsa-tt-icon-messages-1:before {
  content: "\ec3d";
}

.alsa-tt-icon-messages-2:before {
  content: "\ec3e";
}

.alsa-tt-icon-messages-3:before {
  content: "\ec3f";
}

.alsa-tt-icon-message-search:before {
  content: "\ec40";
}

.alsa-tt-icon-message-square:before {
  content: "\ec41";
}

.alsa-tt-icon-message-text:before {
  content: "\ec42";
}

.alsa-tt-icon-message-text-1:before {
  content: "\ec43";
}

.alsa-tt-icon-message-tick:before {
  content: "\ec44";
}

.alsa-tt-icon-message-time:before {
  content: "\ec45";
}

.alsa-tt-icon-sms:before {
  content: "\ec46";
}

.alsa-tt-icon-sms-edit:before {
  content: "\ec47";
}

.alsa-tt-icon-sms-notification:before {
  content: "\ec48";
}

.alsa-tt-icon-sms-search:before {
  content: "\ec49";
}

.alsa-tt-icon-sms-star:before {
  content: "\ec4a";
}

.alsa-tt-icon-sms-tracking:before {
  content: "\ec4b";
}

.alsa-tt-icon-audio-square:before {
  content: "\ec4c";
}

.alsa-tt-icon-backward:before {
  content: "\ec4d";
}

.alsa-tt-icon-backward-5-seconds:before {
  content: "\ec4e";
}

.alsa-tt-icon-backward-10-seconds:before {
  content: "\ec4f";
}

.alsa-tt-icon-backward-15-seconds:before {
  content: "\ec50";
}

.alsa-tt-icon-devices:before {
  content: "\ec51";
}

.alsa-tt-icon-forward:before {
  content: "\ec52";
}

.alsa-tt-icon-forward-5-seconds:before {
  content: "\ec53";
}

.alsa-tt-icon-forward-10-seconds:before {
  content: "\ec54";
}

.alsa-tt-icon-forward-15-seconds:before {
  content: "\ec55";
}

.alsa-tt-icon-gallery-favorite:before {
  content: "\ec56";
}

.alsa-tt-icon-gallery-import:before {
  content: "\ec57";
}

.alsa-tt-icon-gallery-slash:before {
  content: "\ec58";
}

.alsa-tt-icon-gallery-tick:before {
  content: "\ec59";
}

.alsa-tt-icon-maximize-circle:before {
  content: "\ec5a";
}

.alsa-tt-icon-microphone-slash:before {
  content: "\ec5b";
}

.alsa-tt-icon-microphone-slash-1:before {
  content: "\ec5c";
}

.alsa-tt-icon-mini-music-sqaure:before {
  content: "\ec5d";
}

.alsa-tt-icon-music-circle:before {
  content: "\ec5e";
}

.alsa-tt-icon-music-dashboard:before {
  content: "\ec5f";
}

.alsa-tt-icon-music-filter:before {
  content: "\ec60";
}

.alsa-tt-icon-music-library-2:before {
  content: "\ec61";
}

.alsa-tt-icon-musicnote:before {
  content: "\ec62";
}

.alsa-tt-icon-music-playlist:before {
  content: "\ec63";
}

.alsa-tt-icon-music-square:before {
  content: "\ec64";
}

.alsa-tt-icon-music-square-add:before {
  content: "\ec65";
}

.alsa-tt-icon-music-square-remove:before {
  content: "\ec66";
}

.alsa-tt-icon-music-square-search:before {
  content: "\ec67";
}

.alsa-tt-icon-next:before {
  content: "\ec68";
}

.alsa-tt-icon-note-square:before {
  content: "\ec69";
}

.alsa-tt-icon-pause:before {
  content: "\ec6a";
}

.alsa-tt-icon-pause-circle:before {
  content: "\ec6b";
}

.alsa-tt-icon-play-add:before {
  content: "\ec6c";
}

.alsa-tt-icon-play-circle:before {
  content: "\ec6d";
}

.alsa-tt-icon-play-cricle:before {
  content: "\ec6e";
}

.alsa-tt-icon-play-remove:before {
  content: "\ec6f";
}

.alsa-tt-icon-previous:before {
  content: "\ec70";
}

.alsa-tt-icon-radio:before {
  content: "\ec71";
}

.alsa-tt-icon-record-circle:before {
  content: "\ec72";
}

.alsa-tt-icon-repeate-music:before {
  content: "\ec73";
}

.alsa-tt-icon-repeate-one:before {
  content: "\ec74";
}

.alsa-tt-icon-scissor:before {
  content: "\ec75";
}

.alsa-tt-icon-shuffle:before {
  content: "\ec76";
}

.alsa-tt-icon-stop-circle:before {
  content: "\ec77";
}

.alsa-tt-icon-subtitle:before {
  content: "\ec78";
}

.alsa-tt-icon-video:before {
  content: "\ec79";
}

.alsa-tt-icon-video-add:before {
  content: "\ec7a";
}

.alsa-tt-icon-video-circle:before {
  content: "\ec7b";
}

.alsa-tt-icon-video-horizontal:before {
  content: "\ec7c";
}

.alsa-tt-icon-video-octagon:before {
  content: "\ec7d";
}

.alsa-tt-icon-video-play:before {
  content: "\ec7e";
}

.alsa-tt-icon-video-remove:before {
  content: "\ec7f";
}

.alsa-tt-icon-video-slash:before {
  content: "\ec80";
}

.alsa-tt-icon-video-square:before {
  content: "\ec81";
}

.alsa-tt-icon-video-tick:before {
  content: "\ec82";
}

.alsa-tt-icon-video-time:before {
  content: "\ec83";
}

.alsa-tt-icon-video-vertical:before {
  content: "\ec84";
}

.alsa-tt-icon-voice-cricle:before {
  content: "\ec85";
}

.alsa-tt-icon-voice-square:before {
  content: "\ec86";
}

.alsa-tt-icon-volume-cross:before {
  content: "\ec87";
}

.alsa-tt-icon-volume-high:before {
  content: "\ec88";
}

.alsa-tt-icon-volume-low-1:before {
  content: "\ec89";
}

.alsa-tt-icon-volume-mute:before {
  content: "\ec8a";
}

.alsa-tt-icon-volume-slash:before {
  content: "\ec8b";
}

.alsa-tt-icon-volume-up:before {
  content: "\ec8c";
}

.alsa-tt-icon-camera:before {
  content: "\ec8d";
}

.alsa-tt-icon-camera-slash:before {
  content: "\ec8e";
}

.alsa-tt-icon-gallery:before {
  content: "\ec8f";
}

.alsa-tt-icon-gallery-add:before {
  content: "\ec90";
}

.alsa-tt-icon-gallery-edit:before {
  content: "\ec91";
}

.alsa-tt-icon-gallery-export:before {
  content: "\ec92";
}

.alsa-tt-icon-gallery-remove:before {
  content: "\ec93";
}

.alsa-tt-icon-image:before {
  content: "\ec94";
}

.alsa-tt-icon-microphone:before {
  content: "\ec95";
}

.alsa-tt-icon-microphone-2:before {
  content: "\ec96";
}

.alsa-tt-icon-music:before {
  content: "\ec97";
}

.alsa-tt-icon-play:before {
  content: "\ec98";
}

.alsa-tt-icon-record:before {
  content: "\ec99";
}

.alsa-tt-icon-screenmirroring:before {
  content: "\ec9a";
}

.alsa-tt-icon-stop:before {
  content: "\ec9b";
}

.alsa-tt-icon-volume-low:before {
  content: "\ec9c";
}

.alsa-tt-icon-archive:before {
  content: "\ec9d";
}

.alsa-tt-icon-card:before {
  content: "\ec9e";
}

.alsa-tt-icon-card-add:before {
  content: "\ec9f";
}

.alsa-tt-icon-card-edit:before {
  content: "\eca0";
}

.alsa-tt-icon-card-pos:before {
  content: "\eca1";
}

.alsa-tt-icon-card-receive:before {
  content: "\eca2";
}

.alsa-tt-icon-card-remove:before {
  content: "\eca3";
}

.alsa-tt-icon-card-remove-1:before {
  content: "\eca4";
}

.alsa-tt-icon-cards:before {
  content: "\eca5";
}

.alsa-tt-icon-card-send:before {
  content: "\eca6";
}

.alsa-tt-icon-card-slash:before {
  content: "\eca7";
}

.alsa-tt-icon-card-tick:before {
  content: "\eca8";
}

.alsa-tt-icon-card-tick-1:before {
  content: "\eca9";
}

.alsa-tt-icon-chart-square:before {
  content: "\ecaa";
}

.alsa-tt-icon-coin:before {
  content: "\ecab";
}

.alsa-tt-icon-coin-1:before {
  content: "\ecac";
}

.alsa-tt-icon-convert-card:before {
  content: "\ecad";
}

.alsa-tt-icon-discount-circle:before {
  content: "\ecae";
}

.alsa-tt-icon-discount-shape:before {
  content: "\ecaf";
}

.alsa-tt-icon-document:before {
  content: "\ecb0";
}

.alsa-tt-icon-dollar-circle:before {
  content: "\ecb1";
}

.alsa-tt-icon-dollar-square:before {
  content: "\ecb2";
}

.alsa-tt-icon-empty-wallet:before {
  content: "\ecb3";
}

.alsa-tt-icon-empty-wallet-add:before {
  content: "\ecb4";
}

.alsa-tt-icon-empty-wallet-change:before {
  content: "\ecb5";
}

.alsa-tt-icon-empty-wallet-remove:before {
  content: "\ecb6";
}

.alsa-tt-icon-empty-wallet-tick:before {
  content: "\ecb7";
}

.alsa-tt-icon-empty-wallet-time:before {
  content: "\ecb8";
}

.alsa-tt-icon-math:before {
  content: "\ecb9";
}

.alsa-tt-icon-money:before {
  content: "\ecba";
}

.alsa-tt-icon-money-2:before {
  content: "\ecbb";
}

.alsa-tt-icon-money-3:before {
  content: "\ecbc";
}

.alsa-tt-icon-money-4:before {
  content: "\ecbd";
}

.alsa-tt-icon-money-add:before {
  content: "\ecbe";
}

.alsa-tt-icon-money-change:before {
  content: "\ecbf";
}

.alsa-tt-icon-money-forbidden:before {
  content: "\ecc0";
}

.alsa-tt-icon-money-recive:before {
  content: "\ecc1";
}

.alsa-tt-icon-money-remove:before {
  content: "\ecc2";
}

.alsa-tt-icon-moneys:before {
  content: "\ecc3";
}

.alsa-tt-icon-money-send:before {
  content: "\ecc4";
}

.alsa-tt-icon-money-tick:before {
  content: "\ecc5";
}

.alsa-tt-icon-money-time:before {
  content: "\ecc6";
}

.alsa-tt-icon-percentage-circle:before {
  content: "\ecc7";
}

.alsa-tt-icon-percentage-square:before {
  content: "\ecc8";
}

.alsa-tt-icon-receipt:before {
  content: "\ecc9";
}

.alsa-tt-icon-receipt-1:before {
  content: "\ecca";
}

.alsa-tt-icon-receipt-2:before {
  content: "\eccb";
}

.alsa-tt-icon-receipt-2-1:before {
  content: "\eccc";
}

.alsa-tt-icon-receipt-add:before {
  content: "\eccd";
}

.alsa-tt-icon-receipt-discount:before {
  content: "\ecce";
}

.alsa-tt-icon-receipt-disscount:before {
  content: "\eccf";
}

.alsa-tt-icon-receipt-edit:before {
  content: "\ecd0";
}

.alsa-tt-icon-receipt-item:before {
  content: "\ecd1";
}

.alsa-tt-icon-receipt-minus:before {
  content: "\ecd2";
}

.alsa-tt-icon-receipt-search:before {
  content: "\ecd3";
}

.alsa-tt-icon-receipt-text:before {
  content: "\ecd4";
}

.alsa-tt-icon-security-card:before {
  content: "\ecd5";
}

.alsa-tt-icon-strongbox:before {
  content: "\ecd6";
}

.alsa-tt-icon-strongbox-2:before {
  content: "\ecd7";
}

.alsa-tt-icon-tag:before {
  content: "\ecd8";
}

.alsa-tt-icon-tag-2:before {
  content: "\ecd9";
}

.alsa-tt-icon-ticket:before {
  content: "\ecda";
}

.alsa-tt-icon-ticket-2:before {
  content: "\ecdb";
}

.alsa-tt-icon-ticket-discount:before {
  content: "\ecdc";
}

.alsa-tt-icon-ticket-expired:before {
  content: "\ecdd";
}

.alsa-tt-icon-ticket-star:before {
  content: "\ecde";
}

.alsa-tt-icon-transaction-minus:before {
  content: "\ecdf";
}

.alsa-tt-icon-wallet:before {
  content: "\ece0";
}

.alsa-tt-icon-wallet-1:before {
  content: "\ece1";
}

.alsa-tt-icon-wallet-2:before {
  content: "\ece2";
}

.alsa-tt-icon-wallet-3:before {
  content: "\ece3";
}

.alsa-tt-icon-wallet-add:before {
  content: "\ece4";
}

.alsa-tt-icon-wallet-add-1:before {
  content: "\ece5";
}

.alsa-tt-icon-wallet-check:before {
  content: "\ece6";
}

.alsa-tt-icon-wallet-minus:before {
  content: "\ece7";
}

.alsa-tt-icon-wallet-money:before {
  content: "\ece8";
}

.alsa-tt-icon-wallet-remove:before {
  content: "\ece9";
}

.alsa-tt-icon-wallet-search:before {
  content: "\ecea";
}

.trenes-turisticos {
  /* Eric Meyer's CSS Reset (HTML5)
     License: none (public domain)
  */
  /* HTML5 display-role reset for older browsers */
  /**** MOVIL ****/
  /*override alsa-theme-contributor*/
  /*!
   * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /*# sourceMappingURL=bootstrap-grid.min.css.map */
  background-color: #fff;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #5E5A56;
}
.trenes-turisticos html, .trenes-turisticos body, .trenes-turisticos span, .trenes-turisticos applet, .trenes-turisticos object, .trenes-turisticos iframe,
.trenes-turisticos h1, .trenes-turisticos h2, .trenes-turisticos h3, .trenes-turisticos h4, .trenes-turisticos h5, .trenes-turisticos h6, .trenes-turisticos p, .trenes-turisticos blockquote, .trenes-turisticos pre,
.trenes-turisticos a, .trenes-turisticos abbr, .trenes-turisticos acronym, .trenes-turisticos address, .trenes-turisticos big, .trenes-turisticos cite, .trenes-turisticos code,
.trenes-turisticos del, .trenes-turisticos dfn, .trenes-turisticos em, .trenes-turisticos img, .trenes-turisticos ins, .trenes-turisticos kbd, .trenes-turisticos q, .trenes-turisticos s, .trenes-turisticos samp,
.trenes-turisticos small, .trenes-turisticos strike, .trenes-turisticos strong, .trenes-turisticos sub, .trenes-turisticos sup, .trenes-turisticos tt, .trenes-turisticos var,
.trenes-turisticos b, .trenes-turisticos u, .trenes-turisticos i, .trenes-turisticos center,
.trenes-turisticos dl, .trenes-turisticos dt, .trenes-turisticos dd, .trenes-turisticos ol, .trenes-turisticos ul, .trenes-turisticos li,
.trenes-turisticos fieldset, .trenes-turisticos form, .trenes-turisticos label, .trenes-turisticos legend,
.trenes-turisticos table, .trenes-turisticos caption, .trenes-turisticos tbody, .trenes-turisticos tfoot, .trenes-turisticos thead, .trenes-turisticos tr, .trenes-turisticos th, .trenes-turisticos td,
.trenes-turisticos article, .trenes-turisticos aside, .trenes-turisticos canvas, .trenes-turisticos details, .trenes-turisticos embed,
.trenes-turisticos figure, .trenes-turisticos figcaption, .trenes-turisticos footer, .trenes-turisticos header, .trenes-turisticos hgroup,
.trenes-turisticos menu, .trenes-turisticos nav, .trenes-turisticos output, .trenes-turisticos ruby, .trenes-turisticos section, .trenes-turisticos summary,
.trenes-turisticos time, .trenes-turisticos mark, .trenes-turisticos audio, .trenes-turisticos video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.trenes-turisticos article, .trenes-turisticos aside, .trenes-turisticos details, .trenes-turisticos figcaption, .trenes-turisticos figure,
.trenes-turisticos footer, .trenes-turisticos header, .trenes-turisticos hgroup, .trenes-turisticos menu, .trenes-turisticos nav, .trenes-turisticos section {
  display: block;
}
.trenes-turisticos body {
  line-height: 1;
}
.trenes-turisticos ol, .trenes-turisticos ul {
  list-style: none;
}
.trenes-turisticos blockquote, .trenes-turisticos q {
  quotes: none;
}
.trenes-turisticos blockquote:before, .trenes-turisticos blockquote:after,
.trenes-turisticos q:before, .trenes-turisticos q:after {
  content: "";
  content: none;
}
.trenes-turisticos table {
  border-collapse: collapse;
  border-spacing: 0;
}
.trenes-turisticos body {
  background-color: #626B00;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #5E5A56;
  overflow-x: hidden;
}
.trenes-turisticos html {
  overflow-x: hidden;
}
.trenes-turisticos h1:not([class*=" c-"]):not([class^=c-]) {
  font-family: "Strawford-Medium";
  font-family: "Strawford-Medium";
  font-size: 36px;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .trenes-turisticos h1:not([class*=" c-"]):not([class^=c-]) {
    font-family: "Strawford-Medium";
    font-size: 78px;
    line-height: normal;
    letter-spacing: 0;
  }
}
.trenes-turisticos h2:not([class*=" c-"]):not([class^=c-]) {
  font-family: "Strawford-Regular";
  font-family: "Strawford-Regular";
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .trenes-turisticos h2:not([class*=" c-"]):not([class^=c-]) {
    font-family: "Strawford-Regular";
    font-size: 64px;
    line-height: normal;
    letter-spacing: 0;
  }
}
.trenes-turisticos h3:not([class*=" c-"]):not([class^=c-]) {
  font-family: "Strawford-Regular";
  font-family: "Strawford-Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #002F31;
}
@media (min-width: 992px) {
  .trenes-turisticos h3:not([class*=" c-"]):not([class^=c-]) {
    font-family: "Strawford-Regular";
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0;
  }
}
.trenes-turisticos h4:not([class*=" c-"]):not([class^=c-]) {
  font-family: "Strawford-Medium";
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .trenes-turisticos h4:not([class*=" c-"]):not([class^=c-]) {
    font-family: "Strawford-Medium";
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
  }
}
.trenes-turisticos h5:not([class*=" c-"]):not([class^=c-]) {
  font-family: "Strawford-Medium";
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .trenes-turisticos h5:not([class*=" c-"]):not([class^=c-]) {
    font-family: "Strawford-Medium";
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
  }
}
.trenes-turisticos img {
  max-width: 100%;
}
.trenes-turisticos a {
  width: auto;
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  background: none;
  border: none;
  color: #005E62;
}
.trenes-turisticos a:hover, .trenes-turisticos a:active {
  text-decoration: none;
  color: #002F31;
}
.trenes-turisticos .c-button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: none;
  width: auto;
  padding: 8px 12px;
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  text-decoration: none;
}
.trenes-turisticos .c-button--large {
  padding: 12px 32px;
}
.trenes-turisticos .c-button--small {
  padding: 4px 12px;
  font-size: 14px;
}
.trenes-turisticos .c-button--full-width {
  width: 100%;
}
.trenes-turisticos .c-button--blue {
  background-color: #005E62;
  color: #fff;
}
.trenes-turisticos .c-button--blue:hover, .trenes-turisticos .c-button--blue:active {
  background-color: #003F41;
  text-decoration: none;
  color: #fff;
}
.trenes-turisticos .c-button--blue[disabled], .trenes-turisticos .c-button--blue[disabled]:hover {
  opacity: 50%;
  cursor: default;
}
.trenes-turisticos .c-button--blue[disabled]:hover {
  background-color: #005E62;
}
.trenes-turisticos .c-button--inverted {
  background-color: #fff;
  color: #005E62;
}
.trenes-turisticos .c-button--inverted:hover, .trenes-turisticos .c-button--inverted:active {
  background-color: #F2F7F7;
  color: #005E62;
}
.trenes-turisticos .c-button--inverted[disabled] {
  opacity: 0.5;
}
.trenes-turisticos .c-button--full-width {
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-button--full-width {
    width: auto;
  }
}
.trenes-turisticos .c-button-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  border-radius: 4px;
}
.trenes-turisticos .c-button-icon i {
  font-size: 24px;
  color: #005E62;
}
.trenes-turisticos .c-button-icon:hover {
  background: #005E62;
  color: #fff;
}
.trenes-turisticos .c-button-icon:hover i {
  color: #fff;
}
.trenes-turisticos .c-button-icon[disabled] {
  background: #F5F5F5;
}
.trenes-turisticos .c-button-icon[disabled] i {
  color: #7E7B78;
}
.trenes-turisticos .c-button-dropdown {
  width: 100%;
  padding: 12px;
  border: 2px solid #005E62;
  border-radius: 8px;
  color: #9F9C9A;
  display: flex;
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.trenes-turisticos .c-button-dropdown__text {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-button-dropdown__icon {
  color: #005E62;
  font-size: 20px;
}
.trenes-turisticos .c-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: auto;
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  background: none;
  border: none;
}
.trenes-turisticos .c-link:hover, .trenes-turisticos .c-link:active {
  text-decoration: none;
  color: #002F31;
}
.trenes-turisticos .c-link[disabled] {
  opacity: 0.5;
}
.trenes-turisticos .c-link--blue {
  color: #005E62;
}
.trenes-turisticos .c-link--small {
  font-size: 14px;
}
.trenes-turisticos .c-link--inverted {
  color: #fff;
}
.trenes-turisticos .c-link--inverted:hover, .trenes-turisticos .c-link--inverted:active {
  color: #F2F7F7;
}
.trenes-turisticos .c-link--inverted[disabled] {
  opacity: 0.5;
}
.trenes-turisticos .c-tag {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 2rem;
  padding: 4px 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: "Strawford-Medium";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-tag {
    padding: 12px;
    font-size: 14px;
    height: 2.5rem;
  }
}
.trenes-turisticos .c-tag--blue {
  background-color: #005E62;
  color: #fff;
}
.trenes-turisticos .c-tag--white {
  color: #002F31;
  background-color: #fff;
}
.trenes-turisticos .c-tag--green {
  background-color: #C4D600;
  color: #002F31;
}
.trenes-turisticos .c-alert {
  padding: 16px;
  background-color: #EBF1AA;
  border: 1.5px solid #C4D600;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-alert {
    padding: 32px;
  }
}
.trenes-turisticos .c-alert__title {
  font-family: "Strawford-Medium";
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-alert__title {
    font-family: "Strawford-Medium";
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
  }
}
.trenes-turisticos .c-alert__text {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
}
.trenes-turisticos .c-alert__text ul {
  padding-left: 24px;
}
.trenes-turisticos .c-alert__text ul li {
  position: relative;
}
.trenes-turisticos .c-alert__text ul li::before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 12px;
  display: block;
  left: -12px;
  background: #5E5A56;
}
.trenes-turisticos .c-card {
  position: relative;
  width: 100%;
  max-width: 328px;
  padding-top: 150px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-card {
    padding-top: 208px;
    max-width: 400px;
  }
}
.trenes-turisticos .c-card__content {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.9);
}
.trenes-turisticos .c-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}
.trenes-turisticos .c-card .c-tag {
  position: absolute;
  top: 90px;
  right: -8px;
  height: 48px;
  padding: 12px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-card .c-tag {
    top: 150px;
  }
}
.trenes-turisticos .c-card__title {
  text-align: center;
  font-family: "Strawford-Medium";
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #001F21;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-card__title {
    font-family: "Strawford-Medium";
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
  }
}
.trenes-turisticos .c-card__description {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
  text-align: center;
  margin-bottom: 8px;
  height: 50px;
  overflow: hidden;
}
.trenes-turisticos .c-card__description p {
  text-align: center;
}
.trenes-turisticos .c-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.trenes-turisticos .c-social__text {
  font-family: "Strawford-Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
}
.trenes-turisticos .c-social__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
}
.trenes-turisticos .c-social__item {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.trenes-turisticos .c-footer {
  background-color: #3E3934;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-footer {
    padding: 64px 0 24px;
  }
}
.trenes-turisticos .c-footer__content {
  border-top: 1px solid #fff;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  gap: 16px;
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-footer__content {
    padding-top: 24px;
    flex-direction: row;
  }
}
.trenes-turisticos .c-footer__copyright {
  order: 3;
  width: 100%;
  color: #fff;
  font-family: "Strawford-Regular";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-footer__copyright {
    order: 1;
    width: auto;
  }
}
.trenes-turisticos .c-footer__legal {
  order: 1;
  width: 100%;
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-footer__legal {
    order: 2;
    width: auto;
  }
}
.trenes-turisticos .c-footer__social {
  order: 2;
  width: 100%;
  margin-bottom: 64px;
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-footer__social {
    order: 3;
    width: auto;
    position: absolute;
    right: 0;
    margin: 0;
  }
}
.trenes-turisticos .c-nav-footer__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-nav-footer__list {
    flex-direction: row;
  }
}
.trenes-turisticos .c-nav-footer__item {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-nav-footer__item {
    width: auto;
  }
}
.trenes-turisticos .c-nav-footer__link {
  font-family: "Strawford-Regular";
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  position: relative;
}
.trenes-turisticos .c-nav-footer__link:before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  display: none;
  background: white;
  left: -8px;
  top: 50%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-nav-footer__link:before {
    display: block;
  }
}
.trenes-turisticos .c-nav-footer__link:hover, .trenes-turisticos .c-nav-footer__link:active {
  text-decoration: none;
  color: #fff;
}
.trenes-turisticos .c-form {
  width: 100%;
}
.trenes-turisticos .c-form__fieldset {
  width: 100%;
}
.trenes-turisticos .c-form__legend {
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-form__legend {
    font-size: 20px;
  }
}
.trenes-turisticos .c-form-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.trenes-turisticos .c-form-group--row {
  flex-direction: row;
  align-items: center;
}
.trenes-turisticos .c-form-group--radios {
  flex-direction: row;
}
.trenes-turisticos .c-form-group__label {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
}
.trenes-turisticos .c-form-group__label--semibold {
  font-family: "Montserrat-Semibold";
}
.trenes-turisticos .c-form-group__label--complements {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.trenes-turisticos .c-form-group__label-name, .trenes-turisticos .c-form-group__label-price {
  color: #5E5A56;
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
}
.trenes-turisticos .c-form-group__input {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  width: 100%;
  padding: 12px;
  border: 2px solid #005E62;
  border-radius: 8px;
  color: #9F9C9A;
  height: 40px;
  /* Aplica el estilo cuando el input de dentro tiene texto, no hace falta placeholder */
  /*&::placeholder {
  	color: $color-neutral-20;
  }*/
}
.trenes-turisticos .c-form-group__input:focus {
  border-color: #005E62;
  color: #5E5A56;
}
.trenes-turisticos .c-form-group__input:is([value]:not([value=""])), .trenes-turisticos .c-form-group__input:not(:placeholder-shown) {
  color: #5E5A56;
}
.trenes-turisticos .c-form-group__input.ng-invalid.ng-touched {
  border-color: #DB4446;
}
.trenes-turisticos .c-form-group__textarea {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  width: 100%;
  padding: 12px;
  border: 2px solid #005E62;
  border-radius: 8px;
  color: #9F9C9A;
  height: 40px;
  height: 90px;
  /* Aplica el estilo cuando el input de dentro tiene texto, no hace falta placeholder */
}
.trenes-turisticos .c-form-group__textarea.ng-invalid.ng-touched {
  border-color: #DB4446;
}
.trenes-turisticos .c-form-group__textarea:is([value]:not([value=""])), .trenes-turisticos .c-form-group__textarea:not(:placeholder-shown) {
  color: #5E5A56;
}
.trenes-turisticos .c-form-group__info {
  font-family: "Montserrat-Medium";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  color: #71717A;
}
.trenes-turisticos .c-form-group__info--error {
  color: #922D2F;
}
.trenes-turisticos .c-form-group__checkbox input[type=checkbox] {
  cursor: pointer;
  height: 1px;
  width: 1px;
  position: absolute;
  opacity: 0;
}
.trenes-turisticos .c-form-group__checkbox input[type=checkbox] + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-transform: inherit;
  width: 100%;
}
.trenes-turisticos .c-form-group__checkbox input[type=checkbox] + label > span {
  padding-left: 24px;
}
.trenes-turisticos .c-form-group__checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #005E62;
  border-radius: 4px;
}
.trenes-turisticos .c-form-group__checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 5px;
  left: 3px;
  border: 2px solid #fff;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(113, 117, 120);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgb(113, 117, 120);
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.trenes-turisticos .c-form-group__checkbox input[type=checkbox]:checked + label::before {
  background-color: #005E62;
}
.trenes-turisticos .c-form-group__checkbox input[type=checkbox]:disabled + label:before {
  border-color: #9F9C9A;
}
.trenes-turisticos .c-form-group__checkbox input[type=checkbox]:disabled + label:before {
  background-color: #F5F5F5;
}
.trenes-turisticos .c-form-group__checkbox input[type=checkbox]:disabled:checked + label:after {
  border-color: #9F9C9A;
}
.trenes-turisticos .c-form-group__radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.trenes-turisticos .c-form-group__radio input {
  appearance: none;
  transition: 0.3s;
  border: 1px solid #005E62;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 0;
}
.trenes-turisticos .c-form-group__radio input:disabled {
  border-color: #9F9C9A;
}
.trenes-turisticos .c-form-group__radio input:disabled + label {
  color: #9F9C9A;
}
.trenes-turisticos .c-form-group__radio input:checked {
  background-color: #005E62;
  box-shadow: inset 0 0 0 2px #fff;
}
.trenes-turisticos .c-form-group__radio input:checked:disabled {
  border-color: #9F9C9A;
  background-color: #9F9C9A;
}
.trenes-turisticos .c-form-group__radio input:checked:disabled + label {
  color: #9F9C9A;
}
.trenes-turisticos .c-form-group__radio input[type=radio] + label {
  padding-left: 24px;
  z-index: 1;
}
.trenes-turisticos .c-form-group__button-radio {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 8px 16px;
  border: 1px solid #005E62;
  border-radius: 8px;
  min-height: 44px;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-form-group__button-radio {
    padding: 8px 24px;
  }
}
.trenes-turisticos .c-form-group__button-radio .c-form-group__radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.trenes-turisticos .c-form-group__button-radio .c-form-group__radio input[type=radio] + label {
  padding-left: 44px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-form-group__button-radio .c-form-group__radio input[type=radio] + label {
    padding-left: 48px;
  }
}
.trenes-turisticos .c-form-group__button-radio .c-form-group__radio input[type=radio] {
  top: 12px;
  left: 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-form-group__button-radio .c-form-group__radio input[type=radio] {
    left: 24px;
  }
}
.trenes-turisticos .c-form-group__button-radio img {
  height: 26px;
  width: auto;
}
.trenes-turisticos .c-form-group__dropdown {
  max-width: 100%;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper {
  border: 2px solid #005E62;
  border-radius: 8px;
  padding: 6px 12px;
  height: 40px;
  background-color: #fff;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper.mdc-text-field--invalid {
  border-color: #DB4446;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-icon, .trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .custom-select-icon {
  padding: 0;
  width: auto;
  height: auto;
  font-size: 20px;
  color: #005E62;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper .mdc-line-ripple::before, .trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper .mdc-line-ripple::after {
  border: none;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding: 0;
  min-height: 100%;
  width: 100%;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper .mat-mdc-select-arrow-wrapper {
  display: none;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper .mat-mdc-select-value-text {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-text-field-wrapper .mat-mdc-select-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #9F9C9A;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-form-field-error-wrapper {
  padding: 0;
}
.trenes-turisticos .c-form-group__dropdown .mat-mdc-form-field-error-wrapper .c-form-group__info--error {
  color: #922D2F;
  margin-top: 8px;
}
.trenes-turisticos .c-form-group__dropdown.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-subscript-wrapper::before {
  height: auto;
  display: inline;
  margin-top: 4px;
}
.trenes-turisticos .c-form-group__dropdown.ng-invalid .c-button-dropdown {
  border-color: #DB4446;
}
.trenes-turisticos .c-form-group__datepicker {
  max-width: 100%;
}
.trenes-turisticos .c-form-group__datepicker .mat-mdc-text-field-wrapper {
  border: 2px solid #005E62;
  border-radius: 8px;
  padding: 6px 12px;
  height: 40px;
  background-color: #fff;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
  display: flex;
  align-items: center;
}
.trenes-turisticos .c-form-group__datepicker .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.trenes-turisticos .c-form-group__datepicker .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix {
  padding-right: 8px;
}
.trenes-turisticos .c-form-group__datepicker .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-icon-button {
  padding: 0;
  width: auto;
  height: auto;
  font-size: 20px;
  color: #005E62;
}
.trenes-turisticos .c-form-group__datepicker .mat-mdc-text-field-wrapper .mdc-line-ripple::before, .trenes-turisticos .c-form-group__datepicker .mat-mdc-text-field-wrapper .mdc-line-ripple::after {
  border: none;
}
.trenes-turisticos .c-form-group__datepicker .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding: 0;
  min-height: 100%;
  width: 100%;
}
.trenes-turisticos .c-form-group__datepicker .mat-mdc-text-field-wrapper .mat-datepicker-input {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-form-group__datepicker .mat-mdc-form-field-error-wrapper {
  padding: 0;
}
.trenes-turisticos .c-form-group__datepicker .mat-mdc-form-field-error-wrapper .c-form-group__info--error {
  color: #922D2F;
  margin-top: 8px;
}
.trenes-turisticos .c-form-group__datepicker.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-subscript-wrapper::before {
  height: auto;
  display: inline;
  margin-top: 4px;
}
.trenes-turisticos .c-form-group__datepicker.ng-invalid.ng-touched .mdc-text-field--invalid {
  border-color: #DB4446;
}
.trenes-turisticos .c-form-group__passengers {
  position: relative;
}
.trenes-turisticos .c-form-group__passengers .c-dropdown-passengers {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 330px;
  min-width: 330px;
  box-shadow: 0 5px 20px rgba(0, 31, 33, 0.1);
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 2;
}
.trenes-turisticos .c-form-group__passengers .c-dropdown-passengers__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px;
}
.trenes-turisticos .c-form-group__passengers .c-dropdown-passengers__group:last-of-type + .c-divider {
  opacity: 0;
}
.trenes-turisticos .c-form-group__passengers .c-dropdown-passengers .c-form-group__label-info {
  font-family: "Montserrat-Medium";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  color: #9F9C9A;
  display: block;
}
.trenes-turisticos .c-form-group__passengers .c-dropdown-passengers__counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.trenes-turisticos .c-form-group__passengers .c-dropdown-passengers__counter input {
  background: none;
  border: none;
  appearance: none;
  text-align: center;
  width: auto;
  color: #5E5A56;
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  padding: 0;
}
.trenes-turisticos .c-form-group__passengers .c-dropdown-passengers__counter input[type=number]::-webkit-outer-spin-button,
.trenes-turisticos .c-form-group__passengers .c-dropdown-passengers__counter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.trenes-turisticos .c-form-group__passengers .c-dropdown-passengers__counter input[type=number] {
  -moz-appearance: textfield;
}
.trenes-turisticos .c-form-group__promotional-code {
  position: relative;
  width: 100%;
}
.trenes-turisticos .c-form-group__promotional-code .c-form-group__input {
  padding-right: 40px;
}
.trenes-turisticos .c-form-group__promotional-code button {
  position: absolute;
  top: 8px;
  right: 12px;
}
.trenes-turisticos .c-form-group--error {
  /*icono*/
}
.trenes-turisticos .c-form-group--error .c-form-group__input {
  border-color: #DB4446;
  color: #5E5A56;
}
.trenes-turisticos .c-form-group--error .c-form-group__input:focus {
  border-color: #DB4446;
}
.trenes-turisticos .c-form-group--error .c-form-group__info {
  color: #922D2F;
}
.trenes-turisticos .c-form-group--disabled {
  /*icono*/
}
.trenes-turisticos .c-form-group--disabled .c-form-group__input:disabled, .trenes-turisticos .c-form-group--disabled .c-form-group__input {
  border-color: #F5F5F5;
  background-color: #F5F5F5;
  color: #BFBDBB;
}
.trenes-turisticos .c-form-group--icon {
  /*icono*/
}
.trenes-turisticos .c-form-group--icon .c-form-group__input {
  padding-left: 40px;
}
.trenes-turisticos .c-form-group--light .c-form-group__input {
  border-color: #AAC9CB;
}
.trenes-turisticos .c-form-group--light .c-form-group__textarea {
  border-color: #AAC9CB;
}
.trenes-turisticos .c-form-group--light .c-form-group__dropdown .mat-mdc-text-field-wrapper {
  border-color: #AAC9CB;
}
.trenes-turisticos .c-form-group--custom-select {
  width: 100px;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-form-group--custom-select {
    width: 180px;
  }
}
.trenes-turisticos .c-form-group--custom-select .c-form-group__dropdown .mat-mdc-text-field-wrapper {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.trenes-turisticos .c-form-group--custom-input {
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .trenes-turisticos .c-form-group--custom-input {
    width: calc(100% - 180px);
  }
}
.trenes-turisticos .c-form-group--custom-input .c-form-group__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.trenes-turisticos .mat-mdc-select-panel {
  background-color: #fff;
  border-radius: 8px !important;
  box-shadow: 0 5px 20px rgba(0, 31, 33, 0.1);
  padding: 0;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  margin-top: 8px;
}
.trenes-turisticos .mat-mdc-select-panel .mat-mdc-option {
  padding: 12px 8px;
  border-bottom: 1px solid #F5F5F5;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.trenes-turisticos .mat-mdc-select-panel .mat-mdc-option:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}
.trenes-turisticos .mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .mat-mdc-select-panel .mat-mdc-option-active {
  background-color: #F5F5F5 !important;
  font-family: "Montserrat-Semibold";
}
.trenes-turisticos .mat-mdc-select-panel .mat-mdc-option-active .mdc-list-item__primary-text {
  font-family: "Montserrat-Semibold";
}
.trenes-turisticos .mat-mdc-select-panel .mat-mdc-option-active .mat-pseudo-checkbox:after {
  border-color: #005E62;
}
.trenes-turisticos .mat-mdc-select-panel::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.trenes-turisticos .mat-mdc-select-panel::-webkit-scrollbar-track {
  background: transparent;
}
.trenes-turisticos .mat-mdc-select-panel::-webkit-scrollbar-thumb {
  background-color: #005E62;
  border-radius: 8px;
}
.trenes-turisticos .mat-mdc-select-panel::-webkit-scrollbar-thumb:hover {
  background-color: #005E62;
}
.trenes-turisticos .mat-datepicker-content {
  background-color: #fff;
  border-radius: 8px !important;
  box-shadow: 0 5px 20px rgba(0, 31, 33, 0.1);
  padding: 4px 0 0 0;
  width: 100%;
  margin-top: 8px;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #18181B;
  width: 330px;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar {
  width: 100%;
}
.trenes-turisticos .mat-datepicker-content .mdc-icon-button {
  width: 32px;
  height: 32px;
  border: 1px solid #E4E4E7;
  background-color: #fff;
  color: #005E62;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  border-radius: 4px;
}
.trenes-turisticos .mat-datepicker-content .mdc-icon-button:hover {
  background-color: #005E62;
  color: #fff;
}
.trenes-turisticos .mat-datepicker-content .calendar__month {
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #18181B;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content {
  padding: 0 12px 4px 12px;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-table-header th {
  padding: 4px 12px;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-table-header th span {
  color: #71717A;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-table-header tr:nth-of-type(2) {
  display: none;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-label {
  opacity: 0;
  height: 0;
  padding: 0 !important;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell-container {
  min-width: 44px !important;
  height: 32px !important;
  padding: 0 !important;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-active {
  border-radius: 6px;
  background-color: #005E62;
  color: #fff;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell:hover {
  border-radius: 6px;
  background-color: #005E62;
  color: #fff;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-disabled {
  color: #71717A;
}
.trenes-turisticos .mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-disabled:hover {
  background-color: transparent;
  color: #71717A;
}
.trenes-turisticos .c-form-search .c-button {
  width: 100%;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-form-search .c-button {
    width: auto;
  }
}
.trenes-turisticos .c-form-complements {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.trenes-turisticos .c-form-complements__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-form-complements__block {
    gap: 24px;
  }
}
.trenes-turisticos .c-form-complements__legend {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
}
.trenes-turisticos .c-form-complements__legend-icon {
  color: #313233;
  font-size: 24px;
}
.trenes-turisticos .c-form-complements__legend-title {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-form-complements__legend-title {
    font-size: 24px;
  }
}
.trenes-turisticos .c-form-complements__date {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-form-complements__date {
    font-size: 16px;
  }
}
.trenes-turisticos .c-form-complements__amount {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.trenes-turisticos .c-form-complements__amount-label {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-form-complements__amount-price {
  font-family: "Strawford-Medium";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-info-ruta {
  padding: 16px;
  border-radius: 8px;
  gap: 16px;
  background-color: #3E3934;
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-info-ruta--mobile {
    display: none;
  }
}
.trenes-turisticos .c-info-ruta--desktop {
  display: none;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-info-ruta--desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.trenes-turisticos .c-info-ruta .c-link {
  justify-content: flex-start;
}
.trenes-turisticos .c-info-ruta__date {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.trenes-turisticos .c-info-ruta__pax {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0 16px 0 0;
  position: relative;
  margin-right: 16px;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-info-ruta__pax {
    padding: 0 0 0 32px;
    margin: 0 0 0 32px;
  }
}
.trenes-turisticos .c-info-ruta__pax:before, .trenes-turisticos .c-info-ruta__pax:after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #fff;
  position: absolute;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-info-ruta__pax:before, .trenes-turisticos .c-info-ruta__pax:after {
    height: 32px;
  }
}
.trenes-turisticos .c-info-ruta__pax:before {
  left: 0;
  display: none;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-info-ruta__pax:before {
    display: block;
  }
}
.trenes-turisticos .c-info-ruta__pax:after {
  right: 0;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-info-ruta__pax:after {
    display: none;
  }
}
.trenes-turisticos .c-info-ruta__text {
  font-family: "Strawford-Regular";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
}
.trenes-turisticos .c-info-ruta__icon {
  font-size: 24px;
  color: #fff;
}
.trenes-turisticos .c-info-ruta__button {
  position: relative;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-info-ruta__button {
    padding-left: 32px !important;
    margin-left: 32px;
  }
}
.trenes-turisticos .c-info-ruta__button:after {
  display: none;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-info-ruta__button:after {
    content: "";
    width: 1px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    display: block;
    left: 0;
  }
}
.trenes-turisticos .c-link-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
}
.trenes-turisticos .c-link-icon__text {
  font-family: "Strawford-Regular";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #005E62;
  display: none;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-link-icon__text {
    display: block;
  }
}
.trenes-turisticos .c-link-icon__icon {
  font-size: 24px;
  color: #005E62;
}
.trenes-turisticos .c-link-icon--inverted .c-link-icon__icon {
  color: #fff;
}
.trenes-turisticos .c-link-icon--inverted .c-link-icon__text {
  color: #fff;
}
.trenes-turisticos .c-link-icon--underlined .c-link-icon__text {
  text-decoration: underline;
}
.trenes-turisticos .c-list-icon {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
.trenes-turisticos .c-list-icon__item {
  gap: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.trenes-turisticos .c-list-icon__icon {
  font-size: 24px;
  color: #002F31;
}
.trenes-turisticos .c-list-icon__text {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #002F31;
  width: calc(100% - 32px);
}
.trenes-turisticos .c-list-icon--card-pack {
  gap: 24px;
  margin-bottom: 24px;
}
.trenes-turisticos .c-list-icon--card-pack .c-list-icon__item {
  column-gap: 16px;
}
.trenes-turisticos .c-list-icon--card-pack .c-list-icon__icon {
  color: #001F21;
}
.trenes-turisticos .c-list-icon--card-pack .c-list-icon__text {
  color: #001F21;
  font-size: 16px;
  width: calc(100% - 40px);
}
.trenes-turisticos .c-list-icon--card-pack .c-list-icon__sublist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 4px;
}
.trenes-turisticos .c-list-icon--card-pack .c-list-icon__sublist-item {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  color: #001F21;
  position: relative;
  padding-left: 24px;
}
.trenes-turisticos .c-list-icon--card-pack .c-list-icon__sublist-item:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #001F21;
  position: absolute;
  top: 8px;
  left: 8px;
}
.trenes-turisticos .c-title {
  padding: 16px 0;
  font-family: "Strawford-Regular";
  font-family: "Strawford-Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  border-top: 1.5px solid transparent;
  border-bottom: 1.5px solid transparent;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-title {
    font-family: "Strawford-Regular";
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0;
  }
}
@media (min-width: 991px) {
  .trenes-turisticos .c-title {
    padding: 24px 0;
  }
}
.trenes-turisticos .c-title--blue {
  color: #002F31;
}
.trenes-turisticos .c-title--border-blue {
  border-top-color: #005E62;
  border-bottom-color: #005E62;
}
.trenes-turisticos .c-title--border-green {
  border-top-color: #C4D600;
  border-bottom-color: #C4D600;
}
.trenes-turisticos .c-title--white {
  color: #fff;
}
.trenes-turisticos .c-title--border-white {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.trenes-turisticos .c-title--grey {
  color: #313233;
}
.trenes-turisticos .c-title--border-grey {
  border-top-color: #9F9C9A;
  border-bottom-color: #9F9C9A;
}
.trenes-turisticos .c-title--width-auto {
  display: inline-block;
}
.trenes-turisticos .c-title-purchase {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-title-purchase {
    font-size: 24px;
  }
}
.trenes-turisticos .c-banner {
  display: flex;
  padding: 40px 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 195px;
  position: relative;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-banner {
    padding: 24px 0;
    height: 320px;
    align-items: flex-end;
  }
}
.trenes-turisticos .c-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.trenes-turisticos .c-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.trenes-turisticos .c-banner__content {
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
.trenes-turisticos .c-banner__pretitle {
  font-family: "Strawford-RegularItalic";
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-banner__pretitle {
    font-size: 36px;
    line-height: 48px;
  }
}
.trenes-turisticos .c-banner__title {
  font-family: "Strawford-Medium";
  font-family: "Strawford-Medium";
  font-size: 36px;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-banner__title {
    font-family: "Strawford-Medium";
    font-size: 78px;
    line-height: normal;
    letter-spacing: 0;
  }
}
.trenes-turisticos .c-banner--medium {
  height: 475px;
}
.trenes-turisticos .c-banner--large {
  height: 550px;
}
.trenes-turisticos .c-journey-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  border: 4px solid transparent;
  transition: all 0.4s;
  width: 100%;
}
.trenes-turisticos .c-journey-card__time {
  position: relative;
}
.trenes-turisticos .c-journey-card__time:before {
  content: "";
  height: 1px;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  background: #005E62;
  left: 0;
}
.trenes-turisticos .c-journey-card__text-place, .trenes-turisticos .c-journey-card__text-time-counter {
  font-family: "Strawford-Regular";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  color: #3E3934;
  z-index: 1;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-journey-card__text-place, .trenes-turisticos .c-journey-card__text-time-counter {
    font-size: 16px;
  }
}
.trenes-turisticos .c-journey-card__text-place {
  max-width: 50%;
}
.trenes-turisticos .c-journey-card__text-place:nth-of-type(2) {
  text-align: right;
}
.trenes-turisticos .c-journey-card__text-time-counter {
  background-color: #fff;
  padding: 0 8px;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-journey-card__text-time-counter {
    padding: 0 32px;
  }
}
.trenes-turisticos .c-journey-card__text-time {
  font-family: "Strawford-Bold";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #3E3934;
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-journey-card__text-time {
    font-size: 24px;
  }
}
.trenes-turisticos .c-journey-card__text-time:first-of-type {
  padding-right: 8px;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-journey-card__text-time:first-of-type {
    padding-right: 32px;
  }
}
.trenes-turisticos .c-journey-card__text-time:last-of-type {
  padding-left: 8px;
}
@media (min-width: 991px) {
  .trenes-turisticos .c-journey-card__text-time:last-of-type {
    padding-left: 32px;
  }
}
.trenes-turisticos .c-journey-card__text-title-price {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
  text-align: right;
}
.trenes-turisticos .c-journey-card__text-price {
  font-family: "Strawford-Medium";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #005E62;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.trenes-turisticos .c-journey-card__text-price--old {
  font-size: 16px;
  line-height: 24px;
  color: #9F9C9A;
  position: relative;
}
.trenes-turisticos .c-journey-card__text-price--old::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  background: #9F9C9A;
  top: 50%;
  left: 0;
}
.trenes-turisticos .c-journey-card:hover, .trenes-turisticos .c-journey-card:active, .trenes-turisticos .c-journey-card:focus {
  border: 4px solid #005E62;
}
.trenes-turisticos .c-journey-card--selected {
  border: 4px solid #005E62;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-journey-card .c-form-group {
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .trenes-turisticos .c-journey-card .c-form-group .container-radio-button {
    width: calc(50% - 22px);
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .c-journey-card .c-form-group .container-radio-button {
    width: calc(33.33% - 22px);
  }
}
.trenes-turisticos .c-journey-card .c-form-group .container-radio-button .disabled-car {
  filter: grayscale(100%);
}
.trenes-turisticos .c-journey-card .c-form-group .container-radio-button .c-form-group__radio + p {
  height: 40px;
}
.trenes-turisticos .c-journey-card .c-form-group .container-radio-button > img {
  height: 130px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-journey-card .c-form-group .container-radio-button > img {
    height: 180px;
  }
}
.trenes-turisticos .c-divider {
  margin: 0;
  border-top-width: 1px;
  width: 100%;
  border-bottom-width: 0;
}
.trenes-turisticos .c-divider--lightgrey {
  border-color: #DFDEDB;
}
.trenes-turisticos .c-divider--white {
  border-color: #fff;
}
.trenes-turisticos .c-journey-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.trenes-turisticos .c-journey-details__amount {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.trenes-turisticos .c-journey-details__amount-title {
  color: #5E5A56;
  font-family: "Strawford-Medium";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
}
.trenes-turisticos .c-journey-details__amount-price {
  color: #5E5A56;
  font-family: "Strawford-Medium";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
}
.trenes-turisticos .c-journey-details__title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
}
.trenes-turisticos .c-journey-details__title-icon {
  color: #313233;
  font-size: 24px;
}
.trenes-turisticos .c-journey-details__title-text {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-journey-details__title-text {
    font-size: 24px;
  }
}
.trenes-turisticos .c-journey-details__date {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-journey-details__date {
    font-size: 16px;
  }
}
.trenes-turisticos .c-journey-details__journey {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.trenes-turisticos .c-journey-details__origen, .trenes-turisticos .c-journey-details__destino {
  padding-left: 32px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.trenes-turisticos .c-journey-details__origen:before, .trenes-turisticos .c-journey-details__destino:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 4px solid #005E62;
  display: block;
  background: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 2px;
}
.trenes-turisticos .c-journey-details__origen-text, .trenes-turisticos .c-journey-details__origen-time, .trenes-turisticos .c-journey-details__destino-text, .trenes-turisticos .c-journey-details__destino-time {
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-journey-details__origen-text, .trenes-turisticos .c-journey-details__origen-time, .trenes-turisticos .c-journey-details__destino-text, .trenes-turisticos .c-journey-details__destino-time {
    font-size: 16px;
  }
}
.trenes-turisticos .c-journey-details__passengers {
  border-left: 2px dashed #005E62;
  margin-left: 6px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: calc(100% - 8px);
}
.trenes-turisticos .c-journey-details__passenger {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.trenes-turisticos .c-journey-details__passenger-name {
  color: #5E5A56;
  font-family: "Montserrat-Semibold";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-journey-details__passenger-name {
    font-size: 14px;
  }
}
.trenes-turisticos .c-journey-details__passenger-price, .trenes-turisticos .c-journey-details__passenger-additional-service {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.trenes-turisticos .c-journey-details__passenger-price p, .trenes-turisticos .c-journey-details__passenger-additional-service p {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-modal-purchase {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  gap: 24px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-height: 90vh;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-modal-purchase {
    padding: 40px;
    gap: 40px;
    position: relative;
    border-radius: 8px;
  }
}
.trenes-turisticos .c-modal-purchase__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  gap: 24px;
}
.trenes-turisticos .c-modal-purchase__title {
  font-family: "Strawford-Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #002F31;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-modal-purchase__title {
    font-size: 36px;
  }
}
.trenes-turisticos .c-modal-purchase__subtitle {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-modal-purchase__close {
  position: absolute;
  right: 0;
  top: 12px;
}
.trenes-turisticos .c-modal-purchase__body {
  overflow: auto;
}
.trenes-turisticos .c-modal-purchase__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.trenes-turisticos .c-modal-purchase__footer-label {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-modal-purchase__footer-price {
  font-family: "Strawford-Medium";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-modal-purchase__footer--center {
  justify-content: center;
}
.trenes-turisticos .c-accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-radius: 8px;
  background-color: transparent;
}
.trenes-turisticos .c-accordion--lightblue {
  background-color: #F2F7F7;
}
.trenes-turisticos .c-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  padding: 16px;
  position: relative;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-accordion__header {
    padding: 32px;
  }
}
.trenes-turisticos .c-accordion__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
  position: relative;
}
.trenes-turisticos .c-accordion__title-text {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-accordion__title-text {
    font-size: 24px;
  }
}
.trenes-turisticos .c-accordion__title-icon {
  font-size: 24px;
  color: #313233;
}
.trenes-turisticos .c-accordion__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-accordion__trigger {
    padding: 0 40px;
  }
}
.trenes-turisticos .c-accordion__trigger i {
  color: #005E62;
  font-size: 24px;
}
.trenes-turisticos .c-accordion__body {
  width: 100%;
  padding: 0 16px 16px 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-accordion__body {
    padding: 0 32px 32px 32px;
    gap: 24px;
  }
}
.trenes-turisticos .c-accordion--journey-details .c-accordion__header {
  padding: 0;
  margin-bottom: 24px;
}
.trenes-turisticos .c-accordion--journey-details .c-accordion__title {
  justify-content: space-between;
  width: 100%;
}
.trenes-turisticos .c-accordion--journey-details .c-accordion__title-text {
  font-family: "Strawford-Medium";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-accordion--journey-details .c-accordion__title-price {
  font-family: "Strawford-Medium";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-accordion--journey-details .c-accordion__trigger {
  padding: 0;
}
.trenes-turisticos .c-accordion--journey-details .c-accordion__trigger i {
  font-size: 20px;
}
.trenes-turisticos .c-accordion--journey-details .c-accordion__body {
  padding-left: 0;
  padding-right: 0;
}
.trenes-turisticos .c-modal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  gap: 24px;
  padding: 24px 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  max-height: 80vh;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-modal {
    padding: 40px;
    gap: 40px;
    position: relative;
    border-radius: 8px;
    max-height: 90vh;
  }
}
.trenes-turisticos .c-modal__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.trenes-turisticos .c-modal__close {
  width: 40px;
  height: 40px;
}
.trenes-turisticos .c-modal__close i {
  font-size: 32px;
}
.trenes-turisticos .c-modal__title {
  font-family: "Strawford-Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #002F31;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-modal__title {
    font-size: 36px;
  }
}
.trenes-turisticos .c-modal__body {
  width: 100%;
  overflow-y: auto;
}
.trenes-turisticos .c-modal__body p, .trenes-turisticos .c-modal__body ul, .trenes-turisticos .c-modal__body li {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-modal__body p, .trenes-turisticos .c-modal__body ul, .trenes-turisticos .c-modal__body li {
    font-size: 16px;
  }
}
.trenes-turisticos .c-modal__body ul {
  list-style: disc;
  padding-left: 20px;
}
.trenes-turisticos .c-modal__body ol {
  list-style: decimal;
  padding-left: 20px;
}
.trenes-turisticos .c-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-modal__footer {
    flex-direction: row;
  }
}
.trenes-turisticos .c-modal__footer .c-link, .trenes-turisticos .c-modal__footer .c-button {
  width: 100%;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-modal__footer .c-link, .trenes-turisticos .c-modal__footer .c-button {
    width: auto;
  }
}
.trenes-turisticos .c-complement-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
  padding: 8px 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-complement-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.trenes-turisticos .c-complement-card__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 8px;
}
.trenes-turisticos .c-complement-card__title {
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-complement-card__title {
    font-size: 24px;
  }
}
.trenes-turisticos .c-complement-card__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-complement-card__buttons {
    width: auto;
  }
}
.trenes-turisticos .c-complement-card__counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 124px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-complement-card__counter {
    width: 94px;
  }
}
.trenes-turisticos .c-complement-card__counter input {
  background: none;
  border: none;
  appearance: none;
  text-align: center;
  width: auto;
  color: #5E5A56;
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  padding: 0;
  width: 30px;
}
.trenes-turisticos .c-complement-card__counter input[type=number]::-webkit-outer-spin-button,
.trenes-turisticos .c-complement-card__counter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.trenes-turisticos .c-complement-card__counter input[type=number] {
  -moz-appearance: textfield;
}
.trenes-turisticos .c-complement-card:last-of-type + .c-divider {
  display: none;
}
.trenes-turisticos .c-stepper {
  width: 100%;
}
.trenes-turisticos .c-stepper__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.trenes-turisticos .c-stepper__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trenes-turisticos .c-stepper__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
}
.trenes-turisticos .c-stepper__number {
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-stepper__title {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-stepper--desktop .c-stepper__list {
    gap: 32px;
  }
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item {
  width: calc(20% - 24px);
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-stepper--desktop .c-stepper__item {
    width: calc(20% - 32px);
  }
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item--active .c-stepper__link:after {
  background: #005E62;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item--active .c-stepper__title {
  color: #005E62;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item--completed .c-stepper__link:after {
  background: #005E62;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item--completed .c-stepper__title {
  color: #005E62;
  text-decoration: underline;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item--pending .c-stepper__link {
  cursor: default;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item--pending .c-stepper__link:hover:after {
  background: #F5F5F5;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item--pending .c-stepper__link:hover .c-stepper__title {
  color: #9F9C9A;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item--pending .c-stepper__link:after {
  background: #F5F5F5;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__item--pending .c-stepper__title {
  color: #9F9C9A;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__link {
  justify-content: center;
  padding: 2px 0 16px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-stepper--desktop .c-stepper__link {
    padding-bottom: 24px;
  }
}
.trenes-turisticos .c-stepper--desktop .c-stepper__link:after {
  content: "";
  height: 4px;
  width: 100%;
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__link:hover:after, .trenes-turisticos .c-stepper--desktop .c-stepper__link:active:after {
  background: #005E62;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__link:hover .c-stepper__title, .trenes-turisticos .c-stepper--desktop .c-stepper__link:active .c-stepper__title {
  color: #005E62;
}
.trenes-turisticos .c-stepper--desktop .c-stepper__title {
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #9F9C9A;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-stepper--desktop .c-stepper__title {
    font-size: 20px;
  }
}
.trenes-turisticos .c-progress {
  width: 100%;
  height: 4px;
  background: #F5F5F5;
  border-radius: 4px;
  position: relative;
}
.trenes-turisticos .c-progress__bar {
  height: 100%;
  background-color: #005E62;
  transition: width 0.4s ease;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.trenes-turisticos .c-tabs {
  width: 100%;
}
.trenes-turisticos .c-tabs__list {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.trenes-turisticos .c-tabs__tab {
  border: none;
  background: none;
  padding: 12px 24px;
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
  background-color: #005E62;
  margin: 0;
  text-align: center;
}
.trenes-turisticos .c-tabs__tab:first-of-type {
  border-top-left-radius: 8px;
}
.trenes-turisticos .c-tabs__tab:last-of-type {
  border-top-right-radius: 8px;
}
.trenes-turisticos .c-tabs__tab--active, .trenes-turisticos .c-tabs__tab:hover {
  background-color: #F2F7F7;
  color: #313233;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-tabs__tab {
    width: 232px;
    font-size: 24px;
  }
}
.trenes-turisticos .c-tabs__panels {
  background-color: #F2F7F7;
  padding: 24px 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-tabs__panels {
    padding: 40px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.trenes-turisticos .c-train-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.trenes-turisticos .c-train-legend__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-train-legend__list {
    width: 100%;
    gap: 16px;
  }
}
.trenes-turisticos .c-train-legend__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-train-legend__item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-train-legend__item {
    gap: 16px;
  }
}
.trenes-turisticos .c-train-legend__title {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-train-legend__text {
  font-family: "Montserrat-Medium";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-train-legend__icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: #fff;
  position: relative;
  border-radius: 2px;
  padding-bottom: 6px;
}
.trenes-turisticos .c-train-legend__icon:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 8px;
  width: 100%;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.trenes-turisticos .c-train-legend__icon--available {
  border-color: #005E62;
}
.trenes-turisticos .c-train-legend__icon--available:after {
  background-color: #005E62;
}
.trenes-turisticos .c-train-legend__icon--available .c-train-legend__icon:after {
  background-color: #005E62;
}
.trenes-turisticos .c-train-legend__icon--selected {
  border-color: #005E62;
  background-color: #005E62;
}
.trenes-turisticos .c-train-legend__icon--selected .c-train-legend__icon {
  background-color: #005E62;
}
.trenes-turisticos .c-train-legend__icon--selected:after {
  background-color: #005E62;
  border-top: 1px solid #fff;
}
.trenes-turisticos .c-train-legend__icon--selected .c-train-legend__text {
  color: #fff;
}
.trenes-turisticos .c-train-legend__icon--occupied {
  border-color: #9F9C9A;
}
.trenes-turisticos .c-train-legend__icon--occupied:after {
  background-color: #9F9C9A;
}
.trenes-turisticos .c-train-legend__icon--table {
  background-color: #E1E0E1;
  border-radius: 4px;
  height: 24px;
}
.trenes-turisticos .c-train-legend__description {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
  width: calc(100% - 50px);
}
.trenes-turisticos .c-carrusel-v4__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
  margin-top: 24px;
}
.trenes-turisticos .c-carrusel-v4__button {
  background: none;
  border: none;
  color: #005E62;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trenes-turisticos .c-carrusel-v4__counter, .trenes-turisticos .c-carrusel-v4__counter-current, .trenes-turisticos .c-carrusel-v4__counter-total {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #005E62;
}
.trenes-turisticos .c-carrusel-v4__track {
  margin-bottom: 0;
}
.trenes-turisticos .c-carrusel-v4__track .slick-track {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v4__track .slick-slide {
    padding: 0 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v4__track .slick-slide .c-slide-v4__title, .trenes-turisticos .c-carrusel-v4__track .slick-slide .c-slide-v4__text {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    display: none;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v4__track .slick-slide .c-slide-v4__image {
    margin: 0;
    height: 272px;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v4__track .slick-slide.slick-current .c-slide-v4__title, .trenes-turisticos .c-carrusel-v4__track .slick-slide.slick-current .c-slide-v4__text {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v4__track .slick-slide.slick-current .c-slide-v4__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v4__track .slick-slide.slick-current .c-slide-v4__image {
    margin-bottom: 32px;
    height: 308px;
  }
}
.trenes-turisticos .c-carrusel-v4 .c-slide-v4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.trenes-turisticos .c-carrusel-v4 .c-slide-v4__image {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v4 .c-slide-v4__image {
    height: 300px;
  }
}
.trenes-turisticos .c-carrusel-v4 .c-slide-v4__title {
  font-family: "Strawford-Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #002F31;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v4 .c-slide-v4__title {
    font-size: 36px;
  }
}
.trenes-turisticos .c-carrusel-v4 .c-slide-v4__text {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v4 .c-slide-v4__text {
    font-size: 16px;
  }
}
.trenes-turisticos .c-carrusel-v2 {
  position: relative;
  width: 100%;
}
.trenes-turisticos .c-carrusel-v2__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
  position: absolute;
  bottom: 32px;
  left: 0;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v2__controls {
    width: 50%;
    bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-carrusel-v2__controls {
    bottom: 32px;
  }
}
.trenes-turisticos .c-carrusel-v2__button {
  background: none;
  border: none;
  color: #005E62;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trenes-turisticos .c-carrusel-v2__counter, .trenes-turisticos .c-carrusel-v2__counter-current, .trenes-turisticos .c-carrusel-v2__counter-total {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #005E62;
}
.trenes-turisticos .c-carrusel-v2__track {
  margin-bottom: 0;
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2 {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v2 .c-slide-v2 {
    flex-direction: row;
  }
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2 picture {
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v2 .c-slide-v2 picture {
    width: 50vw;
    height: 50vw;
  }
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__image {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v2 .c-slide-v2__image {
    aspect-ratio: 1/1;
    height: 100%;
    overflow: hidden;
  }
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__block {
  padding: 24px 16px 80px;
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v2 .c-slide-v2__block {
    padding: 64px;
    width: 50vw;
    height: 50vw;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-carrusel-v2 .c-slide-v2__block {
    padding: 96px;
  }
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__content {
  border: 1px solid #005E62;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  padding: 40px 16px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v2 .c-slide-v2__content {
    align-content: center;
    height: 100%;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-carrusel-v2 .c-slide-v2__content {
    padding: 64px;
  }
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-top, .trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-bottom {
  width: calc(100% + 2px);
  display: block;
  position: absolute;
  left: -1px;
  height: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-top::before, .trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-top::after, .trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-bottom::before, .trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-bottom::after {
  width: 24px;
  height: 24px;
  border-top: 1px solid #005E62;
  border-left: 1px solid #005E62;
  background: #fff;
  border-radius: 24px 0 0 0;
  -moz-border-radius: 24px 0 0 0;
  -webkit-border-radius: 24px 0 0 0;
  content: "";
  display: block;
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-top {
  top: -1px;
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-top::before {
  transform: rotate(180deg);
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-top::after {
  transform: rotate(-90deg);
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-bottom {
  bottom: -1px;
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-bottom::before {
  transform: rotate(90deg);
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__content-border-bottom::after {
  transform: rotate(0);
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__title {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v2 .c-slide-v2__title {
    font-size: 24px;
  }
}
.trenes-turisticos .c-carrusel-v2 .c-slide-v2__text {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .u-bg-neutral .c-slide-v2__content {
  border-color: #fff;
}
.trenes-turisticos .u-bg-neutral .c-slide-v2__content-border-top::before, .trenes-turisticos .u-bg-neutral .c-slide-v2__content-border-top::after, .trenes-turisticos .u-bg-neutral .c-slide-v2__content-border-bottom::before, .trenes-turisticos .u-bg-neutral .c-slide-v2__content-border-bottom::after {
  background: #3E3934;
  border-color: #fff;
}
.trenes-turisticos .u-bg-bluebase .c-slide-v2__content {
  border-color: #fff;
}
.trenes-turisticos .u-bg-bluebase .c-slide-v2__content-border-top::before, .trenes-turisticos .u-bg-bluebase .c-slide-v2__content-border-top::after, .trenes-turisticos .u-bg-bluebase .c-slide-v2__content-border-bottom::before, .trenes-turisticos .u-bg-bluebase .c-slide-v2__content-border-bottom::after {
  background: #005E62;
  border-color: #fff;
}
.trenes-turisticos .c-quote {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  gap: 24px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-quote {
    gap: 32px;
  }
}
.trenes-turisticos .c-quote__text {
  font-family: "Strawford-LightItalic";
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-quote__text {
    font-size: 36px;
    line-height: 48px;
    max-width: 1000px;
    margin: auto;
  }
}
.trenes-turisticos .c-quote__subtitle {
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.trenes-turisticos .c-quote--neutral {
  background: #3E3934;
}
.trenes-turisticos .c-quote--neutral .c-quote__text, .trenes-turisticos .c-quote--neutral .c-quote__subtitle {
  color: #fff;
}
.trenes-turisticos .c-quote--bluebase {
  background: #005E62;
}
.trenes-turisticos .c-quote--bluebase .c-quote__text, .trenes-turisticos .c-quote--bluebase .c-quote__subtitle {
  color: #fff;
}
.trenes-turisticos .c-quote--white {
  background: #fff;
}
.trenes-turisticos .c-quote--white .c-quote__text {
  color: #3E3934;
}
.trenes-turisticos .c-quote--white .c-quote__subtitle {
  color: #005E62;
}
.trenes-turisticos .c-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-hero {
    padding: 80px 16px;
  }
}
.trenes-turisticos .c-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.trenes-turisticos .c-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.trenes-turisticos .c-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-hero__content {
    gap: 24px;
    max-width: 1080px;
    margin: auto;
  }
}
.trenes-turisticos .c-hero__title {
  font-family: "Strawford-Medium";
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-hero__title {
    font-size: 78px;
    line-height: 88px;
  }
}
.trenes-turisticos .c-hero__subtitle {
  font-family: "Strawford-Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 1;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-hero__subtitle {
    font-size: 36px;
  }
}
.trenes-turisticos .c-card-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.trenes-turisticos .c-card-icon__icon {
  width: 32px;
  margin-bottom: 20px;
}
.trenes-turisticos .c-card-icon__title {
  font-family: "Strawford-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
.trenes-turisticos .c-card-icon__text {
  margin-top: 4px;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
.trenes-turisticos .c-card-icon--white .c-card-icon__title {
  color: #001F21;
}
.trenes-turisticos .c-card-icon--white .c-card-icon__text {
  color: #5E5A56;
}
.trenes-turisticos .c-card-icon--neutral .c-card-icon__title, .trenes-turisticos .c-card-icon--bluebase .c-card-icon__title {
  color: #fff;
}
.trenes-turisticos .c-card-icon--neutral .c-card-icon__text, .trenes-turisticos .c-card-icon--bluebase .c-card-icon__text {
  color: #fff;
}
.trenes-turisticos .c-card-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.trenes-turisticos .c-card-image picture {
  width: 100%;
}
.trenes-turisticos .c-card-image__image {
  width: 100%;
  height: 324px;
  object-fit: cover;
  border-radius: 8px;
}
.trenes-turisticos .c-card-image__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.trenes-turisticos .c-card-image__title {
  font-family: "Strawford-Medium";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
  width: 100%;
}
.trenes-turisticos .c-card-image__text {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  color: #5E5A56;
  width: 100%;
}
.trenes-turisticos .c-card-image .c-link {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-card-image--highlighted {
    flex-direction: row-reverse;
    align-items: center;
  }
  .trenes-turisticos .c-card-image--highlighted picture {
    width: 50%;
  }
  .trenes-turisticos .c-card-image--highlighted .c-card-image__image {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  .trenes-turisticos .c-card-image--highlighted .c-card-image__content {
    gap: 24px;
    padding-right: 24px;
    width: 50%;
  }
  .trenes-turisticos .c-card-image--highlighted .c-card-image__content .c-link {
    margin-top: 0;
  }
  .trenes-turisticos .c-card-image--highlighted .c-card-image__title {
    padding: 24px 0;
    font-family: "Strawford-Regular";
    font-family: "Strawford-Regular";
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    color: #002F31;
    border-top: 1.5px solid #C4D600;
    border-bottom: 1.5px solid #C4D600;
    width: auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .trenes-turisticos .c-card-image--highlighted .c-card-image__title {
    font-family: "Strawford-Regular";
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-card-image--highlighted .c-card-image__image {
    height: 575px;
  }
}
.trenes-turisticos .c-card-image--only-image-link {
  gap: 8px;
}
.trenes-turisticos .c-card-image--only-image-link .c-link {
  margin-top: 0;
  font-size: 24px;
  font-family: "Strawford-Regular";
}
@media (min-width: 992px) {
  .trenes-turisticos .c-card-image--only-image-link .c-link {
    font-size: 36px;
  }
}
.trenes-turisticos .c-carrusel-reviews__track .c-review {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.trenes-turisticos .c-carrusel-reviews__track .c-review__date {
  font-family: "Strawford-RegularItalic";
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-reviews__track .c-review__date {
    font-size: 16px;
    line-height: 24px;
  }
}
.trenes-turisticos .c-carrusel-reviews__track .c-review__title {
  font-family: "Strawford-Regular";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-reviews__track .c-review__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.trenes-turisticos .c-carrusel-reviews__track .c-review__description {
  font-family: "Strawford-LightItalic";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-reviews__track .c-review__description {
    font-size: 36px;
    line-height: 48px;
  }
}
.trenes-turisticos .c-carrusel-reviews__track .c-review__name {
  font-family: "Strawford-Regular";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-reviews__track .c-review__name {
    font-size: 16px;
    line-height: 24px;
  }
}
.trenes-turisticos .c-carrusel-cards {
  position: relative;
  width: 100%;
}
.trenes-turisticos .c-carrusel-cards__track .slick-list {
  padding: 0;
}
.trenes-turisticos .c-carrusel-cards__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-cards__controls {
    position: absolute;
    top: calc(50% - 12px);
    left: -1%;
    justify-content: space-between;
    width: 102%;
  }
}
.trenes-turisticos .c-carrusel-cards__button {
  background: none;
  border: none;
  color: #005E62;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trenes-turisticos .c-carrusel-cards__counter, .trenes-turisticos .c-carrusel-cards__counter-current, .trenes-turisticos .c-carrusel-cards__counter-total {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #005E62;
}
.trenes-turisticos .c-carrusel-services {
  display: flex;
  flex-direction: column;
}
.trenes-turisticos .c-carrusel-services__controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 24px;
  margin-top: 24px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-services__controls {
    padding-left: calc(50% + 40px);
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-carrusel-services__controls {
    padding-left: calc(50% + 70px);
  }
}
.trenes-turisticos .c-carrusel-services__button {
  background: none;
  border: none;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trenes-turisticos .c-carrusel-services__counter, .trenes-turisticos .c-carrusel-services__counter-current, .trenes-turisticos .c-carrusel-services__counter-total {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
}
.trenes-turisticos .c-carrusel-services .c-service {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  gap: 48px;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-services .c-service {
    flex-direction: row;
    gap: 80px;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-carrusel-services .c-service {
    gap: 140px;
  }
}
.trenes-turisticos .c-carrusel-services .c-service__block {
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-services .c-service__block {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-carrusel-services .c-service__block {
    width: calc(50% - 70px);
  }
}
.trenes-turisticos .c-carrusel-services .c-service__block:nth-of-type(2) {
  padding-left: 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-services .c-service__block:nth-of-type(2) {
    padding-left: 0;
  }
}
.trenes-turisticos .c-carrusel-services .c-service__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-services .c-service__content {
    gap: 32px;
    padding-left: 64px;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-carrusel-services .c-service__content {
    padding-left: 96px;
    gap: 48px;
  }
}
.trenes-turisticos .c-carrusel-services .c-service__image {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-services .c-service__image {
    height: 485px;
    margin-left: 0;
  }
}
.trenes-turisticos .c-carrusel-services .c-service__subtitle {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-services .c-service__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.trenes-turisticos .c-carrusel-services .c-service__text {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
}
.trenes-turisticos .c-carrusel-services--left .c-service__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-services--left .c-service__content {
    gap: 32px;
    padding-right: 64px;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-carrusel-services--left .c-service__content {
    padding-right: 96px;
    gap: 48px;
  }
}
.trenes-turisticos .c-carrusel-v3 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v3__track .slick-list {
    overflow: visible;
  }
  .trenes-turisticos .c-carrusel-v3__track .slick-track {
    overflow: visible;
  }
  .trenes-turisticos .c-carrusel-v3__track .slick-slide .c-slide-v3__content {
    opacity: 0;
  }
  .trenes-turisticos .c-carrusel-v3__track .slick-slide.slick-current {
    max-width: 850px !important;
  }
  .trenes-turisticos .c-carrusel-v3__track .slick-slide.slick-current:last-of-type {
    max-width: 100% !important;
  }
  .trenes-turisticos .c-carrusel-v3__track .slick-slide.slick-current:last-of-type .c-slide-v3__content {
    padding-right: 0;
  }
  .trenes-turisticos .c-carrusel-v3__track .slick-slide.slick-current .c-slide-v3__content {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-carrusel-v3__track .slick-slide.slick-current {
    max-width: 950px !important;
  }
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-carrusel-v3__track .slick-slide.slick-current {
    max-width: 1150px !important;
  }
}
.trenes-turisticos .c-carrusel-v3__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-carrusel-v3__controls {
    margin-top: 40px;
  }
}
.trenes-turisticos .c-carrusel-v3__button {
  background: none;
  border: none;
  color: #005E62;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trenes-turisticos .c-carrusel-v3__counter, .trenes-turisticos .c-carrusel-v3__counter-current, .trenes-turisticos .c-carrusel-v3__counter-total {
  font-family: "Strawford-Medium";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: #005E62;
}
.trenes-turisticos .c-carrusel-v3 .c-slide-v3 {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v3 .c-slide-v3 {
    flex-direction: row;
    gap: 0;
    align-items: center;
  }
}
.trenes-turisticos .c-carrusel-v3 .c-slide-v3 picture {
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v3 .c-slide-v3 picture {
    width: 50%;
  }
}
.trenes-turisticos .c-carrusel-v3 .c-slide-v3__image {
  width: 100%;
  height: 164px;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-carrusel-v3 .c-slide-v3__image {
    height: 264px;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v3 .c-slide-v3__image {
    height: 330px;
  }
}
.trenes-turisticos .c-carrusel-v3 .c-slide-v3__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-v3 .c-slide-v3__content {
    padding: 32px;
    width: 50%;
  }
}
.trenes-turisticos .c-carrusel-v3 .c-slide-v3__title {
  font-family: "Strawford-Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
  width: 100%;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-carrusel-v3 .c-slide-v3__title {
    font-family: "Strawford-Medium";
  }
}
.trenes-turisticos .c-carrusel-v3 .c-slide-v3__text {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  color: #5E5A56;
  width: 100%;
}
.trenes-turisticos .c-carrusel-v3 .c-slide-v3 .c-button {
  width: 100%;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-carrusel-v3 .c-slide-v3 .c-button {
    width: auto;
  }
}
.trenes-turisticos .c-carrusel-packs {
  position: relative;
}
.trenes-turisticos .c-carrusel-packs__track .slick-track {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .trenes-turisticos .c-carrusel-packs__track .slick-track {
    gap: 32px;
  }
}
.trenes-turisticos .c-carrusel-packs__track .slick-slide {
  position: relative;
}
.trenes-turisticos .c-carrusel-packs__track .slick-slide > div {
  height: 100%;
}
.trenes-turisticos .c-carrusel-packs__track .slick-slide.slick-active:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #BFBDBB;
  position: absolute;
  right: -16px;
  top: 0;
}
.trenes-turisticos .c-carrusel-packs__track .slick-slide.slick-active.is-last-active:after {
  display: none;
}
.trenes-turisticos .c-carrusel-packs__track .c-card-pack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.trenes-turisticos .c-carrusel-packs__track .c-card-pack picture {
  width: 100%;
}
.trenes-turisticos .c-carrusel-packs__track .c-card-pack__image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  margin-bottom: 24px;
}
.trenes-turisticos .c-carrusel-packs__track .c-card-pack__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 16px;
}
.trenes-turisticos .c-carrusel-packs__track .c-card-pack__title {
  font-family: "Strawford-Medium";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  color: #313233;
  text-align: center;
  margin-bottom: 8px;
}
.trenes-turisticos .c-carrusel-packs__track .c-card-pack__description {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
  text-align: center;
  margin-bottom: 24px;
}
.trenes-turisticos .c-carrusel-packs__track .c-card-pack__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trenes-turisticos .c-carrusel-packs__track .c-card-pack__buttons .c-link {
  font-size: 14px;
}
.trenes-turisticos .c-carrusel-packs__controls {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-packs__controls {
    position: absolute;
    top: calc(50% - 12px);
    left: -1%;
    justify-content: space-between;
    width: 102%;
  }
}
.trenes-turisticos .c-carrusel-packs__controls .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  bottom: initial;
  margin-top: 16px;
}
.trenes-turisticos .c-carrusel-packs__controls .slick-dots li {
  margin: 0;
  height: auto;
  width: auto;
}
.trenes-turisticos .c-carrusel-packs__controls .slick-dots li button {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #AAC9CB;
  border-radius: 100%;
}
.trenes-turisticos .c-carrusel-packs__controls .slick-dots li button .slick-dot-icon {
  display: none;
}
.trenes-turisticos .c-carrusel-packs__controls .slick-dots li.slick-active button {
  background: #005E62;
}
.trenes-turisticos .c-carrusel-packs__button {
  display: none;
  background: none;
  border: none;
  color: #005E62;
  width: 24px;
  height: 24px;
  font-size: 24px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-packs__button {
    display: block;
  }
}
.trenes-turisticos .c-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-header {
    padding: 20px 32px;
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-header {
    gap: 64px;
  }
}
.trenes-turisticos .c-header > a:focus-visible {
  outline: 2px solid #000;
  box-shadow: none;
}
.trenes-turisticos .c-header__logo {
  width: 90px;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-header__logo {
    width: 164px;
  }
}
.trenes-turisticos .c-header__button {
  position: relative;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  cursor: pointer;
}
.trenes-turisticos .c-header__button span, .trenes-turisticos .c-header__button::before, .trenes-turisticos .c-header__button::after {
  content: "";
  position: absolute;
  left: 2px;
  width: 20px;
  height: 2px;
  background: #005E62;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.trenes-turisticos .c-header__button::before {
  top: 6px;
}
.trenes-turisticos .c-header__button span {
  top: 12px;
}
.trenes-turisticos .c-header__button::after {
  top: 18px;
}
.trenes-turisticos .c-header__button.is-open::before {
  top: 12px;
  transform: rotate(45deg);
}
.trenes-turisticos .c-header__button.is-open span {
  opacity: 0;
}
.trenes-turisticos .c-header__button.is-open::after {
  top: 12px;
  transform: rotate(-45deg);
}
.trenes-turisticos .c-header__button:focus-visible {
  outline: 2px solid #000;
  box-shadow: none;
}
.trenes-turisticos .c-header__navigation {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: white;
  z-index: 4;
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  padding: 12px 16px 64px 16px;
  padding-bottom: calc(64px + env(safe-area-inset-bottom));
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-header__navigation {
    translate: 0;
    position: relative;
    height: auto;
    transform: none;
    flex-direction: row;
    padding: 0;
    top: 0;
  }
}
.trenes-turisticos .c-header__navigation.slide-right {
  transform: translateX(0);
}
.trenes-turisticos .c-header__navigation.slide-left {
  transform: translateX(-100%);
}
.trenes-turisticos .c-header__navigation-top, .trenes-turisticos .c-header__navigation-bottom {
  width: 100%;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-header__navigation-top, .trenes-turisticos .c-header__navigation-bottom {
    width: 50%;
  }
}
.trenes-turisticos .c-header__navigation-bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-header__navigation-bottom {
    flex-direction: row;
    gap: 40px;
    justify-content: flex-end;
  }
}
.trenes-turisticos .c-header__navigation-top {
  max-height: calc(100vh - 248px);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-header__navigation-top {
    max-height: none;
    overflow-y: initial;
    overflow-x: initial;
  }
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-header__navigation-top {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-header__navigation-bottom {
    width: 40%;
  }
}
.trenes-turisticos html.nav-open,
.trenes-turisticos body.nav-open {
  overflow: hidden;
}
.trenes-turisticos .c-carrusel-destinations__track .slick-list {
  padding: 0;
}
.trenes-turisticos .c-carrusel-destinations__track .slick-track {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-carrusel-destinations__track .slick-list {
    overflow: visible;
  }
  .trenes-turisticos .c-carrusel-destinations__track .slick-track {
    overflow: visible;
  }
}
.trenes-turisticos .c-carrusel-destinations__track .slick-slide.slick-active {
  max-width: 100% !important;
}
.trenes-turisticos .c-carrusel-destinations__track picture {
  cursor: pointer;
}
.trenes-turisticos .c-nav {
  width: 100%;
}
.trenes-turisticos .c-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-nav__list {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-nav__list {
    justify-content: flex-start;
    gap: 64px;
  }
}
.trenes-turisticos .c-nav__item {
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-nav__item {
    width: auto;
    border: none;
  }
}
.trenes-turisticos .c-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #002F31;
  background: none;
  border: none;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-nav__link {
    padding: 0;
    font-family: "Montserrat-Regular";
    color: #5E5A56;
    justify-content: flex-start;
    gap: 4px;
  }
}
.trenes-turisticos .c-nav__link-icon {
  color: #005E62;
  font-size: 16px;
}
.trenes-turisticos .c-nav__link:focus-visible {
  outline: 2px solid #000;
}
.trenes-turisticos .c-nav__link--dropdown.is-open .c-nav__link-icon {
  transform: rotate(180deg);
  transition: transform 0.4s ease;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-nav__link--dropdown.is-open {
    font-family: "Montserrat-Medium";
    color: #005E62;
  }
}
.trenes-turisticos .c-subnav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-subnav {
    column-gap: 80px;
  }
}
.trenes-turisticos .c-subnav.is-open {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav.is-open {
    margin-bottom: 0;
  }
}
.trenes-turisticos .c-subnav__title {
  display: none;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav__title {
    display: inline-block;
    font-family: "Strawford-RegularItalic";
    font-size: 36px;
    color: #005E62;
    padding: 24px 0;
    border-top: 1px solid #C4D600;
    border-bottom: 1px solid #C4D600;
  }
}
.trenes-turisticos .c-subnav__subtitle {
  display: none;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav__subtitle {
    display: block;
    font-family: "Strawford-RegularItalic";
    font-size: 24px;
    color: #313233;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.trenes-turisticos .c-subnav__item {
  width: 100%;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav__item {
    padding: 0;
  }
}
.trenes-turisticos .c-subnav__item--container-title {
  display: none;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav__item--container-title {
    display: block;
    min-width: 280px;
  }
}
.trenes-turisticos .c-subnav__item--back {
  display: block;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav__item--back {
    display: none;
  }
}
.trenes-turisticos .c-subnav__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  color: #5E5A56;
  background: none;
  border: none;
  gap: 8px;
  padding: 8px 0;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav__link {
    width: auto;
  }
}
.trenes-turisticos .c-subnav__link-icon {
  color: #A3B200;
  font-size: 16px;
}
.trenes-turisticos .c-subnav__link--no-children {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  color: #005E62;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.trenes-turisticos .c-subnav__link--no-children:hover, .trenes-turisticos .c-subnav__link--no-children:active {
  text-decoration: none;
}
.trenes-turisticos .c-subnav__link:focus-visible {
  outline: 2px solid #000;
  box-shadow: none;
}
.trenes-turisticos .c-subnav--second-level {
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  display: none;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav--second-level {
    width: 0;
    transition: none;
  }
}
.trenes-turisticos .c-subnav--second-level.is-open {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  display: flex;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav--second-level.is-open {
    position: fixed;
    width: 100vw;
    background: white;
    left: -233px;
    right: 0;
    transition: none;
    top: 56px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 48px 96px;
    flex-direction: row;
    min-height: 300px;
    gap: 48px;
  }
}
@media (min-width: 1440px) {
  .trenes-turisticos .c-subnav--second-level.is-open {
    max-width: 1440px;
    margin: auto;
    gap: 64px;
  }
}
.trenes-turisticos .c-subnav--second-level.has-third-level-open {
  transform: none;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav--second-level > .c-subnav__item {
    width: 25%;
  }
}
.trenes-turisticos .c-subnav--second-level > .c-subnav__item .c-subnav__link:hover {
  background-color: #F2F7F7;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav--second-level > .c-subnav__item .c-subnav__link:hover {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav--second-level:nth-of-type(1) > .c-subnav__item:nth-of-type(4) .c-subnav__link--no-children {
    position: absolute;
    left: 96px;
    top: 184px;
  }
}
.trenes-turisticos .c-subnav--third-level {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: calc(100vh - 72px);
  background: #fff;
  z-index: 5;
  box-sizing: border-box;
  transform: translateX(0);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.6s ease, visibility 0.4s;
  padding: 16px;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav--third-level {
    position: relative;
    height: auto;
    opacity: 1;
    left: 0;
    visibility: visible;
    transition: none;
    transform: none;
    background: none;
    padding: 0;
  }
}
.trenes-turisticos .c-subnav--third-level.slide-left {
  transform: translateX(-100%);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.trenes-turisticos .c-subnav--third-level.slide-right {
  transform: translateX(0);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.trenes-turisticos .c-subnav__back {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #002F31;
  background: none;
  border: none;
  padding: 20px 0;
  border-bottom: 1px solid #F5F5F5;
  gap: 8px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-subnav__back {
    display: none;
  }
}
.trenes-turisticos .c-subnav__back-icon {
  color: #005E62;
  font-size: 16px;
}
.trenes-turisticos .c-nav-secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1200px) {
  .trenes-turisticos .c-nav-secondary {
    flex-direction: row;
    gap: 40px;
  }
}
.trenes-turisticos .c-nav-secondary__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  color: #5E5A56;
  background: none;
  border: none;
  gap: 8px;
  padding: 0;
  text-decoration: none;
}
.trenes-turisticos .c-nav-secondary__link:focus-visible {
  outline: 2px solid #000;
  box-shadow: none;
}
.trenes-turisticos #main-nav [aria-hidden=true] {
  pointer-events: none;
}
.trenes-turisticos .c-faq {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.trenes-turisticos .c-faq__item {
  border-bottom: 1px solid #9F9C9A;
  padding-bottom: 8px;
}
.trenes-turisticos .c-faq__item.is-open .c-faq__answer {
  max-height: 1000px;
  padding-top: 8px;
}
.trenes-turisticos .c-faq__item.is-open .c-faq__icon {
  transform: rotate(180deg);
}
.trenes-turisticos .c-faq__question {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trenes-turisticos .c-faq__icon {
  font-size: 24px;
  color: #005E62;
  transition: transform 0.3s ease;
}
.trenes-turisticos .c-faq__answer {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease;
  padding-top: 0;
}
.trenes-turisticos .c-languaje {
  padding: 0;
}
@media (min-width: 992px) {
  .trenes-turisticos .c-languaje {
    margin-top: -4px;
    cursor: pointer;
  }
}
.trenes-turisticos .c-languaje__item--selected {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
  color: #5E5A56;
}
.trenes-turisticos .c-languaje__item--selected:hover, .trenes-turisticos .c-languaje__item--selected:active {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  text-decoration: none;
  color: #005E62;
}
.trenes-turisticos .c-languaje__item--selected .icn-globe {
  display: none;
}
.trenes-turisticos .c-languaje__item--selected .icn-angle-down {
  color: #005E62;
  position: absolute;
  top: 3px;
  right: -21px;
}
.trenes-turisticos .c-languaje__item--open {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #005E62;
}
.trenes-turisticos .c-languaje__item--menu {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none;
  padding-left: 15px;
  padding-top: 4px;
  color: #5E5A56;
}
.trenes-turisticos .c-languaje__item--menu:hover {
  text-decoration: none;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: #5E5A56;
}
.trenes-turisticos .c-languaje__item--menu svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -3px;
}
@media screen and (max-width: 991px) {
  .trenes-turisticos .c-languaje__item--selected {
    display: block;
    font-family: "Montserrat-Regular";
    font-size: 16px;
    letter-spacing: 0;
    color: #5E5A56;
  }
  .trenes-turisticos .c-languaje__item--selected:hover {
    text-decoration: none;
    color: #5E5A56;
    font-family: "Montserrat-Medium";
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
  }
  .trenes-turisticos .c-languaje__item--selected .icn-globe {
    display: block;
    color: #AAC9CB;
    position: absolute;
    font-size: 20px;
    top: 16px;
    right: 15px;
    left: auto;
  }
  .trenes-turisticos .c-languaje__item--selected .icn-angle-down {
    display: none;
  }
  .trenes-turisticos .c-languaje__item--menu:hover {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    letter-spacing: 0;
    line-height: unset;
  }
}
.trenes-turisticos .dropdown-menu {
  margin-top: 10px;
  padding: 12px 0px;
  border-radius: 0;
  min-width: 126px;
  margin-left: -49px;
  text-align: left;
  box-shadow: 0px 5px 20px 0px rgba(0, 31, 33, 0.1019607843);
}
.trenes-turisticos .language-modal {
  width: 90% !important;
  margin: 40px auto;
}
.trenes-turisticos .portlet-header {
  margin: 0;
}
.trenes-turisticos .flex-column {
  width: auto !important;
}
.trenes-turisticos .custom-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 992px) {
  .trenes-turisticos .custom-container {
    gap: 32px;
    flex-direction: row;
  }
}
.trenes-turisticos .custom-row-origen-destino {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 767px) {
  .trenes-turisticos .custom-row-origen-destino {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .custom-row-origen-destino {
    width: calc(40% - 21px);
  }
}
.trenes-turisticos .custom-row-origen-destino__block {
  width: calc(100% - 40px);
}
@media (min-width: 767px) {
  .trenes-turisticos .custom-row-origen-destino__block {
    width: calc(50% - 16px);
  }
}
.trenes-turisticos .custom-row-origen-destino__button {
  position: absolute;
  right: 0;
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .trenes-turisticos .custom-row-origen-destino__button {
    top: 30px;
    right: calc(50% - 16px);
    padding: 0;
  }
}
.trenes-turisticos .custom-row-origen-destino__button::before {
  content: "";
  width: 3px;
  height: calc(100% - 72px);
  display: block;
  position: absolute;
  top: 36px;
  background: repeating-linear-gradient(to bottom, #005E62 0 6px, transparent 6px 12px);
  z-index: 0;
}
@media (min-width: 767px) {
  .trenes-turisticos .custom-row-origen-destino__button::before {
    display: none;
  }
}
.trenes-turisticos .custom-row-origen-destino__button-dot {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 4px solid #005E62;
  display: block;
  background: #fff;
  z-index: 1;
}
@media (min-width: 767px) {
  .trenes-turisticos .custom-row-origen-destino__button-dot {
    display: none;
  }
}
.trenes-turisticos .custom-row-origen-destino__button .c-button-icon {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  z-index: 1;
}
@media (min-width: 767px) {
  .trenes-turisticos .custom-row-origen-destino__button .c-button-icon {
    background: none;
  }
}
.trenes-turisticos .custom-row-origen-destino__button .c-button-icon i {
  font-size: 16px;
}
.trenes-turisticos .custom-row-origen-destino__button .c-button-icon:hover {
  background: #005E62;
}
.trenes-turisticos .custom-row-passengers {
  width: 100%;
}
@media (min-width: 992px) {
  .trenes-turisticos .custom-row-passengers {
    width: calc(20% - 21px);
  }
}
.trenes-turisticos .custom-row-datepickers {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 16px;
  width: 100%;
}
@media (min-width: 767px) {
  .trenes-turisticos .custom-row-datepickers {
    column-gap: 32px;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .custom-row-datepickers {
    width: calc(40% - 21px);
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .custom-row-promotional-code .c-form-group {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos #finish-buy-page .c-accordion--journey-details {
    flex-direction: column-reverse;
  }
}
.trenes-turisticos .lfr-layout-structure-item-com-babel-alsa-trenes-turisticos-ticket-manager-alsatrenesturisticosticketmanagerportlet {
  min-height: calc(100vh - 233px);
  margin-bottom: 40px;
}
.trenes-turisticos .mdc-dialog__surface {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .trenes-turisticos .mat-mdc-dialog-panel--right {
    position: fixed !important;
    right: 0;
    height: 100%;
  }
  .trenes-turisticos .mat-mdc-dialog-panel--right .mdc-dialog__surface, .trenes-turisticos .mat-mdc-dialog-panel--right .c-modal {
    border-radius: 0;
  }
}
.trenes-turisticos .mat-expansion-panel {
  box-shadow: none !important;
  background: none;
  border-radius: 0;
}
.trenes-turisticos .mat-expansion-panel-body {
  padding: 0;
}
.trenes-turisticos .slick-slider {
  margin: 0 !important;
}
.trenes-turisticos .c-carrusel-experiences .slick-list {
  padding: 0 !important;
}
.trenes-turisticos .u-bg-white {
  background-color: #fff !important;
}
.trenes-turisticos .u-bg-lightblue {
  background-color: #F2F7F7 !important;
}
.trenes-turisticos .u-bg-bluebase {
  background-color: #005E62 !important;
}
.trenes-turisticos .u-bg-lightgrey {
  background-color: #F5F5F5 !important;
}
.trenes-turisticos .u-bg-neutral {
  background-color: #3E3934 !important;
}
.trenes-turisticos .u-text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .trenes-turisticos .u-text-lg-center {
    text-align: center !important;
  }
}
.trenes-turisticos .u-text-left {
  text-align: left !important;
}
@media (min-width: 992px) {
  .trenes-turisticos .u-text-lg-left {
    text-align: left !important;
  }
}
.trenes-turisticos .u-text-right {
  text-align: right !important;
}
@media (min-width: 992px) {
  .trenes-turisticos .u-text-lg-right {
    text-align: right !important;
  }
}
.trenes-turisticos .u-d-block {
  display: block !important;
}
.trenes-turisticos .u-text-white {
  color: #fff !important;
}
.trenes-turisticos .u-text-blue-base {
  color: #005E62 !important;
}
.trenes-turisticos .u-text-gray {
  color: #5E5A56 !important;
}
.trenes-turisticos .u-text-title-h1 {
  color: #001F21 !important;
}
.trenes-turisticos .u-text-title-h3 {
  color: #002F31 !important;
}
.trenes-turisticos .u-text-title-h4 {
  color: #313233 !important;
}
.trenes-turisticos .u-text-secondary-black {
  font-family: "Strawford-Black";
}
.trenes-turisticos .u-text-secondary-bold {
  font-family: "Strawford-Bold";
}
.trenes-turisticos .u-text-secondary-medium {
  font-family: "Strawford-Medium";
}
.trenes-turisticos .u-text-secondary-regular {
  font-family: "Strawford-Regular";
}
.trenes-turisticos .u-text-secondary-light {
  font-family: "Strawford-Light";
}
.trenes-turisticos .u-text-secondary-extralight {
  font-family: "Strawford-Extralight";
}
.trenes-turisticos .u-text-secondary-thin {
  font-family: "Strawford-Thin";
}
.trenes-turisticos .u-text-secondary-lightitalic {
  font-family: "Strawford-LightItalic";
}
.trenes-turisticos .u-text-secondary-regularitalic {
  font-family: "Strawford-RegularItalic";
}
.trenes-turisticos .u-text-primary-semibold {
  font-family: "Montserrat-Semibold";
}
.trenes-turisticos .u-text-primary-medium {
  font-family: "Montserrat-Medium";
}
.trenes-turisticos .u-text-primary-regular {
  font-family: "Montserrat-Regular";
}
.trenes-turisticos .u-text-xs {
  font-size: 12px;
}
.trenes-turisticos .u-text-s {
  font-size: 14px;
}
.trenes-turisticos .u-text-m {
  font-size: 16px;
}
.trenes-turisticos .u-text-l {
  font-size: 20px;
}
.trenes-turisticos .u-text-xl {
  font-size: 24px;
}
.trenes-turisticos .u-text-2xl {
  font-size: 32px;
}
.trenes-turisticos .u-text-3xl {
  font-size: 40px;
}
.trenes-turisticos .u-text-4xl {
  font-size: 48px;
}
.trenes-turisticos .u-text-xs--variable {
  font-size: 12px;
}
@media (min-width: 992px) {
  .trenes-turisticos .u-text-xs--variable {
    font-size: 14px;
  }
}
.trenes-turisticos .u-text-s--variable {
  font-size: 14px;
}
@media (min-width: 992px) {
  .trenes-turisticos .u-text-s--variable {
    font-size: 16px;
  }
}
.trenes-turisticos .u-text-m--variable {
  font-size: 16px;
}
@media (min-width: 992px) {
  .trenes-turisticos .u-text-m--variable {
    font-size: 20px;
  }
}
.trenes-turisticos .u-text-l--variable {
  font-size: 20px;
}
@media (min-width: 992px) {
  .trenes-turisticos .u-text-l--variable {
    font-size: 24px;
  }
}
.trenes-turisticos .u-text-xl--variable {
  font-size: 24px;
}
@media (min-width: 992px) {
  .trenes-turisticos .u-text-xl--variable {
    font-size: 36px;
  }
}
.trenes-turisticos .small-price-part {
  font-size: 0.8em;
}
.trenes-turisticos .u-border-radius-4 {
  border-radius: 4px !important;
}
.trenes-turisticos .u-border-radius-8 {
  border-radius: 8px !important;
}
.trenes-turisticos .u-border-top-left-radius-50 {
  border-top-left-radius: 50% !important;
}
.trenes-turisticos .u-border-top-right-radius-50 {
  border-top-right-radius: 50% !important;
}
.trenes-turisticos .container,
.trenes-turisticos .container-fluid,
.trenes-turisticos .container-lg,
.trenes-turisticos .container-md,
.trenes-turisticos .container-sm,
.trenes-turisticos .container-xl,
.trenes-turisticos .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .trenes-turisticos .container,
  .trenes-turisticos .container-sm {
    max-width: 544px;
  }
}
@media (min-width: 768px) {
  .trenes-turisticos .container,
  .trenes-turisticos .container-md,
  .trenes-turisticos .container-sm {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .container,
  .trenes-turisticos .container-lg,
  .trenes-turisticos .container-md,
  .trenes-turisticos .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .container,
  .trenes-turisticos .container-lg,
  .trenes-turisticos .container-md,
  .trenes-turisticos .container-sm,
  .trenes-turisticos .container-xl {
    max-width: 1120px;
  }
}
@media (min-width: 1440px) {
  .trenes-turisticos .container,
  .trenes-turisticos .container-lg,
  .trenes-turisticos .container-md,
  .trenes-turisticos .container-sm,
  .trenes-turisticos .container-xl,
  .trenes-turisticos .container-xxl {
    max-width: 1248px;
  }
}
.trenes-turisticos .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.trenes-turisticos .row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.trenes-turisticos .col {
  flex: 1 0 0%;
}
.trenes-turisticos .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.trenes-turisticos .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.trenes-turisticos .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.trenes-turisticos .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.trenes-turisticos .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.trenes-turisticos .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.trenes-turisticos .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .trenes-turisticos .col-sm {
    flex: 1 0 0%;
  }
  .trenes-turisticos .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .trenes-turisticos .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .trenes-turisticos .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .trenes-turisticos .col-md {
    flex: 1 0 0%;
  }
  .trenes-turisticos .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .trenes-turisticos .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .trenes-turisticos .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .col-lg {
    flex: 1 0 0%;
  }
  .trenes-turisticos .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .trenes-turisticos .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .trenes-turisticos .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .col-xl {
    flex: 1 0 0%;
  }
  .trenes-turisticos .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .trenes-turisticos .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .trenes-turisticos .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .trenes-turisticos .col-xxl {
    flex: 1 0 0%;
  }
  .trenes-turisticos .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .trenes-turisticos .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .trenes-turisticos .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.trenes-turisticos .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.trenes-turisticos .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.trenes-turisticos .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.trenes-turisticos .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.trenes-turisticos .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.trenes-turisticos .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.trenes-turisticos .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.trenes-turisticos .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.trenes-turisticos .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.trenes-turisticos .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.trenes-turisticos .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.trenes-turisticos .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.trenes-turisticos .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.trenes-turisticos .offset-1 {
  margin-left: 8.33333333%;
}
.trenes-turisticos .offset-2 {
  margin-left: 16.66666667%;
}
.trenes-turisticos .offset-3 {
  margin-left: 25%;
}
.trenes-turisticos .offset-4 {
  margin-left: 33.33333333%;
}
.trenes-turisticos .offset-5 {
  margin-left: 41.66666667%;
}
.trenes-turisticos .offset-6 {
  margin-left: 50%;
}
.trenes-turisticos .offset-7 {
  margin-left: 58.33333333%;
}
.trenes-turisticos .offset-8 {
  margin-left: 66.66666667%;
}
.trenes-turisticos .offset-9 {
  margin-left: 75%;
}
.trenes-turisticos .offset-10 {
  margin-left: 83.33333333%;
}
.trenes-turisticos .offset-11 {
  margin-left: 91.66666667%;
}
.trenes-turisticos .g-0,
.trenes-turisticos .gx-0 {
  --bs-gutter-x: 0;
}
.trenes-turisticos .g-0,
.trenes-turisticos .gy-0 {
  --bs-gutter-y: 0;
}
.trenes-turisticos .g-1,
.trenes-turisticos .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.trenes-turisticos .g-1,
.trenes-turisticos .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.trenes-turisticos .g-2,
.trenes-turisticos .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.trenes-turisticos .g-2,
.trenes-turisticos .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.trenes-turisticos .g-3,
.trenes-turisticos .gx-3 {
  --bs-gutter-x: 1rem;
}
.trenes-turisticos .g-3,
.trenes-turisticos .gy-3 {
  --bs-gutter-y: 1rem;
}
.trenes-turisticos .g-4,
.trenes-turisticos .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.trenes-turisticos .g-4,
.trenes-turisticos .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.trenes-turisticos .g-5,
.trenes-turisticos .gx-5 {
  --bs-gutter-x: 3rem;
}
.trenes-turisticos .g-5,
.trenes-turisticos .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .trenes-turisticos .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .trenes-turisticos .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .trenes-turisticos .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .trenes-turisticos .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .trenes-turisticos .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .trenes-turisticos .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .trenes-turisticos .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .trenes-turisticos .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .trenes-turisticos .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .trenes-turisticos .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .offset-sm-0 {
    margin-left: 0;
  }
  .trenes-turisticos .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .trenes-turisticos .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .trenes-turisticos .offset-sm-3 {
    margin-left: 25%;
  }
  .trenes-turisticos .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .trenes-turisticos .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .trenes-turisticos .offset-sm-6 {
    margin-left: 50%;
  }
  .trenes-turisticos .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .trenes-turisticos .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .trenes-turisticos .offset-sm-9 {
    margin-left: 75%;
  }
  .trenes-turisticos .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .trenes-turisticos .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .trenes-turisticos .g-sm-0,
  .trenes-turisticos .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .trenes-turisticos .g-sm-0,
  .trenes-turisticos .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .trenes-turisticos .g-sm-1,
  .trenes-turisticos .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .trenes-turisticos .g-sm-1,
  .trenes-turisticos .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .trenes-turisticos .g-sm-2,
  .trenes-turisticos .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .trenes-turisticos .g-sm-2,
  .trenes-turisticos .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .trenes-turisticos .g-sm-3,
  .trenes-turisticos .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .trenes-turisticos .g-sm-3,
  .trenes-turisticos .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .trenes-turisticos .g-sm-4,
  .trenes-turisticos .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .trenes-turisticos .g-sm-4,
  .trenes-turisticos .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .trenes-turisticos .g-sm-5,
  .trenes-turisticos .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .trenes-turisticos .g-sm-5,
  .trenes-turisticos .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .trenes-turisticos .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .trenes-turisticos .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .trenes-turisticos .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .trenes-turisticos .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .trenes-turisticos .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .trenes-turisticos .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .trenes-turisticos .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .trenes-turisticos .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .trenes-turisticos .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .trenes-turisticos .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .offset-md-0 {
    margin-left: 0;
  }
  .trenes-turisticos .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .trenes-turisticos .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .trenes-turisticos .offset-md-3 {
    margin-left: 25%;
  }
  .trenes-turisticos .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .trenes-turisticos .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .trenes-turisticos .offset-md-6 {
    margin-left: 50%;
  }
  .trenes-turisticos .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .trenes-turisticos .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .trenes-turisticos .offset-md-9 {
    margin-left: 75%;
  }
  .trenes-turisticos .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .trenes-turisticos .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .trenes-turisticos .g-md-0,
  .trenes-turisticos .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .trenes-turisticos .g-md-0,
  .trenes-turisticos .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .trenes-turisticos .g-md-1,
  .trenes-turisticos .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .trenes-turisticos .g-md-1,
  .trenes-turisticos .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .trenes-turisticos .g-md-2,
  .trenes-turisticos .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .trenes-turisticos .g-md-2,
  .trenes-turisticos .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .trenes-turisticos .g-md-3,
  .trenes-turisticos .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .trenes-turisticos .g-md-3,
  .trenes-turisticos .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .trenes-turisticos .g-md-4,
  .trenes-turisticos .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .trenes-turisticos .g-md-4,
  .trenes-turisticos .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .trenes-turisticos .g-md-5,
  .trenes-turisticos .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .trenes-turisticos .g-md-5,
  .trenes-turisticos .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .trenes-turisticos .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .trenes-turisticos .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .trenes-turisticos .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .trenes-turisticos .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .trenes-turisticos .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .trenes-turisticos .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .trenes-turisticos .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .trenes-turisticos .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .trenes-turisticos .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .offset-lg-0 {
    margin-left: 0;
  }
  .trenes-turisticos .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .trenes-turisticos .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .trenes-turisticos .offset-lg-3 {
    margin-left: 25%;
  }
  .trenes-turisticos .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .trenes-turisticos .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .trenes-turisticos .offset-lg-6 {
    margin-left: 50%;
  }
  .trenes-turisticos .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .trenes-turisticos .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .trenes-turisticos .offset-lg-9 {
    margin-left: 75%;
  }
  .trenes-turisticos .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .trenes-turisticos .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .trenes-turisticos .g-lg-0,
  .trenes-turisticos .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .trenes-turisticos .g-lg-0,
  .trenes-turisticos .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .trenes-turisticos .g-lg-1,
  .trenes-turisticos .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .trenes-turisticos .g-lg-1,
  .trenes-turisticos .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .trenes-turisticos .g-lg-2,
  .trenes-turisticos .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .trenes-turisticos .g-lg-2,
  .trenes-turisticos .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .trenes-turisticos .g-lg-3,
  .trenes-turisticos .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .trenes-turisticos .g-lg-3,
  .trenes-turisticos .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .trenes-turisticos .g-lg-4,
  .trenes-turisticos .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .trenes-turisticos .g-lg-4,
  .trenes-turisticos .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .trenes-turisticos .g-lg-5,
  .trenes-turisticos .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .trenes-turisticos .g-lg-5,
  .trenes-turisticos .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .trenes-turisticos .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .trenes-turisticos .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .trenes-turisticos .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .trenes-turisticos .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .trenes-turisticos .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .trenes-turisticos .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .trenes-turisticos .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .trenes-turisticos .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .trenes-turisticos .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .offset-xl-0 {
    margin-left: 0;
  }
  .trenes-turisticos .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .trenes-turisticos .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .trenes-turisticos .offset-xl-3 {
    margin-left: 25%;
  }
  .trenes-turisticos .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .trenes-turisticos .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .trenes-turisticos .offset-xl-6 {
    margin-left: 50%;
  }
  .trenes-turisticos .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .trenes-turisticos .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .trenes-turisticos .offset-xl-9 {
    margin-left: 75%;
  }
  .trenes-turisticos .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .trenes-turisticos .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .trenes-turisticos .g-xl-0,
  .trenes-turisticos .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .trenes-turisticos .g-xl-0,
  .trenes-turisticos .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .trenes-turisticos .g-xl-1,
  .trenes-turisticos .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .trenes-turisticos .g-xl-1,
  .trenes-turisticos .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .trenes-turisticos .g-xl-2,
  .trenes-turisticos .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .trenes-turisticos .g-xl-2,
  .trenes-turisticos .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .trenes-turisticos .g-xl-3,
  .trenes-turisticos .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .trenes-turisticos .g-xl-3,
  .trenes-turisticos .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .trenes-turisticos .g-xl-4,
  .trenes-turisticos .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .trenes-turisticos .g-xl-4,
  .trenes-turisticos .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .trenes-turisticos .g-xl-5,
  .trenes-turisticos .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .trenes-turisticos .g-xl-5,
  .trenes-turisticos .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .trenes-turisticos .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .trenes-turisticos .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .trenes-turisticos .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .trenes-turisticos .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .trenes-turisticos .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .trenes-turisticos .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .trenes-turisticos .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .trenes-turisticos .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .trenes-turisticos .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .trenes-turisticos .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .trenes-turisticos .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .trenes-turisticos .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .trenes-turisticos .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .trenes-turisticos .offset-xxl-0 {
    margin-left: 0;
  }
  .trenes-turisticos .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .trenes-turisticos .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .trenes-turisticos .offset-xxl-3 {
    margin-left: 25%;
  }
  .trenes-turisticos .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .trenes-turisticos .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .trenes-turisticos .offset-xxl-6 {
    margin-left: 50%;
  }
  .trenes-turisticos .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .trenes-turisticos .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .trenes-turisticos .offset-xxl-9 {
    margin-left: 75%;
  }
  .trenes-turisticos .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .trenes-turisticos .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .trenes-turisticos .g-xxl-0,
  .trenes-turisticos .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .trenes-turisticos .g-xxl-0,
  .trenes-turisticos .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .trenes-turisticos .g-xxl-1,
  .trenes-turisticos .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .trenes-turisticos .g-xxl-1,
  .trenes-turisticos .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .trenes-turisticos .g-xxl-2,
  .trenes-turisticos .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .trenes-turisticos .g-xxl-2,
  .trenes-turisticos .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .trenes-turisticos .g-xxl-3,
  .trenes-turisticos .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .trenes-turisticos .g-xxl-3,
  .trenes-turisticos .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .trenes-turisticos .g-xxl-4,
  .trenes-turisticos .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .trenes-turisticos .g-xxl-4,
  .trenes-turisticos .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .trenes-turisticos .g-xxl-5,
  .trenes-turisticos .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .trenes-turisticos .g-xxl-5,
  .trenes-turisticos .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.trenes-turisticos .d-inline {
  display: inline !important;
}
.trenes-turisticos .d-inline-block {
  display: inline-block !important;
}
.trenes-turisticos .d-block {
  display: block !important;
}
.trenes-turisticos .d-grid {
  display: grid !important;
}
.trenes-turisticos .d-table {
  display: table !important;
}
.trenes-turisticos .d-table-row {
  display: table-row !important;
}
.trenes-turisticos .d-table-cell {
  display: table-cell !important;
}
.trenes-turisticos .d-flex {
  display: flex !important;
}
.trenes-turisticos .d-inline-flex {
  display: inline-flex !important;
}
.trenes-turisticos .d-none {
  display: none !important;
}
.trenes-turisticos .flex-fill {
  flex: 1 1 auto !important;
}
.trenes-turisticos .flex-row {
  flex-direction: row !important;
}
.trenes-turisticos .flex-column {
  flex-direction: column !important;
}
.trenes-turisticos .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.trenes-turisticos .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.trenes-turisticos .flex-grow-0 {
  flex-grow: 0 !important;
}
.trenes-turisticos .flex-grow-1 {
  flex-grow: 1 !important;
}
.trenes-turisticos .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.trenes-turisticos .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.trenes-turisticos .flex-wrap {
  flex-wrap: wrap !important;
}
.trenes-turisticos .flex-nowrap {
  flex-wrap: nowrap !important;
}
.trenes-turisticos .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.trenes-turisticos .justify-content-start {
  justify-content: flex-start !important;
}
.trenes-turisticos .justify-content-end {
  justify-content: flex-end !important;
}
.trenes-turisticos .justify-content-center {
  justify-content: center !important;
}
.trenes-turisticos .justify-content-between {
  justify-content: space-between !important;
}
.trenes-turisticos .justify-content-around {
  justify-content: space-around !important;
}
.trenes-turisticos .justify-content-evenly {
  justify-content: space-evenly !important;
}
.trenes-turisticos .align-items-start {
  align-items: flex-start !important;
}
.trenes-turisticos .align-items-end {
  align-items: flex-end !important;
}
.trenes-turisticos .align-items-center {
  align-items: center !important;
}
.trenes-turisticos .align-items-baseline {
  align-items: baseline !important;
}
.trenes-turisticos .align-items-stretch {
  align-items: stretch !important;
}
.trenes-turisticos .align-content-start {
  align-content: flex-start !important;
}
.trenes-turisticos .align-content-end {
  align-content: flex-end !important;
}
.trenes-turisticos .align-content-center {
  align-content: center !important;
}
.trenes-turisticos .align-content-between {
  align-content: space-between !important;
}
.trenes-turisticos .align-content-around {
  align-content: space-around !important;
}
.trenes-turisticos .align-content-stretch {
  align-content: stretch !important;
}
.trenes-turisticos .align-self-auto {
  align-self: auto !important;
}
.trenes-turisticos .align-self-start {
  align-self: flex-start !important;
}
.trenes-turisticos .align-self-end {
  align-self: flex-end !important;
}
.trenes-turisticos .align-self-center {
  align-self: center !important;
}
.trenes-turisticos .align-self-baseline {
  align-self: baseline !important;
}
.trenes-turisticos .align-self-stretch {
  align-self: stretch !important;
}
.trenes-turisticos .order-first {
  order: -1 !important;
}
.trenes-turisticos .order-0 {
  order: 0 !important;
}
.trenes-turisticos .order-1 {
  order: 1 !important;
}
.trenes-turisticos .order-2 {
  order: 2 !important;
}
.trenes-turisticos .order-3 {
  order: 3 !important;
}
.trenes-turisticos .order-4 {
  order: 4 !important;
}
.trenes-turisticos .order-5 {
  order: 5 !important;
}
.trenes-turisticos .order-last {
  order: 6 !important;
}
.trenes-turisticos .m-0 {
  margin: 0 !important;
}
.trenes-turisticos .m-1 {
  margin: 0.25rem !important;
}
.trenes-turisticos .m-2 {
  margin: 0.5rem !important;
}
.trenes-turisticos .m-3 {
  margin: 1rem !important;
}
.trenes-turisticos .m-4 {
  margin: 1.5rem !important;
}
.trenes-turisticos .m-5 {
  margin: 2rem !important;
}
.trenes-turisticos .m-6 {
  margin: 2.5rem !important;
}
.trenes-turisticos .m-7 {
  margin: 3rem !important;
}
.trenes-turisticos .m-8 {
  margin: 3.5rem !important;
}
.trenes-turisticos .m-9 {
  margin: 4rem !important;
}
.trenes-turisticos .m-10 {
  margin: 4.5rem !important;
}
.trenes-turisticos .m-11 {
  margin: 5rem !important;
}
.trenes-turisticos .m-auto {
  margin: auto !important;
}
.trenes-turisticos .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.trenes-turisticos .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.trenes-turisticos .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.trenes-turisticos .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.trenes-turisticos .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.trenes-turisticos .mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.trenes-turisticos .mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.trenes-turisticos .mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.trenes-turisticos .mx-8 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.trenes-turisticos .mx-9 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.trenes-turisticos .mx-10 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.trenes-turisticos .mx-11 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.trenes-turisticos .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.trenes-turisticos .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.trenes-turisticos .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.trenes-turisticos .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.trenes-turisticos .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.trenes-turisticos .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.trenes-turisticos .my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.trenes-turisticos .my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.trenes-turisticos .my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.trenes-turisticos .my-8 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.trenes-turisticos .my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.trenes-turisticos .my-10 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.trenes-turisticos .my-11 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.trenes-turisticos .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.trenes-turisticos .mt-0 {
  margin-top: 0 !important;
}
.trenes-turisticos .mt-1 {
  margin-top: 0.25rem !important;
}
.trenes-turisticos .mt-2 {
  margin-top: 0.5rem !important;
}
.trenes-turisticos .mt-3 {
  margin-top: 1rem !important;
}
.trenes-turisticos .mt-4 {
  margin-top: 1.5rem !important;
}
.trenes-turisticos .mt-5 {
  margin-top: 2rem !important;
}
.trenes-turisticos .mt-6 {
  margin-top: 2.5rem !important;
}
.trenes-turisticos .mt-7 {
  margin-top: 3rem !important;
}
.trenes-turisticos .mt-8 {
  margin-top: 3.5rem !important;
}
.trenes-turisticos .mt-9 {
  margin-top: 4rem !important;
}
.trenes-turisticos .mt-10 {
  margin-top: 4.5rem !important;
}
.trenes-turisticos .mt-11 {
  margin-top: 5rem !important;
}
.trenes-turisticos .mt-auto {
  margin-top: auto !important;
}
.trenes-turisticos .me-0 {
  margin-right: 0 !important;
}
.trenes-turisticos .me-1 {
  margin-right: 0.25rem !important;
}
.trenes-turisticos .me-2 {
  margin-right: 0.5rem !important;
}
.trenes-turisticos .me-3 {
  margin-right: 1rem !important;
}
.trenes-turisticos .me-4 {
  margin-right: 1.5rem !important;
}
.trenes-turisticos .me-5 {
  margin-right: 2rem !important;
}
.trenes-turisticos .me-6 {
  margin-right: 2.5rem !important;
}
.trenes-turisticos .me-7 {
  margin-right: 3rem !important;
}
.trenes-turisticos .me-8 {
  margin-right: 3.5rem !important;
}
.trenes-turisticos .me-9 {
  margin-right: 4rem !important;
}
.trenes-turisticos .me-10 {
  margin-right: 4.5rem !important;
}
.trenes-turisticos .me-11 {
  margin-right: 5rem !important;
}
.trenes-turisticos .me-auto {
  margin-right: auto !important;
}
.trenes-turisticos .mb-0 {
  margin-bottom: 0 !important;
}
.trenes-turisticos .mb-1 {
  margin-bottom: 0.25rem !important;
}
.trenes-turisticos .mb-2 {
  margin-bottom: 0.5rem !important;
}
.trenes-turisticos .mb-3 {
  margin-bottom: 1rem !important;
}
.trenes-turisticos .mb-4 {
  margin-bottom: 1.5rem !important;
}
.trenes-turisticos .mb-5 {
  margin-bottom: 2rem !important;
}
.trenes-turisticos .mb-6 {
  margin-bottom: 2.5rem !important;
}
.trenes-turisticos .mb-7 {
  margin-bottom: 3rem !important;
}
.trenes-turisticos .mb-8 {
  margin-bottom: 3.5rem !important;
}
.trenes-turisticos .mb-9 {
  margin-bottom: 4rem !important;
}
.trenes-turisticos .mb-10 {
  margin-bottom: 4.5rem !important;
}
.trenes-turisticos .mb-11 {
  margin-bottom: 5rem !important;
}
.trenes-turisticos .mb-auto {
  margin-bottom: auto !important;
}
.trenes-turisticos .ms-0 {
  margin-left: 0 !important;
}
.trenes-turisticos .ms-1 {
  margin-left: 0.25rem !important;
}
.trenes-turisticos .ms-2 {
  margin-left: 0.5rem !important;
}
.trenes-turisticos .ms-3 {
  margin-left: 1rem !important;
}
.trenes-turisticos .ms-4 {
  margin-left: 1.5rem !important;
}
.trenes-turisticos .ms-5 {
  margin-left: 2rem !important;
}
.trenes-turisticos .ms-6 {
  margin-left: 2.5rem !important;
}
.trenes-turisticos .ms-7 {
  margin-left: 3rem !important;
}
.trenes-turisticos .ms-8 {
  margin-left: 3.5rem !important;
}
.trenes-turisticos .ms-9 {
  margin-left: 4rem !important;
}
.trenes-turisticos .ms-10 {
  margin-left: 4.5rem !important;
}
.trenes-turisticos .ms-11 {
  margin-left: 5rem !important;
}
.trenes-turisticos .ms-auto {
  margin-left: auto !important;
}
.trenes-turisticos .p-0 {
  padding: 0 !important;
}
.trenes-turisticos .p-1 {
  padding: 0.25rem !important;
}
.trenes-turisticos .p-2 {
  padding: 0.5rem !important;
}
.trenes-turisticos .p-3 {
  padding: 1rem !important;
}
.trenes-turisticos .p-4 {
  padding: 1.5rem !important;
}
.trenes-turisticos .p-5 {
  padding: 2rem !important;
}
.trenes-turisticos .p-6 {
  padding: 2.5rem !important;
}
.trenes-turisticos .p-7 {
  padding: 3rem !important;
}
.trenes-turisticos .p-8 {
  padding: 3.5rem !important;
}
.trenes-turisticos .p-9 {
  padding: 4rem !important;
}
.trenes-turisticos .p-10 {
  padding: 4.5rem !important;
}
.trenes-turisticos .p-11 {
  padding: 5rem !important;
}
.trenes-turisticos .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.trenes-turisticos .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.trenes-turisticos .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.trenes-turisticos .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.trenes-turisticos .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.trenes-turisticos .px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.trenes-turisticos .px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.trenes-turisticos .px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.trenes-turisticos .px-8 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.trenes-turisticos .px-9 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.trenes-turisticos .px-10 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.trenes-turisticos .px-11 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.trenes-turisticos .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.trenes-turisticos .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.trenes-turisticos .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.trenes-turisticos .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.trenes-turisticos .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.trenes-turisticos .py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.trenes-turisticos .py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.trenes-turisticos .py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.trenes-turisticos .py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.trenes-turisticos .py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.trenes-turisticos .py-10 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.trenes-turisticos .py-11 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.trenes-turisticos .pt-0 {
  padding-top: 0 !important;
}
.trenes-turisticos .pt-1 {
  padding-top: 0.25rem !important;
}
.trenes-turisticos .pt-2 {
  padding-top: 0.5rem !important;
}
.trenes-turisticos .pt-3 {
  padding-top: 1rem !important;
}
.trenes-turisticos .pt-4 {
  padding-top: 1.5rem !important;
}
.trenes-turisticos .pt-5 {
  padding-top: 2rem !important;
}
.trenes-turisticos .pt-6 {
  padding-top: 2.5rem !important;
}
.trenes-turisticos .pt-7 {
  padding-top: 3rem !important;
}
.trenes-turisticos .pt-8 {
  padding-top: 3.5rem !important;
}
.trenes-turisticos .pt-9 {
  padding-top: 4rem !important;
}
.trenes-turisticos .pt-10 {
  padding-top: 4.5rem !important;
}
.trenes-turisticos .pt-11 {
  padding-top: 5rem !important;
}
.trenes-turisticos .pe-0 {
  padding-right: 0 !important;
}
.trenes-turisticos .pe-1 {
  padding-right: 0.25rem !important;
}
.trenes-turisticos .pe-2 {
  padding-right: 0.5rem !important;
}
.trenes-turisticos .pe-3 {
  padding-right: 1rem !important;
}
.trenes-turisticos .pe-4 {
  padding-right: 1.5rem !important;
}
.trenes-turisticos .pe-5 {
  padding-right: 2rem !important;
}
.trenes-turisticos .pe-6 {
  padding-right: 2.5rem !important;
}
.trenes-turisticos .pe-7 {
  padding-right: 3rem !important;
}
.trenes-turisticos .pe-8 {
  padding-right: 3.5rem !important;
}
.trenes-turisticos .pe-9 {
  padding-right: 4rem !important;
}
.trenes-turisticos .pe-10 {
  padding-right: 4.5rem !important;
}
.trenes-turisticos .pe-11 {
  padding-right: 5rem !important;
}
.trenes-turisticos .pb-0 {
  padding-bottom: 0 !important;
}
.trenes-turisticos .pb-1 {
  padding-bottom: 0.25rem !important;
}
.trenes-turisticos .pb-2 {
  padding-bottom: 0.5rem !important;
}
.trenes-turisticos .pb-3 {
  padding-bottom: 1rem !important;
}
.trenes-turisticos .pb-4 {
  padding-bottom: 1.5rem !important;
}
.trenes-turisticos .pb-5 {
  padding-bottom: 2rem !important;
}
.trenes-turisticos .pb-6 {
  padding-bottom: 2.5rem !important;
}
.trenes-turisticos .pb-7 {
  padding-bottom: 3rem !important;
}
.trenes-turisticos .pb-8 {
  padding-bottom: 3.5rem !important;
}
.trenes-turisticos .pb-9 {
  padding-bottom: 4rem !important;
}
.trenes-turisticos .pb-10 {
  padding-bottom: 4.5rem !important;
}
.trenes-turisticos .pb-11 {
  padding-bottom: 5rem !important;
}
.trenes-turisticos .ps-0 {
  padding-left: 0 !important;
}
.trenes-turisticos .ps-1 {
  padding-left: 0.25rem !important;
}
.trenes-turisticos .ps-2 {
  padding-left: 0.5rem !important;
}
.trenes-turisticos .ps-3 {
  padding-left: 1rem !important;
}
.trenes-turisticos .ps-4 {
  padding-left: 1.5rem !important;
}
.trenes-turisticos .ps-5 {
  padding-left: 2rem !important;
}
.trenes-turisticos .ps-6 {
  padding-left: 2.5rem !important;
}
.trenes-turisticos .ps-7 {
  padding-left: 3rem !important;
}
.trenes-turisticos .ps-8 {
  padding-left: 3.5rem !important;
}
.trenes-turisticos .ps-9 {
  padding-left: 4rem !important;
}
.trenes-turisticos .ps-10 {
  padding-left: 4.5rem !important;
}
.trenes-turisticos .ps-11 {
  padding-left: 5rem !important;
}
@media (min-width: 576px) {
  .trenes-turisticos .d-sm-inline {
    display: inline !important;
  }
  .trenes-turisticos .d-sm-inline-block {
    display: inline-block !important;
  }
  .trenes-turisticos .d-sm-block {
    display: block !important;
  }
  .trenes-turisticos .d-sm-grid {
    display: grid !important;
  }
  .trenes-turisticos .d-sm-table {
    display: table !important;
  }
  .trenes-turisticos .d-sm-table-row {
    display: table-row !important;
  }
  .trenes-turisticos .d-sm-table-cell {
    display: table-cell !important;
  }
  .trenes-turisticos .d-sm-flex {
    display: flex !important;
  }
  .trenes-turisticos .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .trenes-turisticos .d-sm-none {
    display: none !important;
  }
  .trenes-turisticos .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .trenes-turisticos .flex-sm-row {
    flex-direction: row !important;
  }
  .trenes-turisticos .flex-sm-column {
    flex-direction: column !important;
  }
  .trenes-turisticos .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .trenes-turisticos .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .trenes-turisticos .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .trenes-turisticos .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .trenes-turisticos .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .trenes-turisticos .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .trenes-turisticos .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .trenes-turisticos .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .trenes-turisticos .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .trenes-turisticos .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .trenes-turisticos .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .trenes-turisticos .justify-content-sm-center {
    justify-content: center !important;
  }
  .trenes-turisticos .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .trenes-turisticos .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .trenes-turisticos .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .trenes-turisticos .align-items-sm-start {
    align-items: flex-start !important;
  }
  .trenes-turisticos .align-items-sm-end {
    align-items: flex-end !important;
  }
  .trenes-turisticos .align-items-sm-center {
    align-items: center !important;
  }
  .trenes-turisticos .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .trenes-turisticos .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .trenes-turisticos .align-content-sm-start {
    align-content: flex-start !important;
  }
  .trenes-turisticos .align-content-sm-end {
    align-content: flex-end !important;
  }
  .trenes-turisticos .align-content-sm-center {
    align-content: center !important;
  }
  .trenes-turisticos .align-content-sm-between {
    align-content: space-between !important;
  }
  .trenes-turisticos .align-content-sm-around {
    align-content: space-around !important;
  }
  .trenes-turisticos .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .trenes-turisticos .align-self-sm-auto {
    align-self: auto !important;
  }
  .trenes-turisticos .align-self-sm-start {
    align-self: flex-start !important;
  }
  .trenes-turisticos .align-self-sm-end {
    align-self: flex-end !important;
  }
  .trenes-turisticos .align-self-sm-center {
    align-self: center !important;
  }
  .trenes-turisticos .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .trenes-turisticos .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .trenes-turisticos .order-sm-first {
    order: -1 !important;
  }
  .trenes-turisticos .order-sm-0 {
    order: 0 !important;
  }
  .trenes-turisticos .order-sm-1 {
    order: 1 !important;
  }
  .trenes-turisticos .order-sm-2 {
    order: 2 !important;
  }
  .trenes-turisticos .order-sm-3 {
    order: 3 !important;
  }
  .trenes-turisticos .order-sm-4 {
    order: 4 !important;
  }
  .trenes-turisticos .order-sm-5 {
    order: 5 !important;
  }
  .trenes-turisticos .order-sm-last {
    order: 6 !important;
  }
  .trenes-turisticos .m-sm-0 {
    margin: 0 !important;
  }
  .trenes-turisticos .m-sm-1 {
    margin: 0.25rem !important;
  }
  .trenes-turisticos .m-sm-2 {
    margin: 0.5rem !important;
  }
  .trenes-turisticos .m-sm-3 {
    margin: 1rem !important;
  }
  .trenes-turisticos .m-sm-4 {
    margin: 1.5rem !important;
  }
  .trenes-turisticos .m-sm-5 {
    margin: 2rem !important;
  }
  .trenes-turisticos .m-sm-6 {
    margin: 2.5rem !important;
  }
  .trenes-turisticos .m-sm-7 {
    margin: 3rem !important;
  }
  .trenes-turisticos .m-sm-8 {
    margin: 3.5rem !important;
  }
  .trenes-turisticos .m-sm-9 {
    margin: 4rem !important;
  }
  .trenes-turisticos .m-sm-10 {
    margin: 4.5rem !important;
  }
  .trenes-turisticos .m-sm-11 {
    margin: 5rem !important;
  }
  .trenes-turisticos .m-sm-auto {
    margin: auto !important;
  }
  .trenes-turisticos .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .trenes-turisticos .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .trenes-turisticos .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .trenes-turisticos .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .trenes-turisticos .mx-sm-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .mx-sm-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .trenes-turisticos .mx-sm-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .mx-sm-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .trenes-turisticos .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .trenes-turisticos .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .my-sm-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .my-sm-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .trenes-turisticos .mt-sm-0 {
    margin-top: 0 !important;
  }
  .trenes-turisticos .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .trenes-turisticos .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .trenes-turisticos .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .trenes-turisticos .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .trenes-turisticos .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .trenes-turisticos .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  .trenes-turisticos .mt-sm-7 {
    margin-top: 3rem !important;
  }
  .trenes-turisticos .mt-sm-8 {
    margin-top: 3.5rem !important;
  }
  .trenes-turisticos .mt-sm-9 {
    margin-top: 4rem !important;
  }
  .trenes-turisticos .mt-sm-10 {
    margin-top: 4.5rem !important;
  }
  .trenes-turisticos .mt-sm-11 {
    margin-top: 5rem !important;
  }
  .trenes-turisticos .mt-sm-auto {
    margin-top: auto !important;
  }
  .trenes-turisticos .me-sm-0 {
    margin-right: 0 !important;
  }
  .trenes-turisticos .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .trenes-turisticos .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .trenes-turisticos .me-sm-3 {
    margin-right: 1rem !important;
  }
  .trenes-turisticos .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .trenes-turisticos .me-sm-5 {
    margin-right: 2rem !important;
  }
  .trenes-turisticos .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  .trenes-turisticos .me-sm-7 {
    margin-right: 3rem !important;
  }
  .trenes-turisticos .me-sm-8 {
    margin-right: 3.5rem !important;
  }
  .trenes-turisticos .me-sm-9 {
    margin-right: 4rem !important;
  }
  .trenes-turisticos .me-sm-10 {
    margin-right: 4.5rem !important;
  }
  .trenes-turisticos .me-sm-11 {
    margin-right: 5rem !important;
  }
  .trenes-turisticos .me-sm-auto {
    margin-right: auto !important;
  }
  .trenes-turisticos .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .mb-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .mb-sm-11 {
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .trenes-turisticos .ms-sm-0 {
    margin-left: 0 !important;
  }
  .trenes-turisticos .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .trenes-turisticos .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .ms-sm-5 {
    margin-left: 2rem !important;
  }
  .trenes-turisticos .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .ms-sm-7 {
    margin-left: 3rem !important;
  }
  .trenes-turisticos .ms-sm-8 {
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .ms-sm-9 {
    margin-left: 4rem !important;
  }
  .trenes-turisticos .ms-sm-10 {
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .ms-sm-11 {
    margin-left: 5rem !important;
  }
  .trenes-turisticos .ms-sm-auto {
    margin-left: auto !important;
  }
  .trenes-turisticos .p-sm-0 {
    padding: 0 !important;
  }
  .trenes-turisticos .p-sm-1 {
    padding: 0.25rem !important;
  }
  .trenes-turisticos .p-sm-2 {
    padding: 0.5rem !important;
  }
  .trenes-turisticos .p-sm-3 {
    padding: 1rem !important;
  }
  .trenes-turisticos .p-sm-4 {
    padding: 1.5rem !important;
  }
  .trenes-turisticos .p-sm-5 {
    padding: 2rem !important;
  }
  .trenes-turisticos .p-sm-6 {
    padding: 2.5rem !important;
  }
  .trenes-turisticos .p-sm-7 {
    padding: 3rem !important;
  }
  .trenes-turisticos .p-sm-8 {
    padding: 3.5rem !important;
  }
  .trenes-turisticos .p-sm-9 {
    padding: 4rem !important;
  }
  .trenes-turisticos .p-sm-10 {
    padding: 4.5rem !important;
  }
  .trenes-turisticos .p-sm-11 {
    padding: 5rem !important;
  }
  .trenes-turisticos .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .trenes-turisticos .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .trenes-turisticos .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .trenes-turisticos .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .trenes-turisticos .px-sm-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .px-sm-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .trenes-turisticos .px-sm-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .px-sm-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .trenes-turisticos .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .py-sm-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .py-sm-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .pt-sm-0 {
    padding-top: 0 !important;
  }
  .trenes-turisticos .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .trenes-turisticos .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .trenes-turisticos .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .trenes-turisticos .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .trenes-turisticos .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .trenes-turisticos .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  .trenes-turisticos .pt-sm-7 {
    padding-top: 3rem !important;
  }
  .trenes-turisticos .pt-sm-8 {
    padding-top: 3.5rem !important;
  }
  .trenes-turisticos .pt-sm-9 {
    padding-top: 4rem !important;
  }
  .trenes-turisticos .pt-sm-10 {
    padding-top: 4.5rem !important;
  }
  .trenes-turisticos .pt-sm-11 {
    padding-top: 5rem !important;
  }
  .trenes-turisticos .pe-sm-0 {
    padding-right: 0 !important;
  }
  .trenes-turisticos .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .trenes-turisticos .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .trenes-turisticos .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .trenes-turisticos .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .trenes-turisticos .pe-sm-5 {
    padding-right: 2rem !important;
  }
  .trenes-turisticos .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  .trenes-turisticos .pe-sm-7 {
    padding-right: 3rem !important;
  }
  .trenes-turisticos .pe-sm-8 {
    padding-right: 3.5rem !important;
  }
  .trenes-turisticos .pe-sm-9 {
    padding-right: 4rem !important;
  }
  .trenes-turisticos .pe-sm-10 {
    padding-right: 4.5rem !important;
  }
  .trenes-turisticos .pe-sm-11 {
    padding-right: 5rem !important;
  }
  .trenes-turisticos .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .pb-sm-9 {
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .pb-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .pb-sm-11 {
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .ps-sm-0 {
    padding-left: 0 !important;
  }
  .trenes-turisticos .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .trenes-turisticos .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .ps-sm-5 {
    padding-left: 2rem !important;
  }
  .trenes-turisticos .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .ps-sm-7 {
    padding-left: 3rem !important;
  }
  .trenes-turisticos .ps-sm-8 {
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .ps-sm-9 {
    padding-left: 4rem !important;
  }
  .trenes-turisticos .ps-sm-10 {
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .ps-sm-11 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 768px) {
  .trenes-turisticos .d-md-inline {
    display: inline !important;
  }
  .trenes-turisticos .d-md-inline-block {
    display: inline-block !important;
  }
  .trenes-turisticos .d-md-block {
    display: block !important;
  }
  .trenes-turisticos .d-md-grid {
    display: grid !important;
  }
  .trenes-turisticos .d-md-table {
    display: table !important;
  }
  .trenes-turisticos .d-md-table-row {
    display: table-row !important;
  }
  .trenes-turisticos .d-md-table-cell {
    display: table-cell !important;
  }
  .trenes-turisticos .d-md-flex {
    display: flex !important;
  }
  .trenes-turisticos .d-md-inline-flex {
    display: inline-flex !important;
  }
  .trenes-turisticos .d-md-none {
    display: none !important;
  }
  .trenes-turisticos .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .trenes-turisticos .flex-md-row {
    flex-direction: row !important;
  }
  .trenes-turisticos .flex-md-column {
    flex-direction: column !important;
  }
  .trenes-turisticos .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .trenes-turisticos .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .trenes-turisticos .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .trenes-turisticos .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .trenes-turisticos .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .trenes-turisticos .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .trenes-turisticos .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .trenes-turisticos .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .trenes-turisticos .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .trenes-turisticos .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .trenes-turisticos .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .trenes-turisticos .justify-content-md-center {
    justify-content: center !important;
  }
  .trenes-turisticos .justify-content-md-between {
    justify-content: space-between !important;
  }
  .trenes-turisticos .justify-content-md-around {
    justify-content: space-around !important;
  }
  .trenes-turisticos .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .trenes-turisticos .align-items-md-start {
    align-items: flex-start !important;
  }
  .trenes-turisticos .align-items-md-end {
    align-items: flex-end !important;
  }
  .trenes-turisticos .align-items-md-center {
    align-items: center !important;
  }
  .trenes-turisticos .align-items-md-baseline {
    align-items: baseline !important;
  }
  .trenes-turisticos .align-items-md-stretch {
    align-items: stretch !important;
  }
  .trenes-turisticos .align-content-md-start {
    align-content: flex-start !important;
  }
  .trenes-turisticos .align-content-md-end {
    align-content: flex-end !important;
  }
  .trenes-turisticos .align-content-md-center {
    align-content: center !important;
  }
  .trenes-turisticos .align-content-md-between {
    align-content: space-between !important;
  }
  .trenes-turisticos .align-content-md-around {
    align-content: space-around !important;
  }
  .trenes-turisticos .align-content-md-stretch {
    align-content: stretch !important;
  }
  .trenes-turisticos .align-self-md-auto {
    align-self: auto !important;
  }
  .trenes-turisticos .align-self-md-start {
    align-self: flex-start !important;
  }
  .trenes-turisticos .align-self-md-end {
    align-self: flex-end !important;
  }
  .trenes-turisticos .align-self-md-center {
    align-self: center !important;
  }
  .trenes-turisticos .align-self-md-baseline {
    align-self: baseline !important;
  }
  .trenes-turisticos .align-self-md-stretch {
    align-self: stretch !important;
  }
  .trenes-turisticos .order-md-first {
    order: -1 !important;
  }
  .trenes-turisticos .order-md-0 {
    order: 0 !important;
  }
  .trenes-turisticos .order-md-1 {
    order: 1 !important;
  }
  .trenes-turisticos .order-md-2 {
    order: 2 !important;
  }
  .trenes-turisticos .order-md-3 {
    order: 3 !important;
  }
  .trenes-turisticos .order-md-4 {
    order: 4 !important;
  }
  .trenes-turisticos .order-md-5 {
    order: 5 !important;
  }
  .trenes-turisticos .order-md-last {
    order: 6 !important;
  }
  .trenes-turisticos .m-md-0 {
    margin: 0 !important;
  }
  .trenes-turisticos .m-md-1 {
    margin: 0.25rem !important;
  }
  .trenes-turisticos .m-md-2 {
    margin: 0.5rem !important;
  }
  .trenes-turisticos .m-md-3 {
    margin: 1rem !important;
  }
  .trenes-turisticos .m-md-4 {
    margin: 1.5rem !important;
  }
  .trenes-turisticos .m-md-5 {
    margin: 2rem !important;
  }
  .trenes-turisticos .m-md-6 {
    margin: 2.5rem !important;
  }
  .trenes-turisticos .m-md-7 {
    margin: 3rem !important;
  }
  .trenes-turisticos .m-md-8 {
    margin: 3.5rem !important;
  }
  .trenes-turisticos .m-md-9 {
    margin: 4rem !important;
  }
  .trenes-turisticos .m-md-10 {
    margin: 4.5rem !important;
  }
  .trenes-turisticos .m-md-11 {
    margin: 5rem !important;
  }
  .trenes-turisticos .m-md-auto {
    margin: auto !important;
  }
  .trenes-turisticos .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .trenes-turisticos .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .trenes-turisticos .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .trenes-turisticos .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .trenes-turisticos .mx-md-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .mx-md-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .trenes-turisticos .mx-md-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .mx-md-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .trenes-turisticos .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .trenes-turisticos .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .my-md-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .my-md-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .trenes-turisticos .mt-md-0 {
    margin-top: 0 !important;
  }
  .trenes-turisticos .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .trenes-turisticos .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .trenes-turisticos .mt-md-3 {
    margin-top: 1rem !important;
  }
  .trenes-turisticos .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .trenes-turisticos .mt-md-5 {
    margin-top: 2rem !important;
  }
  .trenes-turisticos .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  .trenes-turisticos .mt-md-7 {
    margin-top: 3rem !important;
  }
  .trenes-turisticos .mt-md-8 {
    margin-top: 3.5rem !important;
  }
  .trenes-turisticos .mt-md-9 {
    margin-top: 4rem !important;
  }
  .trenes-turisticos .mt-md-10 {
    margin-top: 4.5rem !important;
  }
  .trenes-turisticos .mt-md-11 {
    margin-top: 5rem !important;
  }
  .trenes-turisticos .mt-md-auto {
    margin-top: auto !important;
  }
  .trenes-turisticos .me-md-0 {
    margin-right: 0 !important;
  }
  .trenes-turisticos .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .trenes-turisticos .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .trenes-turisticos .me-md-3 {
    margin-right: 1rem !important;
  }
  .trenes-turisticos .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .trenes-turisticos .me-md-5 {
    margin-right: 2rem !important;
  }
  .trenes-turisticos .me-md-6 {
    margin-right: 2.5rem !important;
  }
  .trenes-turisticos .me-md-7 {
    margin-right: 3rem !important;
  }
  .trenes-turisticos .me-md-8 {
    margin-right: 3.5rem !important;
  }
  .trenes-turisticos .me-md-9 {
    margin-right: 4rem !important;
  }
  .trenes-turisticos .me-md-10 {
    margin-right: 4.5rem !important;
  }
  .trenes-turisticos .me-md-11 {
    margin-right: 5rem !important;
  }
  .trenes-turisticos .me-md-auto {
    margin-right: auto !important;
  }
  .trenes-turisticos .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .mb-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .mb-md-10 {
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .mb-md-11 {
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .mb-md-auto {
    margin-bottom: auto !important;
  }
  .trenes-turisticos .ms-md-0 {
    margin-left: 0 !important;
  }
  .trenes-turisticos .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .ms-md-3 {
    margin-left: 1rem !important;
  }
  .trenes-turisticos .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .ms-md-5 {
    margin-left: 2rem !important;
  }
  .trenes-turisticos .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .ms-md-7 {
    margin-left: 3rem !important;
  }
  .trenes-turisticos .ms-md-8 {
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .ms-md-9 {
    margin-left: 4rem !important;
  }
  .trenes-turisticos .ms-md-10 {
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .ms-md-11 {
    margin-left: 5rem !important;
  }
  .trenes-turisticos .ms-md-auto {
    margin-left: auto !important;
  }
  .trenes-turisticos .p-md-0 {
    padding: 0 !important;
  }
  .trenes-turisticos .p-md-1 {
    padding: 0.25rem !important;
  }
  .trenes-turisticos .p-md-2 {
    padding: 0.5rem !important;
  }
  .trenes-turisticos .p-md-3 {
    padding: 1rem !important;
  }
  .trenes-turisticos .p-md-4 {
    padding: 1.5rem !important;
  }
  .trenes-turisticos .p-md-5 {
    padding: 2rem !important;
  }
  .trenes-turisticos .p-md-6 {
    padding: 2.5rem !important;
  }
  .trenes-turisticos .p-md-7 {
    padding: 3rem !important;
  }
  .trenes-turisticos .p-md-8 {
    padding: 3.5rem !important;
  }
  .trenes-turisticos .p-md-9 {
    padding: 4rem !important;
  }
  .trenes-turisticos .p-md-10 {
    padding: 4.5rem !important;
  }
  .trenes-turisticos .p-md-11 {
    padding: 5rem !important;
  }
  .trenes-turisticos .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .trenes-turisticos .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .trenes-turisticos .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .trenes-turisticos .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .trenes-turisticos .px-md-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .px-md-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .trenes-turisticos .px-md-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .px-md-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .trenes-turisticos .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .py-md-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .py-md-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .pt-md-0 {
    padding-top: 0 !important;
  }
  .trenes-turisticos .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .trenes-turisticos .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .trenes-turisticos .pt-md-3 {
    padding-top: 1rem !important;
  }
  .trenes-turisticos .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .trenes-turisticos .pt-md-5 {
    padding-top: 2rem !important;
  }
  .trenes-turisticos .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  .trenes-turisticos .pt-md-7 {
    padding-top: 3rem !important;
  }
  .trenes-turisticos .pt-md-8 {
    padding-top: 3.5rem !important;
  }
  .trenes-turisticos .pt-md-9 {
    padding-top: 4rem !important;
  }
  .trenes-turisticos .pt-md-10 {
    padding-top: 4.5rem !important;
  }
  .trenes-turisticos .pt-md-11 {
    padding-top: 5rem !important;
  }
  .trenes-turisticos .pe-md-0 {
    padding-right: 0 !important;
  }
  .trenes-turisticos .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .trenes-turisticos .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .trenes-turisticos .pe-md-3 {
    padding-right: 1rem !important;
  }
  .trenes-turisticos .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .trenes-turisticos .pe-md-5 {
    padding-right: 2rem !important;
  }
  .trenes-turisticos .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  .trenes-turisticos .pe-md-7 {
    padding-right: 3rem !important;
  }
  .trenes-turisticos .pe-md-8 {
    padding-right: 3.5rem !important;
  }
  .trenes-turisticos .pe-md-9 {
    padding-right: 4rem !important;
  }
  .trenes-turisticos .pe-md-10 {
    padding-right: 4.5rem !important;
  }
  .trenes-turisticos .pe-md-11 {
    padding-right: 5rem !important;
  }
  .trenes-turisticos .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .pb-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .pb-md-9 {
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .pb-md-10 {
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .pb-md-11 {
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .ps-md-0 {
    padding-left: 0 !important;
  }
  .trenes-turisticos .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .ps-md-3 {
    padding-left: 1rem !important;
  }
  .trenes-turisticos .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .ps-md-5 {
    padding-left: 2rem !important;
  }
  .trenes-turisticos .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .ps-md-7 {
    padding-left: 3rem !important;
  }
  .trenes-turisticos .ps-md-8 {
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .ps-md-9 {
    padding-left: 4rem !important;
  }
  .trenes-turisticos .ps-md-10 {
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .ps-md-11 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 992px) {
  .trenes-turisticos .d-lg-inline {
    display: inline !important;
  }
  .trenes-turisticos .d-lg-inline-block {
    display: inline-block !important;
  }
  .trenes-turisticos .d-lg-block {
    display: block !important;
  }
  .trenes-turisticos .d-lg-grid {
    display: grid !important;
  }
  .trenes-turisticos .d-lg-table {
    display: table !important;
  }
  .trenes-turisticos .d-lg-table-row {
    display: table-row !important;
  }
  .trenes-turisticos .d-lg-table-cell {
    display: table-cell !important;
  }
  .trenes-turisticos .d-lg-flex {
    display: flex !important;
  }
  .trenes-turisticos .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .trenes-turisticos .d-lg-none {
    display: none !important;
  }
  .trenes-turisticos .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .trenes-turisticos .flex-lg-row {
    flex-direction: row !important;
  }
  .trenes-turisticos .flex-lg-column {
    flex-direction: column !important;
  }
  .trenes-turisticos .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .trenes-turisticos .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .trenes-turisticos .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .trenes-turisticos .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .trenes-turisticos .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .trenes-turisticos .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .trenes-turisticos .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .trenes-turisticos .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .trenes-turisticos .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .trenes-turisticos .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .trenes-turisticos .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .trenes-turisticos .justify-content-lg-center {
    justify-content: center !important;
  }
  .trenes-turisticos .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .trenes-turisticos .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .trenes-turisticos .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .trenes-turisticos .align-items-lg-start {
    align-items: flex-start !important;
  }
  .trenes-turisticos .align-items-lg-end {
    align-items: flex-end !important;
  }
  .trenes-turisticos .align-items-lg-center {
    align-items: center !important;
  }
  .trenes-turisticos .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .trenes-turisticos .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .trenes-turisticos .align-content-lg-start {
    align-content: flex-start !important;
  }
  .trenes-turisticos .align-content-lg-end {
    align-content: flex-end !important;
  }
  .trenes-turisticos .align-content-lg-center {
    align-content: center !important;
  }
  .trenes-turisticos .align-content-lg-between {
    align-content: space-between !important;
  }
  .trenes-turisticos .align-content-lg-around {
    align-content: space-around !important;
  }
  .trenes-turisticos .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .trenes-turisticos .align-self-lg-auto {
    align-self: auto !important;
  }
  .trenes-turisticos .align-self-lg-start {
    align-self: flex-start !important;
  }
  .trenes-turisticos .align-self-lg-end {
    align-self: flex-end !important;
  }
  .trenes-turisticos .align-self-lg-center {
    align-self: center !important;
  }
  .trenes-turisticos .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .trenes-turisticos .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .trenes-turisticos .order-lg-first {
    order: -1 !important;
  }
  .trenes-turisticos .order-lg-0 {
    order: 0 !important;
  }
  .trenes-turisticos .order-lg-1 {
    order: 1 !important;
  }
  .trenes-turisticos .order-lg-2 {
    order: 2 !important;
  }
  .trenes-turisticos .order-lg-3 {
    order: 3 !important;
  }
  .trenes-turisticos .order-lg-4 {
    order: 4 !important;
  }
  .trenes-turisticos .order-lg-5 {
    order: 5 !important;
  }
  .trenes-turisticos .order-lg-last {
    order: 6 !important;
  }
  .trenes-turisticos .m-lg-0 {
    margin: 0 !important;
  }
  .trenes-turisticos .m-lg-1 {
    margin: 0.25rem !important;
  }
  .trenes-turisticos .m-lg-2 {
    margin: 0.5rem !important;
  }
  .trenes-turisticos .m-lg-3 {
    margin: 1rem !important;
  }
  .trenes-turisticos .m-lg-4 {
    margin: 1.5rem !important;
  }
  .trenes-turisticos .m-lg-5 {
    margin: 2rem !important;
  }
  .trenes-turisticos .m-lg-6 {
    margin: 2.5rem !important;
  }
  .trenes-turisticos .m-lg-7 {
    margin: 3rem !important;
  }
  .trenes-turisticos .m-lg-8 {
    margin: 3.5rem !important;
  }
  .trenes-turisticos .m-lg-9 {
    margin: 4rem !important;
  }
  .trenes-turisticos .m-lg-10 {
    margin: 4.5rem !important;
  }
  .trenes-turisticos .m-lg-11 {
    margin: 5rem !important;
  }
  .trenes-turisticos .m-lg-auto {
    margin: auto !important;
  }
  .trenes-turisticos .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .trenes-turisticos .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .trenes-turisticos .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .trenes-turisticos .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .trenes-turisticos .mx-lg-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .mx-lg-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .trenes-turisticos .mx-lg-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .mx-lg-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .trenes-turisticos .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .trenes-turisticos .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .my-lg-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .my-lg-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .my-lg-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .trenes-turisticos .mt-lg-0 {
    margin-top: 0 !important;
  }
  .trenes-turisticos .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .trenes-turisticos .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .trenes-turisticos .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .trenes-turisticos .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .trenes-turisticos .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .trenes-turisticos .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .trenes-turisticos .mt-lg-7 {
    margin-top: 3rem !important;
  }
  .trenes-turisticos .mt-lg-8 {
    margin-top: 3.5rem !important;
  }
  .trenes-turisticos .mt-lg-9 {
    margin-top: 4rem !important;
  }
  .trenes-turisticos .mt-lg-10 {
    margin-top: 4.5rem !important;
  }
  .trenes-turisticos .mt-lg-11 {
    margin-top: 5rem !important;
  }
  .trenes-turisticos .mt-lg-auto {
    margin-top: auto !important;
  }
  .trenes-turisticos .me-lg-0 {
    margin-right: 0 !important;
  }
  .trenes-turisticos .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .trenes-turisticos .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .trenes-turisticos .me-lg-3 {
    margin-right: 1rem !important;
  }
  .trenes-turisticos .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .trenes-turisticos .me-lg-5 {
    margin-right: 2rem !important;
  }
  .trenes-turisticos .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  .trenes-turisticos .me-lg-7 {
    margin-right: 3rem !important;
  }
  .trenes-turisticos .me-lg-8 {
    margin-right: 3.5rem !important;
  }
  .trenes-turisticos .me-lg-9 {
    margin-right: 4rem !important;
  }
  .trenes-turisticos .me-lg-10 {
    margin-right: 4.5rem !important;
  }
  .trenes-turisticos .me-lg-11 {
    margin-right: 5rem !important;
  }
  .trenes-turisticos .me-lg-auto {
    margin-right: auto !important;
  }
  .trenes-turisticos .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .mb-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .mb-lg-11 {
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .trenes-turisticos .ms-lg-0 {
    margin-left: 0 !important;
  }
  .trenes-turisticos .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .trenes-turisticos .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .ms-lg-5 {
    margin-left: 2rem !important;
  }
  .trenes-turisticos .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .ms-lg-7 {
    margin-left: 3rem !important;
  }
  .trenes-turisticos .ms-lg-8 {
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .ms-lg-9 {
    margin-left: 4rem !important;
  }
  .trenes-turisticos .ms-lg-10 {
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .ms-lg-11 {
    margin-left: 5rem !important;
  }
  .trenes-turisticos .ms-lg-auto {
    margin-left: auto !important;
  }
  .trenes-turisticos .p-lg-0 {
    padding: 0 !important;
  }
  .trenes-turisticos .p-lg-1 {
    padding: 0.25rem !important;
  }
  .trenes-turisticos .p-lg-2 {
    padding: 0.5rem !important;
  }
  .trenes-turisticos .p-lg-3 {
    padding: 1rem !important;
  }
  .trenes-turisticos .p-lg-4 {
    padding: 1.5rem !important;
  }
  .trenes-turisticos .p-lg-5 {
    padding: 2rem !important;
  }
  .trenes-turisticos .p-lg-6 {
    padding: 2.5rem !important;
  }
  .trenes-turisticos .p-lg-7 {
    padding: 3rem !important;
  }
  .trenes-turisticos .p-lg-8 {
    padding: 3.5rem !important;
  }
  .trenes-turisticos .p-lg-9 {
    padding: 4rem !important;
  }
  .trenes-turisticos .p-lg-10 {
    padding: 4.5rem !important;
  }
  .trenes-turisticos .p-lg-11 {
    padding: 5rem !important;
  }
  .trenes-turisticos .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .trenes-turisticos .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .trenes-turisticos .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .trenes-turisticos .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .trenes-turisticos .px-lg-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .px-lg-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .trenes-turisticos .px-lg-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .px-lg-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .trenes-turisticos .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .py-lg-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .py-lg-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .py-lg-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .py-lg-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .pt-lg-0 {
    padding-top: 0 !important;
  }
  .trenes-turisticos .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .trenes-turisticos .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .trenes-turisticos .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .trenes-turisticos .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .trenes-turisticos .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .trenes-turisticos .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  .trenes-turisticos .pt-lg-7 {
    padding-top: 3rem !important;
  }
  .trenes-turisticos .pt-lg-8 {
    padding-top: 3.5rem !important;
  }
  .trenes-turisticos .pt-lg-9 {
    padding-top: 4rem !important;
  }
  .trenes-turisticos .pt-lg-10 {
    padding-top: 4.5rem !important;
  }
  .trenes-turisticos .pt-lg-11 {
    padding-top: 5rem !important;
  }
  .trenes-turisticos .pe-lg-0 {
    padding-right: 0 !important;
  }
  .trenes-turisticos .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .trenes-turisticos .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .trenes-turisticos .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .trenes-turisticos .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .trenes-turisticos .pe-lg-5 {
    padding-right: 2rem !important;
  }
  .trenes-turisticos .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  .trenes-turisticos .pe-lg-7 {
    padding-right: 3rem !important;
  }
  .trenes-turisticos .pe-lg-8 {
    padding-right: 3.5rem !important;
  }
  .trenes-turisticos .pe-lg-9 {
    padding-right: 4rem !important;
  }
  .trenes-turisticos .pe-lg-10 {
    padding-right: 4.5rem !important;
  }
  .trenes-turisticos .pe-lg-11 {
    padding-right: 5rem !important;
  }
  .trenes-turisticos .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .pb-lg-9 {
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .pb-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .pb-lg-11 {
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .ps-lg-0 {
    padding-left: 0 !important;
  }
  .trenes-turisticos .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .trenes-turisticos .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .trenes-turisticos .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .ps-lg-7 {
    padding-left: 3rem !important;
  }
  .trenes-turisticos .ps-lg-8 {
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .ps-lg-9 {
    padding-left: 4rem !important;
  }
  .trenes-turisticos .ps-lg-10 {
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .ps-lg-11 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .trenes-turisticos .d-xl-inline {
    display: inline !important;
  }
  .trenes-turisticos .d-xl-inline-block {
    display: inline-block !important;
  }
  .trenes-turisticos .d-xl-block {
    display: block !important;
  }
  .trenes-turisticos .d-xl-grid {
    display: grid !important;
  }
  .trenes-turisticos .d-xl-table {
    display: table !important;
  }
  .trenes-turisticos .d-xl-table-row {
    display: table-row !important;
  }
  .trenes-turisticos .d-xl-table-cell {
    display: table-cell !important;
  }
  .trenes-turisticos .d-xl-flex {
    display: flex !important;
  }
  .trenes-turisticos .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .trenes-turisticos .d-xl-none {
    display: none !important;
  }
  .trenes-turisticos .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .trenes-turisticos .flex-xl-row {
    flex-direction: row !important;
  }
  .trenes-turisticos .flex-xl-column {
    flex-direction: column !important;
  }
  .trenes-turisticos .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .trenes-turisticos .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .trenes-turisticos .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .trenes-turisticos .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .trenes-turisticos .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .trenes-turisticos .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .trenes-turisticos .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .trenes-turisticos .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .trenes-turisticos .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .trenes-turisticos .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .trenes-turisticos .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .trenes-turisticos .justify-content-xl-center {
    justify-content: center !important;
  }
  .trenes-turisticos .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .trenes-turisticos .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .trenes-turisticos .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .trenes-turisticos .align-items-xl-start {
    align-items: flex-start !important;
  }
  .trenes-turisticos .align-items-xl-end {
    align-items: flex-end !important;
  }
  .trenes-turisticos .align-items-xl-center {
    align-items: center !important;
  }
  .trenes-turisticos .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .trenes-turisticos .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .trenes-turisticos .align-content-xl-start {
    align-content: flex-start !important;
  }
  .trenes-turisticos .align-content-xl-end {
    align-content: flex-end !important;
  }
  .trenes-turisticos .align-content-xl-center {
    align-content: center !important;
  }
  .trenes-turisticos .align-content-xl-between {
    align-content: space-between !important;
  }
  .trenes-turisticos .align-content-xl-around {
    align-content: space-around !important;
  }
  .trenes-turisticos .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .trenes-turisticos .align-self-xl-auto {
    align-self: auto !important;
  }
  .trenes-turisticos .align-self-xl-start {
    align-self: flex-start !important;
  }
  .trenes-turisticos .align-self-xl-end {
    align-self: flex-end !important;
  }
  .trenes-turisticos .align-self-xl-center {
    align-self: center !important;
  }
  .trenes-turisticos .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .trenes-turisticos .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .trenes-turisticos .order-xl-first {
    order: -1 !important;
  }
  .trenes-turisticos .order-xl-0 {
    order: 0 !important;
  }
  .trenes-turisticos .order-xl-1 {
    order: 1 !important;
  }
  .trenes-turisticos .order-xl-2 {
    order: 2 !important;
  }
  .trenes-turisticos .order-xl-3 {
    order: 3 !important;
  }
  .trenes-turisticos .order-xl-4 {
    order: 4 !important;
  }
  .trenes-turisticos .order-xl-5 {
    order: 5 !important;
  }
  .trenes-turisticos .order-xl-last {
    order: 6 !important;
  }
  .trenes-turisticos .m-xl-0 {
    margin: 0 !important;
  }
  .trenes-turisticos .m-xl-1 {
    margin: 0.25rem !important;
  }
  .trenes-turisticos .m-xl-2 {
    margin: 0.5rem !important;
  }
  .trenes-turisticos .m-xl-3 {
    margin: 1rem !important;
  }
  .trenes-turisticos .m-xl-4 {
    margin: 1.5rem !important;
  }
  .trenes-turisticos .m-xl-5 {
    margin: 2rem !important;
  }
  .trenes-turisticos .m-xl-6 {
    margin: 2.5rem !important;
  }
  .trenes-turisticos .m-xl-7 {
    margin: 3rem !important;
  }
  .trenes-turisticos .m-xl-8 {
    margin: 3.5rem !important;
  }
  .trenes-turisticos .m-xl-9 {
    margin: 4rem !important;
  }
  .trenes-turisticos .m-xl-10 {
    margin: 4.5rem !important;
  }
  .trenes-turisticos .m-xl-11 {
    margin: 5rem !important;
  }
  .trenes-turisticos .m-xl-auto {
    margin: auto !important;
  }
  .trenes-turisticos .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .trenes-turisticos .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .trenes-turisticos .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .trenes-turisticos .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .trenes-turisticos .mx-xl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .mx-xl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .trenes-turisticos .mx-xl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .mx-xl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .trenes-turisticos .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .trenes-turisticos .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .my-xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .my-xl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .my-xl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .trenes-turisticos .mt-xl-0 {
    margin-top: 0 !important;
  }
  .trenes-turisticos .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .trenes-turisticos .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .trenes-turisticos .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .trenes-turisticos .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .trenes-turisticos .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .trenes-turisticos .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .trenes-turisticos .mt-xl-7 {
    margin-top: 3rem !important;
  }
  .trenes-turisticos .mt-xl-8 {
    margin-top: 3.5rem !important;
  }
  .trenes-turisticos .mt-xl-9 {
    margin-top: 4rem !important;
  }
  .trenes-turisticos .mt-xl-10 {
    margin-top: 4.5rem !important;
  }
  .trenes-turisticos .mt-xl-11 {
    margin-top: 5rem !important;
  }
  .trenes-turisticos .mt-xl-auto {
    margin-top: auto !important;
  }
  .trenes-turisticos .me-xl-0 {
    margin-right: 0 !important;
  }
  .trenes-turisticos .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .trenes-turisticos .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .trenes-turisticos .me-xl-3 {
    margin-right: 1rem !important;
  }
  .trenes-turisticos .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .trenes-turisticos .me-xl-5 {
    margin-right: 2rem !important;
  }
  .trenes-turisticos .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  .trenes-turisticos .me-xl-7 {
    margin-right: 3rem !important;
  }
  .trenes-turisticos .me-xl-8 {
    margin-right: 3.5rem !important;
  }
  .trenes-turisticos .me-xl-9 {
    margin-right: 4rem !important;
  }
  .trenes-turisticos .me-xl-10 {
    margin-right: 4.5rem !important;
  }
  .trenes-turisticos .me-xl-11 {
    margin-right: 5rem !important;
  }
  .trenes-turisticos .me-xl-auto {
    margin-right: auto !important;
  }
  .trenes-turisticos .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .mb-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .mb-xl-11 {
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .trenes-turisticos .ms-xl-0 {
    margin-left: 0 !important;
  }
  .trenes-turisticos .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .trenes-turisticos .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .ms-xl-5 {
    margin-left: 2rem !important;
  }
  .trenes-turisticos .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .ms-xl-7 {
    margin-left: 3rem !important;
  }
  .trenes-turisticos .ms-xl-8 {
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .ms-xl-9 {
    margin-left: 4rem !important;
  }
  .trenes-turisticos .ms-xl-10 {
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .ms-xl-11 {
    margin-left: 5rem !important;
  }
  .trenes-turisticos .ms-xl-auto {
    margin-left: auto !important;
  }
  .trenes-turisticos .p-xl-0 {
    padding: 0 !important;
  }
  .trenes-turisticos .p-xl-1 {
    padding: 0.25rem !important;
  }
  .trenes-turisticos .p-xl-2 {
    padding: 0.5rem !important;
  }
  .trenes-turisticos .p-xl-3 {
    padding: 1rem !important;
  }
  .trenes-turisticos .p-xl-4 {
    padding: 1.5rem !important;
  }
  .trenes-turisticos .p-xl-5 {
    padding: 2rem !important;
  }
  .trenes-turisticos .p-xl-6 {
    padding: 2.5rem !important;
  }
  .trenes-turisticos .p-xl-7 {
    padding: 3rem !important;
  }
  .trenes-turisticos .p-xl-8 {
    padding: 3.5rem !important;
  }
  .trenes-turisticos .p-xl-9 {
    padding: 4rem !important;
  }
  .trenes-turisticos .p-xl-10 {
    padding: 4.5rem !important;
  }
  .trenes-turisticos .p-xl-11 {
    padding: 5rem !important;
  }
  .trenes-turisticos .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .trenes-turisticos .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .trenes-turisticos .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .trenes-turisticos .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .trenes-turisticos .px-xl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .px-xl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .trenes-turisticos .px-xl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .px-xl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .trenes-turisticos .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .py-xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .py-xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .py-xl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .py-xl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .pt-xl-0 {
    padding-top: 0 !important;
  }
  .trenes-turisticos .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .trenes-turisticos .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .trenes-turisticos .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .trenes-turisticos .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .trenes-turisticos .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .trenes-turisticos .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  .trenes-turisticos .pt-xl-7 {
    padding-top: 3rem !important;
  }
  .trenes-turisticos .pt-xl-8 {
    padding-top: 3.5rem !important;
  }
  .trenes-turisticos .pt-xl-9 {
    padding-top: 4rem !important;
  }
  .trenes-turisticos .pt-xl-10 {
    padding-top: 4.5rem !important;
  }
  .trenes-turisticos .pt-xl-11 {
    padding-top: 5rem !important;
  }
  .trenes-turisticos .pe-xl-0 {
    padding-right: 0 !important;
  }
  .trenes-turisticos .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .trenes-turisticos .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .trenes-turisticos .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .trenes-turisticos .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .trenes-turisticos .pe-xl-5 {
    padding-right: 2rem !important;
  }
  .trenes-turisticos .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  .trenes-turisticos .pe-xl-7 {
    padding-right: 3rem !important;
  }
  .trenes-turisticos .pe-xl-8 {
    padding-right: 3.5rem !important;
  }
  .trenes-turisticos .pe-xl-9 {
    padding-right: 4rem !important;
  }
  .trenes-turisticos .pe-xl-10 {
    padding-right: 4.5rem !important;
  }
  .trenes-turisticos .pe-xl-11 {
    padding-right: 5rem !important;
  }
  .trenes-turisticos .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .pb-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .pb-xl-9 {
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .pb-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .pb-xl-11 {
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .ps-xl-0 {
    padding-left: 0 !important;
  }
  .trenes-turisticos .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .trenes-turisticos .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .ps-xl-5 {
    padding-left: 2rem !important;
  }
  .trenes-turisticos .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .ps-xl-7 {
    padding-left: 3rem !important;
  }
  .trenes-turisticos .ps-xl-8 {
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .ps-xl-9 {
    padding-left: 4rem !important;
  }
  .trenes-turisticos .ps-xl-10 {
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .ps-xl-11 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1400px) {
  .trenes-turisticos .d-xxl-inline {
    display: inline !important;
  }
  .trenes-turisticos .d-xxl-inline-block {
    display: inline-block !important;
  }
  .trenes-turisticos .d-xxl-block {
    display: block !important;
  }
  .trenes-turisticos .d-xxl-grid {
    display: grid !important;
  }
  .trenes-turisticos .d-xxl-table {
    display: table !important;
  }
  .trenes-turisticos .d-xxl-table-row {
    display: table-row !important;
  }
  .trenes-turisticos .d-xxl-table-cell {
    display: table-cell !important;
  }
  .trenes-turisticos .d-xxl-flex {
    display: flex !important;
  }
  .trenes-turisticos .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .trenes-turisticos .d-xxl-none {
    display: none !important;
  }
  .trenes-turisticos .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .trenes-turisticos .flex-xxl-row {
    flex-direction: row !important;
  }
  .trenes-turisticos .flex-xxl-column {
    flex-direction: column !important;
  }
  .trenes-turisticos .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .trenes-turisticos .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .trenes-turisticos .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .trenes-turisticos .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .trenes-turisticos .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .trenes-turisticos .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .trenes-turisticos .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .trenes-turisticos .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .trenes-turisticos .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .trenes-turisticos .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .trenes-turisticos .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .trenes-turisticos .justify-content-xxl-center {
    justify-content: center !important;
  }
  .trenes-turisticos .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .trenes-turisticos .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .trenes-turisticos .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .trenes-turisticos .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .trenes-turisticos .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .trenes-turisticos .align-items-xxl-center {
    align-items: center !important;
  }
  .trenes-turisticos .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .trenes-turisticos .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .trenes-turisticos .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .trenes-turisticos .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .trenes-turisticos .align-content-xxl-center {
    align-content: center !important;
  }
  .trenes-turisticos .align-content-xxl-between {
    align-content: space-between !important;
  }
  .trenes-turisticos .align-content-xxl-around {
    align-content: space-around !important;
  }
  .trenes-turisticos .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .trenes-turisticos .align-self-xxl-auto {
    align-self: auto !important;
  }
  .trenes-turisticos .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .trenes-turisticos .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .trenes-turisticos .align-self-xxl-center {
    align-self: center !important;
  }
  .trenes-turisticos .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .trenes-turisticos .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .trenes-turisticos .order-xxl-first {
    order: -1 !important;
  }
  .trenes-turisticos .order-xxl-0 {
    order: 0 !important;
  }
  .trenes-turisticos .order-xxl-1 {
    order: 1 !important;
  }
  .trenes-turisticos .order-xxl-2 {
    order: 2 !important;
  }
  .trenes-turisticos .order-xxl-3 {
    order: 3 !important;
  }
  .trenes-turisticos .order-xxl-4 {
    order: 4 !important;
  }
  .trenes-turisticos .order-xxl-5 {
    order: 5 !important;
  }
  .trenes-turisticos .order-xxl-last {
    order: 6 !important;
  }
  .trenes-turisticos .m-xxl-0 {
    margin: 0 !important;
  }
  .trenes-turisticos .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .trenes-turisticos .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .trenes-turisticos .m-xxl-3 {
    margin: 1rem !important;
  }
  .trenes-turisticos .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .trenes-turisticos .m-xxl-5 {
    margin: 2rem !important;
  }
  .trenes-turisticos .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .trenes-turisticos .m-xxl-7 {
    margin: 3rem !important;
  }
  .trenes-turisticos .m-xxl-8 {
    margin: 3.5rem !important;
  }
  .trenes-turisticos .m-xxl-9 {
    margin: 4rem !important;
  }
  .trenes-turisticos .m-xxl-10 {
    margin: 4.5rem !important;
  }
  .trenes-turisticos .m-xxl-11 {
    margin: 5rem !important;
  }
  .trenes-turisticos .m-xxl-auto {
    margin: auto !important;
  }
  .trenes-turisticos .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .trenes-turisticos .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .trenes-turisticos .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .trenes-turisticos .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .trenes-turisticos .mx-xxl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .mx-xxl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .trenes-turisticos .mx-xxl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .mx-xxl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .trenes-turisticos .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .trenes-turisticos .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .my-xxl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .my-xxl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .my-xxl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .trenes-turisticos .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .trenes-turisticos .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .trenes-turisticos .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .trenes-turisticos .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .trenes-turisticos .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .trenes-turisticos .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  .trenes-turisticos .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .trenes-turisticos .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  .trenes-turisticos .mt-xxl-8 {
    margin-top: 3.5rem !important;
  }
  .trenes-turisticos .mt-xxl-9 {
    margin-top: 4rem !important;
  }
  .trenes-turisticos .mt-xxl-10 {
    margin-top: 4.5rem !important;
  }
  .trenes-turisticos .mt-xxl-11 {
    margin-top: 5rem !important;
  }
  .trenes-turisticos .mt-xxl-auto {
    margin-top: auto !important;
  }
  .trenes-turisticos .me-xxl-0 {
    margin-right: 0 !important;
  }
  .trenes-turisticos .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .trenes-turisticos .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .trenes-turisticos .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .trenes-turisticos .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .trenes-turisticos .me-xxl-5 {
    margin-right: 2rem !important;
  }
  .trenes-turisticos .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .trenes-turisticos .me-xxl-7 {
    margin-right: 3rem !important;
  }
  .trenes-turisticos .me-xxl-8 {
    margin-right: 3.5rem !important;
  }
  .trenes-turisticos .me-xxl-9 {
    margin-right: 4rem !important;
  }
  .trenes-turisticos .me-xxl-10 {
    margin-right: 4.5rem !important;
  }
  .trenes-turisticos .me-xxl-11 {
    margin-right: 5rem !important;
  }
  .trenes-turisticos .me-xxl-auto {
    margin-right: auto !important;
  }
  .trenes-turisticos .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .trenes-turisticos .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .trenes-turisticos .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .trenes-turisticos .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .trenes-turisticos .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .trenes-turisticos .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .trenes-turisticos .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .trenes-turisticos .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .trenes-turisticos .mb-xxl-8 {
    margin-bottom: 3.5rem !important;
  }
  .trenes-turisticos .mb-xxl-9 {
    margin-bottom: 4rem !important;
  }
  .trenes-turisticos .mb-xxl-10 {
    margin-bottom: 4.5rem !important;
  }
  .trenes-turisticos .mb-xxl-11 {
    margin-bottom: 5rem !important;
  }
  .trenes-turisticos .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .trenes-turisticos .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .trenes-turisticos .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .trenes-turisticos .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .trenes-turisticos .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .trenes-turisticos .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .trenes-turisticos .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  .trenes-turisticos .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .trenes-turisticos .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  .trenes-turisticos .ms-xxl-8 {
    margin-left: 3.5rem !important;
  }
  .trenes-turisticos .ms-xxl-9 {
    margin-left: 4rem !important;
  }
  .trenes-turisticos .ms-xxl-10 {
    margin-left: 4.5rem !important;
  }
  .trenes-turisticos .ms-xxl-11 {
    margin-left: 5rem !important;
  }
  .trenes-turisticos .ms-xxl-auto {
    margin-left: auto !important;
  }
  .trenes-turisticos .p-xxl-0 {
    padding: 0 !important;
  }
  .trenes-turisticos .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .trenes-turisticos .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .trenes-turisticos .p-xxl-3 {
    padding: 1rem !important;
  }
  .trenes-turisticos .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .trenes-turisticos .p-xxl-5 {
    padding: 2rem !important;
  }
  .trenes-turisticos .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .trenes-turisticos .p-xxl-7 {
    padding: 3rem !important;
  }
  .trenes-turisticos .p-xxl-8 {
    padding: 3.5rem !important;
  }
  .trenes-turisticos .p-xxl-9 {
    padding: 4rem !important;
  }
  .trenes-turisticos .p-xxl-10 {
    padding: 4.5rem !important;
  }
  .trenes-turisticos .p-xxl-11 {
    padding: 5rem !important;
  }
  .trenes-turisticos .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .trenes-turisticos .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .trenes-turisticos .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .trenes-turisticos .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .trenes-turisticos .px-xxl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .px-xxl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .trenes-turisticos .px-xxl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .px-xxl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .trenes-turisticos .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .py-xxl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .py-xxl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .py-xxl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .py-xxl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .trenes-turisticos .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .trenes-turisticos .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .trenes-turisticos .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .trenes-turisticos .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .trenes-turisticos .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  .trenes-turisticos .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .trenes-turisticos .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  .trenes-turisticos .pt-xxl-8 {
    padding-top: 3.5rem !important;
  }
  .trenes-turisticos .pt-xxl-9 {
    padding-top: 4rem !important;
  }
  .trenes-turisticos .pt-xxl-10 {
    padding-top: 4.5rem !important;
  }
  .trenes-turisticos .pt-xxl-11 {
    padding-top: 5rem !important;
  }
  .trenes-turisticos .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .trenes-turisticos .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .trenes-turisticos .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .trenes-turisticos .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .trenes-turisticos .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .trenes-turisticos .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  .trenes-turisticos .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .trenes-turisticos .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  .trenes-turisticos .pe-xxl-8 {
    padding-right: 3.5rem !important;
  }
  .trenes-turisticos .pe-xxl-9 {
    padding-right: 4rem !important;
  }
  .trenes-turisticos .pe-xxl-10 {
    padding-right: 4.5rem !important;
  }
  .trenes-turisticos .pe-xxl-11 {
    padding-right: 5rem !important;
  }
  .trenes-turisticos .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .trenes-turisticos .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .trenes-turisticos .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .trenes-turisticos .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .trenes-turisticos .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .trenes-turisticos .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .trenes-turisticos .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .trenes-turisticos .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .trenes-turisticos .pb-xxl-8 {
    padding-bottom: 3.5rem !important;
  }
  .trenes-turisticos .pb-xxl-9 {
    padding-bottom: 4rem !important;
  }
  .trenes-turisticos .pb-xxl-10 {
    padding-bottom: 4.5rem !important;
  }
  .trenes-turisticos .pb-xxl-11 {
    padding-bottom: 5rem !important;
  }
  .trenes-turisticos .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .trenes-turisticos .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .trenes-turisticos .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .trenes-turisticos .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .trenes-turisticos .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .trenes-turisticos .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  .trenes-turisticos .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .trenes-turisticos .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  .trenes-turisticos .ps-xxl-8 {
    padding-left: 3.5rem !important;
  }
  .trenes-turisticos .ps-xxl-9 {
    padding-left: 4rem !important;
  }
  .trenes-turisticos .ps-xxl-10 {
    padding-left: 4.5rem !important;
  }
  .trenes-turisticos .ps-xxl-11 {
    padding-left: 5rem !important;
  }
}
@media print {
  .trenes-turisticos .d-print-inline {
    display: inline !important;
  }
  .trenes-turisticos .d-print-inline-block {
    display: inline-block !important;
  }
  .trenes-turisticos .d-print-block {
    display: block !important;
  }
  .trenes-turisticos .d-print-grid {
    display: grid !important;
  }
  .trenes-turisticos .d-print-table {
    display: table !important;
  }
  .trenes-turisticos .d-print-table-row {
    display: table-row !important;
  }
  .trenes-turisticos .d-print-table-cell {
    display: table-cell !important;
  }
  .trenes-turisticos .d-print-flex {
    display: flex !important;
  }
  .trenes-turisticos .d-print-inline-flex {
    display: inline-flex !important;
  }
  .trenes-turisticos .d-print-none {
    display: none !important;
  }
}

html:not(#__):not(#___) .page-editor__fragment-content .slick-slider {
  max-width: 1000px;
}

html.nav-open,
body.nav-open {
  overflow: hidden;
}