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

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

hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 30px 0;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin_loader {
  0% {
    transform: rotate(0);
    stroke-dasharray: 700;
  }
  50% {
    stroke-dasharray: 500;
  }
  100% {
    transform: rotate(360deg);
    stroke-dasharray: 700;
  }
}
@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);
  }
}
@font-face {
  font-family: "playfairdisplayregular";
  src: url("/f/playfairdisplay-regular-webfont.woff2") format("woff2"), url("/f/playfairdisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaymedium";
  src: url("/f/raleway-medium-webfont.woff2") format("woff2"), url("/f/raleway-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaysemibold";
  src: url("/f/raleway-semibold-webfont.woff2") format("woff2"), url("/f/raleway-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaybold";
  src: url("/f/raleway-bold-webfont.woff2") format("woff2"), url("/f/raleway-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfairdisplayitalic";
  src: url("/f/playfairdisplay-italic-webfont.woff2") format("woff2"), url("/f/playfairdisplay-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfairdisplaybold";
  src: url("/f/playfairdisplay-bold-webfont.woff2") format("woff2"), url("/f/playfairdisplay-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfairdisplaybolditalic";
  src: url("/f/playfairdisplay-bolditalic-webfont.woff2") format("woff2"), url("/f/playfairdisplay-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewayblack";
  src: url("/f/raleway-extrabold-webfont.woff2") format("woff2"), url("/f/raleway-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: playfairdisplayregular, sans-serif;
  font-size: 1em;
}

input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 12px;
  color: #666;
}

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

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

.ui-state-disabled {
  opacity: 0.5;
}

.label--error {
  color: tomato !important;
}

.alert {
  border: none;
  border-top: 2px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1em;
  max-width: 900px;
  color: #3C4C3E;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
}
.alert--hide {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  visibillity: hidden;
  transition: 0.3s;
}
#hotel .alert {
  margin: 1em 2em;
}
.unsubscribe .alert {
  margin: 2em 0;
  max-width: 500px;
  margin: 2em auto;
}
.eventos .alert {
  position: relative;
  background-color: #3C4C3E;
  border: none;
  color: #fff;
  padding: 2em;
  max-width: 500px;
}
.eventos .alert:after, .eventos .alert:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.eventos .alert:after {
  border-color: transparent;
  border-bottom-color: #3C4C3E;
  border-width: 15px;
  margin-left: -15px;
}
.eventos .alert:before {
  border-color: transparent;
  border-bottom-color: #3C4C3E;
  border-width: 16px;
  margin-left: -16px;
}
.alert .alert-tit {
  font-size: 1.3em;
  text-transform: uppercase;
}
.eventos .alert .alert-tit {
  color: #fff !important;
  text-transform: none;
  font-size: 3em;
}
.alert .alert-subtit {
  font-size: 1.2em;
  color: #0f1310;
}
.eventos .alert .alert-subtit {
  color: #fff;
}
.alert.error {
  border-color: tomato;
}
.alert.error .alert-tit {
  color: tomato;
}
.alert.warning {
  border-color: orange;
}
.alert.warning .alert-tit {
  color: orange;
}
.alert.confirm {
  border-color: #26b72b;
}
.alert.confirm .alert-tit {
  color: #26b72b;
}
.alert.default {
  border-color: #3C4C3E;
}
.alert.default .alert-tit {
  color: #3C4C3E;
}

.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: #000;
}

.wtxt, .list-offers-02 .l-subtitle, .page-wtxt, .cookies-container, .rooms__room-text, .rooms__text, .module-720x450__wyswyg, .module-720x900__wyswyg, .wtxt-modal__content {
  color: #3C4C3E;
  line-height: 1.563em;
  font-size: calc((18/16) * 1em);
}
.wtxt .btn, .list-offers-02 .l-subtitle .btn, .page-wtxt .btn, .cookies-container .btn, .rooms__room-text .btn, .rooms__text .btn, .module-720x450__wyswyg .btn, .module-720x900__wyswyg .btn, .wtxt-modal__content .btn {
  background-color: #3C4C3E;
  color: #C7C6BE;
  display: inline-block;
  font-family: "ralewaybold", sans-serif;
  font-size: 1rem;
  line-height: 1em;
  padding: 17px 35px 15px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  white-space: nowrap;
}
.wtxt .btn:hover, .list-offers-02 .l-subtitle .btn:hover, .page-wtxt .btn:hover, .wtxt .btn:focus, .list-offers-02 .l-subtitle .btn:focus, .page-wtxt .btn:focus, .cookies-container .btn:hover, .rooms__room-text .btn:hover, .rooms__text .btn:hover, .module-720x450__wyswyg .btn:hover, .module-720x900__wyswyg .btn:hover, .wtxt-modal__content .btn:hover, .cookies-container .btn:focus, .rooms__room-text .btn:focus, .rooms__text .btn:focus, .module-720x450__wyswyg .btn:focus, .module-720x900__wyswyg .btn:focus, .wtxt-modal__content .btn:focus {
  background-color: #3C4C3E;
  cursor: pointer;
  color: white;
}
@media print {
  .wtxt .btn, .list-offers-02 .l-subtitle .btn, .page-wtxt .btn, .cookies-container .btn, .rooms__room-text .btn, .rooms__text .btn, .module-720x450__wyswyg .btn, .module-720x900__wyswyg .btn, .wtxt-modal__content .btn {
    display: none;
  }
}
.wtxt .pdf, .list-offers-02 .l-subtitle .pdf, .page-wtxt .pdf, .cookies-container .pdf, .rooms__room-text .pdf, .rooms__text .pdf, .module-720x450__wyswyg .pdf, .module-720x900__wyswyg .pdf, .wtxt-modal__content .pdf {
  background: url("/i/197/svg/pdf.svg") 0 center no-repeat;
  display: inline-block;
  line-height: 30px;
  margin: 0 10px 0 10px;
  min-height: 30px;
  padding-left: 25px;
}
.wtxt a, .list-offers-02 .l-subtitle a, .page-wtxt a, .cookies-container a, .rooms__room-text a, .rooms__text a, .module-720x450__wyswyg a, .module-720x900__wyswyg a, .wtxt-modal__content a {
  color: #000;
}
.wtxt img, .list-offers-02 .l-subtitle img, .page-wtxt img, .cookies-container img, .rooms__room-text img, .rooms__text img, .module-720x450__wyswyg img, .module-720x900__wyswyg img, .wtxt-modal__content img {
  max-width: 100%;
  height: auto;
}
.wtxt h2, .list-offers-02 .l-subtitle h2, .page-wtxt h2, .wtxt h3, .list-offers-02 .l-subtitle h3, .page-wtxt h3, .wtxt h4, .list-offers-02 .l-subtitle h4, .page-wtxt h4, .wtxt h5, .list-offers-02 .l-subtitle h5, .page-wtxt h5, .wtxt h6, .list-offers-02 .l-subtitle h6, .page-wtxt h6, .cookies-container h2, .rooms__room-text h2, .rooms__text h2, .module-720x450__wyswyg h2, .module-720x900__wyswyg h2, .wtxt-modal__content h2, .cookies-container h3, .rooms__room-text h3, .rooms__text h3, .module-720x450__wyswyg h3, .module-720x900__wyswyg h3, .wtxt-modal__content h3, .cookies-container h4, .rooms__room-text h4, .rooms__text h4, .module-720x450__wyswyg h4, .module-720x900__wyswyg h4, .wtxt-modal__content h4, .cookies-container h5, .rooms__room-text h5, .rooms__text h5, .module-720x450__wyswyg h5, .module-720x900__wyswyg h5, .wtxt-modal__content h5, .cookies-container h6, .rooms__room-text h6, .rooms__text h6, .module-720x450__wyswyg h6, .module-720x900__wyswyg h6, .wtxt-modal__content h6 {
  color: #3C4C3E;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.wtxt h2 + p, .list-offers-02 .l-subtitle h2 + p, .page-wtxt h2 + p, .wtxt h3 + p, .list-offers-02 .l-subtitle h3 + p, .page-wtxt h3 + p, .wtxt h4 + p, .list-offers-02 .l-subtitle h4 + p, .page-wtxt h4 + p, .wtxt h5 + p, .list-offers-02 .l-subtitle h5 + p, .page-wtxt h5 + p, .wtxt h6 + p, .list-offers-02 .l-subtitle h6 + p, .page-wtxt h6 + p, .cookies-container h2 + p, .rooms__room-text h2 + p, .rooms__text h2 + p, .module-720x450__wyswyg h2 + p, .module-720x900__wyswyg h2 + p, .wtxt-modal__content h2 + p, .cookies-container h3 + p, .rooms__room-text h3 + p, .rooms__text h3 + p, .module-720x450__wyswyg h3 + p, .module-720x900__wyswyg h3 + p, .wtxt-modal__content h3 + p, .cookies-container h4 + p, .rooms__room-text h4 + p, .rooms__text h4 + p, .module-720x450__wyswyg h4 + p, .module-720x900__wyswyg h4 + p, .wtxt-modal__content h4 + p, .cookies-container h5 + p, .rooms__room-text h5 + p, .rooms__text h5 + p, .module-720x450__wyswyg h5 + p, .module-720x900__wyswyg h5 + p, .wtxt-modal__content h5 + p, .cookies-container h6 + p, .rooms__room-text h6 + p, .rooms__text h6 + p, .module-720x450__wyswyg h6 + p, .module-720x900__wyswyg h6 + p, .wtxt-modal__content h6 + p {
  margin-top: 0 !important;
}
.wtxt table, .list-offers-02 .l-subtitle table, .page-wtxt table, .cookies-container table, .rooms__room-text table, .rooms__text table, .module-720x450__wyswyg table, .module-720x900__wyswyg table, .wtxt-modal__content table {
  border-collapse: collapse;
  border-top: 1px solid #D2D2D2;
  margin: 20px 0;
  width: 100%;
}
.wtxt tr:nth-of-type(even) th, .list-offers-02 .l-subtitle tr:nth-of-type(even) th, .page-wtxt tr:nth-of-type(even) th, .wtxt tr:nth-of-type(even) td, .list-offers-02 .l-subtitle tr:nth-of-type(even) td, .page-wtxt tr:nth-of-type(even) td, .cookies-container tr:nth-of-type(even) th, .rooms__room-text tr:nth-of-type(even) th, .rooms__text tr:nth-of-type(even) th, .module-720x450__wyswyg tr:nth-of-type(even) th, .module-720x900__wyswyg tr:nth-of-type(even) th, .wtxt-modal__content tr:nth-of-type(even) th, .cookies-container tr:nth-of-type(even) td, .rooms__room-text tr:nth-of-type(even) td, .rooms__text tr:nth-of-type(even) td, .module-720x450__wyswyg tr:nth-of-type(even) td, .module-720x900__wyswyg tr:nth-of-type(even) td, .wtxt-modal__content tr:nth-of-type(even) td {
  background-color: rgba(210, 210, 210, 0.2);
}
.wtxt th, .list-offers-02 .l-subtitle th, .page-wtxt th, .wtxt td, .list-offers-02 .l-subtitle td, .page-wtxt td, .cookies-container th, .rooms__room-text th, .rooms__text th, .module-720x450__wyswyg th, .module-720x900__wyswyg th, .wtxt-modal__content th, .cookies-container td, .rooms__room-text td, .rooms__text td, .module-720x450__wyswyg td, .module-720x900__wyswyg td, .wtxt-modal__content td {
  border-bottom: 1px solid #D2D2D2;
  padding: 5px 10px;
}
.wtxt th, .list-offers-02 .l-subtitle th, .page-wtxt th, .cookies-container th, .rooms__room-text th, .rooms__text th, .module-720x450__wyswyg th, .module-720x900__wyswyg th, .wtxt-modal__content th {
  text-align: left;
  width: 130px;
}
.wtxt td, .list-offers-02 .l-subtitle td, .page-wtxt td, .cookies-container td, .rooms__room-text td, .rooms__text td, .module-720x450__wyswyg td, .module-720x900__wyswyg td, .wtxt-modal__content td {
  text-align: center;
}
.wtxt h3, .list-offers-02 .l-subtitle h3, .page-wtxt h3, .cookies-container h3, .rooms__room-text h3, .rooms__text h3, .module-720x450__wyswyg h3, .module-720x900__wyswyg h3, .wtxt-modal__content h3 {
  font-size: 1.3em;
}
.wtxt h4, .list-offers-02 .l-subtitle h4, .page-wtxt h4, .cookies-container h4, .rooms__room-text h4, .rooms__text h4, .module-720x450__wyswyg h4, .module-720x900__wyswyg h4, .wtxt-modal__content h4 {
  font-size: 1.2em;
}
.wtxt h5, .list-offers-02 .l-subtitle h5, .page-wtxt h5, .cookies-container h5, .rooms__room-text h5, .rooms__text h5, .module-720x450__wyswyg h5, .module-720x900__wyswyg h5, .wtxt-modal__content h5 {
  font-size: 1.1em;
}
.wtxt p, .list-offers-02 .l-subtitle p, .page-wtxt p, .wtxt ul, .list-offers-02 .l-subtitle ul, .page-wtxt ul, .wtxt ol, .list-offers-02 .l-subtitle ol, .page-wtxt ol, .cookies-container p, .rooms__room-text p, .rooms__text p, .module-720x450__wyswyg p, .module-720x900__wyswyg p, .wtxt-modal__content p, .cookies-container ul, .rooms__room-text ul, .rooms__text ul, .module-720x450__wyswyg ul, .module-720x900__wyswyg ul, .wtxt-modal__content ul, .cookies-container ol, .rooms__room-text ol, .rooms__text ol, .module-720x450__wyswyg ol, .module-720x900__wyswyg ol, .wtxt-modal__content ol {
  letter-spacing: 1px;
  margin: 1em 0;
}
.wtxt ul, .list-offers-02 .l-subtitle ul, .page-wtxt ul, .wtxt ol, .list-offers-02 .l-subtitle ol, .page-wtxt ol, .cookies-container ul, .rooms__room-text ul, .rooms__text ul, .module-720x450__wyswyg ul, .module-720x900__wyswyg ul, .wtxt-modal__content ul, .cookies-container ol, .rooms__room-text ol, .rooms__text ol, .module-720x450__wyswyg ol, .module-720x900__wyswyg ol, .wtxt-modal__content ol {
  margin-left: 1em;
}
.wtxt li, .list-offers-02 .l-subtitle li, .page-wtxt li, .cookies-container li, .rooms__room-text li, .rooms__text li, .module-720x450__wyswyg li, .module-720x900__wyswyg li, .wtxt-modal__content li {
  list-style: inherit;
  margin-left: 0;
  margin-top: 0.2em;
}
.wtxt strong, .list-offers-02 .l-subtitle strong, .page-wtxt strong, .cookies-container strong, .rooms__room-text strong, .rooms__text strong, .module-720x450__wyswyg strong, .module-720x900__wyswyg strong, .wtxt-modal__content strong {
  font-family: playfairdisplaybold, sans-serif;
}

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

/* 
 *  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%;
}

.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;
}

/*! jQuery UI - v1.12.1 - 2018-10-10
* 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: 49%;
}
.ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 1.5%;
}

.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;
}

/*
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;
}

body {
  background-color: #C7C6BE;
}

.main-header {
  align-items: center;
  display: flex;
  min-height: 100px;
  justify-content: space-between;
  padding: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
.offer .main-header {
  justify-content: flex-start;
}
.no-slider .main-header, .book-container--show .main-header, .scroll-down .main-header {
  background-color: #3C4C3E;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.main-content {
  animation: appear 2s;
}
.home .main-content {
  margin-top: 0;
}

.main-footer {
  background-color: #C7C6BE;
  padding: 60px 20px;
}

.lateral-container {
  background-color: #3C4C3E;
  height: 100%;
  left: -100%;
  width: 300px;
  padding: 0 10px;
  position: fixed;
  overflow: auto;
  top: 0;
  transition: 0.4s;
}
.lateral-container--show .lateral-container {
  left: 0;
}
.lateral-container__trigger {
  background: url("/i/197/svg/bg-hamburguer.svg") center center no-repeat;
  color: transparent;
  display: inline-block;
  height: 40px;
  left: 280px;
  top: 10px;
  width: 40px;
  z-index: 1;
}
.lateral-container__trigger:hover {
  cursor: pointer;
  opacity: 0.7;
}
.lateral-container--show .lateral-container__trigger {
  background: #C7C6BE url("/i/197/svg/chevron-left-firstcolor.svg") center center no-repeat;
  border: 1px solid #C7C6BE;
  position: fixed;
  transition: background 0.3s;
}
.lateral-container--show .lateral-container__trigger:hover {
  cursor: pointer;
  background-color: white;
  background-position: 10px center;
  opacity: 1;
}

.book-container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  align-items: center;
  background: #C7C6BE url("/i/197/jpg/bg-bookbox-container.jpg") center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: 0.4s;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 1049px) {
  .book-container {
    transition: 0s !important;
  }
}
.book-container--show {
  overflow: hidden;
}
.book-container--show .book-container {
  opacity: 1;
  visibility: visible;
  position: fixed;
  pointer-events: auto;
}

#cookies {
  background-color: white;
  border-bottom: 1px solid #D2D2D2;
  font-size: 0.8rem;
  padding: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  z-index: 1000000;
}
#cookies__link {
  color: #C7C6BE;
  transition: 0.2s;
}
#cookies__link:hover {
  color: #3C4C3E;
}
#cookies a {
  color: #3C4C3E;
  transition: 0.3s;
}
#cookies a:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .home-grid-1 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
    }
    .home-grid-1 .default-page-container {
      grid-column: 1;
      grid-row: 1/3;
    }
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  @supports (display: grid) {
    .home-grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 1024px) {
  @supports (display: grid) {
    .home-grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
    }
  }
  .home-grid-2 section {
    min-height: 450px;
  }
  .home-grid-2 section:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1/3;
  }
  .home-grid-2 section:nth-of-type(4) {
    grid-column: 1/3;
  }
}

.home-grid-3 {
  display: flex;
  flex-wrap: wrap;
}
.home-grid-3 section {
  display: flex;
  flex-grow: 1;
}
@media (min-width: 1440px) {
  .home-grid-3 section {
    width: 33.33%;
  }
}

.home-offers {
  align-items: center;
  background-color: #C7C6BE;
  color: #3C4C3E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.home-offers__subtitle {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  font-size: calc((20/16) * 1em);
  letter-spacing: 3px;
  text-transform: uppercase;
}
.home-offers__subtitle:before, .home-offers__subtitle:after {
  content: "-";
}
@media (min-width: 768px) {
  .home-offers__subtitle {
    font-size: calc((24/16) * 1em);
  }
}
.home-offers__title {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .home-offers__title {
    font-size: calc((52/16) * 1em);
  }
}
.home-offers__valid {
  margin-top: 20px;
}
.home-offers__short-description {
  font-family: playfairdisplayregular, sans-serif;
  font-size: calc((20/16) * 1em);
  margin-top: 10px;
}
.home-offers__from-price {
  font-family: ralewaymedium, sans-serif;
  margin-top: 30px;
  text-transform: uppercase;
}
.home-offers__from {
  font-size: calc((19/16) * 1em);
  margin-right: 5px;
}
.home-offers__price, .home-offers__currency {
  font-size: calc((30/16) * 1em);
}
.home-offers__btn {
  background-color: transparent;
  border: 1px solid #3C4C3E;
  color: #3C4C3E;
  display: inline-block;
  font-family: playfairdisplaybolditalic, sans-serif;
  font-size: calc((18/16) * 1em);
  line-height: 1em;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 15px;
}
.home-offers__btn:hover, .home-offers__btn:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .home-offers__btn {
    display: none;
  }
}
.home-offers__link {
  color: #3C4C3E;
  font-family: playfairdisplayregular, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  transition: 0.2s;
  margin-top: 30px;
}
.home-offers__link:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .home-offers__link {
    display: none;
  }
}

.module-720x900 {
  margin: 0 auto;
  max-width: 720px;
}
@media (min-width: 1024px) {
  .module-720x900 {
    align-items: flex-start;
    display: flex;
    max-width: 100%;
  }
}
.module-720x900 img {
  flex: 1;
}
@media (min-width: 1440px) {
  .module-720x900 img {
    min-width: 50%;
  }
}
.module-720x900__content {
  background-color: #C7C6BE;
  flex: 1;
}
.hotel .module-720x900__content {
  order: 2;
}
.module-720x900__wyswyg {
  margin: 0 auto;
  max-width: 600px;
  padding: 40px;
  text-align: center;
}

.module-720x450 {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .module-720x450 {
    align-items: flex-start;
    display: flex;
  }
}
.module-720x450 img {
  flex: 1;
}
@media (min-width: 1440px) {
  .module-720x450 img {
    min-width: 50%;
  }
}
.hotel .module-720x450 img {
  order: 2;
}
.module-720x450__content {
  background-color: #C7C6BE;
  flex: 1;
}
.module-720x450__wyswyg {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 40px;
  text-align: center;
}
@media (min-width: 1440px) {
  .module-720x450__wyswyg {
    padding: 40px;
  }
}

.mosaic-720x450 {
  align-items: center;
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.mosaic-720x450 img {
  height: auto;
  min-width: 50%;
}

.advantages {
  font-family: "ralewaybold", sans-serif;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 1050px) {
  .advantages {
    display: none;
  }
}
.advantages__title {
  color: #3C4C3E;
  font-size: calc((39/16) * 1em);
  padding: 0 40px;
  text-transform: uppercase;
}
.advantages__list {
  color: #3C4C3E;
  margin-top: 30px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.advantages__item {
  font-size: calc((11/16) * 1em);
  line-height: 1.2em;
  list-style: none;
  margin: 10px 20px;
  max-width: 90px;
}
.advantages__item:nth-of-type(4) {
  display: none;
}
.advantages__item:before {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin: 10px auto;
  width: 80px;
  height: 60px;
}

.advantages__item:nth-of-type(1)::before {
  background-image: url("/i/197/advantages/best-price.svg");
}

.advantages__item:nth-of-type(2)::before {
  background-image: url("/i/197/advantages/wifi.svg");
}

.advantages__item:nth-of-type(3)::before {
  background-image: url("/i/197/advantages/spa.svg");
}

.home-module {
  align-items: center;
  background-color: #C7C6BE;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
.home-module:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.home-module:after {
  transition: 0.5s;
}
.home-module--hover:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.home-module__pretitle {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  font-size: calc((20/16) * 1em);
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 10;
}
.home-module__pretitle:before, .home-module__pretitle:after {
  content: "-";
}
@media (min-width: 768px) {
  .home-module__pretitle {
    font-size: calc((24/16) * 1em);
  }
}
.home-module__title {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  z-index: 10;
}
@media (min-width: 768px) {
  .home-module__title {
    font-size: calc((32/16) * 1em);
  }
}
@media (min-width: 1440px) {
  .home-module__title {
    color: #3C4C3E;
    font-family: "ralewaybold", sans-serif;
    font-size: calc((21/16) * 1em);
    line-height: 1em;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
}
@media (min-width: 1440px) and (min-width: 768px) {
  .home-module__title {
    font-size: calc((52/16) * 1em);
  }
}
.home-module__subtitle {
  color: #3C4C3E;
  font-size: calc((20/16) * 1em);
  margin-top: 15px;
  z-index: 10;
}
.home-module__btn {
  background-color: transparent;
  border: 1px solid #3C4C3E;
  color: #3C4C3E;
  display: inline-block;
  font-family: playfairdisplaybolditalic, sans-serif;
  font-size: calc((18/16) * 1em);
  line-height: 1em;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 30px;
  z-index: 10;
}
.home-module__btn:hover, .home-module__btn:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .home-module__btn {
    display: none;
  }
}
.home-module__btn:hover {
  background-color: #C7C6BE;
  opacity: 1;
}

.home-map {
  background-color: #3C4C3E;
  color: white;
}
.home-map__link {
  text-decoration: none;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .home-map__link {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @supports (display: grid) {
    .home-map__link {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
.home-map__link:hover {
  opacity: 0.7;
}
.home-map__wyswyg {
  color: #C7C6BE;
  flex: 1;
  line-height: 1.6em;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
@supports (display: grid) {
  .home-map__wyswyg {
    grid-column: 1;
  }
}
.home-map__image {
  flex: 2;
}
@supports (display: grid) {
  .home-map__image {
    grid-column: span 2;
  }
  @media (min-width: 1440px) {
    .home-map__image {
      min-width: 100%;
    }
  }
}

.rooms {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.rooms .owl-carousel img {
  transform-style: flat;
}
.rooms .owl-controls {
  margin: 0;
}
.rooms .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: calc(40 / 2 * -1) px;
  width: 100%;
}
.rooms .owl-dots {
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translateX(-50%);
}
.rooms .owl-dot {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 0.5em;
  background-color: #C7C6BE;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.no-touchevents .rooms .owl-dot {
  width: 15px;
  height: 15px;
}
.rooms .owl-dot.active {
  background-color: #3C4C3E;
}
.rooms .owl-prev, .rooms .owl-next {
  position: absolute;
  height: 40px;
  width: 25px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.rooms .owl-prev:hover, .rooms .owl-prev:focus, .rooms .owl-next:hover, .rooms .owl-next:focus {
  opacity: 0.7 !important;
}
.rooms .owl-prev {
  left: -50px;
  background-image: url("/i/197/svg/arrow-left.svg");
  z-index: 1;
}
.rooms .owl-next {
  right: -50px;
  background-image: url("/i/197/svg/arrow-right.svg");
}
.rooms__text, .rooms__room {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .rooms__text, .rooms__room {
    width: 50%;
  }
}
.rooms__text {
  background-color: #C7C6BE;
  z-index: 10;
}
.rooms__room {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.rooms__room:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rooms__title, .rooms__pretitle {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  font-size: calc((20/16) * 1em);
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 10;
}
.rooms__title:before, .rooms__title:after, .rooms__pretitle:before, .rooms__pretitle:after {
  content: "-";
}
@media (min-width: 768px) {
  .rooms__title, .rooms__pretitle {
    font-size: calc((24/16) * 1em);
  }
}
.rooms__wyswyg {
  margin: 20px auto 0;
  z-index: 10;
}
.rooms__room-title {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
  z-index: 10;
}
@media (min-width: 768px) {
  .rooms__room-title {
    font-size: calc((52/16) * 1em);
  }
}
.rooms__room-text {
  margin: 0 auto;
  max-width: 520px;
  z-index: 10;
}
.rooms__btn {
  background-color: transparent;
  border: 1px solid #3C4C3E;
  color: #3C4C3E;
  display: inline-block;
  font-family: playfairdisplaybolditalic, sans-serif;
  font-size: calc((18/16) * 1em);
  line-height: 1em;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 50px;
  z-index: 10;
}
.rooms__btn:hover, .rooms__btn:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .rooms__btn {
    display: none;
  }
}
.rooms__modal {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  overflow: auto;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 100;
}
.rooms__modal:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1439px) {
  .rooms__modal {
    overflow: scroll;
  }
}
.rooms__modal--show .rooms__modal {
  opacity: 1;
  visibility: visible;
  position: fixed;
  pointer-events: auto;
}
.rooms-modal--show {
  overflow: hidden;
}

.rooms__content {
  display: flex;
  background-color: #C7C6BE;
  flex-direction: column;
  margin: 150px auto 0;
  max-width: 720px;
  position: relative;
  overflow: auto;
}
@media (min-width: 1440px) {
  .rooms__content {
    flex-direction: row;
    max-height: 80vh;
    max-width: 1440px;
    overflow: hidden;
  }
}
@media (max-height: 900px) and (min-width: 1440px) {
  .rooms__content {
    align-items: flex-start;
    overflow: auto;
  }
}
.rooms__casousel {
  flex: 1;
  margin: 0 auto;
  max-width: 720px;
}
.rooms__casousel img {
  max-width: 720px;
}
@media (min-width: 720px) {
  .rooms__casousel img {
    min-width: 720px !important;
  }
}
.rooms__modal-content {
  flex: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.rooms__modal-close {
  background: url("/i/197/svg/bg-close.svg") center center no-repeat;
  color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.rooms__modal-close:hover {
  cursor: pointer;
  opacity: 0.7;
}
.rooms__advantages {
  font-family: ralewaymedium, sans-serif;
  margin-top: 30px;
  text-transform: uppercase;
}
.rooms__advantages-title {
  color: #3C4C3E;
  font-size: calc((14/16) * 1em);
}
.rooms__advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.rooms__advantages-item {
  font-size: calc((11/16) * 1em);
  line-height: 1.2em;
  margin: 10px;
  max-width: 100px;
  list-style: none !important;
}
.rooms__advantages-item:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 40px;
  margin: 0 auto 5px;
  width: 45px;
}
.rooms__advantages-item:nth-of-type(1):before {
  background-image: url("/i/197/room-advantages/wifi.svg");
}

.rooms__advantages-item:nth-of-type(2):before {
  background-image: url("/i/197/room-advantages/tv.svg");
}

.rooms__advantages-item:nth-of-type(3):before {
  background-image: url("/i/197/room-advantages/lock.svg");
}

.rooms__advantages-item:nth-of-type(4):before {
  background-image: url("/i/197/room-advantages/air.svg");
}

.rooms__advantages-item:nth-of-type(5):before {
  background-image: url("/i/197/room-advantages/minibar.svg");
}

.rooms__from {
  color: #3C4C3E;
  font-family: playfairdisplayitalic, sans-serif;
  font-size: calc((20/16) * 1em);
  margin-top: 60px;
}
.rooms__book {
  background-color: transparent;
  border: 1px solid #3C4C3E;
  color: #3C4C3E;
  display: inline-block;
  font-family: playfairdisplaybolditalic, sans-serif;
  font-size: calc((18/16) * 1em);
  line-height: 1em;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 30px;
}
.rooms__book:hover, .rooms__book:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .rooms__book {
    display: none;
  }
}

.featherlight-close-icon {
  background: url("/i/197/svg/close-white.svg") no-repeat center center;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: 0.3s;
  width: 20px;
  height: 20px;
}
.featherlight-close-icon:hover {
  cursor: pointer;
  opacity: 0.7;
}

.featherlight {
  background-color: rgba(60, 76, 62, 0.8);
  cursor: pointer;
  position: fixed;
  text-align: center;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  z-index: 10000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featherlight .featherlight-content {
  max-height: 80vh;
  position: relative;
}

.featherlight-previous, .featherlight-next {
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 30%;
  height: 100%;
}

.featherlight-previous {
  background: url("/i/197/svg/arrow-slider-left.svg") no-repeat 10px center transparent;
  left: 5%;
}
@media (min-width: 1440px) {
  .featherlight-previous {
    left: -10%;
  }
}
.featherlight-previous:hover {
  background-position: 40% center;
}

.featherlight-next {
  background: url("/i/197/svg/arrow-slider-right.svg") no-repeat calc(100% - 10px) center transparent;
  right: 5%;
}
@media (min-width: 1440px) {
  .featherlight-next {
    right: -10%;
  }
}
.featherlight-next:hover {
  background-position: 60% center;
}

.featherlight .legend {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.625em;
  text-align: center;
  width: 100%;
  background-color: #fff;
}

.featherlight-image {
  max-width: 100%;
  height: auto;
}

#imgMediaVideo[style*="display: none"] {
  display: none !important;
}

#imgMediaVideo .featherlight-content .featherlight-inner, #imgMediaVideoIcon .featherlight-content .featherlight-inner {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#imgMediaVideo .featherlight-content .featherlight-inner #player, #imgMediaVideoIcon .featherlight-content .featherlight-inner #player {
  width: 100%;
  position: relative;
  width: 90%;
  max-width: 1280px;
}
#imgMediaVideo .featherlight-content .featherlight-inner #player:before, #imgMediaVideoIcon .featherlight-content .featherlight-inner #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;
}
#imgMediaVideo .featherlight-content .featherlight-inner #player iframe, #imgMediaVideoIcon .featherlight-content .featherlight-inner #player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#imgMedia360[style*="display: none"] {
  display: none !important;
}

.inline {
  display: none;
}

.lateral-container .logo_01 {
  margin-top: 60px;
  text-align: center;
}
.main-header__logo .logo_01 {
  margin-left: 10px;
  max-height: 40px;
  min-height: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-header__logo .logo_01 {
    margin-left: 50px;
  }
}
.main-header__logo .logo_01 a {
  display: block;
  transform: translateY(-75px);
}

.lateral-container--show .main-header__logo {
  display: none;
}

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

.nav-main-01 {
  font-family: ralewaysemibold, sans-serif;
  margin-top: 60px;
  text-align: center;
}
.nav-main-01 ul {
  font-size: 1rem;
  text-transform: uppercase;
}
.nav-main-01 ul li {
  list-style: none;
}
.nav-main-01 ul a {
  color: #C7C6BE;
  display: inline-block;
  padding: 0.5em 0;
  text-decoration: none;
  transition: 0.2s;
}
.nav-main-01 ul a:hover {
  color: white;
}

.background-01 {
  height: 100px;
}

.slider-container {
  animation: appear 3s;
  position: relative;
}

.slider__go-to-content {
  bottom: 200px;
  color: #C7C6BE;
  position: absolute;
  left: 50%;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.slider__go-to-content:after {
  background: url("/i/197/svg/arrow-down-firstcolor.svg") center center no-repeat;
  border: 2px solid #C7C6BE;
  border-radius: 50%;
  content: "";
  display: block;
  height: 50px;
  margin: 10px auto 0;
  width: 50px;
}

.slider {
  max-width: 100%;
  position: relative;
  z-index: 0;
}
.slider .owl-lazy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.slider .owl-lazy:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider .owl-lazy.s-900 {
  max-height: 900px;
}
.slider .owl-lazy.s-900:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900'%3E%3C/svg%3E");
  display: block;
  line-height: 0;
}
.slider .owl-lazy.s-900 {
  max-height: 900px;
}
.slider .owl-lazy.s-900:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900'%3E%3C/svg%3E");
  display: block;
  line-height: 0;
}
.slider .owl-lazy.s-900 {
  max-height: 900px;
}
.slider .owl-lazy.s-900:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900'%3E%3C/svg%3E");
  display: block;
  line-height: 0;
}
.home .slider .owl-lazy {
  min-height: 100vh;
}
.slider a {
  text-decoration: none;
}
.slider .active {
  position: relative;
}
.slider__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: "ralewayblack", sans-serif;
  padding: 0 20px;
  text-align: center;
  z-index: 1000;
}
.slider__title, .slider__subtitle {
  color: white;
  font-size: calc((24/16) * 1em);
  letter-spacing: 2px;
  line-height: 1em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.slider__subtitle {
  margin-top: 10px;
}
.slider__btn {
  background-color: transparent;
  border: 1px solid #3C4C3E;
  color: #3C4C3E;
  display: inline-block;
  font-family: playfairdisplaybolditalic, sans-serif;
  font-size: calc((18/16) * 1em);
  line-height: 1em;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  background-color: #C7C6BE;
  margin-top: 10px;
}
.slider__btn:hover, .slider__btn:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .slider__btn {
    display: none;
  }
}
.slider__btn:empty {
  display: none;
}
.slider .owl-carousel img {
  transform-style: flat;
}
.slider .owl-controls {
  margin: 0;
}
.slider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: calc(40 / 2 * -1) px;
  width: 100%;
}
.slider .owl-dots {
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translateX(-50%);
}
.slider .owl-dot {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 0.5em;
  background-color: #C7C6BE;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.no-touchevents .slider .owl-dot {
  width: 15px;
  height: 15px;
}
.slider .owl-dot.active {
  background-color: #3C4C3E;
}
.slider .owl-prev, .slider .owl-next {
  position: absolute;
  height: 40px;
  width: 25px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  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 {
  left: -50px;
  background-image: url("/i/197/svg/arrow-left-white.svg");
  z-index: 1;
}
.slider .owl-next {
  right: -50px;
  background-image: url("/i/197/svg/arrow-right-white.svg");
}
.slider .owl-prev {
  left: 20px;
}
.slider .owl-next {
  right: 20px;
}

.default-page-wrapper {
  background-color: #C7C6BE;
  margin: 0 auto;
  max-width: 720px;
}
@media (min-width: 1024px) {
  .default-page-wrapper {
    align-items: flex-start;
    display: flex;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .default-page-wrapper {
    align-items: flex-start;
  }
}
.default-page-wrapper img {
  flex: 1;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .default-page-wrapper img {
    height: auto;
    max-width: 50%;
    min-width: 50%;
  }
}
.spa .default-page-wrapper img {
  order: 1;
}
.default-page-wrapper .default-page-container {
  flex: 1;
  padding: 30px 40px;
}

.default-page-container {
  margin: 30px auto 0;
  padding: 0 20px;
  text-align: center;
}
.home .default-page-container {
  align-items: center;
  background: #C7C6BE url("/i/197/logo/imagotipe-secondcolor.svg") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 100px 20px;
  text-align: center;
}
.habitaciones .default-page-container {
  display: none;
}
.ofertas .default-page-container {
  align-items: center;
  background: #C7C6BE url("/i/197/logo/imagotipe-secondcolor.svg") 20% 30% no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 50px 20px;
  text-align: center;
  max-width: 100%;
}

.page-title {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 768px) {
  .page-title {
    font-size: calc((32/16) * 1em);
  }
}
@media (min-width: 1440px) {
  .page-title {
    color: #3C4C3E;
    font-family: "ralewaybold", sans-serif;
    font-size: calc((21/16) * 1em);
    line-height: 1em;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
}
@media (min-width: 1440px) and (min-width: 768px) {
  .page-title {
    font-size: calc((52/16) * 1em);
  }
}
.home .page-title {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home .page-title {
    font-size: calc((32/16) * 1em);
  }
}

.page-subtitle {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  font-size: calc((20/16) * 1em);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
}
.page-subtitle:before, .page-subtitle:after {
  content: "-";
}
@media (min-width: 768px) {
  .page-subtitle {
    font-size: calc((24/16) * 1em);
  }
}
.home .page-subtitle {
  color: #3C4C3E;
  font-family: ralewaysemibold, sans-serif;
  font-size: calc((13/16) * 1em);
  margin-top: 30px;
  text-transform: uppercase;
}
.home .page-subtitle:before, .home .page-subtitle:after {
  display: none;
}

.page-wtxt {
  margin: 0 auto;
  max-width: 600px;
  text-align: initial;
}
.home .page-wtxt {
  max-width: 360px;
}

.lateral-container .nav-header-01 {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  font-size: 0.9em;
  text-align: center;
  margin-top: 120px;
  text-align: center;
}
.lateral-container .nav-header-01 li {
  display: inline-block;
}
.lateral-container .nav-header-01 li:not(:last-of-type):after {
  content: "·";
  margin: 0 5px;
}
.lateral-container .nav-header-01 a {
  color: #3C4C3E;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  transition: 0.2s;
}
.lateral-container .nav-header-01 a:hover {
  opacity: 0.7;
}
.lateral-container .nav-header-01 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.lateral-container .nav-header-01 li {
  order: 3;
}
.lateral-container .nav-header-01 li:nth-of-type(1) {
  order: 1;
}
.lateral-container .nav-header-01 li:nth-of-type(3) {
  order: 2;
}
.main-footer .nav-header-01 {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  font-size: calc((14/16) * 1em);
  text-align: center;
}
.main-footer .nav-header-01 li {
  display: inline-block;
}
.main-footer .nav-header-01 li:not(:last-of-type):after {
  content: "·";
  margin: 0 5px;
}
.main-footer .nav-header-01 a {
  color: #3C4C3E;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  transition: 0.2s;
}
.main-footer .nav-header-01 a:hover {
  opacity: 0.7;
}

.nav-footer-01 {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  font-size: calc((14/16) * 1em);
  text-align: center;
}
.nav-footer-01 li {
  display: inline-block;
}
.nav-footer-01 li:not(:last-of-type):after {
  content: "·";
  margin: 0 5px;
}
.nav-footer-01 a {
  color: #3C4C3E;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  transition: 0.2s;
}
.nav-footer-01 a:hover {
  opacity: 0.7;
}
.nav-footer-01 li:first-of-type {
  pointer-events: none;
}

.main-header .nav-footer-lng-01 {
  color: white;
  font-family: ralewaysemibold, sans-serif;
  font-size: calc((14/16) * 1em);
  margin-top: 30px;
  text-transform: uppercase;
}
.main-header .nav-footer-lng-01 ul {
  display: flex;
  justify-content: center;
}
.main-header .nav-footer-lng-01 li {
  list-style: none;
}
.main-header .nav-footer-lng-01 li:not(:last-of-type):after {
  color: #C7C6BE;
  content: "-";
  margin: 0 2px;
}
.main-header .nav-footer-lng-01 a {
  color: #C7C6BE;
  text-decoration: none;
  transition: 0.2s;
}
.main-header .nav-footer-lng-01 a:hover {
  color: white;
}
.main-footer .nav-footer-lng-01 {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  font-size: calc((14/16) * 1em);
  margin-top: 20px;
  text-transform: uppercase;
}
.main-footer .nav-footer-lng-01 ul {
  display: flex;
  justify-content: center;
}
.main-footer .nav-footer-lng-01 li {
  list-style: none;
}
.main-footer .nav-footer-lng-01 li:not(:last-of-type):after {
  color: #C7C6BE;
  content: "-";
  margin: 0 2px;
}
.main-footer .nav-footer-lng-01 a {
  color: #3C4C3E;
  text-decoration: none;
  transition: 0.2s;
}
.main-footer .nav-footer-lng-01 a:hover {
  color: white;
}

.widget-newsletter-05 {
  align-items: center;
  background-color: #C7C6BE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  width: 100%;
}
.widget-newsletter-05__header {
  color: #3C4C3E;
  display: flex;
  flex-direction: column;
}
.widget-newsletter-05__header-title {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
  order: 2;
}
@media (min-width: 768px) {
  .widget-newsletter-05__header-title {
    font-size: calc((52/16) * 1em);
  }
}
.widget-newsletter-05__header-subtitle {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  font-size: calc((20/16) * 1em);
  letter-spacing: 3px;
  text-transform: uppercase;
  order: 1;
}
.widget-newsletter-05__header-subtitle:before, .widget-newsletter-05__header-subtitle:after {
  content: "-";
}
@media (min-width: 768px) {
  .widget-newsletter-05__header-subtitle {
    font-size: calc((24/16) * 1em);
  }
}
.widget-newsletter-05__header-text {
  margin-top: 5px;
  order: 3;
}
.widget-newsletter-05__messages--error, .widget-newsletter-05__messages--valid {
  margin-top: 10px;
}
.widget-newsletter-05__messages--error {
  font-size: 1rem;
}
.widget-newsletter-05__messages--valid {
  color: #26b72b;
  font-size: 1rem;
}
.widget-newsletter-05__form {
  margin: 5px auto 0;
  max-width: 350px;
}
.widget-newsletter-05__form-fieldset {
  border: none;
}
.widget-newsletter-05__form-fieldset > div:last-of-type {
  margin-top: 20px;
}
.widget-newsletter-05__form-title {
  display: none;
}
.widget-newsletter-05__form-inputs-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.widget-newsletter-05__form-inputs-group {
  margin-top: 10px;
}
.widget-newsletter-05__form-inputs-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #3C4C3E;
  font-family: playfairdisplayitalic, sans-serif;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.widget-newsletter-05__form-checkboxs-input + span {
  color: #3C4C3E;
  font-family: playfairdisplayitalic, sans-serif;
  font-size: calc((12/16) * 1em);
}
.widget-newsletter-05__form-submit {
  background-color: transparent;
  border: 1px solid #3C4C3E;
  color: #3C4C3E;
  display: inline-block;
  font-family: playfairdisplaybolditalic, sans-serif;
  font-size: calc((18/16) * 1em);
  line-height: 1em;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 30px;
}
.widget-newsletter-05__form-submit:hover, .widget-newsletter-05__form-submit:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .widget-newsletter-05__form-submit {
    display: none;
  }
}

.widget-newsletter-05 ::-webkit-input-placeholder {
  color: #3C4C3E;
}

.widget-newsletter-05 ::-moz-placeholder {
  color: #3C4C3E;
  opacity: 1;
}

.widget-newsletter-05 :-ms-input-placeholder {
  color: #3C4C3E;
}

.widget-newsletter-05 :-moz-placeholder {
  color: #3C4C3E;
}

.lateral-container .widget-socialmedia-01 {
  color: white;
}
.lateral-container .widget-socialmedia-01 h3, .lateral-container .widget-socialmedia-01 .w-subtitle {
  display: none;
}
.lateral-container .widget-socialmedia-01 ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lateral-container .widget-socialmedia-01 li {
  list-style: none;
  margin: 5px;
}
.lateral-container .widget-socialmedia-01 a {
  background-color: #C7C6BE;
  border-radius: 50%;
  transition: 0.3s;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lateral-container .widget-socialmedia-01 a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.lateral-container .widget-socialmedia-01 .svg-socialmedia-icon {
  height: 18px;
  width: 18px;
  fill: #3C4C3E;
}

.home-grid-3 .widget-socialmedia-01 {
  align-items: center;
  background: #3C4C3E url("/i/197/logo/imagotipe-secondcolor-10percent.svg") center center no-repeat !important;
  background-size: cover !important;
  color: #C7C6BE;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  width: 100%;
}
.home-grid-3 .widget-socialmedia-01 h3 {
  color: #C7C6BE;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home-grid-3 .widget-socialmedia-01 h3 {
    font-size: calc((50/16) * 1em);
  }
}
.home-grid-3 .widget-socialmedia-01 .w-subtitle {
  display: none;
}
.home-grid-3 .widget-socialmedia-01 ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-grid-3 .widget-socialmedia-01 li {
  list-style: none;
  margin: 5px;
}
.home-grid-3 .widget-socialmedia-01 a {
  background-color: #C7C6BE;
  border-radius: 50%;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-grid-3 .widget-socialmedia-01 a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.home-grid-3 .widget-socialmedia-01 .svg-socialmedia-icon {
  height: 18px;
  width: 18px;
  fill: #3C4C3E;
}

.list-offers-02 article {
  background-color: #afaea3;
  margin: 0 auto;
  max-width: 720px;
}
@media (min-width: 1024px) {
  .list-offers-02 article {
    display: flex;
    max-width: 100%;
  }
  .list-offers-02 article:nth-of-type(even) > div:first-of-type {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .list-offers-02 .l-photo {
    flex: 2;
    max-width: 66%;
  }
}
.list-offers-02 .l-photo img {
  vertical-align: top;
  min-width: 100%;
}
.list-offers-02 .l-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  flex: 1;
}
.list-offers-02 .l-content .link {
  display: inline-block;
  text-decoration: none;
}
.list-offers-02 .l-content h3 {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .list-offers-02 .l-content h3 {
    font-size: calc((32/16) * 1em);
  }
}
.list-offers-02 .l-content h3 a {
  color: #3C4C3E;
}
.list-offers-02 h4 {
  display: none;
}
.list-offers-02 .l-info {
  color: #3C4C3E;
  font-family: playfairdisplayitalic, sans-serif;
  font-size: 1rem;
  margin-top: 10px;
}
.list-offers-02 .l-info li {
  list-style: none;
}
.list-offers-02 .l-subtitle {
  text-align: center;
  margin-top: 20px;
}
.list-offers-02 .price-btn {
  margin-top: 30px;
}
.list-offers-02 .price-btn .price {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  text-transform: uppercase;
}
.list-offers-02 .price-btn .from {
  font-size: calc((19/16) * 1em);
  margin-right: 5px;
}
.list-offers-02 .price-btn strong {
  font-size: calc((30/16) * 1em);
}
.list-offers-02 .price-btn .currency {
  font-size: calc((30/16) * 1em);
}
.list-offers-02 .btn {
  text-align: center;
}
.list-offers-02 .btn .link {
  background-color: transparent;
  border: 1px solid #3C4C3E;
  color: #3C4C3E;
  display: inline-block;
  font-family: playfairdisplaybolditalic, sans-serif;
  font-size: calc((18/16) * 1em);
  line-height: 1em;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  margin: 30px auto;
}
.list-offers-02 .btn .link:hover, .list-offers-02 .btn .link:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .list-offers-02 .btn .link {
    display: none;
  }
}

.scrolltotop-01 {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: block;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s ease 0s;
  padding: 9px;
  background: #3C4C3E url("/i/197/svg/scroll-to-top.svg") center 45% no-repeat;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.scrolltotop-01:hover {
  cursor: pointer;
  background-color: #475a4a;
}
.scrolltotop-01.disapear {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

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

.gallery-01 {
  overflow: hidden;
}
.gallery-01 a {
  display: inline-block;
}
.gallery-01 .gal {
  padding: 0;
  position: relative;
  display: block;
}
.gallery-01 .gal img {
  width: 100% !important;
  display: block;
}
@media (max-width: 767px) {
  .gallery-01 .gal .hover {
    display: none;
  }
}
@media (min-width: 768px) {
  .gallery-01 .gal {
    pointer-events: inherit !important;
  }
  .gallery-01 .gal:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all 0.5s ease;
  }
  .gallery-01 .gal:hover:before {
    background: #69856d !important;
    opacity: 0.8;
  }
  .gallery-01 .gal .hover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    background: url("/i/197/svg/search-plus-light.svg") center center no-repeat;
  }
  .gallery-01 .gal:hover .hover {
    display: block;
  }
}
.touchevents .gallery-01 .gal:hover .hover {
  display: none;
}
.gallery-01 .gal__column {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gallery-01 .gal__column {
    float: left;
  }
}
.gallery-01 .gal__item {
  position: relative;
  margin: 10px 5px;
}
@media (min-width: 768px) {
  .gallery-01 .gal__item {
    animation-name: appear;
    display: block;
  }
  .gallery-01 .gal__item:nth-of-type(1) {
    animation-duration: 0.4s;
  }
  .gallery-01 .gal__item:nth-of-type(2) {
    animation-duration: 0.8s;
  }
  .gallery-01 .gal__item:nth-of-type(3) {
    animation-duration: 1.2s;
  }
  .gallery-01 .gal__item:nth-of-type(4) {
    animation-duration: 1.6s;
  }
  .gallery-01 .gal__item:nth-of-type(5) {
    animation-duration: 2s;
  }
  .gallery-01 .gal__item:nth-of-type(6) {
    animation-duration: 2.4s;
  }
  .gallery-01 .gal__item:nth-of-type(7) {
    animation-duration: 2.8s;
  }
  .gallery-01 .gal__item:nth-of-type(8) {
    animation-duration: 3.2s;
  }
  .gallery-01 .gal__item:nth-of-type(9) {
    animation-duration: 3.6s;
  }
  .gallery-01 .gal__item:nth-of-type(10) {
    animation-duration: 4s;
  }
}

@media (min-width: 768px) {
  .form-wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
}
.form-wrapper img, .form-wrapper .form-01 {
  flex: 1;
}
.form-wrapper img {
  min-width: 50%;
}

.form-01 {
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .form-01 {
    min-width: 50%;
  }
}

.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-01 form {
  margin: 0 auto;
  max-width: 720px;
}

.form-group {
  margin: 1em 0;
}
@media (min-width: 550px) {
  .form-group {
    width: 45%;
    float: left;
  }
  .form-group:nth-child(even) {
    float: right;
  }
}
.form-wrapper .form-group {
  width: 100%;
  float: none;
}

.form-01 fieldset {
  border: none;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-01 input[type=file] {
  border: none;
  color: #3C4C3E;
  padding: 8px 0;
}

.unsubscribe_container fieldset {
  border: none;
}

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

.form-01 p {
  color: #3C4C3E;
  line-height: 1.4em;
  margin: 20px 0;
}

.form-01 a {
  color: #3C4C3E;
}
.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/197/svg/select-arrow.svg") center center no-repeat;
  width: 25px;
  height: 100%;
  pointer-events: none;
}
.form-01 .select-container select {
  background-color: transparent;
  border: none;
  padding: 8px 10px;
  appearance: none;
  width: 110%;
}
.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/197/svg/select-arrow.svg") center center no-repeat;
  width: 25px;
  height: 100%;
  pointer-events: none;
}
#emailDept select {
  background-color: transparent;
  border: none;
  padding: 8px 10px;
  appearance: none;
  width: 110%;
}

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

.unsubscribe_container input:not([type=checkbox]) {
  padding: 8px;
  border: 1px solid #ccc;
}

.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 #nl_chk + span {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 5px;
  width: calc(100% - 40px);
}

.form-01 .btn {
  background-color: #3C4C3E;
  color: #C7C6BE;
  display: inline-block;
  font-family: "ralewaybold", sans-serif;
  font-size: 1rem;
  line-height: 1em;
  padding: 17px 35px 15px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  white-space: nowrap;
  margin-top: 20px;
}
.form-01 .btn:hover, .form-01 .btn:focus {
  background-color: #3C4C3E;
  cursor: pointer;
  color: white;
}
@media print {
  .form-01 .btn {
    display: none;
  }
}

#emailDept #emailDept_label {
  display: none;
}
#emailDept .ui-helper-hidden-accessible:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
#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/197/svg/select-arrow.svg") center center no-repeat;
  width: 25px;
  height: 100%;
  pointer-events: none;
}

.offer main header {
  margin: 60px auto;
  text-align: center;
}
.offer main header h1 {
  text-align: center;
}
.offer main header .wtxt, .offer main header .page-wtxt, .offer main header .list-offers-02 .l-subtitle, .list-offers-02 .offer main header .l-subtitle {
  margin-top: 2em;
}

.offer-01 .link-back {
  text-decoration: none;
  color: #3C4C3E;
  left: 20px;
  position: absolute;
  top: 20px;
}
.offer-01 .link-back:hover, .offer-01 .link-back:focus {
  opacity: 0.7;
}
.offer-01 .link-back:before {
  content: url("/i/197/svg/link-back-arrow.svg");
  display: inline-block;
  margin-right: 5px;
}
@media print {
  .offer-01 .link-back {
    display: none;
  }
}
.offer-01 article {
  background-color: #afaea3;
  margin: 0 auto;
  max-width: 720px;
}
@media (min-width: 1024px) {
  .offer-01 article {
    display: flex;
    max-width: 100%;
  }
  .offer-01 article:nth-of-type(even) > div:first-of-type {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .offer-01 .photo {
    flex: 2;
    max-width: 66%;
  }
}
.offer-01 .photo img {
  vertical-align: top;
  min-width: 100%;
}
.offer-01 .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  flex: 1;
  position: relative;
}
.offer-01 .share {
  display: none;
}
.offer-01 h1 {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .offer-01 h1 {
    font-size: calc((32/16) * 1em);
  }
}
.offer-01 h1 a {
  color: #3C4C3E;
}
.offer-01 h2 {
  color: #3C4C3E;
  font-size: calc((14/16) * 1em);
  letter-spacing: 1px;
  margin-top: 5px;
}
.offer-01 h2 a {
  color: #3C4C3E;
}
.offer-01 h4 {
  display: none;
}
.offer-01 .offer-info {
  color: #3C4C3E;
  font-family: playfairdisplayitalic, sans-serif;
  font-size: 1rem;
}
.offer-01 .wtxt, .offer-01 .page-wtxt, .offer-01 .list-offers-02 .l-subtitle, .list-offers-02 .offer-01 .l-subtitle {
  text-align: center;
  max-width: 100%;
}
.offer-01 .price {
  color: #3C4C3E;
  font-family: ralewaymedium, sans-serif;
  text-transform: uppercase;
}
.offer-01 .price strong {
  font-size: calc((30/16) * 1em);
}
.offer-01 .btn {
  display: none;
}

.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: calc(40 / 2 * -1) px;
  width: 100%;
}
.list-listados-01 .owl-dots {
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translateX(-50%);
}
.list-listados-01 .owl-dot {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 0.5em;
  background-color: #C7C6BE;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.no-touchevents .list-listados-01 .owl-dot {
  width: 15px;
  height: 15px;
}
.list-listados-01 .owl-dot.active {
  background-color: #3C4C3E;
}
.list-listados-01 .owl-prev, .list-listados-01 .owl-next {
  position: absolute;
  height: 40px;
  width: 25px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.list-listados-01 .owl-prev:hover, .list-listados-01 .owl-prev:focus, .list-listados-01 .owl-next:hover, .list-listados-01 .owl-next:focus {
  opacity: 0.7 !important;
}
.list-listados-01 .owl-prev {
  left: -50px;
  background-image: url("/i/197/svg/arrow-left.svg");
  z-index: 1;
}
.list-listados-01 .owl-next {
  right: -50px;
  background-image: url("/i/197/svg/arrow-right.svg");
}
.list-listados-01 .share {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.list-listados-01 a {
  text-decoration: none;
}
.list-listados-01 article {
  background-color: #afaea3;
  margin: 0 auto;
  max-width: 720px;
}
@media (min-width: 1024px) {
  .list-listados-01 article {
    display: flex;
    max-width: 100%;
  }
  .list-listados-01 article:nth-of-type(even) > div:first-of-type {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .list-listados-01 .l-photo {
    flex: 2;
    max-width: 66%;
  }
}
.list-listados-01 .l-photo img {
  vertical-align: top;
  min-width: 100%;
}
.list-listados-01 .l-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  flex: 1;
}
.list-listados-01 .l-content h3 {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .list-listados-01 .l-content h3 {
    font-size: calc((32/16) * 1em);
  }
}
.list-listados-01 .l-content h3 a {
  color: #3C4C3E;
}
.list-listados-01 .l-content h4 {
  color: #3C4C3E;
  font-size: calc((14/16) * 1em);
  letter-spacing: 1px;
  margin-top: 5px;
}
.list-listados-01 .l-content h4 a {
  color: #3C4C3E;
}
.list-listados-01 .l-content .wtxt, .list-listados-01 .l-content .page-wtxt, .list-listados-01 .l-content .list-offers-02 .l-subtitle, .list-offers-02 .list-listados-01 .l-content .l-subtitle {
  text-align: center;
}
.list-listados-01 .l-content .btn {
  background-color: transparent;
  border: 1px solid #3C4C3E;
  color: #3C4C3E;
  display: inline-block;
  font-family: playfairdisplaybolditalic, sans-serif;
  font-size: calc((18/16) * 1em);
  line-height: 1em;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 30px;
}
.list-listados-01 .l-content .btn:hover, .list-listados-01 .l-content .btn:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .list-listados-01 .l-content .btn {
    display: none;
  }
}

.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: calc(40 / 2 * -1) px;
  width: 100%;
}
.list-subpages-02 .owl-dots {
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translateX(-50%);
}
.list-subpages-02 .owl-dot {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 0.5em;
  background-color: #C7C6BE;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.no-touchevents .list-subpages-02 .owl-dot {
  width: 15px;
  height: 15px;
}
.list-subpages-02 .owl-dot.active {
  background-color: #3C4C3E;
}
.list-subpages-02 .owl-prev, .list-subpages-02 .owl-next {
  position: absolute;
  height: 40px;
  width: 25px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.list-subpages-02 .owl-prev:hover, .list-subpages-02 .owl-prev:focus, .list-subpages-02 .owl-next:hover, .list-subpages-02 .owl-next:focus {
  opacity: 0.7 !important;
}
.list-subpages-02 .owl-prev {
  left: -50px;
  background-image: url("/i/197/svg/arrow-left.svg");
  z-index: 1;
}
.list-subpages-02 .owl-next {
  right: -50px;
  background-image: url("/i/197/svg/arrow-right.svg");
}
.list-subpages-02 article {
  background-color: #afaea3;
  margin: 0 auto;
  max-width: 720px;
}
@media (min-width: 1024px) {
  .list-subpages-02 article {
    display: flex;
    max-width: 100%;
  }
  .list-subpages-02 article:nth-of-type(even) > div:first-of-type {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .list-subpages-02 .l-photo {
    flex: 2;
    max-width: 66%;
  }
}
.list-subpages-02 .l-photo img {
  vertical-align: top;
  min-width: 100%;
}
.list-subpages-02 .l-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  flex: 1;
}
.list-subpages-02 .l-content h3 {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .list-subpages-02 .l-content h3 {
    font-size: calc((32/16) * 1em);
  }
}
.list-subpages-02 .l-content h3 a {
  color: #3C4C3E;
}
.list-subpages-02 .l-content h4 {
  display: none;
}
.list-subpages-02 .l-content .wtxt, .list-subpages-02 .l-content .page-wtxt, .list-subpages-02 .l-content .list-offers-02 .l-subtitle, .list-offers-02 .list-subpages-02 .l-content .l-subtitle {
  text-align: center;
}
.list-subpages-02 .l-content .btn {
  background-color: transparent;
  border: 1px solid #3C4C3E;
  color: #3C4C3E;
  display: inline-block;
  font-family: playfairdisplaybolditalic, sans-serif;
  font-size: calc((18/16) * 1em);
  line-height: 1em;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 30px;
}
.list-subpages-02 .l-content .btn:hover, .list-subpages-02 .l-content .btn:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  .list-subpages-02 .l-content .btn {
    display: none;
  }
}

.article-01 {
  margin: 0 auto;
  max-width: 1440px;
}
.article-01 .share {
  position: absolute;
  top: 100px;
  left: 0;
  top: 0;
  left: 10px;
}
@media print {
  .article-01 .share {
    display: none;
  }
}
.article-01 .share li {
  list-style: none;
}
.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 {
  background-color: #000;
}
.article-01 .link-back {
  text-decoration: none;
  color: #3C4C3E;
}
.article-01 .link-back:hover, .article-01 .link-back:focus {
  opacity: 0.7;
}
.article-01 .link-back:before {
  content: url("/i/197/svg/link-back-arrow.svg");
  display: inline-block;
  margin-right: 5px;
}
@media print {
  .article-01 .link-back {
    display: none;
  }
}
@media (max-width: 1023px) {
  .article-01 article {
    max-width: 600px;
    margin: 20px auto 0;
  }
}
@media (min-width: 1024px) {
  .article-01 article {
    display: flex;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .article-01 .photo {
    flex: 2;
    max-width: 66%;
  }
}
.article-01 .photo img {
  vertical-align: top;
  min-width: 100%;
}
.article-01 .content {
  background-color: white;
  flex: 1;
  padding: 40px;
}
.article-01 h1 {
  color: #3C4C3E;
  font-family: "ralewaybold", sans-serif;
  font-size: calc((21/16) * 1em);
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  .article-01 h1 {
    font-size: calc((32/16) * 1em);
  }
}
.article-01 h2 {
  color: #3C4C3E;
  font-size: calc((14/16) * 1em);
  letter-spacing: 1px;
}
.article-01 .wtxt, .article-01 .page-wtxt, .article-01 .list-offers-02 .l-subtitle, .list-offers-02 .article-01 .l-subtitle {
  margin-top: 30px;
  text-align: left;
}
.article-01 .event-info {
  margin-top: 1em;
}
.article-01 .event-info li {
  list-style: none;
}
.article-01 .date-to:before {
  content: " / ";
}
.article-01 hr {
  display: none;
}

.unsubscribe_container {
  background-color: white;
  margin: 0 auto;
  max-width: 1240px;
  padding: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .unsubscribe_container {
    padding: 60px;
  }
}
.unsubscribe_container .btn {
  background-color: #3C4C3E;
  color: #C7C6BE;
  display: inline-block;
  font-family: "ralewaybold", sans-serif;
  font-size: 1rem;
  line-height: 1em;
  padding: 17px 35px 15px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 0.85rem;
  margin-top: 1em;
  padding: 10px 30px;
}
.unsubscribe_container .btn:hover, .unsubscribe_container .btn:focus {
  background-color: #3C4C3E;
  cursor: pointer;
  color: white;
}
@media print {
  .unsubscribe_container .btn {
    display: none;
  }
}
.unsubscribe_container form {
  margin: 2em auto 0;
  max-width: 500px;
}

.cookies-container {
  margin: 100px auto 0;
  max-width: 600px;
  text-align: center;
}
.cookies-container h2 {
  color: #3C4C3E;
  font-size: calc((14/16) * 1em);
  letter-spacing: 1px;
}
.cookies-container .checkbox-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cookies-container label {
  color: #3C4C3E;
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}
.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: #26b72b;
  background-position: calc(100% - 5px);
}
.cookies-container #cboxNecesarias + label {
  pointer-events: none;
}
.cookies-container #cboxNecesarias + label:after {
  background-color: #26b72b;
  background-position: calc(100% - 5px);
  opacity: 0.5;
}

.vcard-01, .vcard {
  color: #C7C6BE;
  font-size: calc((14/16) * 1em);
  margin-top: 30px;
  text-align: center;
}
.vcard-01 .org, .vcard-01 .email, .vcard-01 .locality, .vcard .org, .vcard .email, .vcard .locality {
  display: none;
}
.vcard-01 .street-address, .vcard-01 .tel, .vcard .street-address, .vcard .tel {
  display: block;
}
.vcard-01 .tel, .vcard .tel {
  color: #C7C6BE;
  margin-top: 15px;
}
.vcard-01 .tel a, .vcard .tel a {
  color: #C7C6BE;
}

/*# sourceMappingURL=df.css.map */
