@charset "UTF-8";
/*!
 * App CSS
 * @description App CSS
 * @author Ricardo Lopes
 */
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/roboto/roboto-v32-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../webfonts/roboto/roboto-v32-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/roboto/roboto-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../webfonts/roboto/roboto-v32-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/roboto/roboto-v32-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../webfonts/roboto/roboto-v32-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/roboto/roboto-v32-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../webfonts/roboto/roboto-v32-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* material-symbols-outlined-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/material-symbols-outlined/material-symbols-outlined-v219-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Complex Colors System */
/*
$colors-list: (
	'blue': #09C,
	'navy': #000046,
	'grey': #5B6570,
	'orange': #EC8200,
	'yellow': #FFB400,
	'green': #0B9D4D,
	'red': #F7442C
);
*/
/*
 * Example output:
 *
 */
/*
%font-heading-01 {
	font-feature-settings: "ss01";
	font-family: "proxima-nova", arial, helvetica, sans-serif;
	font-size: 1.75rem;
	line-height: 1.1429;
	font-weight: 700;

	@media (width >= 768px) {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	@media (width >= 1024px) {
		font-size: 3rem;
		line-height: 1.0833;
	}
}
*/
/* stylelint-disable scss/no-duplicate-dollar-variables -- I need to replace default vars to test on next iteration */
/* stylelint-disable at-rule-empty-line-before -- Just for the sake of maintaning all ifs together */
.page-404 h1, .m-text-info .title, .title-h1, h1 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (width >= 1025px) {
  .page-404 h1, .m-text-info .title, .title-h1, h1 {
    font-size: 3rem;
  }
}

.booking-end-wrapper h2.title, .booking-checkout-wrapper .rooms-cart-widget .title, .m-rooms-list .list-title, .m-event-info .title, .m-form .form-group-title {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (width >= 1025px) {
  .booking-end-wrapper h2.title, .booking-checkout-wrapper .rooms-cart-widget .title, .m-rooms-list .list-title, .m-event-info .title, .m-form .form-group-title {
    font-size: 2rem;
  }
}

.m-text-info .description p, .body-text, p {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (width >= 1025px) {
  .m-text-info .description p, .body-text, p {
    font-size: 1.25rem;
  }
}

/* stylelint-enable scss/no-duplicate-dollar-variables */
/* stylelint-enable at-rule-empty-line-before -- Reason: testing */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:active, *:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", arial, helvetica, sans-serif;
  overflow-x: hidden;
}

body {
  color: var(--c-primary);
  line-height: 1.5555;
  overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important -- important needed */
}

::-moz-selection {
  background-color: var(--c-footer-bg-color);
  color: var(--c-light);
}

::selection {
  background-color: var(--c-footer-bg-color);
  color: var(--c-light);
}

img::-moz-selection {
  color: var(--c-white);
  background: transparent;
}

img::selection {
  color: var(--c-white);
  background: transparent;
}

strong,
b {
  font-weight: 700;
}

em,
i,
var {
  font-style: italic;
}

pre,
code,
kbd {
  background: var(--c-black);
  border: 1px solid var(--c-white);
  border-radius: 2px;
  font-family: monospace;
  font-size: 0.75rem;
  overflow-x: scroll;
  padding: 1rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
}

q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure,
img,
svg {
  height: auto;
  max-width: 100%;
}

svg {
  max-height: 100%;
  width: auto;
}

button,
input,
textarea {
  font-family: inherit;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--c-primary);
  cursor: help;
  font-size: 90%;
  text-transform: uppercase;
}

/*
 * Example output:
 *
 */
