@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Quicksand:wght@300..700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

* {
  font-family: "Quicksand", sans-serif;
}

*::-moz-selection {
  background: #D1B578;
  color: black;
}

*::selection {
  background: #D1B578;
  color: black;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  background: #D1B578;
}

html {
  scroll-behavior: smooth;
}

.top {
  background: #080e30;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 900;
}
.top .top__layout {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .top__layout .layout__content {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.top .top__layout .layout__content i {
  margin-right: 5px;
}

.header {
  background: #1A2042;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  position: fixed;
  position: sticky;
  width: 100%;
  top: 0;
  margin-top: 50px;
  z-index: 1000;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.header .header__navigation {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header .header__navigation .navigation__logo {
  width: 200px;
  display: block;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
}
.header .header__navigation .navigation__logo img {
  width: 100%;
}
.header .header__navigation div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: rgba(26, 32, 66, 0.9);
  backdrop-filter: blur(5px);
  top: 0;
  margin-top: 50px;
  right: -300px;
  width: 300px;
  height: 100vh;
  overflow: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 80px;
}
.header .header__navigation div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 5px 0 40px;
}
.header .header__navigation div ul li {
  list-style: none;
}
.header .header__navigation div ul li a {
  color: white;
  font-size: 18px;
  text-decoration: none;
  padding: 18px 0 18px 40px;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header__navigation div ul li a:hover {
  background: #1A2042;
}
.header .header__navigation .active {
  right: 0;
}
.header .header__navigation .navigation__cart {
  color: white;
  text-decoration: none;
  justify-self: flex-end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  right: 55px;
  -webkit-transition: 0;
  transition: 0;
  display: block;
}
.header .header__navigation .navigation__cart:hover {
  color: #D1B578;
}
.header .header__navigation .navigation__cart:hover span {
  color: #D1B578;
}
.header .header__navigation .navigation__cart span {
  color: white;
  -webkit-transition: 0;
  transition: 0;
}
.header .header__navigation .navigation__hamburger {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  position: relative;
  right: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
}
.header .header__navigation .navigation__hamburger .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  height: 60px;
  margin: 0;
}
.header .header__navigation .navigation__hamburger .ham-rotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header__navigation .navigation__hamburger .hamRotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header__navigation .navigation__hamburger .line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: white;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.header .header__navigation .navigation__hamburger .ham4 .top {
  stroke-dasharray: 40 121;
}
.header .header__navigation .navigation__hamburger .ham4 .bottom {
  stroke-dasharray: 40 121;
}
.header .header__navigation .navigation__hamburger .ham4.active .top {
  stroke-dashoffset: -68px;
}
.header .header__navigation .navigation__hamburger .ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.top-wp {
  top: 46px;
}

.header-wp {
  top: 46px !important;
}

@media screen and (min-width: 783px) {
  .top-wp {
    top: 32px;
  }
  .header-wp {
    top: 32px !important;
  }
}
.footer {
  background: #1A2042;
  padding: 20px 0 0;
  color: white;
  text-align: center;
}
.footer .footer__whatsapp {
  position: fixed;
  background: #1A2042;
  bottom: 40px;
  right: 40px;
  font-size: 30px;
  color: white;
  text-decoration: none;
  width: 70px;
  height: 70px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer__whatsapp:hover {
  background: #D1B578;
}
@media screen and (min-width: 1280px) {
  .footer .footer__whatsapp {
    bottom: 80px;
    right: 80px;
  }
}
.footer .footer__logo {
  width: 300px;
  margin: 0 auto;
}
.footer .footer__logo img {
  width: 100%;
}
.footer .footer__developer {
  margin: 0;
  background: #080e30;
  padding: 10px 0;
}
.footer .footer__developer a {
  color: white;
}

@media screen and (min-width: 1280px) {
  .top {
    position: fixed;
  }
  .header {
    top: 0;
    margin-top: 50px;
  }
  .header .header__navigation {
    max-width: 1500px;
  }
  .header .header__navigation .navigation__logo {
    width: 260px;
  }
  .header .header__navigation div {
    position: relative;
    backdrop-filter: none;
    top: 0;
    right: 50px;
    margin-right: 50px;
    width: auto;
    height: auto;
    overflow: initial;
    -webkit-transition: 0s;
    transition: 0s;
    padding: 2px 0 2px;
    margin: 0;
  }
  .header .header__navigation div ul {
    padding: 8px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    height: auto;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header__navigation div ul li {
    margin: 0;
    padding: 0;
  }
  .header .header__navigation div ul li a {
    position: relative;
    width: auto;
    padding: 10px 0 10px 0;
    margin: 0 0 0 30px;
    text-align: center;
  }
  .header .header__navigation div ul li a:before {
    content: "";
    background: #D1B578;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 0;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header .header__navigation div ul li a:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
    bottom: 0;
  }
  .header .header__navigation .navigation__cart {
    right: 0;
  }
  .header .header__navigation .navigation__hamburger {
    display: none;
  }
}
.cover {
  background: url(../images/loja-villonaco.jpg);
  height: calc(100vh - 130px);
  max-height: 600px;
  background-size: cover;
  background-position: center;
  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;
  position: relative;
}
.cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.cover .cover__content {
  text-align: center;
  width: 90%;
  position: relative;
  z-index: 200;
  color: white;
}
.cover .cover__content .content__title {
  margin: 0;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}
.cover .cover__content .content__subtitle {
  font-size: 18px;
  line-height: 24px;
}
.cover .cover__content .content__cta a {
  display: block;
  width: 220px;
  background: #D1B578;
  padding: 15px 0;
  margin: 5px auto;
  text-decoration: none;
  color: black;
  font-weight: bolder;
  border-radius: 3px;
  border: 2px solid #D1B578;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cover .cover__content .content__cta a:hover {
  background: white;
  border-color: white;
}
.cover .cover__content .content__cta a {
  margin: 15px auto;
}
.cover .cover__content .content__cta .cta__tour {
  background: transparent;
  border-color: white;
  color: white;
}
.cover .cover__content .content__cta .cta__tour:hover {
  color: black;
}

.intro {
  background: #E0E1DF;
  padding: 20px 0 40px;
}
.intro .intro__layout {
  width: 90%;
  margin: auto;
  color: #4E4E4E;
  text-align: center;
}
.intro .intro__layout .layout__title {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  position: relative;
}
.intro .intro__layout .layout__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.intro .intro__layout .layout__text {
  line-height: 22px;
}
.intro .intro__layout .layout__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.intro .intro__layout .layout__gallery .gallery__image {
  margin: 0;
  line-height: 0;
}
.intro .intro__layout .layout__gallery .gallery__image img {
  width: 100%;
}
.intro .intro__layout .layout__gallery .gallery__image .image__overlay {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  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;
  background: rgba(26, 32, 66, 0.83);
  line-height: 22px;
}
.intro .intro__layout .layout__gallery .gallery__image .image__overlay .overlay__frame {
  border: 1px solid #D1B578;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro .intro__layout .layout__gallery .gallery__image .image__overlay .overlay__frame .frame__title {
  text-transform: uppercase;
  color: white;
  line-height: 0;
  margin-bottom: 30px;
  position: relative;
  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;
}
.intro .intro__layout .layout__gallery .gallery__image .image__overlay .overlay__frame .frame__title:before {
  content: "";
  width: 85%;
  height: 1px;
  background: #D1B578;
  position: absolute;
  margin-top: 15px;
  top: 5px;
}
.intro .intro__layout .layout__gallery .gallery__image .image__overlay .overlay__frame .frame__text {
  color: white;
  font-family: "Marcellus", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.facilities {
  background: #1A2042;
  padding: 20px 0;
  text-align: center;
}
.facilities .facilities__layout .layout__card {
  width: 300px;
  margin: 50px auto;
}
.facilities .facilities__layout .layout__card .card__image {
  margin: 0;
  line-height: 0;
  height: 90px;
}
.facilities .facilities__layout .layout__card .card__image img {
  height: 100%;
  width: auto;
}
.facilities .facilities__layout .layout__card .card__title {
  font-family: "Marcellus", serif;
  color: #D1B578;
  font-size: 20px;
  margin: 20px 0 5px;
}
.facilities .facilities__layout .layout__card .card__text {
  font-size: 18px;
  color: white;
}

.rooms {
  background: #E0E1DF;
  padding: 10px 0 40px;
  display: block;
}
.rooms .rooms__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Marcellus", serif;
  font-weight: 300;
  color: #4E4E4E;
  position: relative;
  margin: 30px auto 40px;
  width: 100%;
}
.rooms .rooms__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.rooms .rooms__slider {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.rooms .rooms__slider .slider__slide {
  margin: auto;
}
.rooms .rooms__slider .slider__slide .slide__room {
  width: 300px;
  margin: auto;
}
.rooms .rooms__slider .slider__slide .slide__room .room__image {
  width: 100%;
  aspect-ratio: 9/6 auto;
  margin: auto;
  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;
  overflow: hidden;
}
.rooms .rooms__slider .slider__slide .slide__room .room__image img {
  width: 100%;
  height: auto;
}
.rooms .rooms__slider .slider__slide .slide__room .room__name {
  font-family: "Marcellus", serif;
  font-size: 20px;
  margin: 10px 0 5px;
  color: #4E4E4E;
}
.rooms .rooms__slider .slider__slide .slide__room .room__data .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 10px;
  height: 40px;
}
.rooms .rooms__slider .slider__slide .slide__room .room__data .data__item svg {
  width: 25px;
  margin-right: 8px;
}
.rooms .rooms__slider .slider__slide .slide__room .room__data .data__item span {
  font-size: 16px;
}
.rooms .rooms__slider .slider__slide .slide__room .room__data .data__item:nth-of-type(3) svg {
  width: 22px;
}
.rooms .rooms__slider .slider__slide .slide__room .room__price {
  font-size: 18px;
  color: #4E4E4E;
}
.rooms .rooms__slider .slider__slide .slide__room .room__cta {
  display: block;
  width: 220px;
  background: #D1B578;
  padding: 15px 0;
  margin: 5px auto;
  text-decoration: none;
  color: black;
  font-weight: bolder;
  border-radius: 3px;
  border: 2px solid #D1B578;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rooms .rooms__slider .slider__slide .slide__room .room__cta:hover {
  background: white;
  border-color: white;
}
.rooms .rooms__slider .slider__slide .slide__room .room__cta {
  text-align: center;
  margin: 0 0 10px;
}
.rooms .rooms__slider .slider__slide .slide__room .room__cta:hover {
  background: #1A2042;
  color: white;
  border-color: #1A2042;
}
.rooms .rooms__slider .owl-nav {
  width: 100%;
  margin: auto;
  height: 20px;
  position: relative;
  bottom: 250px;
}
.rooms .rooms__slider .owl-nav button {
  background-color: #1A2042;
  color: white;
  line-height: 0;
  width: 40px;
  height: 50px;
  position: absolute;
  bottom: 50%;
  margin-top: -25px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rooms .rooms__slider .owl-nav button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.rooms .rooms__slider .owl-nav button span {
  line-height: 0;
  font-size: 40px;
}
.rooms .rooms__slider .owl-nav button:nth-of-type(2) {
  right: 0;
}
.rooms .rooms__slider .owl-dots {
  height: 20px;
  margin: auto;
  text-align: center;
}
.rooms .rooms__slider .owl-dots button {
  margin: 0 5px;
  width: 20px;
  height: 20px;
  border: 2px solid gray;
  background: white;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rooms .rooms__slider .owl-dots .active {
  background: #D1B578;
}

.culture {
  background: url(../images/panoramica-loja.png);
  position: relative;
  background-size: cover;
  background-position: center;
}
.culture:before {
  content: "";
  background: rgba(26, 32, 66, 0.8);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.culture .culture__layout {
  position: relative;
  z-index: 200;
  padding: 60px 0;
  text-align: center;
  width: 90%;
  margin: auto;
}
.culture .culture__layout .layout__title {
  margin: 0 0 20px;
  color: white;
  font-family: "Marcellus", serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.culture .culture__layout .layout__subtitle {
  color: #D1B578;
  font-size: 24px;
  font-family: "Marcellus", serif;
}
.culture .culture__layout .layout__text {
  color: white;
  font-size: 18px;
  line-height: 22px;
}
.culture .culture__layout .layout__cta {
  display: block;
  width: 220px;
  background: #D1B578;
  padding: 15px 0;
  margin: 5px auto;
  text-decoration: none;
  color: black;
  font-weight: bolder;
  border-radius: 3px;
  border: 2px solid #D1B578;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.culture .culture__layout .layout__cta:hover {
  background: white;
  border-color: white;
}
.culture .culture__layout .layout__cta {
  margin-top: 50px;
}

.blog {
  background: #E0E1DF;
  padding: 20px 0 40px;
}
.blog .blog__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Marcellus", serif;
  font-weight: 300;
  color: #4E4E4E;
  position: relative;
}
.blog .blog__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.blog .blog__layout .layout__article {
  width: 300px;
  margin: 40px auto 0;
  display: block;
  text-decoration: none;
}
.blog .blog__layout .layout__article .article__image {
  width: 100%;
  margin: 0;
  line-height: 0;
  height: 185px;
  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;
  overflow: hidden;
}
.blog .blog__layout .layout__article .article__image img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog .blog__layout .layout__article .article__title {
  font-family: "Marcellus", serif;
  font-size: 18px;
  margin: 10px 0;
  color: #4E4E4E;
}
.blog .blog__layout .layout__article:hover .article__image img {
  width: 110%;
}
.blog .blog__layout .layout__article:hover .article__title {
  color: black;
}
.blog .blog__button {
  display: block;
  width: 220px;
  background: #D1B578;
  padding: 15px 0;
  margin: 5px auto;
  text-decoration: none;
  color: black;
  font-weight: bolder;
  border-radius: 3px;
  border: 2px solid #D1B578;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog .blog__button:hover {
  background: white;
  border-color: white;
}
.blog .blog__button {
  text-align: center;
  margin-top: 50px;
}

.contact {
  background: #E0E1DF;
  padding: 20px 0;
}
.contact .contact__title {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  position: relative;
  color: #4E4E4E;
  font-weight: 300;
}
.contact .contact__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.contact .contact__info .info__social {
  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;
}
.contact .contact__info .info__social a {
  color: black;
  text-decoration: none;
  font-size: 22px;
  margin: 0 5px;
}
.contact .contact__data {
  margin: 20px auto;
  text-align: center;
  font-size: 18px;
  color: #4E4E4E;
}
.contact iframe {
  width: 90%;
  display: block;
  margin: auto;
  height: 300px;
  border: none;
  margin-top: 20px;
}

/***************************************/
/***************** 900 *****************/
/***************************************/
@media screen and (min-width: 900px) {
  .rooms .rooms__slider .slider__slide .slide__room {
    width: 350px;
    margin: auto;
  }
  .rooms .rooms__slider .slider__slide .slide__room .room__image {
    width: 350px;
    height: 220px;
  }
  .rooms .rooms__slider .slider__slide .slide__room .room__name {
    font-size: 22px;
  }
  .rooms .rooms__slider .slider__slide .slide__room .room__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5px;
  }
}
/***************************************/
/***************** 920 *****************/
/***************************************/
@media screen and (min-width: 900px) {
  .cover {
    max-height: 700px;
  }
  .cover .cover__content .content__title {
    font-size: 40px;
  }
  .cover .cover__content .content__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    margin: auto;
  }
  .intro .intro__layout .layout__gallery .gallery__image .image__overlay .overlay__frame .frame__text {
    color: white;
    font-family: "Marcellus", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  .intro .intro__layout .gallery__image:nth-of-type(2) {
    position: relative;
  }
  .facilities .facilities__layout {
    margin: auto;
    max-width: 1000px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .blog .blog__layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    max-width: 900px;
    margin: auto;
  }
  .contact {
    padding-bottom: 40px;
  }
}
/***************************************/
/**************** 1280 *****************/
/***************************************/
@media screen and (min-width: 1280px) {
  .cover {
    height: calc(100vh - 130px);
    max-height: 1000px;
    margin-top: 0;
  }
  .cover .cover__content .content__title {
    font-size: 50px;
    width: 1020px;
    margin: auto;
  }
  .cover .cover__content .content__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .intro .intro__layout {
    max-width: 1500px;
  }
  .intro .intro__layout .layout__title {
    font-size: 50px;
  }
  .intro .intro__layout .layout__text {
    font-size: 18px;
    line-height: 26px;
  }
  .intro .intro__layout .layout__gallery .gallery__image .image__overlay .overlay__frame .frame__title {
    font-size: 22px;
  }
  .intro .intro__layout .layout__gallery .gallery__image .image__overlay .overlay__frame .frame__text {
    color: white;
    font-family: "Marcellus", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin: 0;
    font-size: 45px;
    line-height: 65px;
    text-align: center;
    width: 340px;
  }
  .facilities {
    padding: 80px 0 60px;
  }
  .facilities .facilities__layout {
    width: 90%;
    max-width: 1500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .facilities .facilities__layout .layout__card {
    margin: 0;
  }
  .rooms .rooms__title {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .rooms .rooms__slider .owl-nav button {
    background-color: #1A2042;
    color: white;
    line-height: 0;
    width: 40px;
    height: 50px;
    position: absolute;
    bottom: 50%;
    margin-top: -25px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .rooms .rooms__slider .owl-nav button:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .rooms .rooms__slider .owl-nav button span {
    line-height: 0;
    font-size: 40px;
  }
  .rooms .rooms__slider .owl-nav button:nth-of-type(1) {
    left: -20px;
  }
  .rooms .rooms__slider .owl-nav button:nth-of-type(2) {
    right: -20px;
  }
  .culture .culture__layout {
    padding: 100px 0;
    max-width: 1500px;
  }
  .culture .culture__layout .layout__title {
    font-size: 40px;
  }
  .blog .blog__title {
    font-size: 50px;
  }
  .blog .blog__layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 23.5% 2% 23.5% 2% 23.5% 2% 23.5%;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 1500px;
  }
  .blog .blog__layout .layout__article {
    width: 100%;
    max-width: 360px;
  }
  .contact .contact__title {
    font-size: 50px;
  }
  .contact iframe {
    height: 450px;
  }
}
@media screen and (min-width: 1580px) {
  .rooms .rooms__slider .slider__slide .slide__room {
    width: 450px;
  }
  .rooms .rooms__slider .slider__slide .slide__room .room__image {
    width: 450px;
    height: 310px;
  }
  .rooms .rooms__slider .slider__slide .slide__room .room__name {
    font-size: 25px;
  }
  .rooms .rooms__slider .slider__slide .slide__room .room__data {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .rooms .rooms__slider .slider__slide .slide__room .room__data .data__item {
    margin-right: 30px;
  }
  .rooms .rooms__slider .owl-nav {
    bottom: 340px;
  }
}
.about .about__cover {
  margin-top: 0;
  height: 200px;
  background: url(../images/entorno-hotel.jpg);
  background-position: center;
  background-size: cover;
  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;
  position: relative;
}
.about .about__cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.about .about__cover .cover__title {
  margin: 0;
  position: relative;
  z-index: 200;
  color: white;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
}
.about .about__cover .cover__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.about .about__features {
  padding: 20px 0;
  background: #E0E1DF;
}
.about .about__features .features__layout {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about .about__features .features__layout .layout__item {
  width: 280px;
  text-align: center;
  margin: 20px 0;
}
.about .about__features .features__layout .layout__item .item__icon {
  margin: 0;
  margin: auto;
  width: 100px;
}
.about .about__features .features__layout .layout__item .item__icon img {
  width: 100px;
}
.about .about__features .features__layout .layout__item .item__title {
  font-family: "Marcellus", serif;
  font-size: 20px;
  margin: 10px 0 0;
}
.about .about__features .features__layout .layout__item .item__text {
  margin: 10px 0;
  font-size: 16px;
  color: #4E4E4E;
}
.about .about__story {
  padding: 20px 0;
}
.about .about__story .story__layout {
  width: 90%;
  margin: auto;
}
.about .about__story .story__layout .layout__content {
  text-align: center;
}
.about .about__story .story__layout .layout__content .content__title {
  color: #D1B578;
  font-family: "Marcellus", serif;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}
.about .about__story .story__layout .layout__content .content__text {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 22px;
}
.about .about__story .story__layout .layout__image {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.about .about__story .story__layout .layout__image img {
  width: 100%;
}
.about .about__city {
  background: url(../images/ciudad-loja.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.about .about__city:before {
  content: "";
  background: rgba(13, 20, 32, 0.6);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.about .about__city .city__content {
  position: relative;
  z-index: 200;
  text-align: center;
  padding: 60px 0;
  width: 90%;
  margin: auto;
}
.about .about__city .city__content .content__title {
  font-family: "Marcellus", serif;
  font-size: 30px;
  color: #D1B578;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.about .about__city .city__content .content__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.about .about__city .city__content .content__text {
  color: white;
  font-size: 16px;
  line-height: 22px;
}
.about .about__values {
  background: white;
  padding: 40px 0;
}
.about .about__values .values__layout {
  width: 90%;
  margin: auto;
}
.about .about__values .values__layout .layout__image {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.about .about__values .values__layout .layout__image img {
  width: 100%;
}
.about .about__values .values__layout .layout__content {
  text-align: center;
}
.about .about__values .values__layout .layout__content .content__title {
  font-size: 30px;
  font-family: "Marcellus", serif;
  color: #D1B578;
  text-transform: uppercase;
  font-weight: 300;
}
.about .about__values .values__layout .layout__content .content__text {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (min-width: 800px) {
  .about .about__features .features__layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    justify-items: center;
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .about .about__cover {
    height: 400px;
  }
  .about .about__cover .cover__title {
    font-size: 50px;
  }
  .about .about__features {
    padding: 60px 0;
  }
  .about .about__features .features__layout {
    -ms-grid-columns: 22% 4% 22% 4% 22% 4% 22%;
    grid-template-columns: 22% 22% 22% 22%;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    max-width: 1500px;
  }
  .about .about__features .features__layout .layout__item {
    width: 100%;
    max-width: 340px;
    margin: 20px 0;
  }
  .about .about__features .features__layout .layout__item .item__icon {
    width: auto;
    height: 90px;
  }
  .about .about__features .features__layout .layout__item .item__icon img {
    height: 100%;
    width: auto;
  }
  .about .about__features .features__layout .layout__item .item__title {
    font-size: 22px;
  }
  .about .about__features .features__layout .layout__item .item__text {
    font-size: 18px;
  }
  .about .about__story {
    padding: 60px 0 40px;
  }
  .about .about__story .story__layout {
    max-width: 1500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about .about__story .story__layout .layout__content {
    text-align: left;
    width: 58%;
  }
  .about .about__story .story__layout .layout__content .content__title {
    font-size: 50px;
    max-width: 750px;
    margin: 0 0 25px;
  }
  .about .about__story .story__layout .layout__content .content__text {
    font-size: 18px;
    line-height: 26px;
  }
  .about .about__story .story__layout .layout__image {
    width: 42%;
    margin: 0;
  }
  .about .about__city .city__content {
    padding: 80px 0;
    max-width: 1500px;
  }
  .about .about__city .city__content .content__title {
    font-size: 50px;
  }
  .about .about__city .city__content .content__text {
    font-size: 18px;
    line-height: 26px;
  }
  .about .about__values {
    padding: 60px 0;
  }
  .about .about__values .values__layout {
    max-width: 1500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about .about__values .values__layout .layout__image {
    width: 45%;
    margin: 0;
    max-width: 700px;
  }
  .about .about__values .values__layout .layout__content {
    text-align: left;
    width: 52%;
  }
  .about .about__values .values__layout .layout__content .content__title {
    font-size: 50px;
    margin: 0 0 25px;
  }
  .about .about__values .values__layout .layout__content .content__text {
    color: #4E4E4E;
    font-size: 18px;
    line-height: 26px;
  }
}
.services .services__cover {
  background: url(../images/servicios-hotel.png);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 200px;
  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;
}
.services .services__cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.services .services__cover .cover__title {
  font-size: 30px;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  color: white;
  position: relative;
  z-index: 200;
  margin: 0;
  font-weight: 300;
}
.services .services__cover .cover__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.services .services__content {
  background: #E0E1DF;
  padding: 10px 0 40px;
}
.services .services__content .content__layout {
  width: calc(90% - 40px);
  padding: 20px;
  margin: 20px auto 0;
  background-color: white;
}
.services .services__content .content__layout .layout__item {
  margin-bottom: 40px;
}
.services .services__content .content__layout .layout__item .item__image {
  width: 100%;
  margin: 0;
}
.services .services__content .content__layout .layout__item .item__image img {
  width: 100%;
}
.services .services__content .content__layout .layout__item .item__description {
  color: #4E4E4E;
}
.services .services__content .content__layout .layout__item .item__description .description__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Marcellus", serif;
  font-weight: 300;
  font-size: 35px;
  margin: 10px 0;
}
.services .services__content .content__layout .layout__item .item__description .description__title span {
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}
.services .services__content .content__layout .layout__item .item__description .description__text {
  margin: 10px 0;
}

@media screen and (min-width: 1200px) {
  .services .services__cover {
    height: 400px;
  }
  .services .services__cover .cover__title {
    font-size: 50px;
  }
  .services .services__content .content__layout {
    max-width: 1200px;
    padding: 0;
  }
  .services .services__content .content__layout .layout__item {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services .services__content .content__layout .layout__item .item__image {
    line-height: 0;
    width: 50%;
  }
  .services .services__content .content__layout .layout__item .item__description {
    color: #4E4E4E;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -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;
  }
  .services .services__content .content__layout .layout__item .item__description .description__title {
    width: 80%;
    margin: 0 auto;
  }
  .services .services__content .content__layout .layout__item .item__description .description__title span {
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
  }
  .services .services__content .content__layout .layout__item .item__description .description__text {
    font-size: 18px;
    line-height: 24px;
    width: 80%;
    margin: 0 auto;
  }
  .services .services__content .content__layout .layout__item:nth-child(odd) .item__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.tour .tour__cover {
  background: url(../images/banca-antigua.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 350px;
  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;
}
.tour .tour__cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.tour .tour__cover .cover__content {
  position: relative;
  z-index: 200;
  color: white;
  text-align: center;
}
.tour .tour__cover .cover__content .content__title {
  margin: 0 auto 30px;
  font-family: "Marcellus", serif;
  font-weight: 300;
  font-size: 30px;
  width: 90%;
  text-transform: uppercase;
  position: relative;
}
.tour .tour__cover .cover__content .content__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.tour .tour__cover .cover__content .content__text {
  width: 90%;
  margin: auto;
  font-size: 16px;
  line-height: 22px;
}
.tour .tour__features {
  background: #E0E1DF;
  padding: 20px 0;
}
.tour .tour__features .features__layout {
  width: 90%;
  margin: auto;
}
.tour .tour__features .features__layout .layout__content {
  color: #4E4E4E;
}
.tour .tour__features .features__layout .layout__content .content__title {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
}
.tour .tour__features .features__layout .layout__content .content__text {
  font-size: 16px;
  list-style: none;
  line-height: 22px;
}
.tour .tour__features .features__layout .layout__content .content__list {
  font-size: 16px;
  line-height: 22px;
}
.tour .tour__features .features__layout .layout__image {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
}
.tour .tour__features .features__layout .layout__image img {
  width: 100%;
}
.tour .tour__banner {
  background: url(../images/puerta-de-la-ciudad.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 350px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.tour .tour__banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.tour .tour__banner > * {
  position: relative;
  z-index: 200;
}
.tour .tour__banner .banner__text {
  color: white;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-size: 30px;
  width: 90%;
  margin: 0 auto;
}
.tour .tour__banner .banner__cta {
  display: block;
  width: 220px;
  background: #D1B578;
  padding: 15px 0;
  margin: 5px auto;
  text-decoration: none;
  color: black;
  font-weight: bolder;
  border-radius: 3px;
  border: 2px solid #D1B578;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tour .tour__banner .banner__cta:hover {
  background: white;
  border-color: white;
}
.tour .tour__banner .banner__cta {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .tour .tour__cover {
    height: 450px;
  }
  .tour .tour__cover .cover__content .content__title {
    max-width: 800px;
    font-size: 50px;
  }
  .tour .tour__cover .cover__content .content__text {
    font-size: 18px;
    line-height: 26px;
  }
  .tour .tour__features {
    padding: 50px 0;
  }
  .tour .tour__features .features__layout {
    max-width: 1500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tour .tour__features .features__layout .layout__content {
    width: 50%;
    margin: auto;
  }
  .tour .tour__features .features__layout .layout__content .content__title {
    font-size: 30px;
  }
  .tour .tour__features .features__layout .layout__content .content__text {
    font-size: 18px;
    line-height: 26px;
  }
  .tour .tour__features .features__layout .layout__content .content__list {
    font-size: 18px;
    line-height: 26px;
  }
  .tour .tour__features .features__layout .layout__content .content__list li {
    margin: 5px 0;
  }
  .tour .tour__features .features__layout .layout__image {
    width: 45%;
    max-width: 700px;
    margin: 0;
  }
  .tour .tour__banner {
    height: 500px;
  }
  .tour .tour__banner .banner__text {
    max-width: 1500px;
    font-size: 45px;
  }
  .tour .tour__banner .banner__cta {
    display: block;
    width: 220px;
    background: #D1B578;
    padding: 15px 0;
    margin: 5px auto;
    text-decoration: none;
    color: black;
    font-weight: bolder;
    border-radius: 3px;
    border: 2px solid #D1B578;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tour .tour__banner .banner__cta:hover {
    background: white;
    border-color: white;
  }
  .tour .tour__banner .banner__cta {
    margin-top: 40px;
  }
}
.notices {
  padding: 0 0 40px;
}
.notices .blog__cover {
  background: url(../images/arrayanes-lojanos.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 200px;
  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;
}
.notices .blog__cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.notices .blog__cover .cover__title {
  margin: 0;
  position: relative;
  z-index: 200;
  color: white;
  font-family: "Marcellus", serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.notices .blog__cover .cover__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}

@media screen and (min-width: 1280px) {
  .notices .blog__cover {
    height: 350px;
  }
  .notices .blog__cover .cover__title {
    font-size: 50px;
  }
}
.single {
  background: #E0E1DF;
  padding: 10px 0 40px;
  margin: 0;
}
.single .single__article {
  width: 90%;
  margin: auto;
  max-width: 1000px;
  padding: 20px 0;
  color: #4E4E4E;
}
.single .single__article .article__image {
  margin: 0;
  width: 100%;
}
.single .single__article .article__image img {
  width: 100%;
}
.single .single__article .article__title {
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0;
}
.single .single__article h2, .single .single__article h3, .single .single__article h4, .single .single__article h5, .single .single__article h6 {
  font-family: "Marcellus", serif;
  font-weight: 300;
}
.single .single__article p, .single .single__article ul, .single .single__article li, .single .single__article a, .single .single__article span, .single .single__article i {
  font-size: 18px;
  line-height: 24px;
}
.single .single__article a {
  color: #1A2042;
}
.single .single__article img {
  display: block;
}
.single .single__article .aligncenter {
  margin: auto;
}
.single .single__article .alignleft {
  float: left;
  margin-right: 10px;
}
.single .single__article .alignright {
  float: right;
  margin-left: 10px;
}
.single hr {
  width: 90%;
  margin: auto;
  max-width: 1000px;
  border: 1px solid #D1B578;
}
.single .single__share {
  text-align: center;
}
.single .single__share p {
  font-weight: bolder;
}
.single .single__share .share__buttons {
  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;
}
.single .single__share .share__buttons a {
  display: block;
  margin: 10px;
  font-size: 25px;
  color: #1A2042;
}
.single .single__share .share__buttons a:hover {
  color: #D1B578;
}

.coworking .coworking__cover {
  background: #e7e7e6;
  padding: 50px 0;
  text-align: center;
  color: #4E4E4E;
}
.coworking .coworking__cover .cover__title {
  font-family: "Marcellus", serif;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  width: 90%;
  margin: 20px auto;
  max-width: 1500px;
  font-weight: 300;
}
.coworking .coworking__cover .cover__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.coworking .coworking__cover .cover__text {
  font-size: 16px;
  line-height: 22px;
  width: 90%;
  margin: 30px auto 10px;
  max-width: 1500px;
}
.coworking .coworking__offer {
  padding: 20px 0;
  color: #4E4E4E;
}
.coworking .coworking__offer .offer__title {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  position: relative;
}
.coworking .coworking__offer .offer__title:before {
  content: "";
  background: url(../images/subline.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  height: 5px;
}
.coworking .coworking__offer .offer__text {
  text-align: center;
  width: 90%;
  margin: 20px auto 40px;
}
.coworking .coworking__offer .offer__icons {
  width: 90%;
  margin: 10px auto 40px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coworking .coworking__offer .offer__icons .icons__card {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coworking .coworking__offer .offer__icons .icons__card .card__icon {
  height: 100px;
  width: auto;
}
.coworking .coworking__offer .offer__icons .icons__card .card__icon img {
  height: 100%;
}
.coworking .coworking__offer .offer__icons .icons__card .card__text {
  text-align: center;
}
.coworking .coworking__offer .offer__gallery {
  width: 90%;
  margin: auto;
}
.coworking .coworking__offer .offer__gallery .gallery__image {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.coworking .coworking__offer .offer__gallery .gallery__image img {
  width: 100%;
}
.coworking .coworking__end {
  background: url(../images/coworking-equipo.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 500px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coworking .coworking__end:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.coworking .coworking__end .end__text {
  position: relative;
  z-index: 200;
  text-align: center;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  color: white;
  width: 90%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 300;
}
.coworking .coworking__end .end__cta {
  display: block;
  width: 220px;
  background: #D1B578;
  padding: 15px 0;
  margin: 5px auto;
  text-decoration: none;
  color: black;
  font-weight: bolder;
  border-radius: 3px;
  border: 2px solid #D1B578;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.coworking .coworking__end .end__cta:hover {
  background: white;
  border-color: white;
}
.coworking .coworking__end .end__cta {
  position: relative;
  text-align: center;
  z-index: 200;
  margin: 20px 0 0;
}

@media screen and (min-width: 800px) {
  .coworking .coworking__cover {
    padding: 80px 0;
  }
  .coworking .coworking__offer {
    margin: 0 auto 0;
  }
  .coworking .coworking__offer .offer__icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
  .coworking .coworking__offer .offer__icons .icons__card {
    width: 250px;
    text-align: center;
    height: 180px;
    margin: 10px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .coworking .coworking__offer .offer__icons .icons__card .card__icon {
    height: 100px;
    width: auto;
  }
  .coworking .coworking__offer .offer__icons .icons__card .card__icon img {
    height: 100%;
  }
  .coworking .coworking__offer .offer__gallery {
    width: calc(90% + 10px);
    max-width: 1500px;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .coworking .coworking__offer .offer__gallery .gallery__image {
    width: 100%;
    margin: 5px;
  }
  .coworking .coworking__offer .offer__gallery .gallery__image img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .coworking .coworking__cover .cover__title {
    font-size: 50px;
    max-width: 1200px;
  }
  .coworking .coworking__cover .cover__text {
    font-size: 18px;
    line-height: 26px;
  }
  .coworking .coworking__offer {
    padding: 10px 0 40px;
  }
  .coworking .coworking__offer .offer__title {
    font-size: 50px;
  }
  .coworking .coworking__offer .offer__text {
    font-size: 18px;
  }
  .coworking .coworking__offer .offer__icons {
    max-width: 90%;
    max-width: 1500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .coworking .coworking__offer .offer__icons .icons__card {
    width: 220px;
  }
  .coworking .coworking__end .end__text {
    font-size: 50px;
    max-width: 1500px;
  }
}
/****************************/
/****************************/
/**        Rooms          **/
/****************************/
/****************************/
.room-container {
  padding: 20px 0;
  width: 90%;
  margin: auto;
  max-width: 1500px !important;
}
.room-container h3 {
  font-family: "Marcellus", serif;
  font-weight: 300;
  font-size: 30px;
}
.room-container form {
  width: 100% !important;
  min-width: initial !important;
}
.room-container form input {
  width: 80% !important;
}
.room-container form button[type=submit] {
  border-radius: 5px !important;
  width: 200px;
  cursor: pointer;
  background: #D1B578;
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.room-container form button[type=submit]:hover {
  background: #1A2042;
  color: white;
}
.room-container .rooms {
  background: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  justify-items: center;
}
.room-container .rooms li {
  width: 100% !important;
  max-width: 350px;
  padding: 0;
  margin: 20px 0;
}
.room-container .rooms li .summary {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.room-container .rooms li .summary .media {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.room-container .rooms li .summary a {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.room-container .rooms li .summary a img {
  width: 100%;
  height: auto;
}
.room-container .rooms li .title h4 a:hover {
  color: #D1B578;
}

@media screen and (min-width: 900px) {
  .room-container .rooms {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    background: #E0E1DF;
  }
}
@media screen and (min-width: 1280px) {
  .room-container .rooms {
    -ms-grid-columns: 33.33% 33.33% 33.33%;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}
@media screen and (min-width: 1600px) {
  .room-container .rooms {
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }
}
/****************************/
/****************************/
/**         Viewer         **/
/****************************/
/****************************/
.hb_single_room {
  width: 90%;
  margin: auto;
  max-width: 900px;
}
.hb_single_room h1 {
  margin: 40px 0 0;
}
.hb_single_room h1 a {
  font-family: "Marcellus", serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 30px;
  margin: 0;
  color: #1A2042;
}
.hb_single_room .flex-viewport .slides li img {
  border: 2px solid white;
}
.hb_single_room .flex-viewport .slides .flex-active-slide img {
  border: 2px solid #1A2042 !important;
}
.hb_single_room .hb_single_room_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hb_single_room .hb_single_room_tabs li {
  list-style: none;
  margin-right: 1px;
  text-align: center;
  background: #D1B578;
  vertical-align: center;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hb_single_room .hb_single_room_tabs li a, .hb_single_room .hb_single_room_tabs li .active {
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.hb_single_room .hb_single_room_tabs li .active {
  color: black;
  background: #D1B578;
}
.hb_single_room .wphb-single-room-booking-container {
  margin-bottom: 20px;
}
.hb_single_room .wphb-single-room-booking-container form {
  width: 100% !important;
}
.hb_single_room .wphb-single-room-booking-container form .hb-booking-room-form-group {
  width: 100% !important;
  margin: 5px 0;
}
.hb_single_room .wphb-single-room-booking-container form .hb-booking-room-form-group input {
  width: calc(100% - 20px) !important;
  padding: 10px;
}
.hb_single_room .wphb-single-room-booking-container form .hb_button {
  width: 200px !important;
  margin: 20px auto !important;
  cursor: pointer;
  background: #1A2042;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hb_single_room .wphb-single-room-booking-container form .hb_button:hover {
  background: #D1B578;
  color: black;
}

/****************************/
/****************************/
/**         Cart         **/
/****************************/
/****************************/
.site-main #hotel-booking-cart {
  width: 90% !important;
  margin: auto;
  padding: 50px 0 !important;
}
.site-main #hotel-booking-cart .hb_table thead {
  background: #D1B578;
}
.site-main #hotel-booking-cart .hb_button {
  background-color: #D1B578;
  color: black;
  font-weight: bolder;
}
.site-main #hotel-booking-cart a i {
  color: red;
}

/****************************/
/****************************/
/**         Cart         **/
/****************************/
/****************************/
.site-main #hotel-booking-payment {
  padding: 20px 0;
}
.site-main #hotel-booking-payment h3 {
  font-family: "Marcellus", serif;
  font-weight: 300;
  font-size: 30px;
}
.site-main #hotel-booking-payment form {
  width: 90% !important;
  margin: auto !important;
}
.site-main #hotel-booking-payment form .hb_table {
  overflow: scroll;
  width: 100% !important;
}
.site-main #hotel-booking-payment form .hb_table thead {
  background: #D1B578;
}
.site-main #hotel-booking-payment form .hb-customer ul input, .site-main #hotel-booking-payment form .hb-customer ul select {
  padding: 10px;
  width: calc(100% - 20px);
}
.site-main #hotel-booking-payment button[type=submit] {
  background: #D1B578;
  font-weight: bolder;
  cursor: pointer;
}
.site-main #hotel-booking-payment button[type=submit]:hover {
  background: #1A2042;
}

/****************************/
/****************************/
/**          Tanks         **/
/****************************/
/****************************/
.site-main {
  max-width: 1500px !important;
  margin: auto !important;
}
.site-main .message {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-top: 20px;
}
.site-main .message .hb-message-content {
  margin: 0;
  color: #1A2042;
  font-size: 25px;
  font-family: "Marcellus", serif;
}
.site-main #booking-details {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.site-main #booking-items {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.site-main #booking-customer {
  width: 90%;
  max-width: 1200px;
  margin: 10px auto 20px;
}