@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img-responsive, .photo img {
  width: inherit !important;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.appear {
  opacity: 1;
  transition: 1s;
}

.disapear {
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  position: absolute !important;
  top: -9999em !important;
  left: -9999em !important;
}

.expand {
  transition: 0.5s;
  max-height: 500px !important;
}

.compress {
  position: relative;
  max-height: 0 !important;
  overflow: hidden;
  opacity: 0.2 !important;
  transition: 0.5s;
}

@font-face {
  font-family: "tinositalic";
  src: url("/f/tinos-italic-webfont.woff2") format("woff2"), url("/f/tinos-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("/f/montserrat-light-webfont.woff2") format("woff2"), url("/f/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("/f/montserrat-regular-webfont.woff2") format("woff2"), url("/f/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratmedium";
  src: url("/f/montserrat-medium-webfont.woff2") format("woff2"), url("/f/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("/f/montserrat-bold-webfont.woff2") format("woff2"), url("/f/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.js-loading-btn {
  background: url("/i/165/default/loading.svg") center center no-repeat;
  background-size: 30px;
  background-color: #fff !important;
  color: transparent !important;
  transition: none !important;
}

body {
  font-family: "montserratlight", sans-serif;
  font-size: 1em;
}

input, select, textarea {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

strong {
  font-family: "montserratregular", sans-serif;
  font-weight: normal;
}

.wtxt, .cookies-container, .wtxt-modal__content, .txt, .description {
  color: #232323;
  line-height: 1.6em;
  font-family: "montserratlight", sans-serif;
}
@media (min-width: 768px) {
  .wtxt, .cookies-container, .wtxt-modal__content, .txt, .description {
    font-size: 0.9em;
  }
}
.wtxt .axel-care, .cookies-container .axel-care, .wtxt-modal__content .axel-care, .txt .axel-care, .description .axel-care {
  display: none;
}
.wtxt a, .cookies-container a, .wtxt-modal__content a, .txt a, .description a {
  color: #232323;
}
.wtxt a:hover, .cookies-container a:hover, .wtxt-modal__content a:hover, .wtxt a:focus, .cookies-container a:focus, .wtxt-modal__content a:focus, .txt a:hover, .txt a:focus, .description a:hover, .description a:focus {
  color: #222222;
}
.wtxt img, .cookies-container img, .wtxt-modal__content img, .txt img, .description img {
  max-width: 100%;
  height: auto;
}
.webcam .wtxt iframe, .webcam .cookies-container iframe, .webcam .wtxt-modal__content iframe, .webcam .txt iframe, .webcam .description iframe {
  display: table;
  margin: 0 auto;
}
.wtxt h2, .cookies-container h2, .wtxt-modal__content h2, .wtxt h3, .cookies-container h3, .wtxt-modal__content h3, .wtxt h4, .cookies-container h4, .wtxt-modal__content h4, .wtxt h5, .cookies-container h5, .wtxt-modal__content h5, .wtxt h6, .cookies-container h6, .wtxt-modal__content h6, .txt h2, .txt h3, .txt h4, .txt h5, .txt h6, .description h2, .description h3, .description h4, .description h5, .description h6 {
  font-family: "tinositalic", serif;
  margin-top: 1.2em;
  margin-bottom: 10px;
  color: #222222;
}
.wtxt h2 + p, .cookies-container h2 + p, .wtxt-modal__content h2 + p, .wtxt h3 + p, .cookies-container h3 + p, .wtxt-modal__content h3 + p, .wtxt h4 + p, .cookies-container h4 + p, .wtxt-modal__content h4 + p, .wtxt h5 + p, .cookies-container h5 + p, .wtxt-modal__content h5 + p, .wtxt h6 + p, .cookies-container h6 + p, .wtxt-modal__content h6 + p, .txt h2 + p, .txt h3 + p, .txt h4 + p, .txt h5 + p, .txt h6 + p, .description h2 + p, .description h3 + p, .description h4 + p, .description h5 + p, .description h6 + p {
  margin-top: 0 !important;
}
.wtxt h3, .cookies-container h3, .wtxt-modal__content h3, .txt h3, .description h3 {
  font-size: 2em;
}
.wtxt h4, .cookies-container h4, .wtxt-modal__content h4, .txt h4, .description h4 {
  font-size: 1.2em;
}
.wtxt h5, .cookies-container h5, .wtxt-modal__content h5, .txt h5, .description h5 {
  font-size: 1.1em;
}
.wtxt table, .cookies-container table, .wtxt-modal__content table, .txt table, .description table {
  margin-top: -20px;
}
.wtxt p, .cookies-container p, .wtxt-modal__content p, .wtxt ul, .cookies-container ul, .wtxt-modal__content ul, .wtxt ol, .cookies-container ol, .wtxt-modal__content ol, .txt p, .txt ul, .txt ol, .description p, .description ul, .description ol {
  margin: 1em 0;
}
.wtxt ul, .cookies-container ul, .wtxt-modal__content ul, .wtxt ol, .cookies-container ol, .wtxt-modal__content ol, .txt ul, .txt ol, .description ul, .description ol {
  margin-left: 1em;
}
.wtxt li, .cookies-container li, .wtxt-modal__content li, .txt li, .description li {
  list-style: inherit;
  margin-top: 15px;
}
.wtxt strong, .cookies-container strong, .wtxt-modal__content strong, .txt strong, .description strong {
  font-family: "montserratregular", sans-serif;
}

.wtxt-modal__trigger:hover {
  cursor: pointer;
}
.wtxt-modal__container {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wtxt-modal__content {
  border: 1px solid #eee;
  background-color: white;
  padding: 40px !important;
  max-width: 80%;
  transition: transform 0.3s;
  transform: scale(0.5);
}
.wtxt-modal__close {
  background: url("/i/165/default/close-pos.svg") no-repeat 100% center;
  color: transparent !important;
  display: block;
  margin-bottom: 20px;
  text-align: right;
}
.wtxt-modal__close:hover {
  cursor: pointer;
  opacity: 0.5;
}
.wtxt-modal--show {
  overflow: hidden;
}
.wtxt-modal--show .wtxt-modal__container {
  opacity: 1;
  height: inherit;
  pointer-events: auto;
  position: fixed;
  top: inherit;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.wtxt-modal--show .wtxt-modal__content {
  transform: scale(1);
}

.wtxt .btn, .cookies-container .btn, .wtxt-modal__content .btn {
  display: inline-block;
  padding: 0.9em 4em 0.75em 4em;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #232323;
  color: white;
  transition: opacity 0.3s;
}
.wtxt .btn:hover, .cookies-container .btn:hover, .wtxt-modal__content .btn:hover, .wtxt .btn:focus, .cookies-container .btn:focus, .wtxt-modal__content .btn:focus {
  color: white;
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .wtxt .btn, .cookies-container .btn, .wtxt-modal__content .btn {
    display: none;
  }
}
.wtxt .btn-qr, .cookies-container .btn-qr, .wtxt-modal__content .btn-qr {
  background-color: #ff5300;
  border-radius: 3px;
  color: white;
  font-family: "montserratregular", sans-serif;
  font-size: 1rem;
  display: table;
  margin: auto;
  padding: 16px 0 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 280px;
}
.wtxt .btn-qr:hover, .cookies-container .btn-qr:hover, .wtxt-modal__content .btn-qr:hover {
  background-color: #222222;
  color: white;
}
@media (min-width: 768px) {
  .wtxt .left, .cookies-container .left, .wtxt-modal__content .left {
    float: left;
    margin-right: 20px;
  }
  .wtxt .right, .cookies-container .right, .wtxt-modal__content .right {
    float: right;
    margin-left: 20px;
  }
}

.wtxt-center {
  display: table;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .col-2, .col-3, .col-4 {
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }
}
.col-2 img, .col-3 img, .col-4 img {
  max-width: 100%;
  height: auto;
  border: 5px solid #fff;
}
.active .col-2, .active .col-3, .active .col-4 {
  color: #777777;
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .col-2 {
    width: 45%;
  }
  .col-2:nth-of-type(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .col-3 {
    max-width: 30%;
  }
  .col-3:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .col-4 {
    max-width: 23%;
  }
  .col-4:nth-of-type(4n+4) {
    margin-right: 0;
  }
}

body {
  color: #232323;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw;
  overflow-x: hidden;
}

nav li {
  list-style: none;
}
nav a {
  text-decoration: none;
}

.form-01 {
  margin: 2em auto;
  max-width: 740px;
}

@media (min-width: 1240px) {
  .form .page-title {
    margin-top: 70px;
  }
}
.form .page-subtitle {
  margin-top: var(--distance);
}

.form-01 .ui-state-error {
  border: 1px solid tomato !important;
  color: tomato;
}
.form-01 .ui-state-error * {
  color: tomato;
}
.form-01 #emailDept.ui-state-error {
  border: none !important;
}
.form-01 #emailDept.ui-state-error .ui-helper-hidden-accessible {
  border: 1px solid tomato !important;
}
.form-01 .ui-selectonemenu-trigger.ui-state-error {
  border: none !important;
}

.form-01 label, .form-01 input[type=checkbox] + span, .form-01 input, .form-01 select {
  font-size: 0.9rem;
}

.form-group {
  margin: 1em 0;
}

.form-01 fieldset {
  border: none;
  margin-bottom: 20px;
}

.unsubscribe_container fieldset {
  border: none;
}

.form-01 label {
  margin-bottom: 8px;
  display: inline-block;
}

.form-01 p {
  margin: 0.5em 0;
  display: inline-block;
}

.form-01 a {
  color: #232323;
}
.form-01 a:hover, .form-01 a:focus {
  opacity: 0.7;
}

.form-01 .select-container {
  outline: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
}
.form-01 .select-container:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  background: #fff url("/i/165/default/forms/select-arrow.svg") center center no-repeat;
  width: 25px;
  height: 100%;
  pointer-events: none;
}
.form-01 .select-container select {
  appearance: none;
  color: #232323;
  background-color: transparent;
  width: 110%;
  border: none;
  padding: 7px;
  -webkit-appearance: none;
}
.form-01 option {
  padding: 5px;
}

#emailDept:nth-of-type(2) {
  outline: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
}
#emailDept:nth-of-type(2):before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  background: #fff url("/i/165/default/forms/select-arrow.svg") center center no-repeat;
  width: 25px;
  height: 100%;
  pointer-events: none;
}
#emailDept select {
  appearance: none;
  color: #232323;
  background-color: transparent;
  width: 110%;
  border: none;
  padding: 1px 3px;
  -webkit-appearance: none;
}

.form-01 input:not([type=checkbox]) {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 8px;
}

.unsubscribe_container input:not([type=checkbox]) {
  border: 1px solid #ccc;
  font-size: 1rem;
  padding: 12px;
}

.form-01 textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1em;
  border-radius: 0;
  padding: 1em;
  margin-bottom: 10px;
}

.form-01 .checkbox-container {
  margin-top: 10px !important;
}
.form-01 input[type=checkbox] {
  margin-right: 5px;
  margin-top: 3px;
  width: 15px;
  height: 15px;
}

.form-01 .btn {
  display: inline-block;
  padding: 0.9em 4em 0.75em 4em;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #232323;
  color: white;
  transition: opacity 0.3s;
  margin-top: 20px;
}
.form-01 .btn:hover, .form-01 .btn:focus {
  color: white;
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .form-01 .btn {
    display: none;
  }
}

#emailDept #emailDept_label {
  display: none;
}
#emailDept .ui-helper-hidden-accessible:nth-of-type(1) {
  position: absolute !important;
  top: -9999em !important;
  left: -9999em !important;
}
#emailDept .ui-helper-hidden-accessible:nth-of-type(2) {
  outline: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
}
#emailDept .ui-helper-hidden-accessible:nth-of-type(2):before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  background: #fff url("/i/165/default/forms/select-arrow.svg") center center no-repeat;
  width: 25px;
  height: 100%;
  pointer-events: none;
}

input.ui-state-error {
  border: 1px solid tomato;
}

