@import url("https://use.typekit.net/eus2zga.css");
:root {
  --bg:#fff;
  --fg:#000;
  --footer-invert: 0;
  --dark-40: rgba(0, 0, 0, 0.4);
  --dark-10: rgba(0, 0, 0, 0.1);
  --animate-repeat: 1;
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg:rgba(29, 29, 29, 1);
    --fg:#FFF;
    --footer-invert: 1;
    --dark-40: rgba(255,255,255,.4);
    --dark-10: #e8e8e8;
  }
}
:root[data-mode=dark] {
  --bg:rgba(29, 29, 29, 1);
  --fg:#FFF;
  --footer-invert: 1;
  --dark-40: rgba(255,255,255,.4);
  --dark-10: #e8e8e8;
}

body {
  background: var(--bg) !important;
  color: var(--fg) !important;
}

/*
    *   Fonts
*/
/* ====== media ====== */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.media .img {
  float: left;
  margin-right: 2%;
}

.media .img img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.media .imgExt {
  float: right;
  margin-left: 2%;
}

.cs-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.ico {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
  line-height: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*@include add-gutter(0.1);/
/*@include add-gutter(1 at $tablet);*/
/*@include add-gutter(0.42 at $desktop);*/
/*** Columns ***/
.grid-container {
  width: 100%;
  /*max-width:$max-width;*/
  margin: 0 auto;
  position: relative;
  padding: 0 16px;
  /*
  padding:0 1.5%;
  @include breakpoint($tablet-max){
    padding:0 0.5%;
  }
  */
}
.grid-container:after {
  content: "";
  display: table;
  clear: both;
}
.grid-container .grid-container {
  padding: 0;
}
.grid-container > div:first-child {
  padding-left: 0;
}
.grid-container > div:last-child {
  padding-right: 0;
}

.col-1-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
.col-1-12.last {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-1-12 {
    width: 8.3333333333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-1-12.last {
    width: 8.3333333333%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-2-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
.col-2-12.last {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-2-12 {
    width: 16.6666666667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-2-12.last {
    width: 16.6666666667%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-3-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
.col-3-12.last {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-3-12 {
    width: 25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-3-12.last {
    width: 25%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-4-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-4-12 {
    width: 33.3333333333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-4-12.last {
    width: 33.3333333333%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-5-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-5-12 {
    width: 41.6666666667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-5-12.last {
    width: 41.6666666667%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-6-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-6-12 {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-6-12.last {
    width: 50%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-7-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-7-12 {
    width: 58.3333333333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-7-12.last {
    width: 58.3333333333%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-8-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-8-12 {
    width: 66.6666666667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-8-12.last {
    width: 66.6666666667%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-9-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-9-12 {
    width: 75%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-9-12.last {
    width: 75%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-10-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-10-12 {
    width: 83.3333333333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-10-12.last {
    width: 83.3333333333%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-11-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-11-12 {
    width: 91.6666666667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .col-11-12.last {
    width: 91.6666666667%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.col-12-12 {
  position: relative;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media (min-width: 960px) {
  .col-12-12 {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
  .col-12-12.last {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

.fourth-stack--big, .fourth-stack, .third-stack, .half-stack {
  display: inline-block;
  vertical-align: top;
}

.full-stack {
  width: 100%;
  margin: 1%;
}

.half-stack {
  width: 100%;
}
@media (min-width: 481px) {
  .half-stack {
    width: 47%;
    margin: 1%;
  }
}

.third-stack {
  width: 47%;
  margin: 1%;
}
@media (min-width: 481px) {
  .third-stack {
    width: 31.3%;
    margin: 0.6%;
  }
}

.fourth-stack {
  margin: 0.6%;
  width: 48%;
}
@media (min-width: 481px) {
  .fourth-stack {
    width: 31.3%;
  }
}
@media (min-width: 1260px) {
  .fourth-stack {
    width: 23%;
  }
}

.fourth-stack--big {
  margin: 0.5%;
  width: 100%;
}
@media (min-width: 481px) {
  .fourth-stack--big {
    width: 49%;
  }
}
@media (min-width: 1260px) {
  .fourth-stack--big {
    width: 23%;
  }
}

/* Fonts */
.title-m {
  font-family: "adobe-jenson-pro", serif;
  font-style: normal;
  font-weight: 300;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 110%;
}
.title-s {
  font-family: "adobe-jenson-pro", serif;
  font-style: normal;
  font-weight: 300;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.02em;
}
.title-xs {
  font-family: "adobe-jenson-pro", serif;
  font-style: normal;
  font-weight: 300;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
.text-l {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  leading-trim: none;
  line-height: 110%;
  letter-spacing: 0%;
  font-size: 44px;
  font-size: 2.75rem;
}

.text-m {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  leading-trim: none;
  line-height: 110%;
  letter-spacing: 0%;
  font-size: 32px;
  font-size: 2rem;
}

.text-s {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  leading-trim: none;
  line-height: 110%;
  letter-spacing: 0%;
  font-size: 24px;
  font-size: 1.5rem;
}

.text-xs {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  leading-trim: none;
  line-height: 110%;
  letter-spacing: 0%;
  font-size: 20px;
  font-size: 1.25rem;
}

.text-muted {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  leading-trim: none;
  line-height: 110%;
  letter-spacing: 0%;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.
*/
/*
Icon classes can be used entirely standalone. They are named after their original file names.
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: var(--fg);
  outline: none;
}

::-moz-selection {
  color: #fff;
  background: var(--fg); /* WebKit/Blink Browsers */
}

::selection {
  color: #fff;
  background: var(--fg); /* WebKit/Blink Browsers */
}

::-moz-selection {
  color: #fff;
  background: var(--fg); /* Gecko Browsers */
}

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

iframe {
  max-width: 100%;
}

body {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  leading-trim: none;
  line-height: 110%;
  letter-spacing: 0%;
  font-size: 32px;
  font-size: 2rem;
}

.responsive-image {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-caption {
  text-align: right;
  margin: 1em 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #6F6E72;
  line-height: 1.2;
}

/*
  * Logo
*/
.logo-light {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/*
  * Cursor
*/
/*
@media (pointer: fine) {
  html, body { 
    cursor: none;
    background: #FFF;
  }

  .cursor {
    position: fixed;
    top: 0;
    left: 0;

    width: 16px;
    height: 16px;
    border-radius: 999px;

    background: rgb(255,255,255);
    mix-blend-mode: difference;

    pointer-events: none;
    z-index: 999999;

    opacity: 0;
    will-change: transform, opacity;

    transform:
      translate(-50%, -50%)
      translateX(var(--x, 0px))
      translateY(var(--y, 0px));
    transition: opacity 150ms ease, transform 80ms ease;
  }

  .cursor.is-visible { opacity: 1; }

  .cursor.is-hover {
    transform:
      translate(-50%, -50%)
      translateX(var(--x, 0px))
      translateY(var(--y, 0px))
      scale(2.2);
  }
}

@media (pointer: coarse) {
  .cursor { display: none !important; }
}
*/
/*
  * 404
*/
.page-404 {
  background-image: url("/images/404.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  min-height: 100vh;
  padding: 40px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #FFF;
}
.page-404 .button {
  color: #FFF;
}
.page-404 .button:after {
  background: #FFF;
}

/*
  * Reservas
*/
.booking-block {
  position: relative;
  padding: 60px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  leading-trim: none;
  line-height: 110%;
  letter-spacing: 0%;
  font-size: 24px;
  font-size: 1.5rem;
}
.booking-block .booking-acceptance .booking-acceptance__text {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.booking-block .booking-acceptance button {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  leading-trim: none;
  line-height: 110%;
  letter-spacing: 0%;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 16px 12px;
  border: 0;
  background: #FFF;
}
.booking-block .booking-acceptance button:hover {
  background: var(--dark-10);
}
.booking-block .booking-content {
  display: none;
}
.booking-block .booking-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.booking-block .booking-content__calendar {
  margin-top: 40px;
}

/*
  * Gallery
*/
.gallery-block {
  margin-right: -16px;
}
.gallery-block .slick-slide {
  padding: 0 8px;
}

/*
  * Borders
*/
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 32px;
}

/*
  * Animaciones
*/
.fade-blur {
  will-change: opacity, transform, filter;
  -webkit-transition: opacity 800ms ease, -webkit-transform 800ms ease, -webkit-filter 800ms ease !important;
  transition: opacity 800ms ease, -webkit-transform 800ms ease, -webkit-filter 800ms ease !important;
  transition: opacity 800ms ease, transform 800ms ease, filter 800ms ease !important;
  transition: opacity 800ms ease, transform 800ms ease, filter 800ms ease, -webkit-transform 800ms ease, -webkit-filter 800ms ease !important;
  -webkit-transition: opacity 800ms ease, transform 800ms ease, -webkit-filter 800ms ease !important;
}

.fade-blur[data-aos].aos-init {
  opacity: 0;
  filter: blur(28px);
  -webkit-filter: blur(28px);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

/* Estado final */
.fade-blur[data-aos].aos-animate {
  opacity: 1;
  filter: blur(0);
  -webkit-filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.html-content, .fr-view {
  padding: 0;
  /**
   * Address paddings set differently in IE 6/7.
   */
}
.html-content p, .fr-view p {
  margin: 0.5em 0;
}
.html-content dl,
.html-content menu,
.html-content ol,
.html-content ul, .fr-view dl,
.fr-view menu,
.fr-view ol,
.fr-view ul {
  margin: 1em 0;
}
.html-content dd, .fr-view dd {
  margin: 0 0 0 20px;
}
.html-content menu,
.html-content ol,
.html-content ul, .fr-view menu,
.fr-view ol,
.fr-view ul {
  padding: 0 0 0 20px;
}
.html-content ul, .html-content ol, .fr-view ul, .fr-view ol {
  list-style: circle inside;
}

.fr-dvb .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block;
}
.fr-dvb .responsive-video iframe, .fr-dvb .responsive-video object, .fr-dvb .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-video.fr-dvi.fr-fvr {
  float: right;
  padding-left: 1em;
}

.fr-video.fr-dvi.fr-fvl {
  float: left;
  padding-right: 1em;
}

.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* Cookies */
.cookies_ask {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background-color: #282828;
  padding: 18px;
  color: #ddd;
  font-family: "adobe-jenson-pro", serif;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 99;
  display: none;
}

.cookies_ask a {
  color: #ddd;
}

.cookies_ask__button {
  padding: 8px 20px;
  background: #4d4d4d;
  text-decoration: none;
  margin-left: 0;
  display: block;
  margin-top: 15px;
}
@media (min-width: 960px) {
  .cookies_ask__button {
    margin-left: 30px;
    display: inline-block;
    margin-top: 0;
  }
}
.cookies_ask__button:hover {
  opacity: 0.8;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 16px 0 24px;
  z-index: 1000;
  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-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: background-color 220ms ease, -webkit-transform 220ms ease, -webkit-backdrop-filter 220ms ease;
  transition: background-color 220ms ease, -webkit-transform 220ms ease, -webkit-backdrop-filter 220ms ease;
  transition: transform 220ms ease, background-color 220ms ease, backdrop-filter 220ms ease;
  transition: transform 220ms ease, background-color 220ms ease, backdrop-filter 220ms ease, -webkit-transform 220ms ease, -webkit-backdrop-filter 220ms ease;
}

.main-header.is-fixed {
  position: fixed;
}

.main-header.is-hidden {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

.main-menu__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu__item {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
}

.main-menu__item a {
  color: #FFF;
  text-decoration: none;
}

.lang-selector {
  margin: 0;
  padding: 0 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "adobe-jenson-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
}

.lang-selector--item {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.lang-selector--item.active::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 50%;
  margin-left: -2.5px;
  bottom: -10px;
  background: #FFF;
}

/*** Menu responsive ***/
#menu_responsive_wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12345;
  background: var(--fg) !important;
}
@media (min-width: 960px) {
  #menu_responsive_wrapper {
    display: none;
  }
}

#menu_responsive {
  display: none !important;
}

.mean-container {
  background: var(--fg) !important;
}
.mean-container .language-selector__list {
  background: none;
}
.mean-container .mean-bar {
  z-index: 99 !important;
  background: var(--fg) !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 !important;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}
.mean-container .mean-nav {
  margin-top: 51px !important;
  overflow: hidden;
}
.mean-container .mean-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.mean-container .mean-nav ul li li a {
  color: #ffffff !important;
  border-top: none !important;
}
.mean-container .mean-nav ul li li li {
  background: #1f2a33 !important;
}
.mean-container .mean-nav ul li li li:last-child {
  border-bottom: none !important;
}
.mean-container .mean-nav ul li li li a {
  border-top: none !important;
  width: 100% !important;
  padding-left: 10% !important;
}
.mean-container .mean-nav ul li a {
  padding: 16px !important;
  border-top: none !important;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: transparent !important;
  text-align: right !important;
  width: 100% !important;
}
.mean-container a.meanmenu-reveal {
  padding: 17px 15px 11px !important;
  width: 22px !important;
  height: 30px !important;
  z-index: 998;
  text-indent: 0 !important;
}

.logo-responsive {
  z-index: 997;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60%;
  padding: 5px 0;
  border-bottom: 1px solid #ffffff;
}

.logo-responsive__image {
  position: relative;
  top: 2px;
  left: 10px;
}

.menu_title {
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  right: 45px;
  top: 15px;
  z-index: 999;
}

.hamburger {
  color: #fff;
}
.hamburger a {
  color: #fff;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff !important;
}

.hamburger {
  outline: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hero {
  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;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1440/1024;
  height: 100vh;
}
.hero.small {
  background: #000;
  height: 420px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.hero .hero--inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 19px;
}
.hero .hero--inner h1 {
  font-family: "adobe-jenson-pro", serif;
  font-style: normal;
  font-weight: 300;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 110%;
  margin: 0;
  color: rgb(255, 255, 255);
  text-align: right;
}
.hero .hero--inner h1 img + span {
  font-size: 0;
  width: 0;
  height: 0;
}

.node-Page .hero {
  margin-bottom: 40px;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
  max-width: none !important;
  clear: none !important;
  float: none !important;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  background-image: url("/vendor/cms/images/controls.png");
  cursor: pointer;
  display: block;
  height: 32px;
  margin-top: -16px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  width: 32px;
  z-index: 9999;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.download-section {
  margin: 15px 0;
}

.download-attachment {
  color: #666;
}
.download-attachment .img {
  margin-right: 15px;
}

.featured-block {
  width: 100%;
  position: relative;
}
.featured-block .featured-block--button {
  display: block;
  padding-top: 16px;
}
.featured-block .featured-block--button .button {
  text-transform: initial;
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0;
}
.featured-block .featured-block--button .button:after {
  display: none;
}

.light-container {
  background-color: #f5f5f5;
  padding-top: 2%;
  padding-bottom: 2%;
}

.full .grid-container {
  max-width: 100%;
  padding: 0;
}

@media (max-width: 481px) {
  body.public .hide-mobile {
    display: none;
  }
}
.container400px .hide-mobile {
  display: none;
}

@media (min-width: 482px) and (max-width: 960px) {
  body.public .hide-tablet {
    display: none;
  }
}
.container800px .hide-tablet {
  display: none;
}

@media (min-width: 961px) {
  body.public .hide-monitor {
    display: none;
  }
}
.container1366px .hide-monitor {
  display: none;
}

.tab-content .public {
  margin: 0 auto;
}

.grid-container---popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.grid-container---popup .grid-container {
  margin: 40px auto 10px auto;
  max-width: 960px;
}

.grid-container---popup__close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999999;
}

.backvgcms .grid-container---popup {
  position: static;
  display: block;
}

@media (min-width: 960px) {
  .strait {
    max-width: 1162px;
    margin: auto;
  }
  .strait > .grid-container {
    padding: 0;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mt-xxl {
  margin-top: 440px;
}

.mt-xl {
  margin-top: 240px;
}

.mt-l {
  margin-top: 200px;
}

.mt-m {
  margin-top: 120px;
}

.mt-s {
  margin-top: 80px;
}

.mt-xs {
  margin-top: 40px;
}

.mb-xxl {
  margin-bottom: 440px;
}

.mb-xl {
  margin-bottom: 240px;
}

.mb-l {
  margin-bottom: 200px;
}

.mb-m {
  margin-bottom: 120px;
}

.mb-s {
  margin-bottom: 80px;
}

.mb-xs {
  margin-bottom: 40px;
}

.fr-dvb .responsive-video, .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
  display: block;
}
.fr-dvb .responsive-video iframe, .fr-dvb .responsive-video object, .fr-dvb .responsive-video embed, .fr-dvb .responsive-video video, .videoWrapper iframe, .videoWrapper object, .videoWrapper embed, .videoWrapper video {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  z-index: 15;
}

.fr-video.fr-dvi.fr-fvr {
  float: right;
}

.fr-video.fr-dvi.fr-fvl {
  float: left;
}

.video-block {
  position: relative;
}

.video-block__outer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  text-align: center;
  height: 100%;
}

.video-block__inner {
  display: block;
  max-width: 1218px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 50%;
  margin-top: -50px;
}

.video-block__header {
  color: #fff;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}
.video-block__header p {
  margin: 0;
}

/*
.video-block__intro{
  @include font-size(18);
  color:#fff;
  padding:0.5em 0;
  border-width:2px 0;
  border-style: solid;
  border-color:#fff;
  text-align:center;
  @include breakpoint($tablet-max){
    @include font-size(26);
  }
}*/
.video-block__video {
  width: 100%;
  position: relative;
  z-index: 1;
}

.video-block__play {
  margin-top: 15px;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.video-block__popup {
  position: relative;
  padding-bottom: 40%;
  padding-top: 25px;
  height: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 13;
}
.video-block__popup iframe {
  margin-top: 60px;
  width: 100%;
  height: 65vh;
}
@media (min-width: 481px) {
  .video-block__popup iframe {
    height: 80vh;
  }
}

.video-block__close {
  position: absolute;
  z-index: 73;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

.videoWrapper--shadow {
  opacity: 0;
  position: absolute;
  background-color: #000;
  width: 100%;
  top: 0;
  left: 0;
}

.video-block__modal {
  display: none;
  -webkit-animation-fill-mode: none !important;
          animation-fill-mode: none !important;
}

.block-separator.block-separator--basic {
  font-family: "adobe-jenson-pro", serif;
  font-style: normal;
  font-weight: 300;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.02em;
  margin: 0 0 31px 0;
}
.block-separator.block-separator--basic p {
  margin: 0;
}
.block-separator.block-separator--featured {
  padding: 24px 8px 0 8px;
}
.block-separator .separator--featured__heading {
  font-family: "adobe-jenson-pro", serif;
  font-style: normal;
  font-weight: 300;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
}
.block-separator .separator--featured__content {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.block-separator .separator--featured__content .block-separator--inner {
  padding: 380px 8px 40px 8px;
  width: 50%;
}
.block-separator .separator--featured__name {
  font-family: "adobe-jenson-pro", serif;
  font-style: normal;
  font-weight: 300;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 110%;
}
.block-separator.invert .separator--featured__heading {
  text-align: right;
}
.block-separator.invert .separator--featured__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "adobe-jenson-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 6%;
}
.button:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: rgb(0, 0, 0);
}

footer.main-footer {
  margin-top: 240px;
}
footer.main-footer .footer-inner {
  padding: 0 16px 24px 16px;
}
footer.main-footer .footer-info {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 300;
  font-style: normal;
  leading-trim: none;
  line-height: 110%;
  letter-spacing: 0%;
  font-size: 16px;
  font-size: 1rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}
footer.main-footer .footer-legal {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  leading-trim: none;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--dark-40);
}
footer.main-footer .footer-legal a {
  text-decoration: none;
  color: inherit;
}
footer.main-footer .footer-info--row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
footer.main-footer .footer-logo {
  -webkit-filter: invert(var(--footer-invert, 0));
          filter: invert(var(--footer-invert, 0));
}
footer.main-footer .footer-row {
  margin-top: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.main-footer .footer-info--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
footer.main-footer .footer-meta {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 40px;
}
footer.main-footer .footer-awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: invert(var(--footer-invert, 0));
          filter: invert(var(--footer-invert, 0));
}
footer.main-footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
}
footer.main-footer .footer-social .footer-social--item {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  overflow: hidden;
  -webkit-filter: invert(var(--footer-invert, 0));
          filter: invert(var(--footer-invert, 0));
}
footer.main-footer .footer-social .social_instagram {
  background-image: url("/svg/social/instagram.svg");
}
footer.main-footer .footer-social .social_x {
  background-image: url("/svg/social/x.svg");
}
footer.main-footer .footer-social .social_facebook {
  background-image: url("/svg/social/facebook.svg");
}

.tabs--container .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs--container .tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  min-width: 40px; /* Sin esto no es clicable en la intranet */
}
.tabs--container .tabs li a {
  display: inline-block;
  padding: 10px 15px;
}
.tabs--container .tabs li .fr-box {
  padding: 10px 15px;
}
.tabs--container .tabs li.current {
  color: #222;
  background: #ccc;
}
.tabs--container .tabs li p {
  margin: 0;
}
.tabs--container .tab-content {
  display: none;
  padding: 15px;
  background: #ccc;
}
.tabs--container .tab-content.current {
  display: inherit;
}
.tabs--container .tabs-vertical li {
  display: block;
}

html.is-ready,
html.is-ready body {
  -webkit-transition: background-color 0.6s ease, color 0.6s ease;
  transition: background-color 0.6s ease, color 0.6s ease;
}