/* Thon Hotels */
/*Color stack*/
:root {
  --color-profile: #E61E26;
  --color-bg: #F8F5F0;
  --color-white: #FFF;
  --color-black: #000;
  --color-primary-100: #ECF7FE;
  --color-primary-200: #D4EDFD;
  --color-primary-300: #D8E8F2;
  --color-primary-400: #C3D8E6;
  --color-primary-600: #6E8496;
  --color-primary-800: #2D4A63;
  --color-primary-900: #15324A;
  --color-action-100: #E7F7EF;
  --color-action-200: #C3EAD8;
  --color-action-700: #007E45;
  --color-action-800: #005C32;
  --color-attention-100: #FFF8CC;
  --color-alert-200: #FAD0DA;
  --color-alert-500: #E02957;
  --color-alert-600: #B8143D;
  --color-neutral-100: #F1F1F1;
  --color-neutral-200: #E0E0E0;
  --color-neutral-300: #C7C7C7;
  --color-neutral-400: #A8A8A8;
  --color-neutral-500: #828282;
  --color-neutral-600: #696969;
  --color-neutral-700: #4A4A4A;
  --color-neutral-800: #363636;
  --color-neutral-900: #1A1A1A;
  --color-text: var(--color-neutral-700);
  --color-text-light: var(--color-neutral-600);
  --color-primary: var(--color-primary-900);
  --color-action: var(--color-action-700);
  --color-line: var(--color-neutral-100);
  --color-line-medium: var(--color-neutral-200);
}

/*fases ut*/
/*fases ut*/
/*fases ut*/
/*fases ut*/
@media screen and (max-width: 62em) {
  html {
    font-family: sans-serif;
    color: var(--color-text);
    line-height: 1.5rem;
  }
  body {
    margin: 0;
  }
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  figure {
    margin: 0;
  }
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  .btn,
a.btn {
    background-color: var(--color-action);
    border: none;
    padding: 0.75rem 1.5rem 1rem;
    display: inline-block;
    color: var(--color-white);
    font-size: 18px;
    line-height: 1.5rem;
    text-decoration: none;
  }
  .btn--block,
a.btn--block {
    display: block;
    width: 100%;
  }
  .btn--small,
a.btn--small {
    padding: 2px 5px;
  }
  .btn--link,
a.btn--link {
    background-color: transparent;
    color: var(--color-text);
  }
  .btn--remove,
a.btn--remove {
    display: none;
  }
  .btn--round,
a.btn--round {
    border-radius: 50%;
    padding: 0;
  }
  .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    pointer-events: none;
  }
  .icon--inverse {
    fill: var(--color-white);
  }
  .heading-level-1 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 10px;
    color: var(--color-primary);
    line-height: 1.1;
  }
  .mega {
    max-height: 0;
    overflow: hidden;
  }
  .sr-only,
.u-visual-hidden {
    position: absolute;
    overflow: hidden;
    left: -9999em;
  }
  .js .u-js-hidden,
.masthead__user,
.search-section .is-hidden,
.u-hide-for-medium-down,
.menu-container,
.loader,
.google-map__open {
    display: none;
  }
  .u-heading-width {
    padding: 0 1.5rem;
  }
  .masthead {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }
  .masthead__logo {
    width: 60px;
    height: 60px;
  }
  .masthead__menu-toggler {
    padding: 8px 20px 12px 20px;
    background-color: transparent;
    border: none;
    position: relative;
    width: 60px;
    vertical-align: middle;
    outline: none;
    text-align: center;
    outline: none;
    transition: all 0.2s ease-in-out;
  }
  .masthead__menu-toggler__text {
    position: absolute;
    top: -999em;
    overflow: hidden;
  }
  .masthead__menu-toggler__burger, .masthead__menu-toggler__burger::before, .masthead__menu-toggler__burger::after {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--color-action);
    transition: all 0.2s ease-in-out;
  }
  .masthead__menu-toggler__burger {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
  }
  .masthead__menu-toggler__burger::before, .masthead__menu-toggler__burger::after {
    content: "";
    left: 0;
  }
  .masthead__menu-toggler__burger::before {
    top: -6px;
  }
  .masthead__menu-toggler__burger::after {
    top: 6px;
  }
  .focuslabel {
    transform: translate3d(0, 1px, 0);
    opacity: 1;
    font-size: 12px;
    padding: 1px;
    left: 7px;
  }
  .focuslabel--permanent {
    position: absolute;
    top: 0;
  }
  .global-search .focuslabel--permanent {
    top: 0;
    left: 4px;
    z-index: 1;
  }
  .search-section {
    background-color: var(--color-primary-200);
    padding: 8.3871%;
    margin-bottom: 0.64516%;
  }
  .search-section__ingress {
    text-align: center;
    font-size: 18px;
  }
  .global-search.global-search--border .global-search__item,