.alert {
  border: none;
  border-top: 2px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1em;
  max-width: 900px;
  color: #232323;
  background-color: #fff;
  margin: 0 auto;
}
.alert--hide {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
.unsubscribe .alert {
  margin: 2em 0;
  max-width: 500px;
  margin: 2em auto;
}
.alert .alert-tit {
  font-size: 1.3em;
  text-transform: uppercase;
}
.alert .alert-subtit {
  font-size: 1.2em;
  color: black;
}
.alert.error {
  border-color: tomato;
}
.alert.error .alert-tit {
  color: tomato;
}
.alert.warning {
  border-color: #222222;
}
.alert.warning .alert-tit {
  color: #222222;
}
.alert.confirm {
  border-color: green;
}
.alert.confirm .alert-tit {
  color: green;
}
.alert.default {
  border-color: #232323;
}
.alert.default .alert-tit {
  color: #232323;
}

.alert--hide {
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

.contact02 span[style*=red] {
  color: tomato !important;
}
.contact02 span[style*=red] a {
  color: tomato;
}
.contact02 span[style*=red] a:hover, .contact02 span[style*=red] a:focus {
  color: #232323;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tiny_move {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
}
@keyframes tiny_move_vertical {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
    opacity: 0.8;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .js .home section {
    transform: translateY(500px);
    opacity: 0;
  }
}
.js .home .home__wrapper-container section {
  opacity: 1;
  transform: translateY(0) !important;
}
.js .home .already-visible {
  opacity: 1;
  transform: translateY(0) !important;
  transition: 1s;
}
@media (min-width: 768px) {
  .js .home section.come-in {
    opacity: 1 !important;
    transition: 1s;
    transform: translateY(0);
  }
}

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/*! jQuery UI - v1.12.1 - 2017-02-23
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* 
 *  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;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.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;
}

.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.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 {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #232323;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  font-size: 12px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #777777;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #222222;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

.offer-01 .content .price {
  color: #FF5300;
  font-size: 1.2rem;
  margin-right: 1em;
}
.offer-01 .content .price strong {
  font-family: "montserratregular", sans-serif;
  font-size: 1.8em;
}

.share .twitter a {
  background-image: url("/i/165/share/twitter.svg");
}

.share .pinterest a {
  background-image: url("/i/165/share/pinterest.svg");
}

.share .youtube a {
  background-image: url("/i/165/share/youtube.svg");
}

.share .foursquare a {
  background-image: url("/i/165/share/foursquare.svg");
}

.share .facebook a {
  background-image: url("/i/165/share/facebook.svg");
}

.share .flickr a {
  background-image: url("/i/165/share/flickr.svg");
}

.share .google a {
  background-image: url("/i/165/share/google.svg");
}

.share .instagram a {
  background-image: url("/i/165/share/instagram.svg");
}

.share .linkedin a {
  background-image: url("/i/165/share/linkedin.svg");
}

.share .vimeo a {
  background-image: url("/i/165/share/vimeo.svg");
}

.container {
  width: 100%;
  padding: 0 1em;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

#hotel, #page {
  background: url("/i/165/svg/common/white-gradient.svg") repeat-x 0 100%;
}
#hotel.lateral-container--show, #page.lateral-container--show {
  background-image: none;
}

@media (min-width: 768px) {
  .home__wrapper {
    padding: 40px 0 140px 0;
    background: url("/i/165/jpg/bg-advantages.jpg") no-repeat 150px 200px;
  }
}
@media (min-width: 1024px) {
  .home__wrapper {
    background-position: 180% -200px;
  }
}
@media (min-width: 1200px) {
  .home__wrapper {
    background-position: 80% -200px;
  }
}
.home__wrapper-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1175px;
}
@media (max-width: 767px) {
  .home__wrapper-container {
    margin-top: 40px;
  }
}
.home__wrapper-container > .default-page-container {
  order: 2;
}
.home__axel-bites {
  display: none;
}

.hotel__wrapper {
  margin: 0 auto;
  background-repeat: repeat-x, repeat-y;
  background-position: 0 100%, 0 0;
  padding: 0 1em;
  position: relative;
}
@media (min-width: 768px) {
  .hotel__wrapper {
    padding: 50px 1em;
  }
}
.instalaciones .hotel__wrapper {
  padding: 0;
}
.hotel__wrapper-content {
  margin-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
@media (min-width: 1200px) {
  .cssmask .hotel__wrapper-content:before {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 900px;
    clip-path: polygon(0 10%, 0% 80%, 73% 75%, 100% 84%, 100% 10%, 85% 19%);
    background: #E7DBCD url("/i/165/png/hotel/bg-cream-indiana.png") 0 0;
    z-index: 1;
  }
}
.hotel__wrapper-grid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 1200px) {
  .hotel__wrapper-grid {
    display: grid;
    grid-gap: 0 60px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 700px 1fr;
  }
}

.main-content {
  animation: appear 3s;
}
.unsubscribe .main-content, .nl_confirm .main-content {
  margin-top: 100px;
}

.socialmedia-wrapper {
  position: relative;
  background: #FF5300;
  padding: 100px 1em;
  z-index: 100;
}

.main-footer {
  position: relative;
  margin-top: 150px;
  padding-bottom: 100px;
  background: #cc4200;
}
.main-footer:before {
  content: "";
  position: absolute;
  display: block;
  top: -160px;
  height: 160px;
  width: 100%;
}
.unsubscribe .main-footer, .nl_confirm .main-footer {
  margin-top: 400px;
}
.main-footer__wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1400px;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .main-footer__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .main-footer__wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding: 100px 20px;
  }
}
@media (min-width: 1200px) {
  .main-footer__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.main-header {
  align-items: center;
  background-color: white;
  display: grid;
  grid-gap: 0 5px;
  grid-template-columns: 30px 1fr 30px;
  padding: 0 10px;
  position: relative;
  z-index: 10000;
}
@media (max-width: 767px) {
  .main-header {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 768px) {
  .main-header {
    background-color: transparent;
    background-image: url("/i/165/svg/common/bg-logo.svg"), url(/i/165/svg/common/bg-header-right-wrapper.svg);
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    grid-template-columns: auto 1fr auto auto auto;
    padding: 0 10px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .scroll-down .main-header {
    background-image: url(/i/165/svg/common/bg-header-right-wrapper.svg), url("/i/165/svg/common/bg-main-header-scroll.svg");
    background-position: 100% 0, 5% 0;
    background-repeat: no-repeat;
    background-size: auto, 110% auto;
  }
}
@media (min-width: 890px) {
  .scroll-down .main-header {
    background-position: 100% 0, 5% 100%;
  }
}
@media (max-width: 768px) {
  .main-header .axel-and-you {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header .nav-header-lgn-01 {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-header .nav-header-lgn-01 {
    grid-column: -1;
    grid-row: 1;
  }
}
.main-header__menu-triger {
  align-items: center;
  background: white url("/i/165/svg/common/hamburguer.svg") no-repeat center center;
  display: flex;
  height: 69px;
  justify-content: center;
  justify-self: end;
  padding: 15px 15px;
  transition: 0.3s;
  width: 69px;
}
.main-header__menu-triger:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .main-header__menu-triger {
    background-color: #FF5300;
    background-image: url("/i/165/svg/common/hamburguer-white.svg");
    grid-column: -1;
    grid-row: 2;
  }
}
.main-header__menu-triger--show .main-header__menu-triger {
  background-image: url("/i/165/svg/common/close.svg");
}
@media (min-width: 768px) {
  .main-header .call-us {
    grid-column: 4;
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  .main-header .logo_01 {
    grid-column: 1;
    grid-row: span 2;
  }
}

.lateral-container {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.lateral-container--show {
  overflow: hidden;
}
.lateral-container--show .lateral-container {
  opacity: 1;
  height: inherit;
  pointer-events: auto;
  position: fixed;
  top: inherit;
  background-color: #eee;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000000;
}
.lateral-container__header {
  align-items: center;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .lateral-container__header {
    background-color: transparent;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.lateral-container__close {
  appearance: none;
  background: url("/i/165/svg/common/close.svg") center center no-repeat;
  border: none;
  display: flex;
  height: 40px;
  justify-self: end;
  width: 69px;
}
.lateral-container__close:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .lateral-container .logo_01, .lateral-container .call-us {
    display: none;
  }
}

.featherlight {
  background-color: #222;
}

#imgMediaVideo .featherlight-content {
  width: 100%;
}

#player:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E");
  display: block;
  line-height: 0;
}

#player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featherlight-content .featherlight-close-icon {
  display: none;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  z-index: 100000;
}
.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.featherlight:last-of-type {
  background-color: #232323;
  background-image: url("/i/165/png/hotel/bg-black-indiana.png");
}
.featherlight .featherlight-content {
  box-shadow: 0 0 3.125em fade(#0a0a0a, 75%);
  position: relative;
  cursor: auto;
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  max-width: 90% !important;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}
.featherlight .featherlight-image {
  max-width: 100%;
  max-height: 650px;
  height: auto !important;
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  width: 5.5em;
  height: 5.5em;
  text-align: left;
  background-color: transparent;
  border-radius: 50%;
  z-index: 10002;
  top: 1em;
  right: 1em;
  border: 0;
  cursor: pointer;
  background: url("/i/165/default/modal/arrows_imageLightbox.png") no-repeat center center;
  transition: color 0.3s ease;
}
.featherlight .featherlight-next, .featherlight .featherlight-previous {
  cursor: pointer;
  display: block;
  height: 70px;
  position: absolute;
  width: 38px;
}
@media (max-width: 767px) {
  .featherlight .featherlight-next, .featherlight .featherlight-previous {
    bottom: -80px;
  }
}
@media (min-width: 768px) {
  .featherlight .featherlight-next, .featherlight .featherlight-previous {
    top: 50%;
    transform: translateY(-35px);
  }
}
.featherlight .featherlight-next {
  right: 10px;
  background: url("/i/165/default/modal/arrows_imageLightbox.png") no-repeat center right transparent;
}
.featherlight .featherlight-previous {
  left: 10px;
  background: url("/i/165/default/modal/arrows_imageLightbox.png") no-repeat center left transparent;
}
.featherlight .legend {
  background-color: #fff;
  bottom: 0;
  color: #232323;
  left: 0;
  padding: 0.625em;
  position: fixed;
  text-align: center;
  width: 100%;
}
.featherlight iframe {
  border: 0;
}
.featherlight .featherlight-iframe .featherlight-content {
  padding: 0;
}

.inline {
  display: none;
}

.badgets-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.3s;
}
.home .badgets-2 {
  display: none;
}
@media (max-width: 767px) {
  .badgets-2 img {
    right: 20px;
    top: -80px;
    position: absolute;
    width: 80px;
  }
}
@media (min-width: 768px) {
  .badgets-2 {
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(20px);
  }
  .badgets-2 img {
    margin-left: auto;
  }
}
@media (min-width: 1160px) {
  .badgets-2 {
    grid-template-columns: 1fr;
    left: 50%;
    position: absolute;
    top: -120px;
    transform: translateX(-50%);
    width: 1140px;
  }
}
.badgets-2 [data-tip="Axel Care"] {
  display: none;
}
.scroll-down .badgets-2 {
  display: none !important;
}
.badgets-2 a {
  transition: 0.3s;
}
.badgets-2 a:hover {
  transform: translateY(-10px);
}

.nav-lang {
  font-family: "montserratlight", sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  text-align: center;
  color: white;
}
@media (min-width: 1024px) {
  @supports (display: flex) {
    .nav-lang ul {
      display: flex;
      justify-content: center;
    }
  }
  .no-supports .nav-lang ul li {
    display: inline-block;
  }
}
.nav-lang li {
  list-style: none;
}
@media (max-width: 1023px) {
  .nav-lang li {
    margin: 10px 0;
  }
}
@media (min-width: 1024px) {
  .nav-lang li:not(:last-child):after {
    content: " · ";
    margin: 0 5px;
  }
}
.nav-lang a {
  color: white;
  text-decoration: none;
}
.nav-lang a:hover, .nav-lang a:focus {
  opacity: 0.7;
}

.logo_01 {
  background-image: url("/i/165/logo/logo-corp.png");
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media (max-width: 767px) {
  .logo_01 {
    background-size: 150px, auto;
  }
}
@media (min-width: 768px) {
  .logo_01 {
    align-items: center;
    background-position: 20px 15px, 0 0;
    display: flex;
    height: 160px;
    width: 300px;
  }
  .lateral-container .logo_01 {
    background-position: center center;
  }
}
.logo_01 img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  vertical-align: top;
  width: 180px;
  height: 70px;
}

.h-617 .logo_01 {
  background-image: url("/i/165/logo/bcn.png");
}
@media (max-width: 767px) {
  .h-617 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-618 .logo_01 {
  background-image: url("/i/165/logo/two-bcn.png");
}
@media (max-width: 767px) {
  .h-618 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-619 .logo_01 {
  background-image: url("/i/165/logo/ber.png");
}
@media (max-width: 767px) {
  .h-619 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-650 .logo_01 {
  background-image: url("/i/165/logo/two-ber.png");
}
@media (max-width: 767px) {
  .h-650 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-620 .logo_01 {
  background-image: url("/i/165/logo/mas.png");
}
@media (max-width: 767px) {
  .h-620 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-666 .logo_01 {
  background-image: url("/i/165/logo/ibi.png");
}
@media (max-width: 767px) {
  .h-666 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-642 .logo_01 {
  background-image: url("/i/165/logo/mad.png");
}
@media (max-width: 767px) {
  .h-642 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-691 .logo_01 {
  background-image: url("/i/165/logo/miami.png");
}
@media (max-width: 767px) {
  .h-691 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-785 .logo_01 {
  background-image: url("/i/165/logo/ven.png");
}
@media (max-width: 767px) {
  .h-785 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-799 .logo_01 {
  background-image: url("/i/165/logo/san.png");
}
@media (max-width: 767px) {
  .h-799 .logo_01 {
    background-size: 150px, auto;
  }
}

.h-828 .logo_01 {
  background-image: url("/i/165/logo/hab.png");
}
@media (max-width: 767px) {
  .h-828 .logo_01 {
    background-size: 150px, auto;
  }
}

.b-header-menu {
  display: none;
}
@media (max-width: 600px) {
  .b-header-menu {
    display: block;
    width: 31px;
    height: 31px;
    margin-right: 10px;
    background: url("/i/165/default/header-menu/dots-menu.svg") no-repeat center center;
  }
  .b-header-menu:hover, .b-header-menu:focus {
    opacity: 0.7;
    cursor: pointer;
  }
  .show .b-header-menu {
    background: url("/i/165/default/close-pos.svg") no-repeat center center;
  }
}

.nav-header-01 {
  font-size: 0.7em;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 601px) {
  .nav-header-01 {
    padding: 0.5em;
  }
}
@media (max-width: 600px) {
  .nav-header-01 ul {
    position: absolute;
    top: -99999em;
    right: -99999em;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 601px) {
  .nav-header-01 ul {
    color: #232323;
  }
}
@media (max-width: 600px) {
  .nav-header-01 li {
    margin: 10px 0;
  }
}
@media (min-width: 601px) {
  .nav-header-01 li {
    display: inline-block;
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  .nav-header-01 a {
    color: #232323;
  }
}
@media (min-width: 601px) {
  .nav-header-01 a {
    color: #232323;
  }
}
.nav-header-01 a:hover, .nav-header-01 a:focus {
  opacity: 0.7;
}
.nav-header-01.show ul {
  opacity: 1;
  background-color: #fff;
  padding: 1em;
  top: 35px;
  right: 10%;
}

.nav-footer-01 {
  font-family: "montserratlight", sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  text-align: center;
  color: white;
}
@media (min-width: 1024px) {
  @supports (display: flex) {
    .nav-footer-01 ul {
      display: flex;
      justify-content: center;
    }
  }
  .no-supports .nav-footer-01 ul li {
    display: inline-block;
  }
}
.nav-footer-01 li {
  list-style: none;
}
@media (max-width: 1023px) {
  .nav-footer-01 li {
    margin: 10px 0;
  }
}
@media (min-width: 1024px) {
  .nav-footer-01 li:not(:last-child):after {
    content: " · ";
    margin: 0 5px;
  }
}
.nav-footer-01 a {
  color: white;
  text-decoration: none;
}
.nav-footer-01 a:hover, .nav-footer-01 a:focus {
  opacity: 0.7;
}

.nav-header-lgn-01 {
  position: relative;
  font-size: 0.7em;
  position: relative;
  text-transform: uppercase;
  top: 3px;
  z-index: 100000;
}
.nav-header-lgn-01 .btn-show-hide {
  display: inline-block;
}
.nav-header-lgn-01 .btn-show-hide:hover {
  cursor: pointer;
}
.no-js .nav-header-lgn-01 .btn-show-hide:hover + ul {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
}
.nav-header-lgn-01 .btn-show-hide.show {
  display: inline-block;
}
.nav-header-lgn-01 .btn-show-hide.show + ul {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
}
.nav-header-lgn-01 ul {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #F6F5F6;
  padding: 5px 10px;
}
.nav-header-lgn-01 ul:hover, .nav-header-lgn-01 ul:focus {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
}
.nav-header-lgn-01 ul a {
  color: #232323;
}
.nav-header-lgn-01 ul a:hover, .nav-header-lgn-01 ul a:focus {
  color: #222222;
}
.nav-header-lgn-01 li {
  margin: 10px 0;
}
.nav-header-lgn-01 .globe-container {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.nav-header-lgn-01 a, .nav-header-lgn-01 .globe {
  font-family: "tinositalic", serif;
  font-size: 1rem;
  color: white;
  fill: white;
}
.nav-header-lgn-01 .btn-show-hide {
  text-transform: uppercase;
  overflow: hidden;
}
.nav-header-lgn-01 .btn-show-hide:hover {
  opacity: 1;
}
.nav-header-lgn-01 .arrow-container {
  background: url("/i/165/default/arrow-down-white.svg") center center no-repeat;
}
.nav-header-lgn-01 .arrow-container svg {
  opacity: 0;
}
.nav-header-lgn-01 ul {
  min-width: 170px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1em 2em;
  font-size: 1.1em;
  text-align: left;
}
.nav-header-lgn-01 ul span {
  height: 15px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.nav-header-lgn-01 ul a {
  font-family: "montserratlight", sans-serif;
  font-size: 1em;
  display: block;
  color: #232323;
}
.nav-header-lgn-01 ul a:hover, .nav-header-lgn-01 ul a:focus {
  color: #232323;
  opacity: 0.7;
}

.axel-and-you {
  grid-column: 3;
  grid-row: 1;
  font-size: 1.1em;
  padding: 0 10px 0 25px;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 5px;
}
.axel-and-you a {
  text-decoration: none;
  color: white;
  font-size: 1em;
}
.axel-and-you:before {
  content: "";
  background: url("/i/165/svg/multi-ico-axel-and-you.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
}

.nav-footer-lng-01 {
  font-family: "tinositalic", serif;
  font-size: 1.2em;
  margin-top: 30px;
}
.nav-footer-lng-01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.nav-footer-lng-01 a {
  color: #222222;
  text-decoration: none;
}
.nav-footer-lng-01 a:hover {
  color: #FF5300;
}

.b-main-menu {
  display: none;
}

.background-01 {
  height: 200px;
  background: #eee url("/i/165/jpg/bg-default-slider.jpg") center center;
  background-size: cover;
}
.p-7403 .background-01 {
  height: 400px;
  background: #eee url("/i/165/jpg/bg-expansion-slider.jpg") center center;
  background-size: cover;
}
.fidelizacion .background-01 {
  height: 100px;
  background: none;
}
@media (max-width: 767px) {
  .fidelizacion .background-01 {
    height: 1px;
  }
}
@media (min-width: 728px) and (max-width: 1023px) {
  .fidelizacion .background-01 {
    height: 100px;
  }
}

.slider-container {
  position: relative;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 85% 90%, 0 100%);
}
@media (min-width: 768px) {
  .slider-container {
    display: block;
    overflow: hidden;
  }
}

.slider {
  position: relative;
  z-index: 0;
}
.slider .owl-lazy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 10em;
  z-index: 0;
}
@media (max-width: 767px) {
  .slider .owl-lazy {
    aspect-ratio: 1/1;
  }
}
.slider .owl-lazy.s-400 {
  aspect-ratio: 2;
  width: 100%;
}
@media (min-width: 1000px) {
  .slider .owl-lazy.s-400 {
    padding-top: 0;
    height: 400px;
  }
}
.slider .owl-lazy.s-700 {
  padding-top: 1em;
  aspect-ratio: 2;
  width: 100%;
}
@media (min-width: 1400px) {
  .slider .owl-lazy.s-700 {
    padding-top: 0;
    height: 700px;
  }
}
.slider .owl-lazy.s-700 {
  aspect-ratio: 2;
  width: 100%;
}
@media (min-width: 1400px) {
  .slider .owl-lazy.s-700 {
    padding-top: 0;
    height: 700px;
  }
}
.slider a {
  text-decoration: none;
}
.slider .active {
  position: relative;
}
.slider__content {
  position: absolute;
  top: 20%;
  left: 5%;
  max-width: 80%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider__content {
    max-width: 90%;
    left: 5%;
    top: 45%;
  }
}
@media (min-width: 1024px) {
  .slider__content {
    top: 30%;
  }
}
.slider__title {
  font-family: "tinositalic", serif;
  font-size: 1.6em;
  color: white;
  letter-spacing: -1px;
  text-shadow: 0 0 5px black;
}
@media (min-width: 768px) {
  .slider__title {
    font-size: 2em;
  }
}
.active .slider__title {
  animation: tiny_move_vertical 1.5s;
}
.slider__subtitle {
  font-family: "montserratregular", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 5vw;
  font-size: clamp(1.25rem, 4vw, 5vw);
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .slider__subtitle {
    font-size: 3.6em;
  }
}
.active .slider__subtitle {
  animation: tiny_move_vertical 1s;
}
.slider__btn {
  display: inline-block;
  color: white;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  margin-top: 1em;
  text-shadow: none;
}
.slider__btn:before {
  content: "";
  width: 50px;
  height: 10px;
  background-color: white;
  display: inline-block;
  margin-right: 5px;
  transition: 0.2s;
}
.slider__btn:hover, .slider__btn:focus {
  cursor: pointer;
}
.slider__btn:hover:before, .slider__btn:focus:before {
  width: 60px;
}
@media print {
  .slider__btn {
    display: none;
  }
}
.slider__btn:empty {
  display: none;
}
.active .slider__btn {
  animation: tiny_move 1s;
}
.slider .owl-carousel img {
  transform-style: flat;
}
.slider .owl-controls {
  margin: 0;
}
.slider .owl-nav {
  margin-top: -30px;
  position: absolute;
  right: 10px;
  top: 40%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .slider .owl-nav {
    right: 40px;
    top: 50%;
  }
}
@media (min-width: 1024px) {
  .slider .owl-nav {
    top: 40%;
  }
}
body .first-active .owl-prev {
  opacity: 0.2 !important;
  pointer-events: none;
}

body .last-active .owl-next {
  opacity: 0.2 !important;
  pointer-events: none;
}

.slider .owl-prev, .slider .owl-next {
  height: 30px;
  width: 40px;
  padding: 25px;
  display: block;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
}
.slider .owl-prev:hover, .slider .owl-prev:focus, .slider .owl-next:hover, .slider .owl-next:focus {
  opacity: 0.7 !important;
}
.slider .owl-prev {
  background-image: url("/i/165/svg/slider/left_arrow.svg");
  order: 2;
}
@supports (display: flex) {
  .slider .owl-prev {
    border-top: 1px solid white;
  }
}
.slider .owl-next {
  background-image: url("/i/165/svg/slider/right_arrow.svg");
}

.breadcrumbs-01 {
  text-align: center;
  color: #222222;
  font-size: 0.9em;
  margin: 30px auto;
}
.breadcrumbs-01 a {
  color: #232323;
  text-decoration: none;
}
.breadcrumbs-01 a:hover, .breadcrumbs-01 a:focus {
  opacity: 0.7;
}
.breadcrumbs-01 a:after {
  content: " · ";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 10px;
}

.home .default-page-container {
  padding: 1em;
  align-items: start-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .home .default-page-container {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .home .default-page-container {
    padding: 0 1em 0 20%;
    text-align: right;
  }
}
#hotel .default-page-container, #page .default-page-container {
  text-align: center;
  margin: 40px auto 0;
  max-width: 740px;
}
.spaces .default-page-container header {
  display: flex;
  flex-direction: column;
}

.page-title {
  position: relative;
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .page-title {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .page-title {
    font-size: 2.5em;
  }
}
.spaces .page-title {
  font-family: "montserratbold", sans-serif;
  font-size: 3.6rem;
  order: 2;
}
@media (min-width: 768px) {
  .spaces .page-title {
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
}
.lifestyle .page-title {
  background: url("/i/165/svg/common/logo-lifestyle.svg") center center no-repeat;
  display: block;
  margin: 0 auto 15px;
  width: 252px;
  height: 120px;
  text-indent: -9999em;
}

.p-7403:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/hotel.svg") !important;
  display: block;
  margin-bottom: 10px !important;
}

.h-617:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/chair.svg");
  display: block;
  margin-bottom: 0;
}

.h-618:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/two-bcn.svg");
  display: block;
  margin-bottom: 0;
}

.h-619:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/ber.svg");
  display: block;
  margin-bottom: 0;
}

.h-650:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/two-ber.svg");
  display: block;
  margin-bottom: 0;
}

.h-620:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/mas.svg");
  display: block;
  margin-bottom: 0;
}

.h-666:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/ibi.svg");
  display: block;
  margin-bottom: 0;
}

.h-642:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/mad.svg");
  display: block;
  margin-bottom: 0;
}

.h-691:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/miami.svg");
  display: block;
  margin-bottom: 0;
}

.h-785:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/venz.svg");
  display: block;
  margin-bottom: 0;
}

.h-799:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/sas.svg");
  display: block;
  margin-bottom: 0;
}

.h-828:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/hab.svg");
  display: block;
  margin-bottom: 0;
}

.eventos:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/vinyl.svg");
  display: block;
  margin-bottom: 0;
}

.gallery:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/camera.svg");
  display: block;
  margin-bottom: 0;
}

.habitaciones:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/room.svg");
  display: block;
  margin-bottom: 0;
}

.ofertas:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/present.svg");
  display: block;
  margin-bottom: 0;
}

.about:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/tag.svg");
  display: block;
  margin-bottom: 0;
}

.ubicacion:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/pointer.svg");
  display: block;
  margin-bottom: 0;
}

.webcam:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/tourvirtual.svg");
  display: block;
  margin-bottom: 0;
}

.lgbt:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/heart.svg");
  display: block;
  margin-bottom: 0;
}

.concursos:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/prize.svg");
  display: block;
  margin-bottom: 0;
}

.p-7403:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/hotel.svg");
  display: block;
  margin-bottom: 0;
}

.nl_confirm:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/envelope.svg");
  display: block;
  margin-bottom: 0;
}

.form:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/envelope.svg");
  display: block;
  margin-bottom: 0;
}

.p-5478:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/share.svg");
  display: block;
  margin-bottom: 0;
}

.p-5462:not(.spaces) .page-title:before {
  content: url("/i/165/svg/page-icons/briefcase.svg");
  display: block;
  margin-bottom: 0;
}

.page-subtitle {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
}
#hotel.hotel .page-subtitle {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.spaces .page-subtitle {
  font-family: "tinositalic", serif;
  font-size: 2rem;
  text-transform: none;
}
@media (min-width: 768px) {
  .spaces .page-subtitle {
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
}

.page-wtxt {
  font-family: "montserratlight", sans-serif;
  font-size: 0.9em;
  margin-top: 25px;
  text-align: left;
}
.page-wtxt p:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .home .page-wtxt {
    text-align: right;
  }
}
.nl_confirm .page-wtxt {
  text-align: center;
}
.spaces .page-wtxt {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.webcam .page-wtxt {
  margin-top: 60px;
}

.widget-socialmedia-01 {
  text-align: center;
}
.widget-socialmedia-01 h3 {
  font-family: "tinositalic", serif;
  font-size: 2.25em;
  text-transform: uppercase;
  color: white;
}
.widget-socialmedia-01 .w-subtitle {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: white;
  text-transform: uppercase;
}
.widget-socialmedia-01 ul {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-socialmedia-01 li {
  list-style: none;
  margin: 15px;
}
.widget-socialmedia-01 .instagram {
  order: 1;
}
.widget-socialmedia-01 .facebook {
  order: 2;
}
.widget-socialmedia-01 .twitter {
  order: 3;
}
.widget-socialmedia-01 .youtube {
  order: 3;
}
.widget-socialmedia-01 .linkedin {
  order: 4;
}
.widget-socialmedia-01 .blog {
  order: 5;
}
.widget-socialmedia-01 .spotify {
  order: 6;
}
.widget-socialmedia-01 a:hover, .widget-socialmedia-01 a:focus {
  opacity: 0.7;
}
.widget-socialmedia-01 .svg-socialmedia-icon {
  height: 30px;
  width: 30px;
  fill: white;
}

.scrolltotop-01 {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: block;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  background-color: #222222;
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s ease 0s;
  padding: 9px;
  background: #222222 url("/i/165/svg/common/scroll-to-top.svg") center 45% no-repeat;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.scrolltotop-01:hover {
  cursor: pointer;
  background-color: #FF5300;
}

.scroll-on-top-ico {
  fill: #FF5300;
}

.list-listados-01 {
  max-width: 1200px;
  margin: 120px auto;
}
.list-listados-01 .owl-carousel img {
  transform-style: flat;
}
.list-listados-01 .owl-controls {
  margin: 0;
}
.list-listados-01 .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: 25 px;
  width: 100%;
}
body .first-active .owl-prev {
  opacity: 0.2 !important;
  pointer-events: none;
}

body .last-active .owl-next {
  opacity: 0.2 !important;
  pointer-events: none;
}

.list-listados-01 article.has-photos .owl-prev, .list-listados-01 article.has-photos .owl-next {
  position: absolute;
  height: 50px;
  width: 25px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.list-listados-01 article.has-photos .owl-prev:hover, .list-listados-01 article.has-photos .owl-prev:focus, .list-listados-01 article.has-photos .owl-next:hover, .list-listados-01 article.has-photos .owl-next:focus {
  opacity: 0.7 !important;
}
.list-listados-01 article.has-photos .owl-prev {
  left: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-left.svg");
  z-index: 1;
}
.list-listados-01 article.has-photos .owl-next {
  right: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-right.svg");
}
.list-listados-01 article:not(.has-photos) .owl-prev, .list-listados-01 article:not(.has-photos) .owl-next {
  display: none !important;
}
.list-listados-01 article {
  position: relative;
  margin: 100px 0;
}
@media (min-width: 1024px) {
  @supports (display: flex) {
    .list-listados-01 article {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
  .no-supports .list-listados-01 article {
    overflow: hidden;
  }
  .no-supports .list-listados-01 article:nth-of-type(even) > div:first-of-type {
    float: right;
    max-width: 480px;
  }
  .no-supports .list-listados-01 article:nth-of-type(even) > div:last-of-type {
    max-width: 50%;
    float: left;
  }
  .no-supports .list-listados-01 article:nth-of-type(odd) > div:first-of-type {
    float: left;
    max-width: 480px;
  }
  .no-supports .list-listados-01 article:nth-of-type(odd) > div:last-of-type {
    max-width: 50%;
    float: right;
  }
  .list-listados-01 article:nth-of-type(even) .list-eventos-05__photo, .list-listados-01 article:nth-of-type(even) .l-photo {
    order: 2;
  }
}
.p-5477 .list-listados-01 article {
  align-items: flex-start !important;
}
.list-listados-01 .l-photo {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .list-listados-01 .l-photo {
    min-width: 480px;
  }
}
.list-listados-01 .l-photo img {
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.4);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  vertical-align: top;
}
.list-listados-01 .l-content {
  margin: 0 auto;
  padding: 1em;
}
@media (max-width: 1023px) {
  .list-listados-01 .l-content {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .list-listados-01 .l-content {
    padding: 2em 50px;
  }
}
.list-listados-01 .l-content h3 {
  font-family: "tinositalic", serif;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .list-listados-01 .l-content h3 {
    font-size: 2.25rem;
  }
}
.list-listados-01 .l-content h3 a {
  color: #232323;
  text-decoration: none;
}
.list-listados-01 .l-content h3 a:hover, .list-listados-01 .l-content h3 a:focus {
  opacity: 0.7;
}
.list-listados-01 .l-content h4 {
  color: #232323;
  font-family: "montserratregular", sans-serif;
  font-size: 0.9rem;
  margin-top: 20px;
  text-transform: uppercase;
}
.list-listados-01 .l-content h4 a {
  color: #232323;
  text-decoration: none;
}
.list-listados-01 .l-content h4 a:hover, .list-listados-01 .l-content h4 a:focus {
  opacity: 0.7;
}
.list-listados-01 .wtxt, .list-listados-01 .cookies-container, .list-listados-01 .wtxt-modal__content {
  font-family: "tinositalic", serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-top: 20px;
}
.list-listados-01 .wtxt p, .list-listados-01 .cookies-container p, .list-listados-01 .wtxt-modal__content p {
  margin: 0.5em 0;
  line-height: 1.6em;
}
.list-listados-01 .wtxt ul, .list-listados-01 .cookies-container ul, .list-listados-01 .wtxt-modal__content ul {
  padding-left: 15px;
}
.list-listados-01 .wtxt li, .list-listados-01 .cookies-container li, .list-listados-01 .wtxt-modal__content li {
  margin-top: 0.1em;
}
.list-listados-01 .wtxt strong, .list-listados-01 .cookies-container strong, .list-listados-01 .wtxt-modal__content strong {
  font-family: "tinositalic", serif;
  font-weight: bold;
}
.list-listados-01 .btn {
  display: inline-block;
  padding: 0.9em 4em 0.75em 4em;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #232323;
  color: white;
  transition: opacity 0.3s;
}
.list-listados-01 .btn:hover, .list-listados-01 .btn:focus {
  color: white;
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .list-listados-01 .btn {
    display: none;
  }
}
.list-listados-01 .share {
  display: none;
}

.list-subpages-02 {
  max-width: 1200px;
  margin: 120px auto;
}
.list-subpages-02 .owl-carousel img {
  transform-style: flat;
}
.list-subpages-02 .owl-controls {
  margin: 0;
}
.list-subpages-02 .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: 25 px;
  width: 100%;
}
body .first-active .owl-prev {
  opacity: 0.2 !important;
  pointer-events: none;
}

body .last-active .owl-next {
  opacity: 0.2 !important;
  pointer-events: none;
}

.list-subpages-02 article.has-photos .owl-prev, .list-subpages-02 article.has-photos .owl-next {
  position: absolute;
  height: 50px;
  width: 25px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.list-subpages-02 article.has-photos .owl-prev:hover, .list-subpages-02 article.has-photos .owl-prev:focus, .list-subpages-02 article.has-photos .owl-next:hover, .list-subpages-02 article.has-photos .owl-next:focus {
  opacity: 0.7 !important;
}
.list-subpages-02 article.has-photos .owl-prev {
  left: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-left.svg");
  z-index: 1;
}
.list-subpages-02 article.has-photos .owl-next {
  right: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-right.svg");
}
.list-subpages-02 article:not(.has-photos) .owl-prev, .list-subpages-02 article:not(.has-photos) .owl-next {
  display: none !important;
}
.list-subpages-02 article {
  position: relative;
  margin: 100px 0;
}
@media (min-width: 1024px) {
  @supports (display: flex) {
    .list-subpages-02 article {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
  .no-supports .list-subpages-02 article {
    overflow: hidden;
  }
  .no-supports .list-subpages-02 article:nth-of-type(even) > div:first-of-type {
    float: right;
    max-width: 480px;
  }
  .no-supports .list-subpages-02 article:nth-of-type(even) > div:last-of-type {
    max-width: 50%;
    float: left;
  }
  .no-supports .list-subpages-02 article:nth-of-type(odd) > div:first-of-type {
    float: left;
    max-width: 480px;
  }
  .no-supports .list-subpages-02 article:nth-of-type(odd) > div:last-of-type {
    max-width: 50%;
    float: right;
  }
  .list-subpages-02 article:nth-of-type(even) .list-eventos-05__photo, .list-subpages-02 article:nth-of-type(even) .l-photo {
    order: 2;
  }
}
.list-subpages-02 .l-photo {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .list-subpages-02 .l-photo {
    min-width: 480px;
  }
}
.list-subpages-02 .l-photo img {
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.4);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  vertical-align: top;
}
.list-subpages-02 .l-content {
  margin: 0 auto;
  padding: 1em;
}
@media (max-width: 1023px) {
  .list-subpages-02 .l-content {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .list-subpages-02 .l-content {
    padding: 2em 50px;
  }
}
.list-subpages-02 h3 {
  font-family: "tinositalic", serif;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .list-subpages-02 h3 {
    font-size: 2.25rem;
  }
}
.list-subpages-02 h3 a {
  color: #232323;
  text-decoration: none;
}
.list-subpages-02 h3 a:hover, .list-subpages-02 h3 a:focus {
  opacity: 0.7;
}
.list-subpages-02 h4 {
  color: #232323;
  font-family: "montserratregular", sans-serif;
  font-size: 0.9rem;
  margin-top: 20px;
  text-transform: uppercase;
}
.list-subpages-02 h4 a {
  color: #232323;
  text-decoration: none;
}
.list-subpages-02 h4 a:hover, .list-subpages-02 h4 a:focus {
  opacity: 0.7;
}
.list-subpages-02 .wtxt, .list-subpages-02 .cookies-container, .list-subpages-02 .wtxt-modal__content {
  font-family: "tinositalic", serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-top: 20px;
}
.list-subpages-02 .wtxt p, .list-subpages-02 .cookies-container p, .list-subpages-02 .wtxt-modal__content p {
  margin: 0.5em 0;
  line-height: 1.6em;
}
.list-subpages-02 .wtxt ul, .list-subpages-02 .cookies-container ul, .list-subpages-02 .wtxt-modal__content ul {
  padding-left: 15px;
}
.list-subpages-02 .wtxt li, .list-subpages-02 .cookies-container li, .list-subpages-02 .wtxt-modal__content li {
  margin-top: 0.1em;
}
.list-subpages-02 .wtxt strong, .list-subpages-02 .cookies-container strong, .list-subpages-02 .wtxt-modal__content strong {
  font-family: "tinositalic", serif;
  font-weight: bold;
}
.list-subpages-02 .btn {
  display: inline-block;
  padding: 0.9em 4em 0.75em 4em;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #232323;
  color: white;
  transition: opacity 0.3s;
}
.list-subpages-02 .btn:hover, .list-subpages-02 .btn:focus {
  color: white;
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .list-subpages-02 .btn {
    display: none;
  }
}

.article-01 {
  max-width: 1200px;
  margin: 120px auto;
}
.article-01 .link-back {
  color: #666;
  text-decoration: none;
}
@media print {
  .article-01 .link-back {
    display: none;
  }
}
.article-01 .link-back:hover, .article-01 .link-back:focus {
  opacity: 0.7;
}
.article-01 .link-back:before {
  content: url(/i/165/default/link-back-arrow.svg);
  display: inline-block;
  margin-right: 5px;
}
.article-01 article {
  position: relative;
  margin: 100px 0;
}
@media (min-width: 1024px) {
  @supports (display: flex) {
    .article-01 article {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
  .no-supports .article-01 article {
    overflow: hidden;
  }
  .no-supports .article-01 article:nth-of-type(even) > div:first-of-type {
    float: right;
    max-width: 480px;
  }
  .no-supports .article-01 article:nth-of-type(even) > div:last-of-type {
    max-width: 50%;
    float: left;
  }
  .no-supports .article-01 article:nth-of-type(odd) > div:first-of-type {
    float: left;
    max-width: 480px;
  }
  .no-supports .article-01 article:nth-of-type(odd) > div:last-of-type {
    max-width: 50%;
    float: right;
  }
  .article-01 article:nth-of-type(even) .list-eventos-05__photo, .article-01 article:nth-of-type(even) .l-photo {
    order: 2;
  }
}
.article-01 .photo {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .article-01 .photo {
    min-width: 480px;
  }
}
.article-01 .photo img {
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.4);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  vertical-align: top;
}
.article-01 .content {
  margin: 0 auto;
  padding: 1em;
}
@media (max-width: 1023px) {
  .article-01 .content {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .article-01 .content {
    padding: 2em 50px;
  }
}
.article-01 h1 {
  font-family: "tinositalic", serif;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.article-01 h2 {
  font-family: "montserratbold", sans-serif;
  font-size: 1.2rem;
  margin-top: 5px;
  text-transform: uppercase;
}
.article-01 .wtxt, .article-01 .cookies-container, .article-01 .wtxt-modal__content {
  font-family: "tinositalic", serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-top: 20px;
}
.article-01 .event-info {
  margin-top: 20px;
}
.article-01 .event-info li {
  list-style: none;
  margin: 5px 0;
}
.article-01 .date-to:before {
  content: " / ";
}
.article-01 hr {
  display: none;
}
.article-01 .share {
  display: none;
}
@media print {
  .article-01 .share {
    display: none;
  }
}
.article-01 .share li {
  list-style: none;
  display: inline-block;
}
.article-01 .share a {
  display: inline-block;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.article-01 .share a:hover, .article-01 .share a:focus {
  opacity: 0.7;
}

.widget-offers header {
  text-align: center;
}
.widget-offers header h2 {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .widget-offers header h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .widget-offers header h2 {
    font-size: 2.5em;
  }
}
.widget-offers header h3 {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
}
.widget-offers header p {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.widget-offers a {
  text-decoration: none;
}
.home .widget-offers {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
.home .widget-offers_content ul, .home .widget-offers .widget-offers_price {
  display: none;
}
.home .widget-offers a {
  color: #232323;
  text-decoration: none;
  transition: 0.2s;
}
.home .widget-offers a:hover {
  opacity: 0.9;
}
.home .widget-offers img {
  vertical-align: top;
}
.home .widget-offers_container {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .home .widget-offers article {
    max-width: 600px;
    margin: 0 auto;
  }
  .home .widget-offers article img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  @supports (display: flex) {
    .home .widget-offers article {
      display: flex;
    }
    .home .widget-offers article > div {
      flex: 1;
    }
  }
  .no-supports .home .widget-offers article {
    overflow: hidden;
  }
  .no-supports .home .widget-offers article > div {
    float: left;
  }
  .home .widget-offers article:nth-of-type(1) .widget-offers_content {
    justify-content: center;
  }
  @supports (display: flex) {
    .home .widget-offers article:nth-of-type(even) {
      margin-top: -50px;
    }
  }
  .home .widget-offers article:nth-of-type(even) .widget-offers_content {
    order: -1;
    text-align: right;
  }
  .no-supports .home .widget-offers article:nth-of-type(even) .widget-offers_photo {
    float: right;
  }
  @supports (display: flex) {
    .home .widget-offers article:nth-of-type(3) {
      margin-top: -50px;
    }
  }
}
.home .widget-offers_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.no-supports .home .widget-offers_content {
  padding: 50px;
  max-width: 50% !important;
}
.home .widget-offers_content h3 {
  font-family: "tinositalic", serif;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home .widget-offers_content h3 {
    font-size: 2.25rem;
  }
}
.home .widget-offers_content h3 a {
  color: #232323;
  text-decoration: none;
}
.home .widget-offers_content h3 a:hover, .home .widget-offers_content h3 a:focus {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .home .widget-offers article .widget-offers_photo {
    clip-path: polygon(0 0, 0 100%, 42% 100%, 50% 90%, 58% 100%, 100% 100%, 100% 0);
  }
}
@media (min-width: 1024px) {
  .home .widget-offers article:nth-of-type(odd) .widget-offers_photo {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 58%, 95% 50%, 100% 42%, 100% 0);
  }
  .home .widget-offers article:nth-of-type(even) .widget-offers_photo {
    clip-path: polygon(0 0, 0% 42%, 5% 50%, 0% 58%, 0 100%, 100% 100%, 100% 0);
  }
}
.home .widget-offers_tag {
  color: #222222;
  font-family: "montserratlight", sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 0.9rem;
  order: -1;
}
.home .widget-offers_tag:before {
  content: "#";
}
.home .widget-offers_tag:before {
  content: "#";
}
.home .widget-offers_short-descriptions {
  color: #232323;
  font-family: "montserratregular", sans-serif;
  font-size: 0.9rem;
  margin-top: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.home .widget-offers_short-descriptions a {
  color: #232323;
  text-decoration: none;
}
.home .widget-offers_short-descriptions a:hover, .home .widget-offers_short-descriptions a:focus {
  opacity: 0.7;
}
.home .widget-offers_btn {
  display: inline-block;
  padding: 0.9em 4em 0.75em 4em;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #232323;
  color: white;
  transition: opacity 0.3s;
  color: white !important;
  margin-top: 2em;
}
.home .widget-offers_btn:hover, .home .widget-offers_btn:focus {
  color: white;
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .home .widget-offers_btn {
    display: none;
  }
}
.home .widget-offers footer {
  margin-top: 60px;
}
@media (max-width: 1999px) {
  .home .widget-offers footer {
    text-align: center;
  }
}
.home .widget-offers footer > p {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.home .widget-offers footer a {
  display: inline-block;
  color: #232323;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  font-family: "montserratregular", sans-serif;
}
.home .widget-offers footer a:before {
  content: "";
  width: 50px;
  height: 10px;
  background-color: #232323;
  display: inline-block;
  margin-right: 5px;
  transition: 0.2s;
}
.home .widget-offers footer a:hover, .home .widget-offers footer a:focus {
  cursor: pointer;
}
.home .widget-offers footer a:hover:before, .home .widget-offers footer a:focus:before {
  width: 60px;
}
@media print {
  .home .widget-offers footer a {
    display: none;
  }
}
#hotel .widget-offers {
  max-width: 600px;
  margin: 0 auto;
}
#hotel .widget-offers_container {
  margin-top: 30px;
}
#hotel .widget-offers_content {
  display: flex;
  flex-direction: column;
  padding: 2em;
}
#hotel .widget-offers_content a {
  text-decoration: none;
}
#hotel .widget-offers_content h3 {
  font-family: "tinositalic", serif;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 1.7em !important;
  color: #232323;
}
@media (min-width: 768px) {
  #hotel .widget-offers_content h3 {
    font-size: 2.25rem;
  }
}
#hotel .widget-offers_content h3 a {
  color: #232323;
  text-decoration: none;
}
#hotel .widget-offers_content h3 a:hover, #hotel .widget-offers_content h3 a:focus {
  opacity: 0.7;
}
#hotel .widget-offers_content ul {
  display: none;
}
#hotel .widget-offers img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
#hotel .widget-offers_short-descriptions, #hotel .widget-offers_price {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
#hotel .widget-offers_btn {
  font-family: "montserratbold", sans-serif;
  font-size: 0.8rem;
  text-decoration: none;
  display: inline-block;
  color: black;
  text-transform: uppercase;
  line-height: 1em;
  padding: 1em 2em;
  border: 2px solid black;
  border-color: black;
  margin-top: 25px;
}
#hotel .widget-offers_btn:hover {
  transition: 0.2s;
  opacity: 0.8;
}
@media print {
  #hotel .widget-offers_btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  #hotel .widget-offers_btn {
    font-family: "montserratbold", sans-serif;
    font-size: 0.8rem;
    text-decoration: none;
    display: inline-block;
    color: black;
    text-transform: uppercase;
    line-height: 1em;
    padding: 1em 2em;
    border: 2px solid black;
    border-color: black;
  }
  #hotel .widget-offers_btn:hover {
    transition: 0.2s;
    opacity: 0.8;
  }
}
@media print and (max-width: 1199px) {
  #hotel .widget-offers_btn {
    display: none;
  }
}
.no-cssmask #hotel .widget-offers_btn {
  font-family: "montserratbold", sans-serif;
  font-size: 0.8rem;
  text-decoration: none;
  display: inline-block;
  color: black;
  text-transform: uppercase;
  line-height: 1em;
  padding: 1em 2em;
  border: 2px solid black;
  border-color: black;
}
.no-cssmask #hotel .widget-offers_btn:hover {
  transition: 0.2s;
  opacity: 0.8;
}
@media print {
  .no-cssmask #hotel .widget-offers_btn {
    display: none;
  }
}
#hotel .widget-offers_tag {
  color: #222222;
  font-family: "montserratlight", sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 0.9rem;
  color: #777777;
  order: -1;
}
#hotel .widget-offers_tag:before {
  content: "#";
}
#hotel .widget-offers_tag:before {
  content: "#";
}
#hotel .widget-offers footer {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.list-offers-02 {
  max-width: 1200px;
  margin: 80px auto 0;
}
.list-offers-02 a {
  color: #232323;
  text-decoration: none;
}
.list-offers-02 article {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .list-offers-02 article {
    max-width: 600px;
    margin: 0 auto;
  }
  .list-offers-02 article img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .list-offers-02 article {
    display: flex;
  }
  .list-offers-02 article:nth-of-type(even) {
    margin-top: 100px;
  }
  .list-offers-02 article:nth-of-type(even) .l-content {
    order: -1;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .list-offers-02 article .l-photo {
    clip-path: polygon(0 0, 0 100%, 42% 100%, 50% 90%, 58% 100%, 100% 100%, 100% 0);
  }
}
@media (min-width: 1024px) {
  .list-offers-02 article:nth-of-type(odd) .l-photo {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 58%, 95% 50%, 100% 42%, 100% 0);
  }
  .list-offers-02 article:nth-of-type(even) .l-photo {
    clip-path: polygon(0 0, 0% 42%, 5% 50%, 0% 58%, 0 100%, 100% 100%, 100% 0);
  }
}
.list-offers-02 .offset-offer-01, .list-offers-02 .offset-offer-02 {
  display: none;
}
.list-offers-02 .l-content {
  padding: 10px;
}
@media (min-width: 768px) {
  .list-offers-02 .l-content {
    padding: 30px;
  }
}
.list-offers-02 .l-content h3 {
  font-family: "tinositalic", serif;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .list-offers-02 .l-content h3 {
    font-size: 2.25rem;
  }
}
.list-offers-02 .l-content h3 a {
  color: #232323;
  text-decoration: none;
}
.list-offers-02 .l-content h3 a:hover, .list-offers-02 .l-content h3 a:focus {
  opacity: 0.7;
}
.list-offers-02 .l-content h4 {
  font-family: "tinositalic", serif;
  font-size: 1em;
}
.list-offers-02 .l-content .list-eventos-05__subtitle {
  display: none;
}
.list-offers-02 .valid {
  font-size: 0.9em;
  list-style: none;
  margin-top: 5px;
}
.list-offers-02 .l-subtitle {
  font-family: "montserratbold", sans-serif;
  margin-top: 20px;
  text-transform: uppercase;
}
.list-offers-02 .price {
  margin-top: 10px;
}
.list-offers-02 .btn a {
  display: inline-block;
  padding: 0.9em 4em 0.75em 4em;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #232323;
  color: white;
  transition: opacity 0.3s;
  margin-top: 2em;
}
.list-offers-02 .btn a:hover, .list-offers-02 .btn a:focus {
  color: white;
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .list-offers-02 .btn a {
    display: none;
  }
}

.offer header h1 {
  margin: 50px 20px;
  text-align: center;
}

.offer-01 {
  margin: 100px auto 0;
  max-width: 800px;
}
.offer-01 .link-back {
  color: #666;
  text-decoration: none;
}
@media print {
  .offer-01 .link-back {
    display: none;
  }
}
.offer-01 .link-back:hover, .offer-01 .link-back:focus {
  opacity: 0.7;
}
.offer-01 .link-back:before {
  content: url(/i/165/default/link-back-arrow.svg);
  display: inline-block;
  margin-right: 5px;
}
.offer-01 .photo {
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}
.offer-01 .photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.offer-01 .content {
  margin-top: 50px;
  padding: 0 1em;
  position: relative;
}
.offer-01 .content h1 {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 7868px) {
  .offer-01 .content h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .offer-01 .content h1 {
    font-size: 2.5em;
  }
}
.offer-01 .content h1:before {
  content: url("/i/165/svg/page-icons/present.svg");
  display: block;
  margin-bottom: 25px;
}
.offer-01 .content h2 {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}
.offer-01 .content .offer-info {
  margin-top: 10px;
  text-align: center;
}
.offer-01 .content .offer-info h4 {
  font-family: "montserratregular", sans-serif;
  margin-top: 10px;
}
.offer-01 .content .offer-info h4 span {
  margin-right: 20px;
}
.offer-01 .content .offer-info h4 span:before {
  content: "";
  position: relative;
  width: 14px;
  height: 20px;
  display: inline-block;
  top: 5px;
  margin-right: 5px;
  background: url("/i/165/svg/common/location.svg") center center no-repeat;
}
.offer-01 .content .wtxt, .offer-01 .content .cookies-container, .offer-01 .content .wtxt-modal__content {
  font-family: "tinositalic", serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-top: 20px;
  margin-top: 40px;
}
.offer-01 .content .wtxt p, .offer-01 .content .cookies-container p, .offer-01 .content .wtxt-modal__content p {
  margin: 0.5em 0;
  line-height: 1.6em;
}
.offer-01 .content .wtxt ul, .offer-01 .content .cookies-container ul, .offer-01 .content .wtxt-modal__content ul {
  padding-left: 15px;
}
.offer-01 .content .wtxt li, .offer-01 .content .cookies-container li, .offer-01 .content .wtxt-modal__content li {
  margin-top: 0.1em;
}
.offer-01 .content .wtxt strong, .offer-01 .content .cookies-container strong, .offer-01 .content .wtxt-modal__content strong {
  font-family: "tinositalic", serif;
  font-weight: bold;
}
.offer-01 .content .price {
  margin-top: 20px;
}
.offer-01 .content .btn {
  display: none;
}
.offer-01 .content .share {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print {
  .offer-01 .content .share {
    display: none;
  }
}
.offer-01 .content .share li {
  list-style: none;
  display: inline-block;
}
.offer-01 .content .share a {
  display: inline-block;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.offer-01 .content .share a:hover, .offer-01 .content .share a:focus {
  opacity: 0.7;
}

.m-gal02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .m-gal02 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.m-gal02 img {
  height: auto;
  min-width: 100%;
  max-width: 100%;
  vertical-align: top;
}
.m-gal02 .gal__item a {
  display: inline-block;
  transition: 0.3s;
}
.m-gal02 .gal__item a:hover {
  opacity: 0.8;
}

.markerLabels i {
  position: relative;
  text-align: center;
  font-size: 16px;
  top: 8px;
  height: 40px;
  width: 41px;
  color: #fff;
}

.tools .fa-car:before {
  content: url("/i/165/default/ubication/car.svg");
}
.tools .fa-male:before {
  content: url("/i/165/default/ubication/male.svg");
}
.tools .fa-bus:before {
  content: url("/i/165/default/ubication/bus.svg");
}
.tools .active .fa-car:before {
  content: url("/i/165/default/ubication/car-white.svg");
}
.tools .active .fa-male:before {
  content: url("/i/165/default/ubication/male-white.svg");
}
.tools .active .fa-bus:before {
  content: url("/i/165/default/ubication/bus-white.svg");
}
.tools i {
  line-height: 35px;
}

.page-ubicacion-04 {
  max-width: 1400px;
  margin: 100px auto 0;
  position: relative;
}
.page-ubicacion-04__google-link {
  display: inline-block;
  color: white;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.page-ubicacion-04__google-link:before {
  content: "";
  width: 50px;
  height: 10px;
  background-color: white;
  display: inline-block;
  margin-right: 5px;
  transition: 0.2s;
}
.page-ubicacion-04__google-link:hover, .page-ubicacion-04__google-link:focus {
  cursor: pointer;
}
.page-ubicacion-04__google-link:hover:before, .page-ubicacion-04__google-link:focus:before {
  width: 60px;
}
@media print {
  .page-ubicacion-04__google-link {
    display: none;
  }
}
.page-ubicacion-04 #map_canvas, .page-ubicacion-04 #map {
  height: 300px !important;
  margin-bottom: 50px;
  width: 100%;
  background-color: #eee;
}
@media (min-width: 1000px) {
  .page-ubicacion-04 #map_canvas, .page-ubicacion-04 #map {
    height: 500px !important;
  }
}
.page-ubicacion-04__title {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
  margin-left: 0.5em;
}
.page-ubicacion-04__container {
  overflow: hidden;
  padding: 0 0.5em;
}
@media (min-width: 1200px) {
  .page-ubicacion-04__container {
    padding: 0 1em;
  }
}
.page-ubicacion-04__container.loading {
  background: url("/i/165/default/loading.svg") center center no-repeat;
  pointer-events: none;
}
.page-ubicacion-04__container.loading .page-ubicacion-04__points-list, .page-ubicacion-04__container.loading .page-ubicacion-04__content {
  opacity: 0.2;
}
.page-ubicacion-04__points-list {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .page-ubicacion-04__points-list {
    padding: 1em 0.5em;
  }
}
@media (min-width: 768px) {
  .page-ubicacion-04__points-list {
    float: left;
    z-index: 10;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .page-ubicacion-04__points-list {
    width: 38%;
  }
}
.page-ubicacion-04__points-list-link {
  display: block;
  padding: 1em 1em 1em 40px;
  background: url("/i/165/default/ubication/bg-ubicacion-pointer.svg") no-repeat 10px center;
  color: #232323;
  text-decoration: none;
  transition: 0.2s;
}
.page-ubicacion-04__points-list-link:hover {
  cursor: pointer;
  opacity: 0.8;
}
.page-ubicacion-04__points-list-item {
  position: relative;
  list-style: none;
  border: 1px solid #eee;
  min-height: 80px;
  max-height: 80px;
  transition: 0.3s;
}
.page-ubicacion-04__points-list-item:not(:first-of-type) {
  border-top: none;
  min-height: 79px;
}
.page-ubicacion-04__points-list-title {
  font-family: "montserratregular", sans-serif;
  display: block;
}
.page-ubicacion-04__points-list-distance {
  font-family: "montserratregular", sans-serif;
}
@media (max-width: 767px) {
  .page-ubicacion-04__points-list-distance {
    display: block;
    margin-top: 0.5em;
  }
}
@media (min-width: 768px) {
  .page-ubicacion-04__points-list-distance {
    padding: 0 2em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    text-align: center;
    border-left: 1px solid #eee;
  }
}
.page-ubicacion-04 .active-point {
  border-right: none;
}
.page-ubicacion-04 .active-point:after {
  content: url("/i/165/default/ubication/ubication-active.svg");
  top: 0;
  right: -15px;
  position: absolute;
  z-index: 0;
  animation: appear 1s, tiny_move_vertical 0.2s;
}
.page-ubicacion-04 .active-point .page-ubicacion-04__points-list-link {
  color: #222222;
  background-image: url("/i/165/default/ubication/bg-ubicacion-pointer-active.svg");
}
.page-ubicacion-04 .active-point .page-ubicacion-04__points-list-distance {
  border: none;
  transition: 0.2s;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-ubicacion-04 .active-point .page-ubicacion-04__points-list-distance {
    color: #fff;
  }
  .page-ubicacion-04 .active-point .page-ubicacion-04__points-list-distance:before {
    top: -22px;
    right: -12px;
    z-index: -1;
    opacity: 1;
    transition: 0.3s;
  }
}
.slide-top {
  position: absolute;
  opacity: 0 !important;
}

.page-ubicacion-04__content {
  position: relative;
  padding: 1em;
}
@media (min-width: 768px) {
  .page-ubicacion-04__content {
    float: right;
    padding: 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .page-ubicacion-04__content {
    width: 56%;
  }
}
.page-ubicacion-04__content-image {
  max-width: 100%;
  height: auto;
  top: 0;
  transition: 0.2s;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .page-ubicacion-04__content-image {
    opacity: 0;
    position: absolute;
  }
}
.page-ubicacion-04__journey {
  position: relative;
}
.page-ubicacion-04__journey-route {
  padding-right: 100px;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.page-ubicacion-04__journey #titlePnt {
  color: #222222;
}
.page-ubicacion-04__journey .cambia-reverse, .page-ubicacion-04__journey .btn-map {
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 3px;
}
.page-ubicacion-04__journey .cambia-reverse {
  background: url("/i/165/default/ubication/reverse.svg") no-repeat center center;
  background-color: #232323;
  color: transparent;
}
.page-ubicacion-04__journey .btn-map {
  font-family: "montserratregular", sans-serif;
  background-color: #222222;
  text-decoration: none;
}
.page-ubicacion-04__journey .location {
  font-family: "montserratregular", sans-serif;
  margin: 1em 0;
}
.page-ubicacion-04__journey .directions li {
  list-style: none;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}
.page-ubicacion-04__journey .directions span {
  display: block;
}
.page-ubicacion-04 .tools {
  display: none;
}
@media (min-width: 768px) {
  .page-ubicacion-04 .tools {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
  }
}
.page-ubicacion-04 .tools a {
  color: #232323;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
}
.page-ubicacion-04 .tools a:hover, .page-ubicacion-04 .tools a:active {
  cursor: pointer;
}
.page-ubicacion-04 .tools a.active {
  background-color: #222222;
  color: #fff;
}

.list-habitaciones-01 {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.list-habitaciones-01 .owl-carousel img {
  transform-style: flat;
}
.list-habitaciones-01 .owl-controls {
  margin: 0;
}
.list-habitaciones-01 .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: 25 px;
  width: 100%;
}
body .first-active .owl-prev {
  opacity: 0.2 !important;
  pointer-events: none;
}

body .last-active .owl-next {
  opacity: 0.2 !important;
  pointer-events: none;
}

.list-habitaciones-01 article.has-photos .owl-prev, .list-habitaciones-01 article.has-photos .owl-next {
  position: absolute;
  height: 50px;
  width: 25px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.list-habitaciones-01 article.has-photos .owl-prev:hover, .list-habitaciones-01 article.has-photos .owl-prev:focus, .list-habitaciones-01 article.has-photos .owl-next:hover, .list-habitaciones-01 article.has-photos .owl-next:focus {
  opacity: 0.7 !important;
}
.list-habitaciones-01 article.has-photos .owl-prev {
  left: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-left.svg");
  z-index: 1;
}
.list-habitaciones-01 article.has-photos .owl-next {
  right: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-right.svg");
}
.list-habitaciones-01 article:not(.has-photos) .owl-prev, .list-habitaciones-01 article:not(.has-photos) .owl-next {
  display: none !important;
}
.list-habitaciones-01 article {
  margin: 100px 0;
  position: relative;
}
@media (min-width: 1024px) {
  @supports (display: flex) {
    .list-habitaciones-01 article {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }
  }
  .no-supports .list-habitaciones-01 article {
    overflow: hidden;
  }
  .no-supports .list-habitaciones-01 article > div {
    float: left;
  }
  .no-supports .list-habitaciones-01 article .l-content {
    width: calc(100% - 800px);
  }
}
.list-habitaciones-01 a {
  color: #232323;
}
.list-habitaciones-01 .l-photo {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 95% 13%, 100% 5%, 100% 0);
  max-width: 100%;
}
@media (min-width: 1024px) {
  .list-habitaciones-01 .l-photo {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .list-habitaciones-01 .l-photo {
    max-width: 780px;
  }
}
.list-habitaciones-01 .l-photo img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.list-habitaciones-01 .l-content {
  flex: 2;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .list-habitaciones-01 .l-content {
    padding: 0 40px;
  }
}
.list-habitaciones-01 .l-content h3 {
  font-family: "tinositalic", serif;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  text-transform: uppercase;
  line-height: 1em;
}
@media (min-width: 768px) {
  .list-habitaciones-01 .l-content h3 {
    font-size: 3rem;
  }
}
.list-habitaciones-01 .l-content h3 a {
  color: #232323;
  text-decoration: none;
}
.list-habitaciones-01 .l-content h3 a:hover, .list-habitaciones-01 .l-content h3 a:focus {
  opacity: 0.7;
}
.p-5981 .list-habitaciones-01 .l-content h3 {
  font-size: 2.4rem;
}
.list-habitaciones-01 .l-content h3 small {
  display: block;
  font-size: 1.6rem;
  line-height: 1em;
}
.list-habitaciones-01 .l-content h4 {
  color: #232323;
  font-family: "montserratregular", sans-serif;
  font-size: 1.2rem;
  margin-top: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.list-habitaciones-01 .l-content h4 a {
  color: #232323;
  text-decoration: none;
}
.list-habitaciones-01 .l-content h4 a:hover, .list-habitaciones-01 .l-content h4 a:focus {
  opacity: 0.7;
}
.list-habitaciones-01 .l-content .feature {
  background-color: #FF5300;
  color: white;
  display: inline-block;
  font-family: "montserratbold", sans-serif;
  padding: 10px 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
}
@media (min-width: 768px) {
  .list-habitaciones-01 .l-content .feature {
    padding: 0;
    text-align: center;
    transform: rotate(-45deg);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
  }
}
.list-habitaciones-01 .wtxt, .list-habitaciones-01 .cookies-container, .list-habitaciones-01 .wtxt-modal__content {
  font-size: 1rem;
  margin-top: 25px;
}
.list-habitaciones-01 .wtxt ul, .list-habitaciones-01 .cookies-container ul, .list-habitaciones-01 .wtxt-modal__content ul {
  padding-left: 2em;
}
.list-habitaciones-01 .wtxt li, .list-habitaciones-01 .cookies-container li, .list-habitaciones-01 .wtxt-modal__content li {
  margin: 5px 0;
}
.list-habitaciones-01 .btns-read-more {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.list-habitaciones-01 .btns-book-now, .list-habitaciones-01 .btn {
  display: inline-block;
  padding: 0.9em 4em 0.75em 4em;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #232323;
  color: white;
  transition: opacity 0.3s;
  margin-top: 20px;
}
.list-habitaciones-01 .btns-book-now:hover, .list-habitaciones-01 .btns-book-now:focus, .list-habitaciones-01 .btn:hover, .list-habitaciones-01 .btn:focus {
  color: white;
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .list-habitaciones-01 .btns-book-now, .list-habitaciones-01 .btn {
    display: none;
  }
}

.list-eventos-05 {
  max-width: 400px;
  margin: 120px auto;
}
@media (min-width: 1024px) {
  .list-eventos-05 {
    max-width: 1200px;
  }
}
.list-eventos-05 a {
  color: #232323;
}
.list-eventos-05 a:hover {
  opacity: 0.7;
}
.list-eventos-05__module {
  position: relative;
  margin: 100px 0;
}
@media (min-width: 1024px) {
  @supports (display: flex) {
    .list-eventos-05__module {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
  .no-supports .list-eventos-05__module {
    overflow: hidden;
  }
  .no-supports .list-eventos-05__module:nth-of-type(even) > div:first-of-type {
    float: right;
    max-width: 480px;
  }
  .no-supports .list-eventos-05__module:nth-of-type(even) > div:last-of-type {
    max-width: 50%;
    float: left;
  }
  .no-supports .list-eventos-05__module:nth-of-type(odd) > div:first-of-type {
    float: left;
    max-width: 480px;
  }
  .no-supports .list-eventos-05__module:nth-of-type(odd) > div:last-of-type {
    max-width: 50%;
    float: right;
  }
  .list-eventos-05__module:nth-of-type(even) .list-eventos-05__photo, .list-eventos-05__module:nth-of-type(even) .l-photo {
    order: 2;
  }
}
.list-eventos-05__module:nth-of-type(odd) .list-eventos-05__date {
  left: 0;
}
.list-eventos-05__module:nth-of-type(even) .list-eventos-05__date {
  right: 400px;
}
.list-eventos-05__photo {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .list-eventos-05__photo {
    min-width: 480px;
  }
}
.list-eventos-05__photo img {
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.4);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  vertical-align: top;
}
.list-eventos-05__content {
  margin: 0 auto;
  padding: 1em;
}
@media (max-width: 1023px) {
  .list-eventos-05__content {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .list-eventos-05__content {
    padding: 2em 50px;
  }
}
@media (min-width: 1024px) {
  .list-eventos-05__content {
    padding: 1em 100px;
  }
}
.list-eventos-05__title {
  font-family: "tinositalic", serif;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .list-eventos-05__title {
    font-size: 2.25rem;
  }
}
.list-eventos-05__title a {
  color: #232323;
  text-decoration: none;
}
.list-eventos-05__title a:hover, .list-eventos-05__title a:focus {
  opacity: 0.7;
}
.list-eventos-05__subtitle {
  color: #232323;
  font-family: "montserratregular", sans-serif;
  font-size: 0.9rem;
  margin-top: 20px;
  text-transform: uppercase;
  background: url("/i/165/svg/common/pointer.svg") no-repeat 0 center;
  padding: 4px 20px;
}
.list-eventos-05__subtitle a {
  color: #232323;
  text-decoration: none;
}
.list-eventos-05__subtitle a:hover, .list-eventos-05__subtitle a:focus {
  opacity: 0.7;
}
.list-eventos-05__autor {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.list-eventos-05__date {
  font-family: "tinositalic", serif;
}
@media (max-width: 1023px) {
  .list-eventos-05__date {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .cssmask .list-eventos-05__date {
    top: 80px;
    position: absolute;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cssmask .list-eventos-05__date:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    width: 120px;
    height: 120px;
    background-color: white;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.4);
    border: 1px solid #232323;
    z-index: 1;
  }
}
.list-eventos-05__date span {
  line-height: 1em;
  z-index: 10;
}
@media (max-width: 1023px) {
  .list-eventos-05__date span {
    font-size: 1.2em;
  }
}
@media (min-width: 1024px) {
  .list-eventos-05__date span:first-of-type {
    font-size: 1.3rem;
    order: 2;
  }
  .list-eventos-05__date span:last-of-type {
    font-size: 2.4rem;
  }
}
.list-eventos-05__text {
  font-family: "tinositalic", serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-top: 20px;
}
.list-eventos-05__text p {
  margin: 0.5em 0;
  line-height: 1.6em;
}
.list-eventos-05__text ul {
  padding-left: 15px;
}
.list-eventos-05__text li {
  margin-top: 0.1em;
}
.list-eventos-05__text strong {
  font-family: "tinositalic", serif;
  font-weight: bold;
}
.list-eventos-05__btn {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.unsubscribe_container {
  text-align: center;
  max-width: 960px;
  margin: 20px auto 100px auto;
}
.unsubscribe_container h1:before {
  content: url("/i/165/svg/page-icons/envelope.svg");
  display: block;
  margin-bottom: 25px;
}
.unsubscribe_container .btn {
  display: inline-block;
  padding: 0.9em 4em 0.75em 4em;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #232323;
  color: white;
  transition: opacity 0.3s;
  margin-top: 1em;
}
.unsubscribe_container .btn:hover, .unsubscribe_container .btn:focus {
  color: white;
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .unsubscribe_container .btn {
    display: none;
  }
}
.unsubscribe_container form {
  max-width: 500px;
  margin: 0 auto;
}

.nav-footer-lng-01 {
  font-family: "tinositalic", serif;
  font-size: 1.2em;
  margin-top: 30px;
}
.nav-footer-lng-01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.nav-footer-lng-01 a {
  color: #222222;
  text-decoration: none;
}
.nav-footer-lng-01 a:hover {
  color: #FF5300;
}

.widget-custom-01 {
  max-width: 600px;
  margin: 0 auto;
}
.widget-custom-01.widget-hotel-ubication {
  max-width: 538px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .widget-custom-01.widget-hotel-ubication {
    transform: translateY(50px);
  }
}
.widget-custom-01.widget-hotel-rooms {
  max-width: 100%;
}
@media (min-width: 540px) {
  .widget-custom-01.widget-hotel-rooms {
    max-width: 540px;
  }
}
@media (min-width: 1200px) {
  .widget-custom-01.widget-hotel-rooms {
    transform: translateY(50px);
  }
}
@media (max-width: 1199px) {
  .widget-custom-01.widget-hotel-spaces {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .widget-custom-01.widget-hotel-spaces {
    transform: translateY(200px);
  }
}
.widget-custom-01__header {
  text-align: center;
}
.widget-hotel-ubication .widget-custom-01__header {
  margin-top: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.cssmask .widget-hotel-ubication .widget-custom-01__header {
  margin-top: -40px;
}
.widget-hotel-spaces .widget-custom-01__header-title, .widget-hotel-rooms .widget-custom-01__header-title {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .widget-hotel-spaces .widget-custom-01__header-title, .widget-hotel-rooms .widget-custom-01__header-title {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .widget-hotel-spaces .widget-custom-01__header-title, .widget-hotel-rooms .widget-custom-01__header-title {
    font-size: 2.5em;
  }
}
.widget-hotel-spaces .widget-custom-01__header-title {
  color: #232323;
}
.widget-hotel-ubication .widget-custom-01__header-title {
  font-family: "tinositalic", serif;
  font-size: 1.7em;
  max-width: 200px;
}
.widget-hotel-spaces .widget-custom-01__header-subtitle, .widget-hotel-rooms .widget-custom-01__header-subtitle {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
}
.widget-hotel-spaces .widget-custom-01__header-subtitle {
  color: #232323 !important;
}
.widget-hotel-ubication .widget-custom-01__header-subtitle {
  order: -1;
  text-transform: uppercase;
  font-family: "montserratregular", sans-serif;
  font-size: 1.2em;
  color: #777777;
}
.widget-hotel-ubication .widget-custom-01__header-subtitle:before {
  content: "#";
}
.widget-custom-01__content {
  margin-top: 30px;
  order: -1;
}
.widget-hotel-ubication .widget-custom-01__content {
  margin-top: 0;
}
.widget-custom-01__content-photo {
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.4);
}
.widget-hotel-ubication .widget-custom-01__content-photo {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.widget-custom-01__content-img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.widget-custom-01__footer {
  margin-top: 40px;
}
.widget-custom-01__footer-txt {
  font-size: 0.9em;
  line-height: 1.4em;
}
.widget-hotel-spaces .widget-custom-01__footer-txt {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.widget-custom-01__footer-link {
  display: inline-block;
  color: #232323;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.widget-custom-01__footer-link:before {
  content: "";
  width: 50px;
  height: 10px;
  background-color: #232323;
  display: inline-block;
  margin-right: 5px;
  transition: 0.2s;
}
.widget-custom-01__footer-link:hover, .widget-custom-01__footer-link:focus {
  cursor: pointer;
}
.widget-custom-01__footer-link:hover:before, .widget-custom-01__footer-link:focus:before {
  width: 60px;
}
@media print {
  .widget-custom-01__footer-link {
    display: none;
  }
}
.widget-hotel-rooms .widget-custom-01__footer-link {
  display: inline-block;
  color: #232323;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  margin-top: 20px;
}
.widget-hotel-rooms .widget-custom-01__footer-link:before {
  content: "";
  width: 50px;
  height: 10px;
  background-color: #232323;
  display: inline-block;
  margin-right: 5px;
  transition: 0.2s;
}
.widget-hotel-rooms .widget-custom-01__footer-link:hover, .widget-hotel-rooms .widget-custom-01__footer-link:focus {
  cursor: pointer;
}
.widget-hotel-rooms .widget-custom-01__footer-link:hover:before, .widget-hotel-rooms .widget-custom-01__footer-link:focus:before {
  width: 60px;
}
@media print {
  .widget-hotel-rooms .widget-custom-01__footer-link {
    display: none;
  }
}

.widget-newsletter-05 ::-webkit-input-placeholder {
  color: white;
}

.widget-newsletter-05 ::-moz-placeholder {
  color: white;
  opacity: 1;
}

.widget-newsletter-05 :-ms-input-placeholder {
  color: white;
}

.widget-newsletter-05 :-moz-placeholder {
  color: white;
}

.widget-newsletter-05 {
  color: white;
  position: relative;
  transition: 0.3s;
}
.widget-newsletter-05__header {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.widget-newsletter-05__messages--error {
  margin: 2em 0 !important;
}
.widget-newsletter-05__messages--valid {
  text-align: center;
}
.widget-newsletter-05__messages--valid h3 {
  font-family: "montserratregular", sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
}
.widget-newsletter-05__messages--valid p {
  font-family: "tinositalic", serif;
  font-size: 2em;
  text-transform: uppercase;
}
.widget-newsletter-05__form {
  position: relative;
}
.widget-newsletter-05__form-title {
  color: white;
  font-family: "tinositalic", serif;
  font-size: 1rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .widget-newsletter-05__form-title {
    font-size: 2rem;
  }
}
.widget-newsletter-05__form-fieldset {
  border: none;
}
.widget-newsletter-05__form-inputs {
  margin: 20px 0;
}
.widget-newsletter-05__form-inputs-group {
  margin: 5px;
}
.widget-newsletter-05__form-inputs-label {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
.widget-newsletter-05__form-inputs-input {
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: 1rem;
  padding: 10px 20px;
  width: 100%;
}
.widget-newsletter-05__form .checkbox-container {
  font-size: 0.8rem;
}
.widget-newsletter-05__form-submit {
  display: inline-block;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  font-size: 0.9rem;
  margin: 20px 0 0;
  padding: 14px 80px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  width: 100%;
}
.widget-newsletter-05__form-submit:hover {
  background-color: #222222;
  color: white !important;
  cursor: pointer;
}

.widget-advantages {
  padding: 20px 20px 0;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .widget-advantages {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 350px 1fr;
    padding: 100px 1em 0;
  }
  .widget-advantages .btn {
    justify-self: start;
  }
}
@media (min-width: 1200px) {
  .widget-advantages {
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }
}
.widget-advantages header h3 {
  font-family: "tinositalic", serif;
  font-size: 2em;
  line-height: 1em;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .widget-advantages header h3 {
    font-size: 2.6em;
  }
}
.widget-advantages header h3:before {
  content: "#Axelhotels";
  color: #7D7D7D;
  display: block;
  font-family: "montserratregular", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.widget-advantages header h3:after {
  background: url("/i/165/svg/page-icons/chair.svg");
  content: "";
  display: block;
  height: 65px;
  left: -50px;
  position: absolute;
  top: -5px;
  width: 35px;
}
@media (max-width: 1299px) {
  .widget-advantages header h3:after {
    display: none;
  }
}
.widget-advantages header h4 {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
}
.widget-advantages header h5 {
  font-family: "montserratlight", sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 30px;
}
.widget-advantages .w-content {
  align-items: center;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 66px);
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .widget-advantages .w-content {
    grid-template-columns: repeat(8, 66px);
  }
}
@media (max-width: 1023px) {
  .widget-advantages .w-content {
    padding: 0 20px;
  }
}
.widget-advantages .advantages-module {
  background-repeat: no-repeat;
  background-color: white;
  background-position: center center;
  border-radius: 50%;
  border: 2px solid #232323;
  height: 66px;
  list-style: none;
  position: relative;
  width: 66px;
}
.widget-advantages .advantages-module a {
  color: black;
  text-decoration: none;
}
.widget-advantages .advantages-module p {
  display: none;
}
.widget-advantages .advantages-module:hover {
  cursor: pointer;
}
.widget-advantages .advantages-module:hover h3 {
  opacity: 1 !important;
}
.widget-advantages .advantages-module h3 {
  position: relative;
  background-color: #232323;
  border-radius: 4px;
  bottom: 150%;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 0.8em;
  left: 30px;
  min-width: 300px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: 0.3s;
  z-index: 10;
}
.widget-advantages .advantages-module h3:after, .widget-advantages .advantages-module h3:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.widget-advantages .advantages-module h3:after {
  border-color: transparent;
  border-top-color: #222222;
  border-width: 10px;
  margin-left: -10px;
}
.widget-advantages .advantages-module h3:before {
  border-color: transparent;
  border-top-color: #222222;
  border-width: 11px;
  margin-left: -11px;
}
@media (min-width: 768px) {
  .widget-advantages .advantages-module h3 {
    padding: 20px;
  }
}
.widget-advantages .advantages-module:nth-of-type(1) h3 {
  left: -10px;
  transform: none;
}
.widget-advantages .advantages-module:nth-of-type(1) h3:before, .widget-advantages .advantages-module:nth-of-type(1) h3:after {
  left: 35px;
}
.widget-advantages .advantages-module:nth-of-type(7) {
  display: none;
}
@media (max-width: 767px) {
  .widget-advantages .advantages-module:nth-of-type(2) h3 {
    left: inherit;
    right: -10px;
    transform: none;
  }
  .widget-advantages .advantages-module:nth-of-type(2) h3:before, .widget-advantages .advantages-module:nth-of-type(2) h3:after {
    left: inherit;
    right: 35px;
  }
  .widget-advantages .advantages-module:nth-of-type(3) h3 {
    left: -10px;
    transform: none;
  }
  .widget-advantages .advantages-module:nth-of-type(3) h3:before, .widget-advantages .advantages-module:nth-of-type(3) h3:after {
    left: 35px;
  }
}
.widget-advantages .advantages-module:nth-of-type(6) {
  grid-column: 2;
  grid-row: 1;
}
.widget-advantages .advantages-module:nth-of-type(8) {
  display: none;
}
.widget-advantages small {
  display: block;
  font-size: 0.8rem;
}
.widget-advantages .btn {
  display: none;
}

.widget-advantages .advantages-module:nth-of-type(1) {
  background-image: url("/i/165/svg/advantages/axel-and-you.svg");
}

.widget-advantages .advantages-module:nth-of-type(2) {
  background-image: url("/i/165/svg/advantages/get5.svg");
}

.widget-advantages .advantages-module:nth-of-type(3) {
  background-image: url("/i/165/svg/advantages/clock.svg");
}

.widget-advantages .advantages-module:nth-of-type(4) {
  background-image: url("/i/165/svg/advantages/cancelation-free.svg");
}

.widget-advantages .advantages-module:nth-of-type(5) {
  background-image: url("/i/165/svg/advantages/wifi.svg");
}

.widget-advantages .advantages-module:nth-of-type(6) {
  background-image: url("/i/165/svg/advantages/cancelation-24.svg");
}

.widget-advantages .advantages-module:nth-of-type(7) {
  background-image: url("/i/165/svg/advantages/water.svg");
}

.widget-advantages .advantages-module:nth-of-type(8) {
  background-image: url("/i/165/svg/advantages/coffee.svg");
}

.widget-advantages .advantages-module:nth-of-type(9) {
  background-image: url("/i/165/svg/advantages/axel-care.svg");
}

.widget-banners-02 {
  overflow: hidden;
  padding-top: 100px;
  text-align: center;
}
.lifestyle .widget-banners-02__header {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.widget-banners-02__title {
  width: 252px;
  height: 120px;
  background: url("/i/165/svg/common/logo-lifestyle.svg") center center no-repeat;
  text-indent: -9999em;
  margin: 0 auto;
}
.widget-banners-02__subtitle {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
  margin-top: 10px;
}
.widget-banners-02__banners {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.widget-banners-02__banner {
  position: relative;
  margin: 15px;
}
@media (max-width: 1200px) {
  .widget-banners-02__banner {
    max-width: 380px;
  }
}
.widget-banners-02__banner img {
  max-width: 100%;
  height: auto;
}
.widget-banners-02 a {
  color: white;
  transition: opacity 0.3s;
}
.widget-banners-02 a:hover, .widget-banners-02 a:focus {
  opacity: 0.7;
}
.widget-banners-02 .widget-banner-02__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.widget-banners-02 .widget-banner-02__title {
  font-family: "tinositalic", serif;
  font-size: 2em;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .widget-banners-02 .widget-banner-02__title {
    font-size: 3em;
  }
}
.widget-banners-02 .widget-banner-02__subtitle {
  font-family: "montserratregular", sans-serif;
  font-size: 1.2em;
  color: white;
  text-transform: uppercase;
  font-family: "montserratbold", sans-serif;
}

.widget-instagram-04__container {
  display: none;
}

.page-instagram-01 {
  margin-top: 90px;
}

.filter-instagram {
  display: none;
}

.instagram-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}
.instagram-wrapper span {
  border: 5px solid #232323;
  display: flex;
  overflow: hidden;
  position: relative;
}
.instagram-wrapper img {
  height: auto;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .instagram-wrapper span {
    max-width: 150px;
    margin: 10px auto;
  }
}
@media (min-width: 1200px) {
  @supports (display: grid) {
    .instagram-wrapper {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(5, 150px);
      grid-auto-rows: 150px;
      justify-content: center;
    }
  }
  .instagram-wrapper span:nth-of-type(9n + 1) {
    grid-row: span 2;
  }
  .instagram-wrapper span:nth-of-type(9n + 1) img {
    min-height: 100%;
    width: 300px;
    transform: translateX(-25%);
  }
  .instagram-wrapper span:nth-of-type(9n + 2) {
    grid-column: span 2;
    grid-row: span;
  }
  .instagram-wrapper span:nth-of-type(9n + 2) img {
    height: 300px;
    width: 100%;
    transform: translateY(-25%);
  }
  .instagram-wrapper span:nth-of-type(9n + 3) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .instagram-wrapper span:nth-of-type(9n + 3) img {
    width: 100%;
  }
  .instagram-wrapper span:nth-of-type(9n + 6) {
    grid-column: span 2;
    grid-row: span;
  }
  .instagram-wrapper span:nth-of-type(9n + 6) img {
    height: 300px;
    width: 100%;
    transform: translateY(-25%);
  }
}

.nav-custom h3 {
  font-family: "tinositalic", serif;
  text-transform: uppercase;
  font-size: 1.5em;
  color: white;
}
.nav-custom li {
  list-style: none;
  text-transform: uppercase;
  font-family: "montserratlight", sans-serif;
  font-size: 0.9em;
  margin: 1em 0;
}
.nav-custom a {
  text-decoration: none;
  color: white;
}
.nav-custom a:hover, .nav-custom a:focus {
  opacity: 0.7;
}

.l-filters {
  margin-top: 50px;
}

.filter-hotel {
  text-align: center;
}
.filter-hotel input {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: 0.2s;
}
.filter-hotel input:checked + label {
  background-color: #FF5300;
}
.filter-hotel label {
  display: inline-block;
  padding: 0.9em 4em 0.75em 4em;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #232323;
  color: white;
  transition: opacity 0.3s;
  margin: 5px;
}
.filter-hotel label:hover, .filter-hotel label:focus {
  color: white;
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .filter-hotel label {
    display: none;
  }
}

.filter-select {
  margin-top: 30px;
  text-align: center;
}
.filter-select .select-container {
  outline: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
}
.filter-select .select-container:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  background: #fff url("/i/165/default/forms/select-arrow.svg") center center no-repeat;
  width: 25px;
  height: 100%;
  pointer-events: none;
}
.filter-select select {
  appearance: none;
  color: #232323;
  background-color: transparent;
  width: 110%;
  border: none;
  padding: 1px 3px;
  -webkit-appearance: none;
  padding: 10px 30px 10px 10px;
  width: inherit;
}

.filter-year {
  margin: 0;
  text-align: center;
}
.filter-year p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-year a, .filter-year span {
  margin: 10px;
}
.filter-year a {
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999em;
  vertical-align: middle;
  width: 15px;
  height: 25px;
}
.filter-year a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.filter-year a:first-of-type {
  background-image: url("/i/165/svg/common/arrow-left.svg");
}
.filter-year a:last-of-type {
  background-image: url("/i/165/svg/common/arrow-right.svg");
}
.filter-year span {
  font-family: "tinositalic", serif;
  font-size: 2.8rem;
}

.range-container {
  margin: 0 auto;
  max-width: 1200px;
}
.range-container input {
  width: 100%;
}

.l-month {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-month li {
  color: #AAA;
  font-family: "montserratregular", sans-serif;
  font-size: 0.6em;
  list-style: none;
  padding-top: 30px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .l-month li {
    font-size: 0.8em;
  }
}
.l-month li:before {
  border-left: 1px solid #aaa;
  content: "";
  height: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

[type=range] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 100%;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: #fbfbfc;
}
[type=range]:focus::-ms-fill-lower {
  background: #eceff1;
}
[type=range]:focus::-ms-fill-upper {
  background: #fbfbfc;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 14px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}
[type=range]::-webkit-slider-thumb {
  background: url("/i/165/png/common/banana.png") center center no-repeat;
  border: none;
  width: 62px;
  height: 72px;
  -webkit-appearance: none;
  margin-top: -35px;
}
[type=range]::-moz-range-track {
  cursor: pointer;
  height: 14px;
  transition: all 0.2s ease;
  width: 100%;
  height: 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}
[type=range]::-moz-range-thumb {
  background: url("/i/165/png/common/banana.png") center center no-repeat;
  border: none;
  width: 62px;
  height: 72px;
}
[type=range]::-ms-track {
  cursor: pointer;
  height: 14px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #dde3e6;
  border: 2px solid #cfd8dc;
  border-radius: 20px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 20px;
}
[type=range]::-ms-thumb {
  background: url("/i/165/png/common/banana.png") center center no-repeat;
  border: none;
  width: 62px;
  height: 72px;
  margin-top: 0;
}

.widget-gallery-03 header {
  text-align: center;
}
.widget-gallery-03 header h3 {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .widget-gallery-03 header h3 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .widget-gallery-03 header h3 {
    font-size: 2.5em;
  }
}
.widget-gallery-03 header .txt {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .widget-gallery-03 header .txt {
    font-size: 1rem;
  }
}
.widget-gallery-03 header .txt p {
  margin: 0;
}
.widget-gallery-03 .w-content {
  text-align: center;
  border: 1px solid transparent;
  background: #232323 url("/i/165/jpg/hotel/bg-widget-gallery.jpg") 0 80%;
  background-size: cover;
  padding: 130px 0;
  clip-path: polygon(0 0, 0% 100%, 70% 95%, 100% 100%, 100% 0, 40% 10%);
  display: flex;
  justify-content: center;
}
@media (min-width: 1000px) {
  .widget-gallery-03 .w-content {
    background-position: center 0;
  }
}
.h-642 .widget-gallery-03 .w-content {
  background-image: url("/i/165/jpg/hotel/bg-widget-gallery-madrid.jpg");
  background-position: center bottom;
}
.h-828 .widget-gallery-03 .w-content {
  background-image: url("/i/165/jpg/hotel/bg-widget-gallery-habana.jpg");
}
.h-799 .widget-gallery-03 .w-content {
  background-image: url("/i/165/jpg/hotel/bg-widget-gallery-sansebastian.jpg");
}
.h-619 .widget-gallery-03 .w-content, .h-650 .widget-gallery-03 .w-content {
  background-image: url("/i/165/jpg/hotel/bg-widget-gallery-berlin.jpg");
}
.h-666 .widget-gallery-03 .w-content {
  background-image: url("/i/165/jpg/hotel/bg-widget-gallery-ibiza.jpg");
}
.h-620 .widget-gallery-03 .w-content {
  background-image: url("/i/165/jpg/hotel/bg-widget-gallery-maspalomas.jpg");
}
.h-691 .widget-gallery-03 .w-content {
  background-image: url("/i/165/jpg/hotel/bg-widget-gallery-miami.jpg");
}
.widget-gallery-03 .w-content img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.widget-gallery-03 .w-content a {
  display: inline-block;
  background-repeat: no-repeat;
  border: 10px solid white;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .widget-gallery-03 .w-content a {
    width: 360px;
    background-size: cover;
  }
  .widget-gallery-03 .w-content a:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 260'%3E%3C/svg%3E");
    display: block;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .widget-gallery-03 .w-content a {
    width: 380px;
    height: 260px;
  }
}
.widget-gallery-03 .w-content a span {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.widget-gallery-03 .w-content a:nth-of-type(2) {
  display: none;
}
@media (min-width: 920px) {
  .widget-gallery-03 .w-content a:nth-of-type(2) {
    display: inline-block;
  }
}
.widget-gallery-03 .w-content a:nth-of-type(3) {
  display: none;
}
@media (min-width: 1300px) {
  .widget-gallery-03 .w-content a:nth-of-type(3) {
    display: inline-block;
  }
}
.widget-gallery-03 .btn {
  text-align: center;
  margin-top: 30px;
}
.widget-gallery-03 .btn a {
  display: inline-block;
  color: #232323;
  font-size: 1rem;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  display: inline-block;
  margin: 0 auto;
}
.widget-gallery-03 .btn a:before {
  content: "";
  width: 50px;
  height: 10px;
  background-color: #232323;
  display: inline-block;
  margin-right: 5px;
  transition: 0.2s;
}
.widget-gallery-03 .btn a:hover, .widget-gallery-03 .btn a:focus {
  cursor: pointer;
}
.widget-gallery-03 .btn a:hover:before, .widget-gallery-03 .btn a:focus:before {
  width: 60px;
}
@media print {
  .widget-gallery-03 .btn a {
    display: none;
  }
}

.call-us {
  position: relative;
  z-index: 10;
}
.call-us__trigger {
  background-image: url("/i/165/svg/common/phone-black.svg"), url("/i/165/default/arrow-down.svg");
  background-position: 0 center, 100% center;
  background-repeat: no-repeat;
  font-family: "tinositalic", serif;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .call-us__trigger {
    display: block;
    text-indent: -999em;
    width: 40px;
  }
}
@media (min-width: 768px) {
  .call-us__trigger {
    background-image: url("/i/165/svg/common/phone.svg"), url("/i/165/default/arrow-down-white.svg");
    color: white;
    font-size: 1.1em;
    padding: 0 20px 0 24px;
  }
}
.call-us__trigger:hover {
  cursor: pointer;
}
.lateral-container .call-us__trigger {
  color: black;
}
.call-us__list {
  background-color: white;
  padding: 10px 25px;
  position: absolute;
  top: 41px;
  width: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .call-us__list {
    right: 0;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .scroll-down .call-us__list {
    top: 200px;
  }
}
.call-us--show .call-us__list {
  opacity: 1;
}
.call-us__list-item {
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  list-style: none;
  padding: 10px 0;
}
.call-us__list-item:last-of-type {
  border: none;
}
.call-us__list-item-name {
  font-family: "montserratregular", sans-serif;
  display: block;
}

.widget-advantages-04 {
  padding-top: 75px;
  text-align: center;
}
.quienes-somos .widget-advantages-04 {
  background: none;
}
.lifestyle .widget-advantages-04 {
  padding-top: 0;
}
.widget-advantages-04 header h4 {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .widget-advantages-04 header h4 {
    font-size: 1.2em;
  }
}
.widget-advantages-04 .w-content {
  margin-top: 40px;
  padding-bottom: 1em;
}
.widget-advantages-04 .advantages-module {
  display: inline-block;
  font-family: "montserratlight", sans-serif;
  margin: 25px;
}
.widget-advantages-04 .advantages-module:nth-of-type(1) {
  display: inline-block;
}
.widget-advantages-04 .advantages-module:nth-of-type(1) a:before {
  content: url("/i/165/svg/widget-lifestyle/vinyl.svg");
}
.widget-advantages-04 .advantages-module:nth-of-type(2) {
  display: inline-block;
}
.widget-advantages-04 .advantages-module:nth-of-type(2) a:before {
  content: url("/i/165/svg/widget-lifestyle/blog.svg");
}
.widget-advantages-04 .advantages-module:nth-of-type(3) {
  display: inline-block;
}
.widget-advantages-04 .advantages-module:nth-of-type(3) a:before {
  content: url("/i/165/svg/widget-lifestyle/lgbt.svg");
}
.widget-advantages-04 .advantages-module:nth-of-type(4) {
  display: inline-block;
}
.widget-advantages-04 .advantages-module:nth-of-type(4) a:before {
  content: url("/i/165/svg/widget-lifestyle/contests.svg");
}
.widget-advantages-04 .advantages-module:nth-of-type(5) {
  display: inline-block;
}
.widget-advantages-04 .advantages-module:nth-of-type(5) a:before {
  content: url("/i/165/svg/widget-lifestyle/partners.svg");
}
.widget-advantages-04 .advantages-module:nth-of-type(6) {
  display: inline-block;
}
.widget-advantages-04 .advantages-module:nth-of-type(6) a:before {
  content: url("/i/165/svg/widget-lifestyle/axel-and-you.svg");
}
.widget-advantages-04 .advantages-module:nth-of-type(4) {
  transform: scale(0.75);
  margin-bottom: 0;
}
.widget-advantages-04 .advantages-module a {
  color: #232323;
  display: inline-block;
  font-family: "montserratregular", sans-serif;
  text-decoration: none;
}
.widget-advantages-04 .advantages-module a:hover {
  opacity: 0.7;
}
.widget-advantages-04 .advantages-module a:before {
  display: block;
  margin-bottom: 10px;
}

.best-price {
  background: url("/i/165/svg/bookbox/best-price.svg") 0 center no-repeat;
  color: white;
  display: table;
  font-family: "tinositalic", serif;
  font-size: 1.1em;
  margin: 20px auto;
  padding-left: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .best-price {
    margin: 50px auto;
  }
}

.badget__wrapper {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .badget__wrapper {
    display: block;
    margin: 50px auto 0;
    max-width: 1315px;
    padding: 0 20px;
    text-align: left;
  }
}
.badget__wrapper a {
  display: inline-block;
  transition: 0.2s;
}
.badget__wrapper a:hover {
  transform: translateY(-5px);
}
.badget__wrapper img {
  height: auto;
  max-width: 90px;
  vertical-align: top;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .badget__wrapper img {
    max-width: 110px;
  }
}

.hotel-instagram-tag {
  color: #7D7D7D;
  font-family: "montserratregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: url("/i/165/png/hotel/hotel-icons/chair.png") center top no-repeat;
  padding-top: 80px;
}

.spaces .spaces {
  position: relative;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .spaces__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.spaces__nav-item {
  background-color: rgba(35, 35, 35, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-right: none;
  color: white;
  display: inline-block;
  font-family: "montserratregular", sans-serif;
  font-size: 0.9rem;
  padding: 16px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .spaces__nav-item {
    width: 100%;
  }
}
.spaces__nav-item:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.spaces__nav-item:hover {
  background-color: #232323;
}
.spaces__list {
  margin-top: 100px;
}
.spaces__list-module {
  margin: 200px auto 0;
  max-width: 1200px;
}
@media (min-width: 1024px) {
  .spaces__list-module {
    display: flex;
    justify-content: space-between;
  }
  .spaces__list-module-content {
    flex: 2;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .spaces__list-module-content {
    min-width: 800px;
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .spaces__list-module-aside {
    flex: 1;
  }
}
.spaces__list-module:first-of-type {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .spaces__list-module:nth-of-type(even) .spaces__list-module-aside {
    order: 2;
  }
}
.spaces__list-module-aside {
  background-color: #B2DCFF;
  background-position: 50px 0;
  background-repeat: no-repeat;
  padding: 120px 20px 20px 20px;
}
@media (min-width: 1024px) {
  .spaces__list-module-aside {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .spaces__list-module-aside {
    padding: 100px 30px 10px 50px;
  }
}
.spaces__list-module-aside-title {
  font-family: "tinositalic", serif;
  font-size: 2.6em;
  line-height: 1em;
  margin-top: 25px;
  text-transform: uppercase;
}
.spaces__list-module-aside-subtitle {
  font-family: "tinositalic", serif;
  font-size: 1.7em;
  line-height: 1em;
}
.spaces__list-module-aside-info h3 {
  position: relative;
}
.spaces__list-module-aside-info h3:before {
  position: absolute;
  left: -20px;
}
.spaces__list-module-aside .pdf, .spaces__list-module-aside-file {
  background: url("/i/165/svg/common/pdf.svg") 0 center no-repeat;
  color: #232323;
  display: inline-block;
  font-family: "montserratregular", sans-serif;
  padding: 8px 0 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.spaces__list-module-aside-info {
  margin: 50px 0;
}
.spaces__list-module-aside-info h3 {
  font-family: "montserratbold", sans-serif;
  font-size: 0.9em;
  margin: 20px 0 0 20px;
  text-transform: uppercase;
}
.spaces__list-module-aside-info h3:before {
  content: url("/i/165/svg/common/diamond.svg");
}
.spaces__list-module-aside-info p {
  margin: 10px 0;
}
.spaces__list-module-aside-info a {
  color: #232323;
  font-family: "montserratregular", sans-serif;
}
.spaces__list-module-aside-info a:hover {
  opacity: 0.7;
}
.spaces__list-module-content-img {
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.4);
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.spaces__list-module-content-text {
  font-family: "montserratlight", sans-serif;
  line-height: 1.6em;
  padding: 40px;
}
.spaces__list-module-content a {
  color: #232323;
  font-family: "montserratregular", sans-serif;
}
.spaces__list-module-content a:hover {
  opacity: 0.7;
}
.spaces__list-module-content-share {
  padding: 0 40px;
}
.spaces__list-module-content-share-facebook, .spaces__list-module-content-share-twitter {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-indent: -9999em;
}
.spaces__list-module-content-share-facebook {
  background-image: url("/i/165/share/facebook.svg");
  margin-right: 10px;
}
.spaces__list-module-content-share-twitter {
  background-image: url("/i/165/share/twitter.svg");
}

.h-650 .thetwo .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-650/TheTWO.png");
  background-position: 30% 40px;
}

.nikkei .spaces__list-module-aside {
  background-color: #FFC000;
}

.sky-bar .spaces__list-module-aside {
  background-color: #FFBA33;
}

.groundbar .spaces__list-module-aside {
  background-color: #ff6e58;
}

.madloba .spaces__list-module-aside {
  background-color: #F5E7A2;
}

.juniper .spaces__list-module-aside {
  background-color: #95BB7E;
}

.meetings .spaces__list-module-aside {
  background-color: #DBD55B;
}

.roof-terrace .spaces__list-module-aside {
  background-color: #FA727E;
}

.chicos-chicas-maniquis .spaces__list-module-aside {
  background-color: #FFE9A7;
}

.sala-gold .spaces__list-module-aside {
  background-color: #FEF2BE;
}

.bala-perdida .spaces__list-module-aside {
  background-color: #DABEE0;
}

.lobby-bar .spaces__list-module-aside {
  background-color: #FEB795;
}

.massages .spaces__list-module-aside {
  background-color: #00A8BD;
}

.fitness .spaces__list-module-aside {
  background-color: #79D0F0;
}

.krudito .spaces__list-module-aside {
  background-color: #FEB795;
}

.ground .spaces__list-module-aside {
  background-color: #FF6E58;
}

.paru .spaces__list-module-aside {
  background-color: #FFC000;
}

.hawker .spaces__list-module-aside {
  background-color: #FEB795;
}

.mitte .spaces__list-module-aside {
  background-color: #FEF2BE;
}

.telegrafo .spaces__list-module-aside {
  background-color: #FEB795;
}

.wellness .spaces__list-module-aside {
  background-color: #00A8BD;
}

.ess .spaces__list-module-aside {
  background-color: #FFF;
}

.h-617 .nikkei .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-617/nikkei.png");
}

.h-617 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-617/wellness.png");
}

.h-617 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-617/wellness.png");
}

.h-617 .sky-bar .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-617/sky-bar.png");
}

.h-618 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-618/wellness.png");
}

.h-618 .sky-bar .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-618/sky-bar.png");
}

.h-618 .mitte .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-618/mitte.png");
}

.h-618 .ground .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-618/ground.png");
}

.h-619 .lounge .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-619/lounge.png");
}

.h-619 .madloba .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-619/madloba.png");
}

.h-619 .meetings .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-619/meetings.png");
}

.h-619 .roof .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-619/roof.png");
}

.h-619 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-619/wellness.png");
}

.h-650 .fitness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-650/fitness.png");
}

.h-650 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-650/wellness.png");
}

.h-650 .krudito .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-650/krudito.png");
}

.h-620 .sky-bar .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-620/sky-bar.png");
}

.h-620 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-620/wellness.png");
}

.h-666 .sky-bar .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-666/sky-bar.png");
}

.h-666 .posidonia .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-666/posidonia.png");
}

.h-666 .otto .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-666/otto.png");
}

.h-666 .club-69 .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-666/club-69.png");
}

.h-666 .hawker .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-666/hawker.png");
}

.h-642 .bala-perdida .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-642/bala-perdida.png");
}

.h-642 .chicos-chicas-maniquis .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-642/chicos-chicas-maniquis.png");
}

.h-642 .sala-gold .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-642/sala-gold.png");
}

.h-642 .sky-bar .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-642/sky-bar.png");
}

.h-642 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-642/wellness.png");
}

.h-642 .paru .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-642/paru.png");
}

.h-642 .miu .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-642/miu.png");
}

.h-785 .ground .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-785/ground.png");
}

.h-691 .ground .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-691/ground.png?v=2");
}

.h-691 .sky-bar .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-691/sky-bar.png?v=2");
}

.h-691 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-691/wellness.png?v=2");
}

.h-691 .morrofino .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-691/morrofino.png?v=2");
}

.h-799 .ground .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-799/ground.png");
}

.h-799 .sky-bar .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-799/sky-bar.png");
}

.h-799 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-799/wellness.png");
}

.h-799 .morrofino .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-799/morrofino.png");
}

.h-799 .mitte .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-799/mitte.png");
}

.h-828 .telegrafo .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-828/telegrafo.png");
}

.h-828 .ground .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-828/ground.png");
}

.h-828 .sky-bar .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-828/sky-bar.png");
}

.h-828 .wellness .spaces__list-module-aside {
  background-image: url("/i/165/png/hotel/logos-spaces/h-828/wellness.png");
}

.sky-bar .spaces__list-module-aside, .wellness .spaces__list-module-aside, .ground .spaces__list-module-aside {
  background-size: 300px;
  background-position: left top;
}

.nav li {
  list-style: none;
}
.nav__wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto 1fr;
  margin: 40px auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media (min-width: 767px) {
  .nav__wrapper {
    grid-gap: 100px;
  }
}
@media (min-width: 1024px) {
  .nav__wrapper {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 767px) {
  .nav__wrapper.nav__wrapper-hotel-list--show {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 767px) {
  .nav__wrapper-hotel-list--show .nav__left {
    border-right: 1px solid white;
  }
}
.nav__right-generic {
  align-items: center;
  display: grid;
  grid-gap: 60px;
  grid-template-columns: auto 1fr;
}
@media (max-width: 767px) {
  .nav__right-generic {
    opacity: 0;
    height: 0;
    pointer-events: none;
    position: relative;
    top: 0;
    transition: opacity 0.3s;
  }
  .nav__wrapper-hotel-list--show .nav__right-generic {
    opacity: 1;
    height: inherit;
    pointer-events: auto;
    position: relative;
    top: inherit;
  }
}
@media (min-width: 768px) {
  #hotel .nav__right-generic {
    opacity: 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
  #hotel .nav__wrapper-hotel-list--show .nav__right-generic {
    opacity: 1;
    height: inherit;
    pointer-events: auto;
    position: relative;
    top: inherit;
  }
}
@media (max-width: 767px) {
  .nav__hotel-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav__right-hotel {
    display: none;
  }
}
.nav__wrapper-hotel-list--show .nav__right-hotel {
  display: none;
}
.nav__footer {
  margin: 20px auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
}
.nav__main-trigger {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
@media (max-width: 767px) {
  .nav__wrapper-hotel-list--show .nav__main-trigger {
    appearance: none;
    background: url("/i/165/svg/common/arrow-left.svg") center center no-repeat;
    border: none;
    display: flex;
    height: 40px;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
  }
}
.nav__main-trigger:hover {
  cursor: pointer;
}
.nav__main {
  display: grid;
  font-family: "tinositalic", serif;
  max-width: 500px;
  text-transform: uppercase;
  transition: transform ease 0.5s;
}
@media (max-width: 767px) {
  .nav__wrapper-hotel-list--show .nav__main {
    max-width: 50px;
    transform: translateX(-500px);
    opacity: 0;
  }
}
.nav__main-item {
  font-size: 2rem;
  margin-top: 10px;
  white-space: nowrap;
}
.nav__main-item:nth-of-type(2) {
  grid-row: 2;
}
.nav__main-item:nth-of-type(2):hover {
  cursor: pointer;
}
.nav__main-item:nth-of-type(2):after {
  background: url(/i/165/svg/common/arrow-right.svg) no-repeat 70% center;
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 30px;
  height: 30px;
}
.nav__main-item-link {
  color: #232323;
  text-decoration: none;
  transition: 0.2s;
}
.nav__main-item-link:hover {
  color: #FF5300;
}
.nav__hotel-list {
  font-family: "montserratregular", sans-serif;
  text-transform: uppercase;
  min-width: 310px;
}
.nav__hotel-list-item {
  background: url("/i/165/svg/common/square.svg") 2px center no-repeat;
  color: #868686;
  font-size: 1rem;
  line-height: 1em;
  margin-top: 20px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .nav__hotel-list-item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.nav__hotel-list-item:last-of-type {
  background-image: url("/i/165/svg/common/square-second-color.svg");
}
.nav__hotel-list-item:last-of-type:hover {
  background-image: url("/i/165/svg/common/diamond-second-color.svg");
}
.nav__hotel-list-item:last-of-type a {
  color: #FF5300;
}
.nav__hotel-list-item-link {
  color: #868686;
  padding-right: 20px;
  text-decoration: none;
  transition: color 0.2s;
}
.nav__hotel-list-item-link:hover {
  background: url("/i/165/svg/common/arrow-right.svg") 100% center no-repeat;
  background-size: 8px;
  color: #232323;
  cursor: pointer;
}
.nav__hotel-list-item--active {
  background: url("/i/165/svg/common/diamond.svg") 0 center no-repeat;
  background-size: 11px;
}
.nav__hotel-list-item--active a {
  color: #232323;
}
.nav__hotel-info {
  position: relative;
}
@media (max-width: 1023px) {
  .nav__hotel-info {
    display: none;
  }
}
.nav__hotel-info-wrapper--hide {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.nav__hotel-info-wrapper {
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.nav__hotel-info-wrapper, .nav__hotel-info-wrapper-default {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 1fr;
}
.nav__hotel-info-wrapper img, .nav__hotel-info-wrapper-default img {
  grid-column: 1;
  grid-row: 1;
  height: auto;
  max-width: 100%;
}
.nav__hotel-info-content {
  align-items: center;
  display: flex;
  font-size: clamp(1.25rem, 3vw, 3rem);
  grid-column: 1;
  grid-row: 1;
  padding: 20px;
}
.nav__hotel-info-content-title {
  color: white;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-shadow: 1px 1px 1px rgba(35, 35, 35, 0.8);
  text-transform: uppercase;
}
.nav__right-hotel-title {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .nav__right-hotel-title {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .nav__right-hotel-title {
    font-size: 2.5em;
  }
}
.nav__destiny-link {
  align-items: center;
  color: white;
  display: flex;
  flex-flow: column;
  font-family: "tinositalic", serif;
  font-size: 1.2rem;
  height: 136px;
  justify-content: center;
  left: 0;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 136px;
  z-index: 1;
}
.lateral-container .nav__destiny-link {
  position: relative;
  transform: translate(0, -20px);
}
@media (max-width: 767px) {
  .widget-hotel-04 + .nav__destiny-link {
    position: relative;
    transform: translate(50px, 50px);
  }
}
@media (min-width: 768px) {
  .widget-hotel-04 + .nav__destiny-link {
    display: none;
  }
}

.nav__destiny-link span {
  background: url("/i/165/svg/slider/right_arrow.svg") 97% 3px no-repeat;
  background-size: 11px;
  font-size: 0.9em;
  padding-right: 18px;
  transition: 0.2s;
}
.nav__destiny-link:hover span {
  background-position: 100% 3px;
}
.nav__destiny-link:hover:before {
  box-shadow: none;
}
.nav__destiny-link:before {
  background-color: #FF5300;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.29);
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  transform: rotate(45deg);
  transition: 0.3s;
  width: 100px;
  height: 100px;
  z-index: -1;
}
.nav__blog-link {
  border-left: 1px solid #232323;
  color: #232323;
  display: inline-block;
  font-family: "tinositalic", serif;
  font-size: 0.9em;
  line-height: 1.1em;
  padding: 20px 0 20px 20px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 90px;
  left: 110px;
  transition: 0.2s;
  width: 200px;
}
@media (max-width: 767px) {
  .nav__wrapper-hotel-list--show .nav__blog-link {
    opacity: 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 768px) {
  .nav__blog-link {
    font-size: 1.1em;
  }
}
.nav__blog-link strong {
  display: block;
  font-family: "tinositalic", serif;
  font-size: 1.6em;
  text-align: center;
  text-transform: none;
}
.nav__blog-link:hover {
  color: #FF5300;
  border-color: #FF5300;
}
.nav__bottom {
  margin-top: 100px;
}
.nav__bottom a {
  text-decoration: none;
}
.nav__bottom-item {
  background-position: 0 center;
  background-repeat: no-repeat;
  color: black;
  font-family: "tinositalic", serif;
  font-size: 1.2em;
  margin-right: 20px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .nav__bottom-item {
    display: block;
    margin: 10px 0;
  }
}
.nav__bottom-item:first-of-type {
  background-image: url("/i/165/svg/common/home.svg");
  padding-left: 35px;
}
.nav__bottom-item:nth-of-type(2) {
  background-image: url("/i/165/svg/common/tag.svg");
  padding-left: 20px;
}
.nav__bottom-item:nth-of-type(3) {
  background-image: url("/i/165/svg/common/calendar.svg");
  padding-left: 25px;
}
.nav__bottom-item:nth-of-type(4) {
  background-image: url("/i/165/svg/common/envelope.svg");
  background-size: 22px;
  padding-left: 30px;
}
.nav__bottom-item:nth-of-type(5) {
  background: url("/i/165/svg/common/ico-expansion.svg") left center no-repeat;
  background-size: 30px;
  padding-left: 40px;
}
.nav__bottom-item:hover {
  color: #FF5300;
  cursor: pointer;
}

.nav__hotel-info #h-617 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/chair-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-618 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/two-bcn-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-619 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/ber-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-650 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/two-ber-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-620 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/mas-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-666 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/ibi-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-642 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/mad-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-691 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/miami-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-785 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/venz-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-799 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/sas-white.svg");
  display: block;
  margin-bottom: 0;
}

.nav__hotel-info #h-828 .nav__hotel-info-content-title:before {
  content: url("/i/165/svg/page-icons/hab-white.svg");
  display: block;
  margin-bottom: 0;
}

.partners-list {
  margin-top: 50px;
  text-align: center;
}
.partners-list__title {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .partners-list__title {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .partners-list__title {
    font-size: 2.5em;
  }
}
.partners-list__subtitle {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
  margin: 20px auto 0;
  max-width: 900px;
}
.partners-list__content {
  margin-top: 50px;
}
.partners-list__link {
  display: inline-block;
  margin: 10px;
}
.partners-list__image {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.quienes-somos.lateral-container--show {
  background-image: none;
}

.about .about {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .about .about {
    margin-top: 75px;
  }
}
.about .about__header {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .about .about__header {
    background: url("/i/165/png/hotel/bg-cream-indiana.png");
    margin: 75px auto 0;
    max-width: 780px;
  }
}
@media (min-width: 1024px) {
  .about .about__header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about .about__header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232323 url("/i/165/png/hotel/bg-cream-indiana.png");
    clip-path: polygon(41% 10%, 100% 0, 100% 94%, 42% 86%, 0 94%, 0 4%);
    z-index: -1;
  }
}
.about .about__header-photo {
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px) {
  .about .about__header-photo {
    min-width: 780px;
    max-width: 780px;
  }
}
.about .about__header-photo-image {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.about .about__header-content {
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .about .about__header-content {
    max-width: 400px;
  }
}
.about .about__header-content a {
  color: #232323;
  font-family: "montserratregular", sans-serif;
}
.about .about__header-content-title {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .about .about__header-content-title {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .about .about__header-content-title {
    font-size: 2.6rem;
  }
}
.about .about__header-content-text {
  font-size: 0.95em;
  line-height: 1.4em;
  margin-top: 20px;
}
.about .about__intro {
  margin: 65px auto 0;
  max-width: 1200px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .about .about__intro {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.about .about__intro a {
  color: #232323;
  font-family: "montserratregular", sans-serif;
}
.about .about__intro-text {
  font-size: 0.95em;
  line-height: 1.4em;
}
@media (min-width: 1024px) {
  .about .about__intro-text {
    flex: 1;
  }
}
.about .about__intro-featured {
  font-family: "tinositalic", serif;
  font-size: 1.8em;
  padding: 20px;
}
@media (min-width: 1024px) {
  .about .about__intro-featured {
    max-width: 400px;
    flex: 1;
  }
}
.about .about__filosofy {
  margin: 110px auto 0;
  max-width: 1200px;
  PADDING: 20px;
}
@media (min-width: 1024px) {
  .about .about__filosofy {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about .about__filosofy > div {
    flex: 1;
  }
}
.about .about__filosofy a {
  color: #232323;
  font-family: "montserratregular", sans-serif;
}
.about .about__filosofy-header {
  text-align: center;
}
.about .about__filosofy-header-title {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
}
.about .about__filosofy-header-subtitle {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .about .about__filosofy-header-subtitle {
    font-size: 3.37em;
  }
}
@media (min-width: 768px) {
  .about .about__filosofy-header-subtitle {
    font-size: 3.37em;
  }
}
@media (max-width: 1023px) {
  .about .about__filosofy-content {
    margin-top: 30px;
  }
}
.about .about__filosofy-content a {
  color: #232323;
  font-family: "montserratregular", sans-serif;
}
.about .about__filosofy-content-title {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .about .about__filosofy-content-title {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .about .about__filosofy-content-title {
    font-size: 2.5em;
  }
}
.about .about__filosofy-content-text {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 20px;
}
.about .about__filosofy-content-text p {
  margin: 1em 0;
}
.about .about__corporative {
  margin: 80px auto 0;
  max-width: 1200px;
}
.about .about__corporative a {
  color: #232323;
  font-family: "montserratregular", sans-serif;
}
.about .about__corporative-title {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .about .about__corporative-title {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .about .about__corporative-title {
    font-size: 2.5em;
  }
}
@media (max-width: 1024px) {
  .about .about__corporative-title {
    padding: 0 20px;
  }
}
.about .about__corporative-content {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .about .about__corporative-content {
    display: flex;
    justify-content: space-between;
  }
  .about .about__corporative-content > div {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .about .about__corporative-content-text {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .about .about__corporative-content-text {
    max-width: 760px;
  }
}
.about .about__corporative-content-text p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 1em 0;
}
.about .about__corporative-content-contact {
  display: none;
  background-color: #E4E4E4;
  padding: 20px 30px;
}
@media (min-width: 1024px) {
  .about .about__corporative-content-contact {
    padding: 30px 70px;
  }
}
.about .about__corporative-content-contact li {
  margin: 10px 0;
}

.fidelizacion .bookbox-04__container {
  display: none !important;
}
.fidelizacion h1 {
  width: 100%;
  height: 200px;
  background: url("/i/165/logo/axel-and-you.svg?v=2") center center no-repeat;
  background-size: contain;
  margin: 0px auto 30px;
  overflow: hidden;
  text-indent: -999999px;
}
@media (min-width: 768px) {
  .fidelizacion h1 {
    margin-left: 80px;
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .fidelizacion h1 {
    width: 630px;
    height: 310px;
    margin-top: 50px;
    background-size: auto;
    margin-left: 205px;
  }
}
.fidelizacion#page .default-page-container {
  max-width: 840px;
}
.fidelizacion .page-wtxt {
  text-align: center;
}
.fidelizacion .page-wtxt h2 {
  font-size: 2.625rem;
  letter-spacing: -1.45px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 2em;
}
.fidelizacion .page-wtxt h3 {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 10px;
}
.fidelizacion .page-wtxt h4 {
  font-size: 2rem;
  letter-spacing: -1.45px;
  line-height: 40px;
  text-transform: uppercase;
}
.fidelizacion .page-wtxt p {
  font-size: 1.313rem;
  margin-top: 20px !important;
}
.fidelizacion .page-wtxt .levels {
  list-style: none;
}
@media (min-width: 768px) {
  .fidelizacion .page-wtxt .levels {
    display: flex;
    align-content: flex-start;
  }
}
.fidelizacion .page-wtxt .levels h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 120%;
}
.fidelizacion .page-wtxt .levels p {
  font-size: 1em;
  margin-top: 5px !important;
}
@media (min-width: 1024px) {
  .fidelizacion .page-wtxt .btns {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.fidelizacion .page-wtxt .btns strong {
  font-family: "montserratregular", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.fidelizacion .page-wtxt .btn {
  font-family: "tinositalic", serif;
  font-size: 1.75rem;
  padding: 15px 20px;
  width: 300px;
  margin-top: 10px;
  border-radius: 3px;
}
.fidelizacion .page-wtxt .btn em {
  font-family: "montserratregular", sans-serif;
  font-size: 0.813rem;
  font-style: normal;
  display: block;
}
.fidelizacion .page-wtxt .signin .btn {
  color: #FFF;
  background-color: #FF79AB;
}
.fidelizacion .page-wtxt .login .btn {
  color: #FFF;
  background-color: #111;
}
.fidelizacion .page-wtxt .axel-and-you__rewards {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  text-align: left;
}
.fidelizacion .page-wtxt .axel-and-you__rewards th img {
  max-width: 80px;
}
.fidelizacion .page-wtxt .axel-and-you__rewards td {
  padding: 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td {
    display: inline-block;
    height: 65px;
    padding-top: 5px;
    margin-left: -4px;
    padding-left: 0;
  }
}
.fidelizacion .page-wtxt .axel-and-you__rewards td:not(:first-child) {
  text-align: right;
}
.fidelizacion .page-wtxt .axel-and-you__rewards td:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #b2b0a6;
  top: 21px;
  left: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td:not(:first-child)::before {
    top: 37px;
  }
}
.fidelizacion .page-wtxt .axel-and-you__rewards td.concept {
  font-family: "tinositalic", serif;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  height: auto;
}
.fidelizacion .page-wtxt .axel-and-you__rewards td.concept sup {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td.concept {
    padding-bottom: 0;
  }
  .fidelizacion .page-wtxt .axel-and-you__rewards td.concept::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #A2002F;
    color: #FFF;
    bottom: -22px;
    left: 0;
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td.concept {
    display: table-cell;
    font-size: 1.1rem;
    width: 36%;
  }
}
@media (min-width: 820px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td.concept {
    font-size: 1.25rem;
  }
}
.fidelizacion .page-wtxt .axel-and-you__rewards td.concept strong {
  position: absolute;
  bottom: -29px;
  left: 41px;
}
@media (min-width: 768px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td.concept strong {
    position: relative;
    bottom: 5px;
    left: 60px;
  }
}
@media (min-width: 768px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td.curious {
    width: 18%;
  }
  .fidelizacion .page-wtxt .axel-and-you__rewards td.lover, .fidelizacion .page-wtxt .axel-and-you__rewards td.devoted {
    width: 23%;
  }
}
.fidelizacion .page-wtxt .axel-and-you__rewards td:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #b2b0a6;
  border-radius: 3px;
  top: 19px;
  left: 0;
}
@media (min-width: 768px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td:nth-child(2)::after {
    top: 35px;
  }
}
.fidelizacion .page-wtxt .axel-and-you__rewards td:nth-child(2) strong {
  background-color: #FF79AB;
}
.fidelizacion .page-wtxt .axel-and-you__rewards td:nth-child(3) strong {
  background-color: #ED2900;
}
.fidelizacion .page-wtxt .axel-and-you__rewards td:nth-child(4) strong {
  background-color: #A2002F;
}
.fidelizacion .page-wtxt .axel-and-you__rewards td:last-child {
  width: 10px;
  padding-right: 5px;
}
.fidelizacion .page-wtxt .axel-and-you__rewards td:last-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background-color: #b2b0a6;
  top: 17px;
  right: 0;
}
@media (min-width: 768px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td:last-child::after {
    top: 33px;
  }
}
.fidelizacion .page-wtxt .axel-and-you__rewards td strong {
  position: relative;
  z-index: 6;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 100%;
  color: #FFF;
  border-radius: 10px;
  padding: 3px 5px 2px;
  bottom: 19px;
  margin-right: 3px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td strong {
    bottom: 16px;
    margin-left: 8px;
  }
}
.fidelizacion .page-wtxt .axel-and-you__rewards td strong.devoted {
  background-color: #A2002F;
}
.fidelizacion .page-wtxt .axel-and-you__rewards td img {
  width: 35px;
  margin-left: 10px;
  position: relative;
  z-index: 5;
  background-color: #FFF;
  border-radius: 50% 50%;
}
@media (min-width: 768px) {
  .fidelizacion .page-wtxt .axel-and-you__rewards td img {
    width: 50px;
    margin-left: 0;
  }
}
.fidelizacion .page-wtxt .axel-and-you__rewards td strong + img {
  margin-left: 0;
}
.fidelizacion .page-wtxt .legal {
  font-size: 0.8rem;
  text-align: left;
  line-height: 140%;
}
.fidelizacion .page-wtxt .faq {
  text-align: left;
}
.fidelizacion .page-wtxt .faq details {
  margin-top: 25px;
}
.fidelizacion .page-wtxt .faq details summary {
  cursor: pointer;
  line-height: 35px;
  padding-right: 40px;
  font-family: "tinositalic", serif;
  font-size: 1.35rem;
  list-style: none;
  background: url(/i/165/svg/common/faq__plus.svg) no-repeat right center;
}
@media (min-width: 768px) {
  .fidelizacion .page-wtxt .faq details summary {
    font-size: 1.75rem;
  }
}
.fidelizacion .page-wtxt .faq details summary::marker, .fidelizacion .page-wtxt .faq details summary::-webkit-details-marker {
  display: none;
}
.fidelizacion .page-wtxt .faq details[open] summary {
  background: url(/i/165/svg/common/faq__minus.svg) no-repeat right center;
}
.fidelizacion .page-wtxt .faq details div {
  padding-bottom: 20px;
}
.fidelizacion .page-wtxt .faq details p {
  font-size: 0.95rem;
  margin-top: 20px;
}
.fidelizacion .page-wtxt .faq details li {
  font-size: 1rem;
  margin-top: 5px;
  font-family: "montserratbold", sans-serif;
}
.fidelizacion .page-wtxt .faq details .curious {
  color: #FF79AB;
}
.fidelizacion .page-wtxt .faq details .lover {
  color: #ED2900;
}
.fidelizacion .page-wtxt .faq details .devoted {
  color: #A2002F;
}
.fidelizacion .page-wtxt .conditions {
  margin-top: 80px;
  text-align: left;
}
.fidelizacion .page-wtxt .conditions p {
  font-size: 1rem;
}

.cookies-container {
  margin-top: 40px;
  text-align: left;
}
.cookies-container h2 {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .cookies-container h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .cookies-container h2 {
    font-size: 2.5em;
  }
}
.cookies-container .checkbox-container {
  align-items: center;
  display: flex;
}
.cookies-container label {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5em;
  color: #232323;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  line-height: 1em;
}
.cookies-container label:hover {
  cursor: pointer;
}
.cookies-container label:after {
  background: #eee url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgMjIgMjIiIHdpZHRoPSIyMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHI9IjEwIiBzdHJva2U9IiM5Nzk3OTciLz48L3N2Zz4=) 2px center no-repeat;
  border: 1px solid gray;
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 28px;
  margin: 0 5px;
  transition: 0.3s;
  width: 60px;
}
.cookies-container input {
  display: none;
}
.cookies-container input:checked + label:after {
  background-color: green;
  background-position: calc(100% - 5px);
}
.cookies-container #cboxNecesarias + label {
  pointer-events: none;
}
.cookies-container #cboxNecesarias + label:after {
  background-color: green;
  background-position: calc(100% - 5px);
  opacity: 0.5;
}

.stamp {
  align-items: center;
  background-color: #D5542F;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
  display: none;
  height: 120px;
  justify-content: center;
  position: absolute;
  transition: 0.3s;
  width: 120px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .stamp {
    display: flex;
    left: 307px;
    top: 14px;
  }
}
.stamp:hover {
  opacity: 0.7;
}
.lateral-container--show .stamp {
  display: none;
}

.covid-infographics {
  margin-bottom: 100px;
  max-width: 1200px;
  position: relative;
}
.covid-infographics .owl-carousel img {
  transform-style: flat;
}
.covid-infographics .owl-controls {
  margin: 0;
}
.covid-infographics .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: 25 px;
  width: 100%;
}
body .first-active .owl-prev {
  opacity: 0.2 !important;
  pointer-events: none;
}

body .last-active .owl-next {
  opacity: 0.2 !important;
  pointer-events: none;
}

.covid-infographics article.has-photos .owl-prev, .covid-infographics article.has-photos .owl-next {
  position: absolute;
  height: 50px;
  width: 25px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.covid-infographics article.has-photos .owl-prev:hover, .covid-infographics article.has-photos .owl-prev:focus, .covid-infographics article.has-photos .owl-next:hover, .covid-infographics article.has-photos .owl-next:focus {
  opacity: 0.7 !important;
}
.covid-infographics article.has-photos .owl-prev {
  left: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-left-black.svg");
  z-index: 1;
}
.covid-infographics article.has-photos .owl-next {
  right: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-right-black.svg");
}
.covid-infographics article:not(.has-photos) .owl-prev, .covid-infographics article:not(.has-photos) .owl-next {
  display: none !important;
}
.covid-infographics img {
  height: auto;
}
.covid-infographics .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.covid-infographics .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #232323;
  border: 2px solid white;
  margin: 0 10px;
}
.covid-infographics .owl-dot.active {
  background-color: #FF5300;
}

.points-of-interest {
  margin-top: 20px;
}
.points-of-interest__modal--open {
  overflow: hidden;
}
.points-of-interest__title {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 7868px) {
  .points-of-interest__title {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .points-of-interest__title {
    font-size: 2.5em;
  }
}
.points-of-interest__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .points-of-interest__list {
    grid-gap: 0 40px;
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
  }
}
.points-of-interest__item {
  background: url("/i/165/default/ubication/bg-ubicacion-pointer.svg") 0 20px no-repeat;
  border-bottom: 1px solid #eee;
  list-style: none;
  padding: 20px 0 10px 30px;
}
.points-of-interest__item-link {
  align-items: center;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr auto;
  transition: 0.5s;
}
.points-of-interest__item-link:hover {
  cursor: pointer;
  opacity: 0.7;
}
.points-of-interest__item-title {
  font-family: "montserratlight", sans-serif;
  font-weight: 600;
  font-size: calc((20/16) * 1em);
}
.points-of-interest__item-category {
  font-family: "montserratlight", sans-serif;
  font-weight: 300;
  font-size: calc((14/16) * 1em);
  grid-column: 1;
  grid-row: 2;
}
.points-of-interest__item-btn {
  font-family: "montserratbold", sans-serif;
  font-size: 0.8rem;
  text-decoration: none;
  display: inline-block;
  color: black;
  text-transform: uppercase;
  line-height: 1em;
  padding: 1em 2em;
  border: 2px solid black;
  grid-column: 2;
  grid-row: span 2;
}
.points-of-interest__item-btn:hover {
  transition: 0.2s;
  opacity: 0.8;
}
@media print {
  .points-of-interest__item-btn {
    display: none;
  }
}
.points-of-interest__modal {
  display: none;
}
.points-of-interest__modal--open .points-of-interest__modal {
  background-color: white;
  display: block;
  height: 100%;
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
.points-of-interest__modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.points-of-interest__modal-close {
  background: url("/i/165/default/close-pos.svg") center center no-repeat;
  height: 20px;
  text-indent: -999em;
  width: 20px;
}
.points-of-interest__modal-close:hover {
  cursor: pointer;
}
.points-of-interest__modal-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.points-of-interest__modal-direction {
  font-family: "montserratlight", sans-serif;
  font-weight: 400;
  align-items: center;
  display: flex;
  font-size: calc((14/16) * 1em);
  gap: 10px;
}
.points-of-interest__modal-reverse {
  background: url("/i/165/default/ubication/reverse-black.svg") 0 center no-repeat;
  height: 30px;
  width: 30px;
}
.points-of-interest__modal-destiny {
  font-size: calc((12/16) * 1em);
}
.points-of-interest__modal-tools {
  align-items: center;
  display: flex;
  gap: 10px;
}
.points-of-interest__modal-tools a {
  border: 1px solid #eee;
  height: 30px;
  width: 30px;
}
.points-of-interest__modal-tools a:hover, .points-of-interest__modal-tools a:focus {
  cursor: pointer;
}
.points-of-interest__modal-tools .active {
  background-color: #232323;
  border-color: #232323;
}
.points-of-interest__modal-tools-car {
  background: url("/i/165/default/ubication/car.svg") center center no-repeat;
}
.points-of-interest__modal-tools-male {
  background: url("/i/165/default/ubication/male.svg") center center no-repeat;
}
.points-of-interest__modal-tools-bus {
  background: url("/i/165/default/ubication/bus.svg") center center no-repeat;
}
.points-of-interest__modal-distance {
  font-family: "montserratlight", sans-serif;
  font-weight: 300;
  font-size: calc((14/16) * 1em);
}
.points-of-interest__modal-nav {
  background-color: #eee;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 40px;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .points-of-interest__modal-nav {
    display: none;
  }
}
.points-of-interest__modal-nav-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.points-of-interest__modal-nav-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.points-of-interest__modal-nav-btn--active {
  background-color: #232323;
  color: white;
}
.points-of-interest__modal-map, .points-of-interest__modal-journey {
  border: 1px solid #eee;
  background-color: white;
  margin-top: 20px;
  min-height: 300px;
}
@media (min-width: 1200px) {
  .points-of-interest__modal-map, .points-of-interest__modal-journey {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .points-of-interest__modal-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.points-of-interest__modal-journey--show .points-of-interest__modal-map {
  display: none;
}
.points-of-interest__modal-journey {
  font-size: calc((14/16) * 1em);
  line-height: 1.4em;
  list-style: inside;
  padding: 20px;
}
@media (max-width: 1023px) {
  .points-of-interest__modal-journey {
    display: none;
  }
}
.points-of-interest__modal-journey li {
  margin: 10px 0;
}
.points-of-interest__modal-journey--show .points-of-interest__modal-journey {
  display: block;
}

.bookbox-claim {
  text-align: center;
  color: white;
  padding: 0 20px;
}
.bookbox-claim .widget-custom-13__title {
  font-family: "tinositalic", serif;
  font-size: 1.5rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .bookbox-claim .widget-custom-13__title {
    font-size: 2.2rem;
  }
}
.bookbox-claim .widget-custom-13__content {
  font-family: "montserratregular", sans-serif;
  max-width: 1000px;
  margin: 16px auto 0 auto;
}
@media (min-width: 1024px) {
  .bookbox-claim .widget-custom-13__content {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.bookbox-claim .widget-custom-13__content-text {
  margin: 0 10px;
}
.bookbox-claim .widget-custom-13__content-text strong {
  text-transform: uppercase;
}
.bookbox-claim .widget-custom-13__content-text:nth-of-type(2) {
  border: 2px solid white;
  display: inline-block;
  line-height: 1rem;
  margin: 10px 0;
  padding: 10px 10px 8px 10px;
  text-transform: uppercase;
}

#tc-jswidget {
  margin-top: 60px;
}

.widget-hotel-04 {
  align-items: center;
  display: grid;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .widget-hotel-04 {
    grid-template-columns: minmax(auto, 600px);
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .widget-hotel-04 {
    grid-template-columns: 2fr 1fr;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .widget-hotel-04 {
    grid-template-columns: 930px 425px;
  }
}
.widget-hotel-04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E7DBCD;
  background-image: url("/i/165/png/hotel/bg-cream-indiana.png");
}
@media (min-width: 1024px) {
  .widget-hotel-04:before {
    clip-path: polygon(33% 12%, 100% 2%, 100% 98%, 34% 89%, 0% 98%, 0 2%);
  }
}
.widget-hotel-04 header {
  font-family: "montserratregular", sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 5%;
  z-index: 10;
}
@media (max-width: 767px) {
  .widget-hotel-04 header {
    opacity: 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 768px) {
  .widget-hotel-04 header {
    grid-column: 1;
    grid-row: 1;
  }
}
.widget-hotel-04 header h2 {
  font-size: 2em;
}
@media (min-width: 1024px) {
  .widget-hotel-04 header h2 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  .widget-hotel-04 header h2 {
    font-size: 3.6em;
  }
}
.widget-hotel-04 header p {
  font-size: 1.2em;
}
.widget-hotel-04 .destiny-link {
  align-items: center;
  color: white;
  display: flex;
  flex-flow: column;
  font-family: "tinositalic", serif;
  font-size: 1.2rem;
  height: 136px;
  justify-content: center;
  left: 0;
  line-height: 1em;
  position: relative;
  transform: translateY(-15px);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 136px;
}
.widget-hotel-04 .destiny-link span {
  background: url("/i/165/svg/slider/right_arrow.svg") 97% 3px no-repeat;
  background-size: 11px;
  font-size: 0.9em;
  padding-right: 18px;
  transition: 0.2s;
}
.widget-hotel-04 .destiny-link:hover span {
  background-position: 100% 3px;
}
.widget-hotel-04 .destiny-link:hover:before {
  box-shadow: none;
}
.widget-hotel-04 .destiny-link:before {
  background-color: #FF5300;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.29);
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  transform: rotate(45deg);
  transition: 0.3s;
  width: 100px;
  height: 100px;
  z-index: -1;
}
.widget-hotel-04__list-content {
  max-width: 100vw;
}
@media (min-width: 768px) {
  .widget-hotel-04__list-content {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 1024px) {
  .widget-hotel-04__list-content {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.widget-hotel-04 article {
  max-width: 1400px;
}
@media (min-width: 1024px) {
  .widget-hotel-04 article {
    align-items: center;
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: center;
  }
  .widget-hotel-04 article:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 151px;
    height: 151px;
    background: url("/i/165/png/hotel/home__queer-destinations.png?v=2") no-repeat center center;
  }
}
.active .widget-hotel-04__photo {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.4);
}
.widget-hotel-04 img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.widget-hotel-04__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .widget-hotel-04__content {
    padding: 20px 50px;
  }
}
.widget-hotel-04__hotel-name {
  color: #222222;
  font-size: 1.7em;
  font-family: "tinositalic", serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 7868px) {
  .widget-hotel-04__hotel-name {
    font-size: 1.6em;
  }
}
@media (min-width: 768px) {
  .widget-hotel-04__hotel-name {
    font-size: 1.6em;
  }
}
.widget-hotel-04__hotel-type {
  color: #222222;
  font-family: "montserratlight", sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 0.9rem;
  order: -1;
}
.widget-hotel-04__hotel-type:before {
  content: "#";
}
.widget-hotel-04__text {
  line-height: 1.2em;
  margin-top: 5px;
}
.widget-hotel-04__hotel-link {
  font-family: "montserratbold", sans-serif;
  font-size: 0.8rem;
  text-decoration: none;
  display: inline-block;
  color: black;
  text-transform: uppercase;
  line-height: 1em;
  padding: 1em 2em;
  border: 2px solid black;
  border-color: black;
  margin-top: 2em;
}
.widget-hotel-04__hotel-link:hover {
  transition: 0.2s;
  opacity: 0.8;
}
@media print {
  .widget-hotel-04__hotel-link {
    display: none;
  }
}
.widget-hotel-04__hotel-link:hover {
  opacity: 0.6;
}
.widget-hotel-04 .owl-carousel img {
  transform-style: flat;
}
.widget-hotel-04 .owl-controls {
  margin: 0;
}
.widget-hotel-04 .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: 25 px;
  width: 100%;
}
body .first-active .owl-prev {
  opacity: 0.2 !important;
  pointer-events: none;
}

body .last-active .owl-next {
  opacity: 0.2 !important;
  pointer-events: none;
}

.widget-hotel-04 article.has-photos .owl-prev, .widget-hotel-04 article.has-photos .owl-next {
  position: absolute;
  height: 50px;
  width: 25px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.widget-hotel-04 article.has-photos .owl-prev:hover, .widget-hotel-04 article.has-photos .owl-prev:focus, .widget-hotel-04 article.has-photos .owl-next:hover, .widget-hotel-04 article.has-photos .owl-next:focus {
  opacity: 0.7 !important;
}
.widget-hotel-04 article.has-photos .owl-prev {
  left: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-left-black.svg");
  z-index: 1;
}
.widget-hotel-04 article.has-photos .owl-next {
  right: 10px;
  background-image: url("/i/165/default/slider/bg-arrow-slider-right-black.svg");
}
.widget-hotel-04 article:not(.has-photos) .owl-prev, .widget-hotel-04 article:not(.has-photos) .owl-next {
  display: none !important;
}
.widget-hotel-04 .owl-controls {
  position: relative;
}
.widget-hotel-04 .owl-dots {
  position: absolute;
}
@media (max-width: 1023px) {
  .widget-hotel-04 .owl-dots {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .widget-hotel-04 .owl-dots {
    bottom: 60px;
    left: 70%;
  }
}
@media (min-width: 1400px) {
  .widget-hotel-04 .owl-dots {
    left: 950px;
  }
}
.widget-hotel-04 .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #232323;
  border: 2px solid white;
  margin: 0 7px;
}
.widget-hotel-04 .owl-dot.active {
  background-color: #FF5300;
}

.nav-list-hotels-01__title {
  font-family: "tinositalic", serif;
  text-transform: uppercase;
  font-size: 1.5em;
  color: white;
}
.nav-list-hotels-01__item {
  list-style: none;
  text-transform: uppercase;
  font-family: "montserratlight", sans-serif;
  font-size: 0.9em;
  margin: 1em 0;
}
.nav-list-hotels-01__link {
  text-decoration: none;
  color: white;
}
.nav-list-hotels-01__link:hover, .nav-list-hotels-01__link:focus {
  opacity: 0.7;
}

.lateral-container .nav-main-hotel-03 {
  font-family: tinositalic, serif;
  margin-top: 20px;
}

.lateral-container .nav-main-hotel-03 li {
  background: url(/i/165/svg/common/square.svg) 2px center no-repeat;
  color: #868686;
  font-size: 1.7rem;
  margin-top: 5px;
  padding-left: 20px;
}

.lateral-container .nav-main-hotel-03 a {
  color: #232323;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.lateral-container .nav-main-hotel-03 a:hover {
  color: #ff5300;
  cursor: pointer;
}

@media (max-width: 767px) {
  .nav-main-hotel-03__trigger {
    background: #fff url(/i/165/default/arrow-down.svg) calc(100% - 20px) center no-repeat;
    border: 1px solid #222;
    display: block;
    margin: 0 20px;
    padding: 5px 20px;
  }

  .nav-main-hotel-03__trigger:hover {
    cursor: pointer;
  }

  .nav-main-hotel-03--open .nav-main-hotel-03__trigger {
    background-image: url(/i/165/default/arrow-top.svg);
  }
}
@media (min-width: 768px) {
  .nav-main-hotel-03__trigger {
    display: none;
  }
}
.nav-main-hotel-03__container {
  font-family: tinositalic, serif;
  font-size: 19px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .nav-main-hotel-03__container ul {
    display: none;
  }

  .nav-main-hotel-03--open .nav-main-hotel-03 ul {
    display: block !important;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .nav-main-hotel-03__container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nav-main-hotel-03__container li {
  margin: 5px 0;
}

.nav-main-hotel-03__container .active a {
  color: #000;
}

@media (min-width: 768px) {
  .nav-main-hotel-03__container .active a:after,
.nav-main-hotel-03__container .active a:before {
    background-color: #000;
    border-color: #000;
  }
}
@media (min-width: 768px) {
  .nav-main-hotel-03__container .active + li a:after,
.nav-main-hotel-03__container .active + li a:before {
    background-color: #000;
    border-color: #000;
  }
}
.nav-main-hotel-03__container li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7d7d7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-main-hotel-03__container li a:before {
  border: 1px solid #7d7d7d;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.nav-main-hotel-03__container li a:hover {
  color: #000;
}

.nav-main-hotel-03__container li a:hover:before {
  border-color: #000;
}

@media (min-width: 768px) {
  .nav-main-hotel-03__container li:last-of-type a:after {
    border: 1px solid #7d7d7d;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }
}
.post-it-01 {
  display: flex;
  filter: drop-shadow(-10px 10px 0 black);
  left: 50%;
  width: 360px;
  z-index: 10000;
}
@media (min-width: 768px) {
  .post-it-01 {
    position: absolute;
    transform: translateX(-50%);
    top: 20px;
  }
}
.post-it-01--close, .lateral-container--show .post-it-01 {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.post-it-01 .btn-post-it-close {
  background: url("/i/165/default/close-pos.svg") no-repeat;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: 10px;
  width: 30px;
  z-index: 1000;
}
.post-it-01 .btn-post-it-close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.post-it-01 p {
  align-items: center;
  background-color: white;
  clip-path: polygon(0 10%, 100% 0, 90% 100%, 10% 90%);
  display: flex;
  font-family: "tinositalic", serif;
  font-size: 1.5rem;
  justify-content: center;
  line-height: 1em;
  min-width: 100%;
  padding: 10% 40px;
  text-align: center;
  text-transform: uppercase;
}
.post-it-01 p a {
  color: #232323;
  color: #666;
  text-decoration: none;
}

@media (max-width: 767px) {
  #post-it-01 {
    display: none;
  }
}

#post-it-02 {
  margin: 10px auto;
}
@media (min-width: 768px) {
  #post-it-02 {
    display: none;
  }
}

@media print {
  footer,
.bookbox-container,
.main-nav-container,
.nav-header-01,
.nav-header-lgn-01,
.slider-container,
.btn {
    display: none;
  }

  p, ul, ol, li {
    font-size: 14px;
    line-height: 1em;
  }

  h1, h2 {
    font-size: 20px !important;
  }
}