/*
.font-heading-01 {
	font-feature-settings: "ss01";
	font-family: "proxima-nova", arial, helvetica, sans-serif;
	font-size: 1.75rem;
	line-height: 1.1429;
	font-weight: 700;

	@media (width >= 768px) {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	@media (width >= 1024px) {
		font-size: 3rem;
		line-height: 1.0833;
	}
}
*/
/* stylelint-disable scss/no-duplicate-dollar-variables -- I need to replace default vars to test on next iteration */
/* stylelint-disable at-rule-empty-line-before -- Just for the sake of maintaning all ifs together */
.font-display {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 2.375rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (width >= 1025px) {
  .font-display {
    font-size: 3.5rem;
  }
}

.font-heading-large {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (width >= 1025px) {
  .font-heading-large {
    font-size: 3rem;
  }
}

.font-heading-medium {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (width >= 1025px) {
  .font-heading-medium {
    font-size: 2rem;
  }
}

.font-heading-small {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 300;
}
@media (width >= 1025px) {
  .font-heading-small {
    font-size: 1.375rem;
  }
}

.font-body-medium-bold {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
}
@media (width >= 1025px) {
  .font-body-medium-bold {
    font-size: 1.25rem;
  }
}

.font-body-medium-regular {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (width >= 1025px) {
  .font-body-medium-regular {
    font-size: 1.25rem;
  }
}

.font-body-small {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.4px;
}
@media (width >= 1025px) {
  .font-body-small {
    line-height: 1.8;
  }
}

.font-supporting-text {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.font-button {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (width >= 1025px) {
  .font-button {
    line-height: 1;
  }
}

.font-label {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media (width >= 1025px) {
  .font-label {
    font-size: 0.875rem;
  }
}

/* stylelint-enable scss/no-duplicate-dollar-variables */
/* stylelint-enable at-rule-empty-line-before -- Reason: testing */
.semibold {
  font-weight: 600;
}

strong, b, .bold {
  font-weight: 600;
}

em, i, .italic {
  font-style: italic;
}

/* stylelint-disable font-family-no-missing-generic-family-keyword -- Reason: there is no fallback font for icons */
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon::before {
  color: var(--c-primary);
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

/*
.icon-arrow-back::before {
	content: "\e901";
}
*/
/* FEATURE DARK/LIGHT MODE */
:root:not(.location-2) {
  --c-bg-color: #FFF;
  --c-header-bg-color: #BDD5E7;
  --c-footer-bg-color: #07122C;
  --c-header-color: #FFF;
  --c-footer-color: #FFF;
  --c-light: #FFF;
  --c-dark: #07122C;
  --c-primary: #212121;
  --c-secondary: #BDD5E7;
  --c-text-color: #212121;
  --c-black: #000;
  --c-white: #FFF;
  --c-gray: #999;
}

:root.location-2 {
  --c-bg-color: #FBFAF8;
  --c-header-bg-color: #F0EFE8;
  --c-footer-bg-color: #A5957F;
  --c-header-color: #A5957F;
  --c-footer-color: #FFF;
  --c-light: #FFF;
  --c-dark: #A5957F;
  --c-primary: #000;
  --c-secondary: #0E0E0E;
  --c-text-color: #A5957F;
  --c-black: #000;
  --c-white: #FFF;
  --c-gray: #999;
}

.container {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.--fluid {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .container {
    padding: 0 40px;
  }
}

.hide, .hidden {
  display: none;
}

@media (max-width: 479px) {
  .hide-xs {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hide-sm {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-md {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hide-lg {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 1200px) {
  .hide-xl {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
.show-xs, .show-sm, .show-md, .show-lg, .show-xl {
  display: none !important;
} /* stylelint-disable-line declaration-no-important -- important needed */
@media (max-width: 479px) {
  .show-xs {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-sm {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .show-md {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .show-lg {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 1200px) {
  .show-xl {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
.height-0 {
  height: 0;
}

.gap-0 {
  grid-gap: 0;
}

.margin-0 {
  margin: 0 0;
}

.margin-t-0 {
  margin-top: 0;
}

.margin-b-0 {
  margin-bottom: 0;
}

.padding-0 {
  padding: 0 0;
}

.padding-t-0 {
  padding-top: 0;
}

.padding-b-0 {
  padding-bottom: 0;
}

.height-1 {
  height: 0.0625rem;
}

.gap-1 {
  grid-gap: 0.0625rem;
}

.margin-1 {
  margin: 0.0625rem 0;
}

.margin-t-1 {
  margin-top: 0.0625rem;
}

.margin-b-1 {
  margin-bottom: 0.0625rem;
}

.padding-1 {
  padding: 0.0625rem 0;
}

.padding-t-1 {
  padding-top: 0.0625rem;
}

.padding-b-1 {
  padding-bottom: 0.0625rem;
}

.height-2 {
  height: 0.125rem;
}

.gap-2 {
  grid-gap: 0.125rem;
}

.margin-2 {
  margin: 0.125rem 0;
}

.margin-t-2 {
  margin-top: 0.125rem;
}

.margin-b-2 {
  margin-bottom: 0.125rem;
}

.padding-2 {
  padding: 0.125rem 0;
}

.padding-t-2 {
  padding-top: 0.125rem;
}

.padding-b-2 {
  padding-bottom: 0.125rem;
}

.height-4 {
  height: 0.25rem;
}

.gap-4 {
  grid-gap: 0.25rem;
}

.margin-4 {
  margin: 0.25rem 0;
}

.margin-t-4 {
  margin-top: 0.25rem;
}

.margin-b-4 {
  margin-bottom: 0.25rem;
}

.padding-4 {
  padding: 0.25rem 0;
}

.padding-t-4 {
  padding-top: 0.25rem;
}

.padding-b-4 {
  padding-bottom: 0.25rem;
}

.height-8 {
  height: 0.5rem;
}

.gap-8 {
  grid-gap: 0.5rem;
}

.margin-8 {
  margin: 0.5rem 0;
}

.margin-t-8 {
  margin-top: 0.5rem;
}

.margin-b-8 {
  margin-bottom: 0.5rem;
}

.padding-8 {
  padding: 0.5rem 0;
}

.padding-t-8 {
  padding-top: 0.5rem;
}

.padding-b-8 {
  padding-bottom: 0.5rem;
}

.height-12 {
  height: 0.75rem;
}

.gap-12 {
  grid-gap: 0.75rem;
}

.margin-12 {
  margin: 0.75rem 0;
}

.margin-t-12 {
  margin-top: 0.75rem;
}

.margin-b-12 {
  margin-bottom: 0.75rem;
}

.padding-12 {
  padding: 0.75rem 0;
}

.padding-t-12 {
  padding-top: 0.75rem;
}

.padding-b-12 {
  padding-bottom: 0.75rem;
}

.height-16 {
  height: 1rem;
}

.gap-16 {
  grid-gap: 1rem;
}

.margin-16 {
  margin: 1rem 0;
}

.margin-t-16 {
  margin-top: 1rem;
}

.margin-b-16 {
  margin-bottom: 1rem;
}

.padding-16 {
  padding: 1rem 0;
}

.padding-t-16 {
  padding-top: 1rem;
}

.padding-b-16 {
  padding-bottom: 1rem;
}

.height-20 {
  height: 1.25rem;
}

.gap-20 {
  grid-gap: 1.25rem;
}

.margin-20 {
  margin: 1.25rem 0;
}

.margin-t-20 {
  margin-top: 1.25rem;
}

.margin-b-20 {
  margin-bottom: 1.25rem;
}

.padding-20 {
  padding: 1.25rem 0;
}

.padding-t-20 {
  padding-top: 1.25rem;
}

.padding-b-20 {
  padding-bottom: 1.25rem;
}

.height-24 {
  height: 1.5rem;
}

.gap-24 {
  grid-gap: 1.5rem;
}

.margin-24 {
  margin: 1.5rem 0;
}

.margin-t-24 {
  margin-top: 1.5rem;
}

.margin-b-24 {
  margin-bottom: 1.5rem;
}

.padding-24 {
  padding: 1.5rem 0;
}

.padding-t-24 {
  padding-top: 1.5rem;
}

.padding-b-24 {
  padding-bottom: 1.5rem;
}

.height-32 {
  height: 2rem;
}

.gap-32 {
  grid-gap: 2rem;
}

.margin-32 {
  margin: 2rem 0;
}

.margin-t-32 {
  margin-top: 2rem;
}

.margin-b-32 {
  margin-bottom: 2rem;
}

.padding-32 {
  padding: 2rem 0;
}

.padding-t-32 {
  padding-top: 2rem;
}

.padding-b-32 {
  padding-bottom: 2rem;
}

.height-48 {
  height: 3rem;
}

.gap-48 {
  grid-gap: 3rem;
}

.margin-48 {
  margin: 3rem 0;
}

.margin-t-48 {
  margin-top: 3rem;
}

.margin-b-48 {
  margin-bottom: 3rem;
}

.padding-48 {
  padding: 3rem 0;
}

.padding-t-48 {
  padding-top: 3rem;
}

.padding-b-48 {
  padding-bottom: 3rem;
}

.height-64 {
  height: 4rem;
}

.gap-64 {
  grid-gap: 4rem;
}

.margin-64 {
  margin: 4rem 0;
}

.margin-t-64 {
  margin-top: 4rem;
}

.margin-b-64 {
  margin-bottom: 4rem;
}

.padding-64 {
  padding: 4rem 0;
}

.padding-t-64 {
  padding-top: 4rem;
}

.padding-b-64 {
  padding-bottom: 4rem;
}

.height-128 {
  height: 8rem;
}

.gap-128 {
  grid-gap: 8rem;
}

.margin-128 {
  margin: 8rem 0;
}

.margin-t-128 {
  margin-top: 8rem;
}

.margin-b-128 {
  margin-bottom: 8rem;
}

.padding-128 {
  padding: 8rem 0;
}

.padding-t-128 {
  padding-top: 8rem;
}

.padding-b-128 {
  padding-bottom: 8rem;
}

html, body {
  min-height: 100%;
  background-color: var(--c-bg-color);
  font-family: "Roboto", arial, helvetica, sans-serif;
  color: var(--c-text-color);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  overflow-x: hidden;
}

body {
  position: relative;
}

body.in-popup, body.is-in-popup, html.in-popup, html.is-in-popup {
  overflow: hidden !important;
}

input,
textarea,
select {
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

.swiper-custom-nav span {
  outline: none;
}

.swiper-custom-prev {
  outline: none;
}

.swiper-custom-next {
  outline: none;
}

.clearfix {
  display: flow-root;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  color: var(--c-primary);
  font-weight: 400;
  margin: 0;
}

p {
  /*
  font-family: $font-primary;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  */
  margin-bottom: 1.5rem;
  color: var(--c-text-color);
}

a, a:visited {
  color: var(--c-primary);
  text-decoration: underline;
}
@media (min-width: 1025px) {
  a:hover, a:visited:hover {
    color: var(--c-secondary);
  }
}

table {
  width: 100%;
}
table td {
  vertical-align: top;
  padding: 1rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.svg-sprite {
  display: none;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

image {
  border: none;
}
image.responsive {
  max-width: 100%;
  height: auto;
}
image.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

a.full-link,
a.full-link:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p0, .no-padding {
  padding: 0;
}

.m0, .no-margin {
  margin: 0;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

video {
  border: none;
}
video.responsive {
  max-width: 100%;
  height: auto;
}
video.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

.c-button, a.c-button, a.c-button:visited, button.c-button {
  display: inline-block;
  background-color: var(--c-dark);
  color: var(--c-light);
  border: 1px solid var(--c-dark);
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  font-family: Georgia, serif;
  text-transform: lowercase;
  font-style: italic;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.c-button.--secondary, a.c-button.--secondary, a.c-button:visited.--secondary, button.c-button.--secondary {
  background-color: transparent;
  color: var(--c-dark);
}
@media (min-width: 1025px) {
  .c-button:hover, a.c-button:hover, a.c-button:visited:hover, button.c-button:hover {
    opacity: 0.6;
  }
  .c-button.--secondary:hover, a.c-button.--secondary:hover, a.c-button:visited.--secondary:hover, button.c-button.--secondary:hover {
    background-color: var(--c-dark);
    color: var(--c-light);
  }
}

.m-entry-page {
  background-color: #212121;
  position: relative;
  width: 100%;
  height: 100vh;
}
.m-entry-page .entry-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.m-entry-page .entry-item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 240px;
  height: auto;
}
.m-entry-page .entry-item:first-child {
  background-color: #BDD5E7;
}
.m-entry-page .entry-item:last-child {
  background-color: #F0EFE8;
  top: 50%;
}
.m-entry-page .entry-item a, .m-entry-page .entry-item a:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .m-entry-page .entry-item {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  .m-entry-page .entry-item img {
    width: 240px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .m-entry-page .entry-item:last-child {
    top: 0;
    left: 50%;
  }
  .m-entry-page .entry-item {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .m-entry-page .entry-item:hover {
    opacity: 0.8;
  }
  .m-entry-page .entry-item:hover img {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

.m-text-info .title {
  text-align: center;
  color: var(--c-text-color);
  font-style: italic;
  margin-bottom: 1rem;
  position: relative;
}
.m-text-info .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 174px;
  height: 1px;
  background-color: var(--c-text-color);
}
.m-text-info .description {
  text-align: center;
}
.m-text-info .description p {
  margin-bottom: 1rem;
}
.m-text-info .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .m-text-info .title {
    margin-bottom: 2rem;
  }
}

.m-form {
  border: 1px solid var(--c-dark);
  padding: 1.5rem;
}
.m-form .form-group-title {
  font-style: italic;
  color: var(--c-text-color);
  margin-bottom: 1rem;
  position: relative;
}
.m-form .form-group-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 174px;
  height: 1px;
  background-color: var(--c-text-color);
}
.m-form .form-group-title:not(:first-child) {
  margin-top: 2rem;
}
.m-form .form-group-title + .form-group-description {
  margin-top: -0.5rem;
}
.m-form .form-group-description {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.m-form .form-field {
  margin-bottom: 1rem;
}
.m-form .form-field label {
  display: block;
  margin-bottom: 0.5rem;
}
.m-form .form-field input {
  border: 0;
  background-color: transparent;
  border: 1px solid var(--c-dark);
  padding: 0.5rem 1rem;
  width: 100%;
  font-family: "Roboto", arial, helvetica, sans-serif;
  color: var(--c-text-color);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
.m-form .form-field input::-webkit-input-placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field input::-moz-placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field input:-ms-input-placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field input::-ms-input-placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field input::placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field textarea {
  border: 0;
  background-color: transparent;
  border: 1px solid var(--c-dark);
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 100%;
  height: 100px;
  max-height: 100px;
  font-family: "Roboto", arial, helvetica, sans-serif;
  color: var(--c-text-color);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
.m-form .form-field textarea::-webkit-input-placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field textarea::-moz-placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field textarea:-ms-input-placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field textarea::-ms-input-placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field textarea::placeholder {
  opacity: 0.75;
  color: var(--c-text-color);
}
.m-form .form-field select {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  border: 0;
  background-color: transparent;
  border: 1px solid var(--c-dark);
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 1rem;
  width: 100%;
  color: var(--c-text-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/svgs/icon-chevron-down.svg") calc(100% - 12px) center no-repeat transparent;
  background-size: 24px 24px;
  /*
  &::placeholder {
  	color: $c-neutral-700;
  	opacity: 1;
  }
  &:focus,&:active {
  	//outline-color: none;
  	border-color: $c-primary;
  }
  	*/
}
.m-form .form-field.--validation-failed input, .m-form .form-field.--validation-failed select {
  border: 1px solid red;
}
.m-form .form-field span.validation-message {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: red;
}
.m-form .--radio-buttons .options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  row-gap: 0.5rem;
}
.m-form .--radio-buttons .options-list a, .m-form .--radio-buttons .options-list a:visited {
  color: var(--c-text-color);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
  padding-left: 24px;
}
.m-form .--radio-buttons .options-list a::before, .m-form .--radio-buttons .options-list a:visited::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid var(--c-dark);
  border-radius: 50%;
  margin-top: -1px;
}
.m-form .--radio-buttons .options-list a.--selected::after, .m-form .--radio-buttons .options-list a:visited.--selected::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--c-dark);
  border-radius: 50%;
  margin-top: -1px;
}
.m-form .payment-notes {
  display: none;
}
.m-form .payment-notes.--active {
  display: block;
}
.m-form .payment-notes p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}
.m-form .gdpr-acceptance-wrapper {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #D9D7C5;
}
.m-form .gdpr-acceptance-wrapper p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  margin-bottom: 0;
  position: relative;
}
.m-form .gdpr-acceptance-wrapper p a, .m-form .gdpr-acceptance-wrapper p a:visited {
  color: var(--c-dark);
}
.m-form .gdpr-acceptance-wrapper p::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 0.875rem;
  line-height: 1.25;
  text-align: center;
  width: 15px;
  height: 15px;
  border: 1px solid var(--c-dark);
}
.m-form .gdpr-acceptance-wrapper p.field-info {
  padding-left: 0;
}
.m-form .gdpr-acceptance-wrapper p.field-info::before {
  content: "";
  display: none;
}
.m-form .gdpr-acceptance-wrapper .gdpr-acceptance.accepted p::before {
  content: "X";
  background-color: var(--c-dark);
  color: var(--c-white);
}
.m-form .gdpr-acceptance-wrapper.--validation-failed p::before {
  border: 1px solid red;
}
.m-form .gdpr-acceptance-wrapper span.validation-message {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: red;
}
.m-form .gdpr-acceptance-info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #D9D7C5;
}
.m-form .gdpr-acceptance-info p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.m-form .gdpr-acceptance-info p a, .m-form .gdpr-acceptance-info p a:visited {
  color: var(--c-dark);
}
.m-form.--is-confirmation p.field-info {
  margin-bottom: 0;
}
.m-form.--is-confirmation .form-field {
  margin-bottom: 1rem;
}
.m-form.--is-confirmation .form-field label {
  font-weight: 700;
  margin-bottom: 0;
}
.m-form #login-message p.error {
  background-color: darkred;
  padding: 10px;
  margin-top: 1rem;
  color: var(--c-white);
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.m-form #login-message p.success {
  background-color: darkgreen;
  padding: 10px;
  margin-top: 1rem;
  color: var(--c-white);
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .m-form .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    row-gap: 0;
  }
  .m-form .form-fields > * {
    width: calc(50% - 0.5rem);
  }
  .m-form .form-fields > *.--full {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .m-form {
    padding: 2rem;
  }
  .m-form .form-group-title {
    margin-bottom: 2rem;
  }
  .m-form .form-group-title:not(:first-child) {
    margin-top: 2rem;
  }
  .m-form .form-group-title + .form-group-description {
    margin-top: -1.5rem;
  }
  .m-form .form-field {
    margin-bottom: 1rem;
  }
}

.m-event-info {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 4rem;
  pointer-events: none;
}
.m-event-info .title {
  font-style: italic;
  color: var(--c-text-color);
  margin-bottom: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.m-event-info .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 174px;
  height: 1px;
  background-color: var(--c-text-color);
}
.m-event-info .date {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .m-event-info {
    position: fixed;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 99999;
    margin-bottom: 0;
  }
}

.m-checkout-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.m-checkout-nav::before {
  content: "";
  position: absolute;
  left: 16.66%;
  width: 66.66%;
  top: 1.5rem;
  height: 1px;
  background-color: var(--c-dark);
}
.m-checkout-nav .checkout-nav-item {
  position: relative;
  width: 33.33%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.m-checkout-nav .checkout-nav-item .step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--c-dark);
  background-color: var(--c-bg-color);
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-checkout-nav .checkout-nav-item .step-number span {
  font-size: 2rem;
}
.m-checkout-nav .checkout-nav-item .step-number span.--icon {
  display: none;
}
.m-checkout-nav .checkout-nav-item .step-number span.--icon-done {
  display: none;
}
.m-checkout-nav .checkout-nav-item .step-number span.--icon-disabled {
  display: inline;
}
.m-checkout-nav .checkout-nav-item .step-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  line-height: 1.2;
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-weight: 300;
}
.m-checkout-nav .checkout-nav-item.--disabled .step-number {
  pointer-events: none;
}
.m-checkout-nav .checkout-nav-item.--disabled .step-number span {
  opacity: 0.5;
}
.m-checkout-nav .checkout-nav-item.--disabled .step-number span.--icon {
  display: none;
}
.m-checkout-nav .checkout-nav-item.--disabled .step-number span.--icon-done {
  display: none;
}
.m-checkout-nav .checkout-nav-item.--disabled .step-number span.--icon-disabled {
  display: inline;
}
.m-checkout-nav .checkout-nav-item.--disabled .step-title {
  opacity: 0.5;
}
.m-checkout-nav .checkout-nav-item.--active .step-number {
  pointer-events: none;
}
.m-checkout-nav .checkout-nav-item.--active .step-number span.--icon {
  display: inline;
}
.m-checkout-nav .checkout-nav-item.--active .step-number span.--icon-done {
  display: none;
}
.m-checkout-nav .checkout-nav-item.--active .step-number span.--icon-disabled {
  display: none;
}
.m-checkout-nav .checkout-nav-item.--done .step-number {
  background-color: var(--c-dark);
  color: var(--c-light);
}
.m-checkout-nav .checkout-nav-item.--done .step-number:hover {
  cursor: pointer;
}
.m-checkout-nav .checkout-nav-item.--done .step-number span.--icon {
  display: none;
}
.m-checkout-nav .checkout-nav-item.--done .step-number span.--icon-done {
  display: inline;
}
.m-checkout-nav .checkout-nav-item.--done .step-number span.--icon-disabled {
  display: none;
}
@media (min-width: 1025px) {
  .m-checkout-nav {
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .m-checkout-nav .checkout-nav-item {
    gap: 1rem;
  }
  .m-checkout-nav .checkout-nav-item .step-title {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.lg-container {
  position: relative;
  z-index: 99999;
}

.m-rooms-list {
  border: 1px solid var(--c-dark);
  margin-bottom: 0;
  padding: 1rem;
}
.m-rooms-list .list-title {
  font-style: italic;
  color: var(--c-text-color);
  margin-bottom: 1rem;
  position: relative;
}
.m-rooms-list .list-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 174px;
  height: 1px;
  background-color: var(--c-text-color);
}
.m-rooms-list .gallery-images {
  display: none;
}
.m-rooms-list .room-item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--c-dark);
}
.m-rooms-list .room-item:first-child {
  padding-top: 0;
}
.m-rooms-list .room-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.m-rooms-list .room-item .image {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 0.5rem;
}
.m-rooms-list .room-item .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-rooms-list .room-item .info {
  font-family: "Roboto", arial, helvetica, sans-serif;
}
.m-rooms-list .room-item .info .title {
  color: var(--c-text-color);
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
}
.m-rooms-list .room-item .info .title strong {
  font-family: Georgia, serif;
}
.m-rooms-list .room-item .info p strong {
  font-family: Georgia, serif;
}
.m-rooms-list .room-item .info p.available-rooms {
  color: var(--c-text-color);
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0.5rem 0;
}
.m-rooms-list .room-item .info p.bed-types {
  color: var(--c-text-color);
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0.5rem 0;
}
.m-rooms-list .room-item .info .extra-beds {
  margin: 0.5rem 0;
}
.m-rooms-list .room-item .info .extra-beds p {
  color: var(--c-text-color);
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0;
}
.m-rooms-list .room-item .add-to-cart {
  margin-top: 1rem;
}
.m-rooms-list .room-item .add-to-cart p.price {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1rem;
}
.m-rooms-list .room-item .add-to-cart p.price strong {
  font-family: Georgia, serif;
}
.m-rooms-list .room-item .add-to-cart p.sold-out {
  text-align: right;
  color: red;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}
.m-rooms-list .room-item .add-to-cart .cart-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.m-rooms-list .room-item .add-to-cart .cart-selection:last-child {
  margin-bottom: 0;
}
.m-rooms-list .room-item .add-to-cart .cart-selection label {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
}
.m-rooms-list .room-item .add-to-cart .cart-selection select {
  border: 0;
  background-color: transparent;
  border: 1px solid var(--c-dark);
  padding: 0.5rem 1rem;
  width: 80px;
  font-family: "Roboto", arial, helvetica, sans-serif;
  color: var(--c-text-color);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
}
.m-rooms-list .room-item .add-to-cart .cart-selection select:disabled {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .m-rooms-list .room-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .m-rooms-list .room-item .image {
    width: 20%;
    padding-top: 0;
    height: 100px;
    margin-bottom: 0;
  }
  .m-rooms-list .room-item .info {
    width: 40%;
  }
  .m-rooms-list .room-item .info .extra-beds {
    margin-bottom: 0;
  }
  .m-rooms-list .room-item .add-to-cart {
    width: 40%;
    margin-top: 0;
  }
  .m-rooms-list .room-item .add-to-cart .cart-selection {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .m-rooms-list .room-item .add-to-cart .cart-selection:last-child {
    margin-bottom: 0;
  }
  .m-rooms-list .room-item .add-to-cart .cart-selection label {
    font-size: 0.875rem;
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .m-rooms-list {
    padding: 1.5rem;
  }
  .m-rooms-list .list-title {
    margin-bottom: 2rem;
  }
  .m-rooms-list .room-item {
    padding: 1.5rem 0;
  }
  .m-rooms-list .room-item .image {
    width: 25%;
    height: 180px;
  }
  .m-rooms-list .room-item .info {
    width: 40%;
  }
  .m-rooms-list .room-item .info .title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .m-rooms-list .room-item .info p.available-rooms {
    font-size: 1rem;
    margin: 1rem 0;
    margin-top: 0.25rem;
  }
  .m-rooms-list .room-item .info p.bed-types {
    font-size: 1rem;
    margin: 1rem 0;
    margin-bottom: 0.5rem;
  }
  .m-rooms-list .room-item .info .extra-beds {
    margin-top: 0.5rem;
  }
  .m-rooms-list .room-item .info .extra-beds p {
    font-size: 1rem;
  }
  .m-rooms-list .room-item .add-to-cart {
    width: 35%;
  }
  .m-rooms-list .room-item .add-to-cart p.price {
    text-align: right;
    font-size: 1.25rem;
  }
  .m-rooms-list .room-item .add-to-cart .cart-selection {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .m-rooms-list .room-item .add-to-cart .cart-selection label {
    font-size: 1rem;
  }
  .m-rooms-list .room-item .add-to-cart .cart-selection select {
    border: 0;
    background-color: transparent;
    border: 1px solid var(--c-dark);
    padding: 0.5rem 1rem;
    width: 80px;
    font-family: "Roboto", arial, helvetica, sans-serif;
    color: var(--c-text-color);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
  }
}

.m-popup-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100000;
}
.m-popup-loading.--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-popup-loading .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}
.m-popup-loading .loading {
  width: 80px;
  height: 80px;
  border: 10px solid rgba(255, 255, 255, 0.5);
  border-top-color: var(--c-white);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.m-popup-loading .popup-message {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 2rem;
}
.m-popup-loading .popup-message p:last-child {
  text-align: center;
  color: var(--c-white);
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.m-popup-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100000;
}
.m-popup-message.--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-popup-message .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  width: 100%;
  position: relative;
}
.m-popup-message .popup-message {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  position: relative;
  background-color: #000;
}
.m-popup-message .popup-message a.close-popup, .m-popup-message .popup-message a.close-popup:visited {
  position: absolute;
  top: -4rem;
  right: 0;
  color: var(--c-white);
  font-size: 0;
  text-decoration: none;
}
.m-popup-message .popup-message a.close-popup::before, .m-popup-message .popup-message a.close-popup:visited::before {
  content: "×";
  font-size: 3rem;
}
.m-popup-message .popup-message p {
  text-align: center;
  color: var(--c-white);
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.m-popup-message .popup-message p small {
  font-size: 0.875rem;
}
.m-popup-message .popup-message p:last-child {
  margin-bottom: 0;
}
.m-popup-message.--error .popup-message {
  background-color: darkred;
}
.m-popup-message.--success .popup-message {
  background-color: darkgreen;
}
.m-popup-message.--warning .popup-message {
  background-color: darkorange;
}
.m-popup-message.--info .popup-message {
  background-color: lightskyblue;
}
.m-popup-message.--info .popup-message p {
  color: var(--c-primary);
}
@media (min-width: 1025px) {
  .m-popup-message .popup-message {
    padding: 1rem 2rem;
  }
  .m-popup-message .popup-message p {
    font-size: 1rem;
  }
}

#headerWrapper {
  background-color: var(--c-header-bg-color);
  color: var(--c-header-color);
  text-align: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
#headerWrapper .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0;
}
#headerWrapper .logo {
  display: inline-block;
  width: 197px;
  height: 100px;
  text-indent: -9999px;
  color: transparent;
  background: url("../images/logo-quinta-bichinha.png") no-repeat center center;
  background-size: contain;
}
#headerWrapper .header-aux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
#headerWrapper a.logout-link, #headerWrapper a.logout-link {
  display: inline-block;
  color: var(--c-header-color);
}
#headerWrapper .languages-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerWrapper .languages-nav ul li a, #headerWrapper .languages-nav ul li a:visited {
  display: inline-block;
  border: 1px solid var(--c-header-color);
  color: var(--c-header-color);
  text-transform: lowercase;
  width: 2rem;
  height: 2rem;
  line-height: 1.75rem;
  text-decoration: none;
}
#headerWrapper .languages-nav ul li a.active, #headerWrapper .languages-nav ul li a:visited.active {
  background-color: var(--c-header-color);
  color: var(--c-header-bg-color);
}
@media (min-width: 1025px) {
  #headerWrapper .header-aux {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #headerWrapper .header-aux a.logout-link, #headerWrapper .header-aux a.logout-link {
    margin-bottom: 3px;
  }
  #headerWrapper .header-aux .languages-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

:root.location-2 #headerWrapper .logo {
  width: 149px;
  background-image: url("../images/logo-quinta-s-goncalo.png");
}

#main {
  padding: 4rem 0;
  margin-top: 140px;
}
#main.--in-homepage {
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  #main {
    padding: 6rem 0;
  }
}

#footerWrapper .footer-top {
  padding: 2rem 0;
  background-color: var(--c-header-bg-color);
}
#footerWrapper .footer-top .footer-contacts {
  margin-bottom: 2rem;
}
#footerWrapper .footer-top .footer-contacts p {
  margin-bottom: 1rem;
}
#footerWrapper .footer-top .footer-contacts p:last-child {
  margin-bottom: 0;
}
#footerWrapper .footer-top ul.social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
#footerWrapper .footer-top ul.social-nav li a, #footerWrapper .footer-top ul.social-nav li a:visited {
  display: inline-block;
}
#footerWrapper .footer-top ul.social-nav li a svg, #footerWrapper .footer-top ul.social-nav li a:visited svg {
  width: 2rem;
  height: 2rem;
  fill: var(--c-header-color);
}
#footerWrapper .footer-top .quintas-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#footerWrapper .footer-top .quintas-nav li a, #footerWrapper .footer-top .quintas-nav li a:visited {
  display: inline-block;
}
#footerWrapper .footer-top .quintas-nav li a img, #footerWrapper .footer-top .quintas-nav li a:visited img {
  display: inline-block;
  width: 100%;
  height: auto;
}
#footerWrapper .footer-top p {
  color: var(--c-header-color);
  margin-bottom: 0;
}
#footerWrapper .footer-top p a, #footerWrapper .footer-top p a:visited {
  color: var(--c-header-color);
}
#footerWrapper .footer-bottom {
  padding: 2rem 0;
  background-color: var(--c-footer-bg-color);
}
#footerWrapper .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
#footerWrapper .footer-bottom a, #footerWrapper .footer-bottom a:visited {
  color: var(--c-footer-color);
}
#footerWrapper .footer-bottom p {
  color: var(--c-footer-color);
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  #footerWrapper .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footerWrapper .footer-bottom .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footerWrapper .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.page-404 {
  text-align: center;
}
.page-404 h1 {
  font-style: italic;
  color: var(--c-text-color);
  margin-bottom: 1rem;
}
.page-404 p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.login-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.login-screen .m-form {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.login-screen .m-form .form-group-title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.login-screen .m-form .form-wrapper {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.login-screen .m-form a.c-button, .login-screen .m-form a.c-button:visited, .login-screen .m-form .c-button {
  width: 100%;
}
@media (min-width: 1025px) {
  .login-screen {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
  .login-screen .m-form {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .login-screen .m-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .login-screen .m-text-info {
    width: 50%;
    text-align: left;
  }
  .login-screen .m-text-info .title, .login-screen .m-text-info .description {
    text-align: left;
  }
  .login-screen .m-text-info .title::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.booking-checkout-wrapper .c-checkout-title {
  display: none;
}
.booking-checkout-wrapper .checkout-step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.booking-checkout-wrapper .checkout-step.--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.booking-checkout-wrapper .checkout-step-1 .rooms-cart-widget {
  display: none;
}
.booking-checkout-wrapper .rooms-cart-widget {
  width: 100%;
  border: 1px solid var(--c-dark);
  padding: 1.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2rem;
}
.booking-checkout-wrapper .rooms-cart-widget .title {
  font-style: italic;
  color: var(--c-text-color);
  margin-bottom: 1rem;
  position: relative;
}
.booking-checkout-wrapper .rooms-cart-widget .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 174px;
  height: 1px;
  background-color: var(--c-text-color);
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--c-dark);
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item:first-child {
  padding-top: 0;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item ul {
  font-size: 0.875rem;
  line-height: 1.2;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item ul li:last-child {
  margin-bottom: 0;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item ul li span.name {
  font-weight: 700;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item ul li span.value {
  font-weight: 300;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item ul li:nth-child(2) {
  font-size: 0.75rem;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item ul li:nth-child(2) span.name {
  font-weight: 300;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item.--total {
  padding-top: 1rem;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item.--total ul {
  font-size: 1rem;
}
.booking-checkout-wrapper .rooms-cart-widget .cart-widget-item.--total ul span.value {
  font-weight: 700;
}
.booking-checkout-wrapper .checkout-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.booking-checkout-wrapper .checkout-buttons.--only-one {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  .booking-checkout-wrapper .checkout-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .booking-checkout-wrapper .checkout-step.checkout-step-1 .rooms-cart-widget {
    display: block;
  }
  .booking-checkout-wrapper .checkout-step .checkout-content {
    width: calc(70% - 2rem);
  }
  .booking-checkout-wrapper .checkout-step .checkout-buttons {
    margin-top: 0;
    width: calc(70% - 2rem);
  }
  .booking-checkout-wrapper .checkout-step .rooms-cart-widget {
    display: block;
    width: 30%;
    margin-top: 0;
  }
}

.booking-end-wrapper .container {
  max-width: 800px;
}
.booking-end-wrapper .booking-information, .booking-end-wrapper .booking-summary {
  margin-bottom: 2rem;
}
.booking-end-wrapper h2.title {
  font-style: italic;
  color: var(--c-text-color);
  margin-bottom: 1rem;
  position: relative;
}
.booking-end-wrapper h2.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 174px;
  height: 1px;
  background-color: var(--c-text-color);
}
.booking-end-wrapper h2.title:not(:first-child) {
  margin-top: 2rem;
}
.booking-end-wrapper .cart-widget-list {
  width: 100%;
  border: 1px solid var(--c-dark);
  padding: 1.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2rem;
}
.booking-end-wrapper .cart-widget-list .title {
  font-style: italic;
  color: var(--c-text-color);
  margin-bottom: 1rem;
  position: relative;
}
.booking-end-wrapper .cart-widget-list .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 174px;
  height: 1px;
  background-color: var(--c-text-color);
}
.booking-end-wrapper .cart-widget-list .cart-widget-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--c-dark);
}
.booking-end-wrapper .cart-widget-list .cart-widget-item:first-child {
  padding-top: 0;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item ul {
  font-size: 0.875rem;
  line-height: 1.2;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item ul li:last-child {
  margin-bottom: 0;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item ul li span.name {
  font-weight: 700;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item ul li span.value {
  font-weight: 300;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item ul li:nth-child(2) {
  font-size: 0.75rem;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item ul li:nth-child(2) span.name {
  font-weight: 300;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item.--total {
  padding-top: 1rem;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item.--total ul {
  font-size: 1rem;
}
.booking-end-wrapper .cart-widget-list .cart-widget-item.--total ul span.value {
  font-weight: 700;
}
/* mbway countdown */
/* General Styling */
.mbway-countdown .countdown {
  position: relative;
  width: 120px;
  height: 120px;
}
.mbway-countdown .countdown-circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); /* Start from the right */
}
.mbway-countdown .background-circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 10;
}
.mbway-countdown .progress-circle {
  fill: none;
  stroke: green; /* Initial color */
  stroke-width: 10;
  stroke-dasharray: 339.292; /* Circumference of the circle: 2 * Math.PI * r */
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1s linear, stroke 0.5s linear;
  transition: stroke-dashoffset 1s linear, stroke 0.5s linear; /* Smooth transition */
}
.mbway-countdown .countdown-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.mbway-countdown .countdown-text span {
  color: #333;
}
/*# sourceMappingURL=app.css.map */