.global-search.global-search--border .global-search__date {
    border: 4px solid var(--color-neutral-200);
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
  .global-search.global-search--border .global-search__item.block-medium-down,
.global-search.global-search--border .global-search__date.block-medium-down {
    width: 100%;
  }
  .global-search .global-search__date {
    border-right-width: 0;
  }
  .global-search input {
    border: none;
    width: 100%;
    padding: 18px 9px 9px;
  }
  .global-search__submit .btn--small {
    padding: 8px;
  }
  .global-search__item {
    background-color: var(--color-white);
    margin-bottom: 6px;
    position: relative;
    padding: 3px;
  }
  .global-search__item:nth-child(4) {
    border-left-width: 1px;
  }
  .global-search__item:last-of-type {
    padding: 0;
  }
  .global-search__item .btn--guests {
    padding: 18px 9px 9px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5rem;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    height: auto;
  }
  .global-search__item--no-padding {
    padding: 0;
  }
  .global-search__item button {
    height: 46px;
  }
  .guest-trigger__wrapper {
    display: flex;
  }
  .date-input-triggers {
    display: flex;
    width: auto;
    position: relative;
    flex-grow: 1;
  }
  .date-input-triggers .global-search__item {
    width: 49.67742%;
    margin-right: 0.64516%;
    min-width: 0;
  }
  .date-input-triggers .date-input-trigger {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 18px 9px 9px;
    position: relative;
    height: auto;
  }
  .mobile-menu-element__list {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-menu-element__list-item {
    display: flex;
    padding: 0;
    height: 8em;
    background-color: var(--color-primary-800);
    border-bottom: 2px solid var(--color-primary);
    width: 50%;
    float: left;
    flex-grow: 1;
  }
  .mobile-menu-element__list-item:nth-child(2n+1) {
    border-right: 2px solid var(--color-primary);
  }
  .mobile-menu-element__list-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: var(--color-white);
    text-decoration: none;
  }
  .mobile-menu-element__list-link .icon {
    fill: var(--color-white);
  }
  .mobile-menu-element__list-text {
    display: block;
  }
  .settings-dropdown {
    position: relative;
  }
  /*Hotel page*/
  .search-bar {
    background-color: var(--color-primary-200);
    padding: 24px;
    position: relative;
    z-index: z("modal");
  }
  .search-bar-form {
    width: 100%;
  }
  .hotelPage .global-search {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .hotelPage .global-search__item {
    background-color: var(--color-white);
    margin-bottom: 6px;
    text-align: center;
    padding: 8px;
    display: flex;
    border: 1px solid #aec6db;
  }
  .hotelPage .global-search__item--wide {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .hotelPage .global-search__item--narrow {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .hotelPage .global-search__mobile-summary {
    width: 100%;
    margin-top: -6px;
  }
  .search-section .hotelPage .global-search__mobile-summary {
    display: none;
  }
  .hotelPage .global-search__mobile-trigger {
    width: 100%;
    background-color: var(--color-primary-100);
    border: 1px solid #aec6db;
  }
  .hotelPage .global-search__mobile-trigger-flex {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1.5;
  }
  .hotelPage .global-search__mobile-trigger-rooms {
    border-left: 1px solid #aec6db;
    padding-left: 20px;
  }
  .layer__close {
    align-self: flex-start;
    width: 100%;
  }
  .layer__close .btn--back {
    display: block;
    color: var(--color-text);
    text-align: left;
    background-color: var(--color-white);
    padding: 6px 5px 5px;
    border-bottom: 1px solid var(--color-neutral-300);
    font-size: 16px;
  }
  .layer__close .btn--back .icon {
    width: 36px;
    height: 36px;
    border-right: 2px solid var(--color-white);
    margin: -6px 15px -5px -5px;
    padding: 4px;
    background-color: var(--color-neutral-100);
  }
  .hotel-header__ingress {
    font-size: 20px;
    line-height: 1.5rem;
    padding: 0 1.5rem;
    margin-bottom: 2.025rem;
    text-align: center;
  }
  .hotel-header__title-wrapper {
    position: relative;
    width: 100%;
    margin-top: 3.75rem;
    text-align: center;
  }
  .hotel-header__subtitle {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 62.0625em) {
  body {
    visibility: hidden;
  }
}