/*
Theme Name: Purala-wool-valley-hotel-spa-2021
Theme URI: www.hotelpurala.pt
Description: Purala-wool-valley-hotel-spa-2021
Template: mirai
Author: Mirai Espana
*/

/*---------------------------------------------------------------------------*/
/*--------------------------------- FONTS -----------------------------------*/
/*---------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "flaticon";
    src: url("/files/flaticon2.ttf?81b43f6325ec7732f3c12ad246510ee1")format("truetype"),
    url("/files/flaticon.woff?81b43f6325ec7732f3c12ad246510ee1") format("woff"),
    url("/files/flaticon.woff2?81b43f6325ec7732f3c12ad246510ee1") format("woff2"),
    url("/files/flaticon.eot?81b43f6325ec7732f3c12ad246510ee1#iefix") format("embedded-opentype"),
    url("/files/flaticon.svg?81b43f6325ec7732f3c12ad246510ee1#flaticon") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before,
.check-list li:before, .bullet-list li:before,
.carousel-control:before, i.icon-lock:before,
.offers-slide .slide .no-offers:before {
  speak: none;
  font-variant: normal;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

/* ICONS */
i.icon-lock:before {
  font-family: 'mirai-icofonts';
    content: '\e98e';
    font-size: 20px;
    line-height: 15px;
}

.back a:before, a.fwd-link:after,
#main .go-to-calendar:after, .rooms-detail-wrapper .detail-links li a:after {
  content: '\e966';
  font-family: 'mirai-icofonts';
  font-size: .85em;
  line-height: .85em;
  font-weight: normal;
  margin: 0 .5em;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* flaticon */
.flaticon-onsen:before {
    content: "\f101";
}
.flaticon-hand-cream:before {
    content: "\f102";
}
.flaticon-essential-oil:before {
    content: "\f103";
}
.flaticon-sauna:before {
    content: "\f104";
}
.flaticon-spa:before {
    content: "\f105";
}
.flaticon-essential-oil-1:before {
    content: "\f106";
}
.flaticon-drop:before {
    content: "\f107";
}
.flaticon-leaves:before {
    content: "\f108";
}
.flaticon-hydrotherapy:before {
    content: "\f109";
}
.flaticon-leaves-1:before {
    content: "\f10a";
}
.flaticon-charity:before {
    content: "\f10b";
}
.flaticon-care:before {
    content: "\f10c";
}
.flaticon-facebook:before {
    content: "\f10d";
}
.flaticon-body-massage:before {
    content: "\f10e";
}
.flaticon-user:before {
    content: "\f10f";
}
.flaticon-calendar:before {
    content: "\f110";
}

/* mete la clase .fwd-link a los enlaces que quieras meter una flecha hacia adelante */
a.fwd-link:after {
  content: '\e967';
}

a.fwd-link:hover:after {
  margin-left: 1em;
  margin-right: 0;
}

.back a:hover:before {
  margin-right: 1em;
  margin-left: 0;
}

/* GENERAL FONT STYLES */
body {
  font-size: 17px;
  line-height: normal;
  max-width: 1920px;
  margin: 0 auto;
    width: 100%;
  background-image: url(/files/background-body.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body, .ui-datepicker-inline *, .wpcf7 input, #ui-datepicker-div {
  font-family: 'Montserrat', sans-serif;
}

/* normal links */
a, #cuadroOpiniones div.hssurveys_full .noLink, #cuadroOpiniones div.hssurveys_full .noLink a, #main .offer-detail-1 .go-to-calendar {
  color: #3B2A19;
}

a:hover, #cuadroOpiniones div.hssurveys_full .noLink:hover, #cuadroOpiniones div.hssurveys_full .noLink a:hover, #main .offer-detail-1 .go-to-calendar:hover {
  color: #AA8441;
}

/* TITLES */
/* reset Bootstrap styles */
h1, h2, h3, h4, h5, p, li {
  line-height: normal;
}
p{
  font-size: calc(17px + (17 - 17) * ((100vw - 300px) / (1900 - 300)));
  letter-spacing: 0;
  line-height: 1.35;
  color: #000;
  font-weight: 300;
  margin-bottom: 0!important
}

/* reset categories title blog */
.blog-wrapper #posts_con_categoria {
  font-size: initial;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.main-title {
  font-size: calc(25px + (50 - 25) * ((100vw - 300px) / (1900 - 300)));
  margin-bottom: 30px;
  display: block;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.mi-title2, #cookies-wrapper-content h1, .rooms-listing-wrapper h2, .rooms-detail-wrapper h2, .offers-listing-wrapper h2, .offers-detail-wrapper h2, .blog-wrapper h2, .blog-wrapper h1, .blog-wrapper #posts_con_categoria, .mi-iata-content h2, .starter-offers .offers-mashup dl dt {
  color: #3B2A19;
  font-size: calc(31px + (51 - 31) * ((100vw - 300px) / (1900 - 300)));
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.mi-subtitle{
  color: #3B2A19;
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1900 - 300)));
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
}

.mi-title3, #cookies-wrapper-content h2, .rooms-listing-wrapper h3, .rooms-detail-wrapper h3, .offers-listing-wrapper h3, .offers-detail-wrapper h3, .blog-wrapper h3, .mi-iata-content h3 {
  color: #3B2A19;
  font-size: calc(30px + (35 - 30) * ((100vw - 300px) / (1900 - 300)));
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.mi-title4, .rooms-detail-wrapper h4, .offers-detail-wrapper h4 {
  color: #3B2A19;
  font-size: calc(24px + (24 - 24) * ((100vw - 300px) / (1900 - 300)));
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}
.mi-title5 {
    color: #3B2A19;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1900 - 300)));
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
}

/*---------------------------------------------------------------------------*/
/*----------------------------- GENERAL FIXES -------------------------------*/
/*---------------------------------------------------------------------------*/
input[type="radio"], input[type="checkbox"] {
  margin: 0
}

select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: initial;
  font-family: inherit;
}

select[disabled] {
  cursor: not-allowed !important;
}

img {
  width: auto
}

.container {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container-lg {
    max-width: 1600px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: inherit;
}

ul.menu a {
  color: inherit;
}

#back-top {
  z-index: 200;
}

.btn:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus {
  outline: none;
}

.mi-iata-content {
  padding: 80px 0;
}

.mi-iata-content h2, .mi-iata-content h3 {
  margin-bottom: 20px;
}

.mi-iata-content .mi-action .tab-content {
  overflow: visible;
}

.collapse {
  overflow: hidden;
}

dt, dd {
  line-height: 1;
}

.socialmedia ul li a:before {
  color: inherit;
  display: block;
  font-size: inherit;
  padding: 0;
  background: transparent;
}

/* ENGINE SELECTS, QTRANSLATE SELECT AND MULTIROOM BUTTON APPEARANCE RESET */
.widget_qtranslate select, .common-form select {
  border-radius: 0;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  margin-bottom: 0;
  font-size: inherit;
}

.widget_qtranslate select::-ms-expand, .common-form select::-ms-expand {
  display: none;
}

.widget_qtranslate select, .common-form select {
  width: auto;
}

/*---------------------------------------------------------------------------*/
/*--------------------------- GENERIC CLASSES -------------------------------*/
/*---------------------------------------------------------------------------*/
.relative {
  position: relative
}
.absolute {
  position: absolute
}
.absolute.full {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}
.full-width {
  width: 100%
}
.full-height {
  height: 100%
}
.block {
  display: block
}
.inline-block {
  display: inline-block !important
}
.align-left {
  text-align: left
}
.align-center {
  text-align: center
}
.align-right {
  text-align: right
}
.non-clickable {
    pointer-events: none;
}
.vertical-align>* {
  vertical-align: middle
}
.overflow-h {
  overflow: hidden
}
.img-cover {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.center {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.bbox {
  box-sizing: border-box;
}

.absolute.center a:hover {
    text-decoration: none;
}

.bottom {
    position: absolute;
    top: 90%;
    right: 50%;
    -webkit-transform: translate(50%, -90%);
    transform: translate(50%, -90%);
}

.brd-l{
  border-left: 1px solid #0B423F;
}
.bold{
  font-weight: bold;
}
.uppercase{
  text-transform: uppercase;
}
.w-100{
  width: calc(100% - 100px);
}
.show-mobile{
  display: none!important;
}
.max-w40{
  max-width: 40%;
}
.max-w80{
  max-width: 80%;
}
.o-cover{
  -o-object-fit: cover;
  object-fit: cover;
}
.o-right{
  -o-object-position: right;
  object-position: right;
}
.o-left{
  -o-object-position: left;
  object-position: left;
}
.max-h300{
  max-height: 300px;
}

.h400{
  height: 400px;
}

.min-h400{
  min-height: 400px;
}
.left{
  float: left;
}
.nowrap {
    white-space:nowrap;
}
/* FLEX RULES */
.flex.row:before, .flex.row:after, .flex.container:before, .flex.container:after {
  display: none;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* y axis */
.fx-align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.fx-align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

/* x axis */
.fx-justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.fx-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.fx-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* changing axes */
.fx-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* break line */
.fx-wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
}

/* LIST */
/* agrega las clases .bullet-list o .check-list a los ul segun precises */
.check-list li, .bullet-list li {
  position: relative;
  padding-left: 1.25em;
  padding-bottom: 10px;
  font-size: calc(16px + (17 - 16) * ((100vw - 300px) / (1900 - 300)));
    letter-spacing: 0;
    line-height: 23px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0!important;
}

.check-list li:before, .bullet-list li:before {
  font-family: 'mirai-icofonts';
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.check-list li:before {
  color: #777;
  content: '\e983';
}

.bullet-list li:before {
  color: #464545;
    content: '\eb1a';
    font-size: 5px;
    line-height: 1;
    margin-top: 7px;
}

/* MARGIN - PADDING */
.pa0 {
  padding: 0
}


.ptxs {
  padding-top: 10px;
}
.prxs {
  padding-right: 10px;
}
.pbxs {
  padding-bottom: 10px;
}
.plxs {
  padding-left: 10px;
}
.phxs {
  padding-right: 10px;
  padding-left: 10px;
}
.pvxs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.paxs {
  padding: 10px;
}


.pts {
  padding-top: 20px;
}
.prs {
  padding-right: 20px;
}
.pbs {
  padding-bottom: 20px;
}
.pls {
  padding-left: 20px;
}
.phs {
  padding-right: 20px;
  padding-left: 20px;
}
.pvs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pas {
  padding: 20px;
}


.ptsm {
  padding-top: 50px;
}
.prsm {
  padding-right: 50px;
}
.pbsm {
  padding-bottom: 50px;
}
.plsm {
  padding-left: 50px;
}
.phsm {
  padding-right: 50px;
  padding-left: 50px;
}
.pvsm {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pasm {
  padding: 50px;
}


.ptm {
  padding-top: 70px;
}
.prm {
  padding-right: 70px;
}
.pbm {
  padding-bottom: 70px;
}
.plm {
  padding-left: 70px;
}
.phm {
  padding-right: 70px;
  padding-left: 70px;
}
.pvm {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pam {
  padding: 70px;
}


.ptl {
  padding-top: 100px;
}
.prl {
  padding-right: 100px;
}
.pbl {
  padding-bottom: 100px;
}
.pll {
  padding-left: 100px;
}
.phl {
  padding-right: 100px;
  padding-left: 100px;
}
.pvl {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pal {
  padding: 100px;
}


.ptxl {
  padding-top: 150px;
}
.prxl {
  padding-right: 150px;
}
.pbxl {
  padding-bottom: 150px;
}
.plxl {
  padding-left: 150px;
}
.phxl {
  padding-right: 150px;
  padding-left: 150px;
}
.pvxl {
  padding-top: 150px;
  padding-bottom: 150px;
}
.paxl {
  padding: 150px;
}


.mtxs {
  margin-top: 10px;
}
.mrxs {
  margin-right: 10px;
}
.mbxs {
  margin-bottom: 10px;
}
.mlxs {
  margin-left: 10px;
}
.mhxs {
  margin-right: 10px;
  margin-left: 10px;
}
.mvxs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.maxs {
  margin: 10px;
}


.mts {
  margin-top: 20px;
}
.mrs {
  margin-right: 20px;
}
.mbs {
  margin-bottom: 20px;
}
.mls {
  margin-left: 20px;
}
.mhs {
  margin-right: 20px;
  margin-left: 20px;
}
.mvs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mas {
  margin: 20px;
}


.mtsm {
  margin-top: 50px;
}
.mrsm {
  margin-right: 50px;
}
.mbsm {
  margin-bottom: 50px;
}
.mlsm {
  margin-left: 50px;
}
.mhsm {
  margin-right: 50px;
  margin-left: 50px;
}
.mvsm {
  margin-top: 50px;
  margin-bottom: 50px;
}
.masm {
  margin: 50px;
}


.mtm {
  margin-top: 70px;
}
.mrm {
  margin-right: 70px;
}
.mbm {
  margin-bottom: 70px;
}
.mlm {
  margin-left: 70px;
}
.mhm {
  margin-right: 70px;
  margin-left: 70px;
}
.mvm {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mam {
  margin: 70px;
}


.mtl {
  margin-top: 100px;
}
.mrl {
  margin-right: 100px;
}
.mbl {
  margin-bottom: 100px;
}
.mll {
  margin-left: 100px;
}
.mhl {
  margin-right: 100px;
  margin-left: 100px;
}
.mvl {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mal {
  margin: 100px;
}


.mtxl {
  margin-top: 150px;
}
.mrxl {
  margin-right: 150px;
}
.mbxl {
  margin-bottom: 150px;
}
.mlxl {
  margin-left: 150px;
}
.mhxl {
  margin-right: 150px;
  margin-left: 150px;
}
.mvxl {
  margin-top: 150px;
  margin-bottom: 150px;
}
.maxl {
  margin: 150px;
}


.ma0 {
  margin: 0
}

.m0auto {
  margin: 0 auto
}



/* BACKGROUNDS & COLORS */
.white-text, .white-text *, .white-text a:hover, .white-text .offers-mashup * {
  color: #fff;
}

.bg-black {
  background: #131313;
}
.bg-white{
  background: #fff;
}
.bg-white-round{
  background: #fff;
  border-radius: 12px;
  padding: 35px;
}
.bg-white-blur{
  background-color: rgb(255 255 255 / 0.13) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.bg-light {
  background: #f4f4f4;
}
.blue{
  color: #3F2E1E;
}
.green{
  color: #0D413E;
}
.red{
  color: #C05353;
}

.bg-soft-blue{
  background: #C4F0FF;
}

.bg-dark-blue {
    background: #302419;
}

.soft-blue {
    color: #0E5778;
}
.bg-blue{
  background: #EBE2D2;
}
.bg-green{
  background: #D7F1EE;
}
.bg-red{
  background: #F1DBCF;
}

.bg-light-brown {
    background: #ebe4dd;
}

.bg-dark-fill {
  background: rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

.bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.55+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.bg-wool {
    background-image: url(/files/background-leaves.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* borders */
.white-text *, .white-text {
  border-color: #fff;
}

/*---------------------------------------------------------------------------*/
/*--------------------------- COMMON ELEMENTS -------------------------------*/
/*---------------------------------------------------------------------------*/
/* CAROUSEL CONTROLS (bootstrap & swiper ) */
.carousel-control, .flickity-prev-next-button {
  width: auto;
    height: auto;
    font-size: 18px;
  line-height: 1;
    color: #3B2A19 !important;
    background: #fff;
  background-image: none;
    padding: 10px;
  margin: 0;
    opacity: 1;
    border: 2px solid #3B2A19;
    border-radius: 100%;
   -webkit-box-shadow: none !important;
    box-shadow: none !important;
  -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.carousel-control {
  text-indent: -99999px;
  text-shadow: none;
}

.carousel-control, .flickity-prev-next-button.previous {
  left: 0px;
}

.carousel-control.right, .flickity-prev-next-button.next {
  left: auto;
  right: 0px;
}

.flickity-button:disabled {
    opacity: 1;
    color: rgb(11 63 60 / 46%)!important;
    border-color: rgb(11 63 60 / 46%)!important;
}

.carousel-control:before, .flickity-prev-next-button:before {
  text-indent: 0;
  font-family: 'mirai-icofonts';
  display: block;
  float: left;
}

.carousel-control.left:before, .flickity-prev-next-button.previous:before {
  content: '\e966';
}

.carousel-control.right:before, .flickity-prev-next-button.next:before {
  content: '\e967';
}

.carousel-control:hover, .flickity-prev-next-button:hover {
  opacity: 1;
}

/* SWIPER FLICKITY */
/* full screen */
.full-screen-container .flickity-enabled, .full-screen-container .flickity-viewport, .full-screen-container .carousel-cell {
  height: 100% !important;
}

.full-screen-container .carousel-cell {
  width: 100%;
}

.full-screen-container .flickity-page-dots {
  bottom: 0px;
  padding: 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  width: auto;
}

/* arrows */
.flickity-prev-next-button svg {
  display: none;
}

/* Menu chain */
.pagination-carousel .carousel-cell:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #d8d8d8;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.pagination-carousel .carousel-cell.is-selected:before, .pagination-carousel .carousel-cell:hover::before {
  height: 4px;
  background-color: #8a8a8a;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.chain-carousel .flickity-prev-next-button {
  border: solid 1px #a6a6a6;
}


/* FADE FLICKITY */
.fade-flickity .flickity-slider {
  -webkit-transform: none !important;
  transform: none !important;
}

.fade-flickity .carousel-cell {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.fade-flickity .carousel-cell.is-selected {
  opacity: 1;
}

.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #c3d0cf;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #3B2A19;
}

/* SLIDER TYPES */
/* slider type1 */
.slider-type1 .flickity-prev-next-button{
   top: -25px;
}
.slider-type1  .flickity-prev-next-button.next{
   left: auto;
   right: 40px;
}
.slider-type1 .flickity-prev-next-button.previous{
   left: auto;
   right: 100px;
}
.slider-type1 .flickity-slider{
   margin-left: -20px;
}
.slider-type1 .flickity-page-dots{
   position: absolute;
   bottom: -10px;
   text-align: right;
   right: 50px;
}
.no-dots.flickity-enabled .flickity-page-dots,
.no-prevnext.flickity-enabled .flickity-prev-next-button{
   display: none;
}

/* slider type2 */
.slider-type2 .flickity-prev-next-button{
   top: 0;
}
.slider-type2 .flickity-prev-next-button.next{
   left: 60px;
   right: auto;
}
.slider-type2 .flickity-viewport{
   padding-top: 50px;
   padding-bottom: 25px;
}

/* slider type3 */
.slider-type3  .flickity-viewport{
   padding-bottom: 50px;
}
.slider-type3 .flickity-slider .carousel-cell{
   width: 70%;
}
.slider-type3 .flickity-prev-next-button{
   top: auto;
   bottom: -30px;
   background: transparent;
}
.slider-type3 .flickity-prev-next-button.next{
   left: 60px;
   right: auto;
}

.slider-type3.width-25 .flickity-slider .carousel-cell{
   width: 25%;
}

/* slider type card */
.cards-info-slider .flickity-viewport{
   margin-left: -10px;
}
.cards-info-slider .flickity-slider{
   display: flex;
}
.cards-info-slider .flickity-slider .carousel-cell{
   width: 55%;
   padding-right: 25px;
   padding-left: 10px;
   display: flex;
   min-height: 380px;
}

.card-content-wrapper {
   border-radius: 14px;
   background-color: #FFFFFF;
   box-shadow: 1px 1px 12px 0 rgb(0 0 0 / 10%);
   padding: 50px;
}

.slider-p-xs .card-content-wrapper{
   padding: 30px;
}

.cards-info-slider.small-cards  .flickity-slider .carousel-cell{
   /*width: auto;*/
   min-width: 35%;
}
.cards-info-slider.slider-sm .flickity-slider .carousel-cell{
   width: 30%;
}

/* BOOTSTRAP MODAL */
.modal:focus {
  outline: none;
}

.modal {
  border: none;
}

body.modal-open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.modal-header .close {
  float: none;
  position: absolute;
  right: 13px;
  top: 50%;
  font-size: 20px;
  width: 20px;;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: -20px;
  padding: 10px;
  color: inherit;
  opacity: .75;
  text-shadow: none;
}

.modal-header .close:hover {
  opacity: 1;
}

.modal-header {
  border-bottom: none;
  padding: 15px;
  padding-right: 57px;
  position: relative;
  background: #E9E2D8;
  color: #252525;
}

/* modal title */
.modal-header .mi-title3 {
  color: inherit;
  font-weight: normal;
}

/* MIRAI MODAL */
body.mirai-modal-active #main {
  position: static;
}

.mirai-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 599;
  background-color: transparent;
  color: #AA8441;
}
body.mirai-modal-active .mirai-modal {
  z-index: 601;
}

.mi-modal-close {
  color: inherit;
  border: 0;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  background: #fff;
    border-radius: 100%;
    padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 0px rgb(11 63 60 / 5%);
  box-shadow: 0px 0px 0px 0px rgb(11 63 60 / 5%);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* right */
.mirai-modal.right-pos .mi-modal-close{
  position: absolute;
    top: 50px;
    right: 50px;
}
/* center */
.mirai-modal.center-pos{
  background: rgb(0 0 0 / 25%);
}
.mirai-modal.center-pos .mi-modal-content{
  height: auto;
    /*background: #f3f3f3;*/
    border-radius: 12px;
}
.mirai-modal.center-pos .mi-modal-close{
  position: absolute;
    top: 20px;
    right: 20px;
}

.mirai-modal>.mi-modal-close, .mi-modal-header>.mi-modal-close {
    position: absolute;
    left: 29vw;
    bottom: 109%;
}

.mi-modal-header>.mi-modal-close {
  /*top: 50%;*/
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mi-modal-close i {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}

.mi-modal-close span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Gotham;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.mi-modal-close span, .mi-modal-close i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mi-modal-close:hover span {
  padding-right: 20px;
  padding-left: 0;
}

.mi-modal-close:hover {
  -webkit-box-shadow: 0px 0px 0px 10px rgb(11 63 60 / 5%);
  box-shadow: 0px 0px 0px 10px rgb(11 63 60 / 5%);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.mi-modal-header {
  margin-top: 110px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 30px 0;
  z-index: 1;
}

.mirai-modal .mi-modal-content {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgb(255 255 255 / 0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: url(/files/Bckg_MenuMotor_IMB.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
}
.mirai-modal.center-pos .mi-modal-content{
  background-image: none;;
}

.mirai-modal .mi-modal-content>div {
  /*max-height: 100%;*/
  overflow: auto;
  overflow-x: hidden;
   /*padding: 0 50px;
   height:100%;*/
}

.small-width {
  width: 600px;
  max-width: 100%;
  margin: auto;
}

.close-modalengine-active .mi-modal-header {
    display: none;
}

@media (max-height: 720px) {
   #modal-menuweb .mi-modal-content {
    	justify-content: initial;
    }
}


/* left */
.mirai-modal[data-to="left"] {
  left: -100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mirai-modal[data-to="left"].mi-active {
  left: 0;
}

/* right */
.mirai-modal[data-to="right"] {
  right: -100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mirai-modal[data-to="right"].mi-active {
  right: 0;
}

/* fade */
.mirai-modal[data-to="fade"] {
  opacity: 0;
  left: -100%;
  -webkit-transition: opacity .3s ease-in 0s, left 0s ease-in .3s;
  transition: opacity .3s ease-in 0s, left 0s ease-in .3s;
}

.mirai-modal[data-to="fade"].mi-active {
  opacity: 1;
  left: 0;
  -webkit-transition: left 0s ease-in 0s, opacity .3s ease-in;
  transition: left 0s ease-in 0s, opacity .3s ease-in;
}

.mirai-modal-active #fixed-header[data-transparent="true"]:before {
    opacity: 0;
}

.mirai-modal-active #fixed-header.offset-active[data-transparent="true"] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* left pos */
.mirai-modal[data-to="fade"].left-pos{
  top: 0;
    left: 0;
    right: unset;
  width: 0;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

/* right pos */
.mirai-modal[data-to="fade"].right-pos{
  top: 0;
    left: unset;
    right: 0;
  width: 0;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

/* all pos */
.mirai-modal[data-to="fade"].left-pos.mi-active,
.mirai-modal[data-to="fade"].right-pos.mi-active{
  width: 100%;
  -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
}
.mirai-modal[data-to="fade"].left-pos .mi-modal-content,
.mirai-modal[data-to="fade"].right-pos .mi-modal-content{
  padding: 120px 50px 30px 50px;
  width: 40%;
    opacity: 1;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
}
.mirai-modal[data-to="fade"].left-pos.mi-active .mi-modal-content,
.mirai-modal[data-to="fade"].right-pos.mi-active .mi-modal-content{
  width: 100%;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
}
.mirai-modal[data-to="fade"].left-pos .mi-modal-content > div,
.mirai-modal[data-to="fade"].right-pos .mi-modal-content > div{
    opacity: 0;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
}
.mirai-modal[data-to="fade"].left-pos.mi-active .mi-modal-content > div,
.mirai-modal[data-to="fade"].right-pos.mi-active .mi-modal-content > div{
    opacity: 1;
}
body:not(.modal-menuweb-active) #modal-menuweb, body.modal-menuweb-active #modal-menuweb .mi-modal-content, body:not(.engine-modal-active) #engine-modal, body.engine-modal-active #engine-modal .mi-modal-content,
.mirai-modal[data-to="fade"].left-pos.mi-active .mi-modal-content > div,
.mirai-modal[data-to="fade"].right-pos.mi-active .mi-modal-content > div{
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    /*left: -100%;*/
}


/* Disable menu items when other modal is open */

/*body.mirai-modal-active:not(.engine-modal-active):not(.close-modalengine-active) .booking-modal-btn,
body.modal-menuweb-active .booking-modal-btn,
.mirai-modal-active:not(.modal-menuweb-active) .menu-modal-btn,
.mirai-modal-active #fixed-header #navigationweb>#menu_web {
  pointer-events: none;
  opacity: 0;
}*/

.mirai-modal-active #fixed-header[data-transparent="true"]:before {
    opacity: 0;
    pointer-events: none;
}

.mirai-modal-active #fixed-header.offset-active[data-transparent="true"] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* If not hamburguer */
#fixed-header[data-hamburguer-desktop="false"] #navigationweb>.burguer-wrapper {
  display: none;
}

#fixed-header[data-hamburguer-desktop="false"] #navigationweb>#menu_web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#fixed-header[data-hamburguer-desktop="false"] #navigationweb .modal-engine-wrapper {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

#fixed-header[data-hamburguer-desktop="false"] .modal-engine-wrapper.offset-active {
  margin-left: 20px;
}

/* SHADOWBOX */
#sb-container {
  z-index: 1100;
}

/* SIDE MODAL BUTTON */
.fixed-modal-link {
  background: #d8d8d8;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  top: 30%;
  padding: 30px 10px;
  z-index: 200;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.fixed-modal-link:hover {
  padding: 30px 20px 30px 10px;
}

/* FORMS */
.wpcf7-recaptcha>div {
  width: 100% !important;
}

/* mete la clase .common-form al contenedor del formulario para que le afecten los estilos estandar */
.common-form {
    overflow: hidden;
    max-width: 1024px;
  background-color: rgb(255 255 255 / 0.13) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.common-form .row {
    margin: 0 -16px;
}
.common-form .row+.row {
    padding-top: 16px;
    border-top: 1px dashed #dfdfdf;
}
.common-form .row>* {
    padding: 0 16px 24px;
}
.common-form div.wpcf7-response-output {
    margin: 10px 0 0;
    padding: 15px;
    border: none;
    font-size: 18px;
    font-weight: 400;
}
.common-form div.wpcf7-spam-blocked {
    background: #f8f9c1;
    color: #3b3b3b;
}
.common-form div.wpcf7-validation-errors {
    background: #ffcece;
    color: #3b3b3b;
}
.common-form div.wpcf7-mail-sent-ok {
    background: rgb(234 255 211);
    color: #3b3b3b;
}
div.wpcf7 .ajax-loader {
    position: absolute;
}
.common-form label {
  padding-bottom: 5px;
    font-size: calc(16px + (17 - 16) * ((100vw - 300px) / (1900 - 300)));
    letter-spacing: 0;
    line-height: 1.35;
    color: #000;
    font-weight: 300;
    margin-bottom: 0!important;
}
.common-form .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}
.common-form input[type="text"],.common-form input[type="email"],.common-form input[type="file"],.common-form textarea,.common-form select, .common-form input[type="date"], .common-form input[type="number"], .wpcf7-form-control-wrap.radio-size, .wpcf7-form-control-wrap.radio-megafony, .wpcf7-form-control-wrap.checkbox-audiov, .wpcf7-form-control-wrap.checkbox-rest {
    height: auto;
    margin-bottom: 0;
    line-height: normal;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    font-size: inherit;
    font-weight: 100;
    font-family: inherit;
    background: #f3f3f3;
    border: none;
    border-bottom: 3px solid #3B2A19;
    -webkit-transition: 1s;
    transition: 1s;
}
.common-form input[type="text"]:focus,.common-form input[type="email"]:focus,.common-form input[type="file"]:focus,.common-form textarea:focus,.common-form select:focus {
    border-color: #444444;
    background: rgb(255 255 255)!important;
}
.common-form input[type="text"],.common-form input[type="email"],.common-form input[type="file"],.common-form select, .common-form input[type="date"], .common-form input[type="number"], .wpcf7-form-control-wrap.radio-size, .wpcf7-form-control-wrap.radio-megafony, .wpcf7-form-control-wrap.checkbox-audiov, .wpcf7-form-control-wrap.checkbox-rest{
    height: 48px;
    line-height: 2.7em;
    font-weight: 300;
    font-size: 18px;
}
.wpcf7-form-control-wrap.radio-size, .wpcf7-form-control-wrap.radio-megafony, .wpcf7-form-control-wrap.checkbox-audiov, .wpcf7-form-control-wrap.checkbox-rest{
    text-align: left;
}
.common-form input[type="file"] {
    padding: 1em .5em;
    line-height: inherit;
}
.common-form textarea {
    font-weight: 300;
    color: #000;
    min-height: 100px;
    height: 150px;
    line-height: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
}
.common-form .wpcf7-form-control-wrap.selector:after {
    content: "\e971";
    font-family: 'mirai-icofonts';
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
    font-size: 9px;
    color: inherit;
    line-height: 1;
}
.common-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.common-form .wpcf7-list-item {
    display: inline-block;
    margin: 0 15px;
    font-size: .9em;
    vertical-align: middle;
}
.common-form .wpcf7-form-control-wrap.acceptance-700 {
    width: auto;
}
.common-form .accept-privacity a,.common-form div.wpcf7-validation-errors {
  line-height: 1.5em;
    font-size: calc(16px + (17 - 16) * ((100vw - 300px) / (1900 - 300)));
    font-weight: 300;
    color: #000;
}
.common-form span.wpcf7-not-valid-tip {
    font-size: 18px;
    margin-top: 5px;
    text-align: left;
    color: #cc4223;
}
.common-form .wpcf7-not-valid-tip ~ input, .common-form .wpcf7-not-valid-tip ~ textarea {
    border-color: red;
}
.legal-submit-box > div.accept-privacity {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.common-form .legal-submit-box .wpcf7-submit {
  width: auto;
    height: auto;
    padding: 15px 30px!important;
    background: #AA8441!important;
    border: none!important;
    font-size: 18px!important;
    font-weight: 500!important;
    letter-spacing: 1.54px!important;
    border-radius: 40px!important;
  transition: all ease 0.25s;
}
.common-form .legal-submit-box .wpcf7-submit :hover{
  background: #3B2A19!important;
    color: #fff;
  transition: all ease 0.25s;
}

/* BACK TO TOP */
#back-top {
  background-color: #9a9a9a;
}

/* BACKGROUND IMAGE */
.bg-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* BUTTONS */
/* utiliza la clase .primary-btn para aquellos botones que quieras que se comporten como el de reservar, y .secundary-btn para los de tipo ofertas */
/* primary */
.offers-detail-wrapper .offer-calendar-wrapper .offer-button, .rooms-detail-wrapper .room-calendar-wrapper .room-button, .landing-booking-button,
.offers-detail-wrapper a.booking_mobile, .rooms-detail-wrapper a.booking_mobile, .all-calendar input[type="button"], .primary-btn {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1900 - 300)));
    font-weight: 500;
    letter-spacing: 1.54px;
  text-shadow: none;
    text-transform: uppercase;
  color: #fff;
  background: #AA8441;
    padding: 20px 35px;
  border: none;
    border-radius: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
  -webkit-transition: all 1s;
    transition: all 1s;
}
.booking-modal-btn i{
  vertical-align: sub;
    font-size: 30px;
}

.offers-detail-wrapper .offer-calendar-wrapper .offer-button:hover, .rooms-detail-wrapper .room-calendar-wrapper .room-button:hover, .landing-booking-button:hover,
.offers-detail-wrapper a.booking_mobile:hover, .rooms-detail-wrapper a.booking_mobile:hover, .all-calendar input[type="button"]:hover, .primary-btn:hover {
  text-decoration: none;
  color: initial;
    -webkit-box-shadow: 0px 0px 0px 10px rgb(239 165 55 / 32%);
    box-shadow: 0px 0px 0px 10px rgb(239 165 55 / 32%);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.primary-btn, .secundary-btn {
  display: inline-block;
}

/* secundary */
.offers-listing-wrapper .offer .offer-button, .rooms-detail-wrapper .offer .offer-button, .mapa .formRuta input.calculaRuta, #respond .form-submit #submit,
.wpcf7 .wpcf7-form input.wpcf7-submit, .offers-mashup .more-info-link, .widget_search form input[type="submit"],
.rooms-listing-wrapper .room-box .room-book a, .mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview,
.secundary-btn {
  font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
  color: #3B2A19;
  background: transparent;
    border: 1px solid;
    border-radius: 25px;
    text-shadow: none;
  padding: 7px 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.secundary-btn i{
  padding-left: 5px;
  vertical-align: initial;
  display: inline-block;
  font-size: .8em;
  -webkit-transition: all ease-out 0.35s;
          transition: all ease-out 0.35s;
}

.white-text .secundary-btn, .white-text .offers-mashup .more-info-link {
  color: #fff;
}

.offers-listing-wrapper .offer .offer-button:hover, .rooms-detail-wrapper .offer .offer-button:hover, .mapa .formRuta input.calculaRuta:hover, #respond .form-submit #submit:hover,
.wpcf7 .wpcf7-form input.wpcf7-submit:hover, .offers-mashup .more-info-link:hover, .widget_search form input[type="submit"]:hover,
.rooms-listing-wrapper .room-box .room-book a:hover, .mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview:hover,
.secundary-btn:hover {
  text-decoration: none;
  background: rgba(178, 178, 178, 0.1);
  color: #575757;
}
.secundary-btn:hover i{
  transform: translateX(7px);
  transition: all ease-out 0.35s;
}

.white-text .secundary-btn:hover, .white-text .offers-mashup .more-info-link:hover {
  color: #fff;
  background: rgba(232, 232, 232, 0.1);
}

/* disabled buttons */
#main .offers-detail-wrapper .offer-calendar-wrapper .offer-button:disabled, #main .rooms-detail-wrapper .room-calendar-wrapper .room-button:disabled,
.wpcf7 .wpcf7-form input.wpcf7-submit:disabled, .wpcf7 .wpcf7-form input.wpcf7-submit:disabled:hover, .all-calendar input[type="button"]:disabled {
  background-color: #b9b9b9 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
}

/* fixing padding for details submit button */
.offers-detail-wrapper .offer-calendar-wrapper .offer-button, .rooms-detail-wrapper .room-calendar-wrapper .room-button {
  padding: 0;
}

.arrow-btn i{
  color: #3B2A19;
  border: 2px solid;
  border-radius: 100%;
  padding: 10px;
  transition: all ease-in-out 0.25s;
}
.arrow-btn:hover i{
  transform: translateX(10px);
  transition: all ease-in-out 0.25s;
}
.white-text .arrow-btn i, .white-text.arrow-btn i, .arrow-btn .white-text i{
  color: #fff;
  border: 2px solid;
  border-radius: 100%;
  padding: 10px;
}

/*---------------------------------------------------------------------------*/
/*----------------------------- ENGINE CALENDAR -----------------------------*/
/*---------------------------------------------------------------------------*/
/* FIXING */
.offers-detail-wrapper .calendar-legend-offer-day a {
  border: 0 !important;
}

.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date._checkout-date a, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date a, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkout-date a, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkout-date a {
  border-radius: 0;
}

/* wrapper in detail pages */
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline {
  padding: 10px;
}

/* months */
.ui-datepicker-multi .ui-datepicker-group {
  padding: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* header */
.ui-datepicker .ui-datepicker-header {
  border: 0;
  border-radius: 0;
  padding: 6px !important;
}

/* month - year */
.ui-datepicker .ui-datepicker-title {
  font-size: 1em;
  font-weight: bold;
  margin: 0 !important;
}

/* color name weekdays */
.ui-datepicker th {
  color: #999 !important;
}

/* color name weekend */
.ui-datepicker th.ui-datepicker-week-end {
  color: #444 !important;
}

/* days (number) */
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  border: 0;
}

.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 1px solid #e4e7e7;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, #noDispo .ui-datepicker td span, #noDispo .ui-datepicker td a {
  border: 0 !important;
  padding: 6px;
  text-align: center;
}

/* weekend (number) */
.ui-widget-content td:not(.calendar-legend-offer-day)>.ui-state-default, .ui-widget-header .ui-state-default, #noDispo .ui-datepicker td span, #noDispo .ui-datepicker td a, .ui-datepicker-week-end td:not(.calendar-legend-offer-day)>.ui-state-default, .ui-datepicker-week-end .ui-widget-content .ui-state-default, .ui-datepicker-week-end .ui-widget-header .ui-state-default {
  background: transparent !important;
}

/* arrows */
.ui-widget-header .ui-icon, .ui-widget-content .ui-icon, .ui-icon, #main #noDispo .ui-widget-header .ui-icon {
  display: none !important;
}

.ui-dialog-titlebar-close .ui-icon-closethick {
  display: block !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  border: 1px solid #e4e7e7 !important;
  top: 50% !important;
  padding: 0.3em 0.7em;
  text-decoration: none;
  width: auto !important;
  height: auto !important;
  border-radius: 3px;
  line-height: 1;
  font-size: 1em;
  margin-top: -.8em;
  font-weight: normal;
  color: #82888a;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 7px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 7px !important;
}

.ui-datepicker .ui-datepicker-next:after, .ui-datepicker .ui-datepicker-prev:after {
  color: inherit;
  cursor: pointer;
  font-family: 'mirai-icofonts';
  line-height: 1;
  font-size: inherit;
  display: block;
}

.ui-datepicker .ui-datepicker-prev:after {
  content: "\eb28";
}

.ui-datepicker .ui-datepicker-next:after {
  content: "\eb25";
}

/* header (month&year) and old calendar buttons */
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-buttonpane button, .offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .ui-datepicker-header {
  background: #fff !important;
  color: #666 !important;
}

.all-calendar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e4e7e7;
}

.all-calendar .ui-datepicker .ui-datepicker-title {
  text-transform: none;
  font-weight: bold !important;
}

.all-calendar .ui-datepicker thead th {
  font-weight: normal;
  font-size: 0.9em;
}

/* offers 4 and rooms 5 templates */
.detail-services-dates {
  max-width: 800px;
  margin: 0 auto;
}

.offer-detail-4 .offer-dates, .offer-detail-4 .room-offer, .rooms-detail-5 .room-dates, .rooms-detail-5 .room-offer .offer-list {
  background: transparent;
}

.offer-detail-4 .offer-dates, .rooms-detail-5 .room-dates {
  padding-right: 0;
}

@media (max-width: 979px) {
  .detail-description, .offer-detail-4 .offer-dates, .rooms-detail-5 .room-dates {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ------------------------------ CHANGE THESE COLORS & BACKGROUNDS ------------------------------ */
/* selected and hover days */
.ui-datepicker-calendar ._selected-date span,
.ui-datepicker-calendar ._selected-date a,
.ui-datepicker-calendar ._checkin-date span,
.ui-datepicker-calendar ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._selected-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._selected-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day a:hover,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkin-date._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._selected-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker td:not(._checkout-date):hover a,
.ui-datepicker td:hover a,
.all-calendar .ui-datepicker-calendar ._selected-date span,
.all-calendar .ui-datepicker-calendar ._selected-date a,
.all-calendar .ui-datepicker-calendar ._checkin-date span,
.all-calendar .ui-datepicker-calendar ._checkin-date a,
.all-calendar .ui-datepicker-calendar ._checkin-date._checkout-date span,
.all-calendar .ui-datepicker-calendar ._checkin-date._checkout-date a,
.all-calendar .ui-datepicker-calendar a:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: rgb(223 206 182 / 32%) !important;
  color: #56595b;
  font-weight: normal !important;
  text-decoration: none;
}

/* last selected day */
.ui-datepicker-calendar ._checkout-date span,
.ui-datepicker-calendar ._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkout-date a,
.all-calendar .ui-datepicker-calendar ._checkout-date span,
.all-calendar .ui-datepicker-calendar ._checkout-date a {
  background: #e1cead !important;
  color: #56595b;
  font-weight: normal !important;
  text-decoration: none;
}

/* hover arrows (engine, details and no dispo calendars) */
.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: 1px solid #c4c4c4 !important;
  background: transparent !important;
}


.all-calendar .room-button:hover {
    background: #AA8441;
}
/* ----------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------*/
/*------------------------------ STRUCTURE ----------------------------------*/
/*---------------------------------------------------------------------------*/
#header .content, #main .content, #footer .content {
  position: relative
}

/* HEADER */
#header {}

#header .content {}

#pre-header, #header .qts-lang-menu, #header .qts-lang-menu option {
  background-color: #252525;
}

/* ------- */
#pre-header {
  padding: 5px 0;
}

#modal-menuweb #pre-header {
    display: none;
}

#pre-header * {
  color: #fff;
  vertical-align: middle;
}

.contact-header {
  font-size: 12px;
  margin: auto;
}

.contact-header>div:last-child {
  padding-right: 0;
}

.contact-header>li, .contact-header>div {
  padding: 0 20px;
  position: relative;
}

.contact-header>li:before, .contact-header>div:before {
  content: '';
  border-left: 1px solid;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 0;
}

.contact-header>li:first-child, .contact-header>div:first-child {
  padding-left: 0;
}

.contact-header>li:first-child:before, .contact-header>div:first-child:before {
  display: none;
}

.contact-header i {
  display: inline-block;
  margin-right: 7px;
}

.cat-contact #footer .address-data img {
    display: none;
}

#pre-header .socialmedia a {
  font-size: 14px;
  padding: 2px;
}

#pre-header .socialmedia li {
  padding: 0 3px;
}

#fixed-header {
  padding: 50px 0 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  max-width: 1920px;
    margin: 0 auto;
  z-index: 600;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.bookingstep1 #fixed-header,
.bookingstep1 #fixed-header[data-transparent="true"]{
  position: relative;
  background-color: #d3bda7;
    padding: 20px 0;
}

#fixed-header[data-transparent="false"] {
  background-color: white;
}

#fixed-header[data-transparent="true"] {
  background-color: transparent;
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.5998774509803921) 30%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(0 0 0 / 30%) 46%);
  background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 30%) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

#fixed-header[data-transparent="true"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: none;
}
.cat-booking #fixed-header[data-transparent="true"]:before {
    display: none;
}
#fixed-header.offset-active:not(.bookingstep1 #fixed-header.offset-active) {
  position: fixed;
  top: 0;
  padding: 20px 0;
  background-color: rgb(255 255 255 / 0.7) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#fixed-header.offset-active[data-transparent="true"]:before {
  display: none;
}

/*#fixed-header.offset-active[data-transparent="true"] {
  background-color: white;
}*/

#header #navigationweb {
  -webkit-animation: none;
  animation: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1051;
  padding: 0;
  margin: 0 70px;
}


#navigationweb .burguer-wrapper,
#navigationweb .modal-engine-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: block;
  margin-left: 0;
}

/* Hamburguer */
#fixed-header .burguer-wrapper > p{
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#fixed-header.offset-active .burguer-wrapper > p{
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.menu-modal-btn {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  -webkit-transition: all 1s;
    transition: all 1s;
}
#fixed-header.offset-active .menu-modal-btn:not(.bookingstep1 #fixed-header.offset-active .menu-modal-btn){
  background: #3B2A19;
}
.menu-modal-btn:hover{
  -webkit-box-shadow: 0px 0px 0px 7px rgb(255 255 255 / 32%);
    box-shadow: 0px 0px 0px 7px rgb(255 255 255 / 32%);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#fixed-header.offset-active .menu-modal-btn:hover {
    -webkit-box-shadow: 0px 0px 0px 7px rgb(11 63 60 / 18%);
    box-shadow: 0px 0px 0px 7px rgb(11 63 60 / 18%);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.menu-modal-btn::before,
.menu-modal-btn::after,
.menu-modal-btn i::before,
.menu-modal-btn i::after {
  content: "";
    position: absolute;
    left: 18px;
    right: 25px;
    height: 0;
    border-bottom: 4px solid;
    -webkit-transition: .4s .2s ease, color .2s;
    transition: .4s .2s ease, color .2s;
    color: #3B2A19;
    border-radius: 100px;
}
#fixed-header.offset-active .menu-modal-btn::before, #fixed-header.offset-active .menu-modal-btn::after, #fixed-header.offset-active .menu-modal-btn i::before, #fixed-header.offset-active .menu-modal-btn i::after{
  color: #fff;
}

.menu-modal-btn::before {
    top: 27px;
}

.menu-modal-btn::after {
    bottom: 27px;
    right: 25px;
}

.menu-modal-btn:hover i {
  right: -10px;
}

.menu-modal-btn i::after,
.menu-modal-btn i::before {
  -webkit-transition: .2s;
  transition: .2s;
}

.menu-modal-btn i {
  position: absolute;
    -webkit-transition: .2s, color 0s;
    transition: .2s, color 0s;
    top: 50%;
    margin-top: -2px;
    left: 0;
    right: -5px;
    color: #3B2A19;
}

.menu-modal-btn.toggle-close {
  z-index: 10;
  width: 55px;
  padding-right: 0;
  background-color: white;
  -webkit-transition: border .2s .4s;
  transition: border .2s .4s;
}

.menu-modal-btn.toggle-close::before {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-modal-btn.toggle-close::after,
.menu-open .menu-modal-btn:hover::after {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-modal-btn.toggle-close i {
  left: 10px;
  right: 10px;
}

.menu-modal-btn.toggle-close i::after,
.menu-modal-btn.toggle-close i::before {
  left: 0;
  right: 0;
}

.menu-modal-btn.toggle-close i::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .4s .2s ease;
  transition: .4s .2s ease;
}

.menu-modal-btn.toggle-close i::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .4s .2s ease;
  transition: .4s .2s ease;
}

.menu-modal-btn.toggle-close span:first-child {
  margin-top: -18px;
  -webkit-transition: .4s;
  transition: .4s;
}

/* booking modal button */
.cat-room-detail .booking-modal-btn, .cat-room-detail .modal-engine-wrapper,
.cat-offer-detail .booking-modal-btn, .cat-offer-detail .modal-engine-wrapper,
.cat-booking .booking-modal-btn,
.cat-offer-detail .booking-modal-btn, .cat-offer-detail .modal-engine-wrapper {
  display: none;
  opacity: 0 !important;
}

#header .modal-engine-wrapper.offset-active {
  width: auto;
  opacity: 1;
}

#header .modal-engine-wrapper {
  margin-left: 0;
    width: auto;
    opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* Engine modal */
#fixed-header .modal-engine-wrapper>.booking-modal-btn {
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn {
  width: 145px;
  text-align: center;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn.toggle-close {
  width: 50px !important;
  color: transparent;
  background-color: white;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn.toggle-close:before {
  content: '\e95d';
  color: #000;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn:before {
  font-family: 'mirai-icofonts';
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  color: #000;
  -webkit-transition: 0s;
  transition: 0s;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn.toggle-close:before {
  opacity: 1;
  font-size: 22px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#fixed-header.offset-active .modal-engine-wrapper > div > p{
  display: none;
}

/* logo */
#logo {
    line-height: 1;
    margin: 0;
    padding: 0;
    /* height: 200px; */
    overflow: hidden;
    -webkit-transition: height 0.75s ease;
    transition: height 0.75s ease;
}
#logo img{
    height: 100px;
    transition: height 0.75s ease;
}
#fixed-header.offset-active #logo img:not(.bookingstep1 #fixed-header.offset-active #logo img) {
    opacity: 0;
    height: 75px;
    transition: height 0.75s ease;
}
#fixed-header #logo a {
    background: none;
}
#fixed-header.offset-active #logo a {
    background-image: url(/files/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#fixed-header.offset-active #logo:not(.bookingstep1 #fixed-header.offset-active #logo){
    height: 75px;
    -webkit-transition: height 0.75s ease;
    transition: height 0.75s ease;
}
#fixed-header.offset-active #logo img:not(#fixed-header.offset-active #logo img){
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* qtranslate */
.widget_qtranslate {
  text-align: left;
  position: relative;
  padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.widget_qtranslate:after, #header .widget_qtranslate:before {
  content: "\e971";
  font-family: 'mirai-icofonts';
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  font-size: 9px;
}
.widget_qtranslate:after{
  display: none;
}

#header .widget_qtranslate:before {
  content: '\e9a4';
  right: auto;
  left: 2px;
  font-size: 16px;
  margin-top: -8px;
}

.widget_qtranslate select {
  border: none;
  padding-right: 14px;
  padding-top: 0;
  padding-bottom: 1px;
  line-height: normal;
  height: auto;
}

.widget_qtranslate select option {
  padding: 6px 10px !important;
}

.widget_qtranslate ul {
  text-transform: uppercase;
  line-height: 1;
}

.widget_qtranslate ul li {
  float: left;
    border-right: 1px solid #AA8441;
    padding: 0 8px;
    margin: 0;
    line-height: 1;
}

.widget_qtranslate ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.widget_qtranslate ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
}

#container .widget_qtranslate ul li.active a, #container .widget_qtranslate a:hover {
  color: #3F2E1E;
    font-weight: 600;
  text-decoration: none;
}

.widget_qtranslate ul li.active a {
  cursor: default;
}

/* menu web */
ul#menu_web {
  text-transform: uppercase;
}

ul#menu_web>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  position: relative;
}


ul#menu_web>li>a {
    position: relative;
    padding: 10px 0;
    color: #3B2A19;
    font-size: calc(10px + (45 - 18) * ((100vw - 300px) / (1900 - 300)));
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.25;
}

ul#menu_web>li>a:hover, ul#menu_web>li.menu-item-has-children:hover>a, ul#menu_web>li.current-menu-item>a,
ul#menu_web>li.current-menu-ancestor>a, ul#menu_web>li.current-menu-parent>a {
  text-decoration: none;
    opacity: 0.5;
}

/* underline hover and active */
ul#menu_web>li>a:before {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 1px solid;
  bottom: 8px;
  left: 0;
  width: 0;
}

ul#menu_web>li>a:hover:before {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

ul#menu_web>li>a:hover:before, ul#menu_web>li.current-menu-item>a:before, ul#menu_web>li.current-menu-parent>a:before {
  /*width: 100%;*/
}

ul#menu_web li.menu-item-has-children>a:after {
    content: "\e96d";
    display: inline-block;
    font-family: 'mirai-icofonts';
    font-size: 0.4em;
    margin-left: 7px;
    margin-bottom: 5px;
    vertical-align: middle;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-text-stroke: 0px;
    width: 30px;
    height: 30px;
  opacity: 0; /* oculto para mostrar el + */
}

ul#menu_web .sub-menu li,.home #menu_web li.current-menu-item {
  display: block;
}

.menu li {
  display: inline-block;
}

/* pon a los elementos del menu que no tengan pagina propia la clase .menu-not-active */
ul#menu_web .menu-not-active>a {
  pointer-events: none;
  cursor: default;
}

ul#menu_web li.menu-not-active>ul>.duplicated-menu-item {
  display: none;
}

/* sub-menu */
ul#menu_web>li>ul.sub-menu {
  z-index: 800;
}

ul#menu_web>li>ul.sub-menu {
  background: #535353;
}

ul#menu_web>li>ul.sub-menu li>a {
  color: #fff;
  padding: 20px;
  white-space: nowrap;
}

ul#menu_web>li ul.sub-menu li>a:hover, ul#menu_web>li ul.sub-menu li.current-menu-item>a {
    background-color: transparent;
}

#modal-menuweb ul#menu_web {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
  position: relative;
}

#modal-menuweb ul#menu_web>li {
    margin-left: 0;
  position: static;
}
#modal-menuweb ul#menu_web>li i.more-icon{
  border: 2px solid;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    cursor: pointer;
    margin-left: -30px;
  z-index: -1;
  -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#modal-menuweb ul#menu_web>li i.more-icon:before{
  content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #AA8441;
    position: relative;
    top: 11px;
    left: 5px;
}
#modal-menuweb ul#menu_web>li i.more-icon:after{
  content: "";
    position: relative;
    right: -12px;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 2px;
    height: 16px;
    background: #AA8441;
  transition: height ease-in-out 0.25s;
}
#modal-menuweb ul#menu_web>li.active-item i.more-icon:after{
  height: 0;
  transition: height ease-in-out 0.25s;
}
#modal-menuweb ul#menu_web>li:hover i.more-icon{
  background: rgb(11 64 61 / 10%);
  -webkit-box-shadow: 0px 0px 0px 7px rgb(11 64 61 / 10%);
    box-shadow: 0px 0px 0px 7px rgb(11 64 61 / 10%);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

body #modal-menuweb.mirai-modal .mi-modal-content,
body #modal-menuweb.mirai-modal.mi-active .mi-modal-content{
  width: 65%;
}

.close-modal-menuweb{
  position: absolute;
    top: 50px;
    left: 50px;
}
.close-modal-menuweb .mi-modal-close{
  background: #FFF;
    color: #3F2E1E;
}
.close-modal-menuweb p{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 5px;
    font-weight: 600;
    color: #3F2E1E;
}
#modal-menuweb .social-media-wrapper{
  position: absolute;
    bottom: 50px;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
#modal-menuweb .social-media-wrapper a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #AA8441;
    font-weight: 300;
    font-size: 15px;
  -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#modal-menuweb .social-media-wrapper span{
    background: #AA8441;
    color: rgb(255 255 255 / 81%);
    padding: 10px;
    border-radius: 100%;
    font-size: 25px;
    margin-top: 10px;
  -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#modal-menuweb .social-media-wrapper a:hover span{
  -webkit-box-shadow: 0px 0px 0px 8px rgb(11 63 60 / 5%);
    box-shadow: 0px 0px 0px 8px rgb(11 63 60 / 5%);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#modal-menuweb .social-media-wrapper a:hover{
  text-decoration: none;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#navigationweb>#menu_web {
  display: none;
}

#modal-menuweb .menu-web-contact li a{
  font-weight: 300;
    font-size: calc(22px + (22 - 18) * ((100vw - 300px) / (1900 - 300)));
    border-right: 1px solid;
    padding: 0 15px;
}
#modal-menuweb .menu-web-contact li:first-child a{
    padding-left: 0;
}
#modal-menuweb .menu-web-contact li:last-child a{
    border-right: none;
}

/* Hover and current */

#menu_web > li.active-second-menu > a, #menu_web > li.current_page_item > a, #menu_web > li.current_menu_ancestor > a, #menu_web > li:hover > a {

}

/* Click instead of hover */
/*ul#menu_web > li > ul.sub-menu {
  background: transparent;
  color: #000;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  padding-left: 20px;
  left: 50%;
  margin-left: 50%;
}*/

ul#menu_web > li > ul.sub-menu {
    background: transparent;
    color: #000;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    padding-left: 30%;
}

ul#menu_web > li.active-item > ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}
/*ul#menu_web > li:hover > ul.sub-menu{
  position: absolute;
  left: 40%;
  display: flex;

  left: 50%;
}*/

ul#menu_web > li:hover > ul.sub-menu {
    position: absolute;
    left: 100%;
    display: flex;
}


/* - Types menus  - */
ul.submenu{
  padding-left: 70px;
    display: flex;
    flex-direction: column;
}
ul#menu_web>li>ul.sub-menu li{
    margin-bottom: 30px;
    display: inline-block;
    height: auto;
}
ul#menu_web>li>ul.sub-menu li>a{
  color: #3B2A19;
    font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
  text-transform: none;
  padding: 0;
  opacity: 0;
  position: relative;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
}
ul#menu_web>li>ul.sub-menu li>a:after{
  content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0%;
    height: 1px;
    background: #AA8441;
  transition: width 0.25s ease-in-out;
}
ul#menu_web>li>ul.sub-menu li>a:hover:after{
  content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: rgb(131 55 19 / 29%);
  transition: width 0.25s ease-in-out;
}
ul#menu_web>li.active-item>ul.sub-menu li>a{
  opacity: 1;
}
ul#menu_web > li.active-item ul.sub-menu li:first-child a {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
ul#menu_web > li.active-item ul.sub-menu li:first-child a:after {
  width: 100%;
  min-width: 150px;
}

ul#menu_web > li.active-item ul.sub-menu li:nth-child(2) a {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

ul#menu_web > li.active-item ul.sub-menu li:nth-child(3) a {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

ul#menu_web > li.active-item ul.sub-menu li:nth-child(4) a {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

ul#menu_web > li.active-item ul.sub-menu li:nth-child(5) a {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

ul#menu_web > li.active-item ul.sub-menu li:nth-child(6) a {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}


ul#menu_web>li>ul.sub-menu li>a:hover{
  text-decoration: none;
}
ul.sub-menu li a .hotel-subtitle{
    font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (1900 - 300)));
    font-weight: normal;
}
ul#menu_web>li>ul.sub-menu .hotel-stars{
  font-size: 12px;
    font-weight: normal;
  margin-top: 3px;
}
/* - End types menus - */



/* FOOTER */
/* hidden old contact row and widget translate */
.home #footer .content>address.address_phone, #footer .content>.widget_qtranslate {
  display: none !important;
}
.prefooter {
    background-color: transparent;
    padding: 70px 0 30px 0;
    background-color: rgb(255 255 255 / 0.13) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.mainfooter {
    border-top: none;
    padding: 50px 0;
  background-image: url("/files/footer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainfooter, .mainfooter p, .mainfooter a {
  color: #fff;
  font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.25;
  letter-spacing: 0;
}
.mainfooter p:not(.bold),
.mainfooter a{
  font-weight: 300;
}
.mainfooter a:hover {
  color: #AA8441;
    text-decoration: none;
}
footer .logo-footer{
  max-height: 80px;
}
footer .logo-footer + p strong {
    display:block;
}
footer .logo-blla {
    max-height: 70px;
    margin-right: 20px;
    object-fit: contain;
}
.logos-wrapper img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 120px;
  transition: all ease 0.25s;
}
.logos-wrapper a:hover img {
  transform: translateY(-10px);
  transition: all ease 0.25s;
}
.social-footer i{
    font-size: 20px;
    border-radius: 100%;
    color: #0b3f3b;
  background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
  -webkit-transition: all 1s;
    transition: all 1s;
}
.social-footer .trip-footer i{
  background: #34E0A1;
  color: #000;
}

.social-footer p:nth-child(2){
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1900 - 300)));
    font-weight: bold;
    padding-top: 3px;
}

.social-footer a:hover i{
    -webkit-box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 35%);
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 35%);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.postfooter {
    padding: 20px 0 50px 0;
}

/* postfooter background */
.postfooter {
  background-color: #f4f4f4;
}
.postfooter, .postfooter a {
  color: #000;
  font-size: 13px;
}

/* footer titles */
.hotelschema .name, #footer .mi-title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
}
/* hotelschema - vcard */
.hotelschema>br {
  display: none;
}
.hotelschema .phone-label, .hotelschema .fax-label {
  display: none;
}
.hotelschema {
  line-height: 1.7em;
}
.hotelschema .address, .hotelschema .tel, .hotelschema .fax, .hotelschema .mail {
  display: block;
}
.hotelschema .tel:before, .hotelschema .fax:before, .hotelschema .mail:before {
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
  font-family: 'mirai-icofonts';
}
.hotelschema .tel:before {
  content: '\e9b3';
}
.hotelschema .fax:before {
  content: '\e9bd';
}
.hotelschema .mail:before {
  content: '\e9bf';
}


/* social media */
#footer .socialmedia a {
  background-color: #fff;
  border-radius: 100%;
  font-weight: normal;
  font-size: 20px;
  padding: 10px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #3F2E1D;
}
#footer .socialmedia a:hover {
  background: #e3c8c8;
}

/* logo footer */
.logo-footer {
  text-align: center;
}

/* menu postfooter (legal and contact) */
.postfooter .menu li {
  padding-left: 15px;
}
.postfooter .menu li:first-child {
  padding-left: 0;
}

/* view/cancel link */
.icon-lock {
  background: none;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
}

a.tracking-link {}

/* developed by mirai */
#developed-wrapper a {
  text-transform: lowercase;
  color: #ff001f;
  font-weight: bold;
}



/* MAIN ELEMENTS */
#content-header {
  position: relative;
}

#content-header>img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*max-height: 600px;
    min-height: 450px;*/
}

.picbox {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 0;
}

.engine-wrapper {
  pointer-events: none;
  padding-top: 30px;
  position: relative;
  width: 100%;
}

.engine-wrapper-absolute {
  position: absolute;
  bottom: 10%;
}

.engine-wrapper .mi-be, .engine-wrapper a, .engine-wrapper button, .engine-wrapper *[role="button"] {
  pointer-events: all;
}

/* Advantages row */
.advantages-row .mi-title span, .advantages-row li span {
  display: block;
}

.advantages-row .mi-title span:first-child {
  font-size: 30px;
  text-transform: uppercase;
}

.advantages-row li span:first-of-type {
  text-transform: uppercase;
}

.advantages-row .mi-title {
  position: relative;
  padding-right: 50px;
  text-align: center;
}

.advantages-row ul {
  display: table;
}

.advantages-row li {
  position: relative;
  padding-left: 50px;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.advantages-row li i, .advantages-row .mi-title i {
  display: block;
}

.advantages-row li i, .advantages-row .mi-title i {
  position: absolute;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  /* poner la mitad del font-size */
  left: 10px;
}

.advantages-row .mi-title i {
  left: auto;
  right: 5px;
}

/* small screens */
@media (min-width: 768px) and (max-width: 979px) {
  .advantages-row li {
    padding: 0;
    text-align: center;
    vertical-align: top;
  }

  .advantages-row li i {
    position: static;
    display: block;
    padding-bottom: 10px;
    font-size: 40px;
    margin-top: 0;
  }

  .advantages-row .mi-title {
    padding: 20px 0 0;
  }

  .advantages-row .mi-title i {
    display: none;
  }

  .nosso {padding-bottom: 150px;}

}

/* icons list */
.icons-content i{
  display: inline-block;
    font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1900 - 300)));
    padding: 15px;
    border-radius: 100%;
  min-width: 50px;
    vertical-align: middle;
    text-align: center;
    min-height: 50px;
}


/*---------------------------------------------------------------------------*/
/*--------------------------------- PAGES -----------------------------------*/
/*---------------------------------------------------------------------------*/
/* HOME */
/* go to anchor */
@-webkit-keyframes bounce {
    0% {
      top:0;

    }
    100% {
      top: 130px;
    }
}

#content-header .go-to-anchor{
    display: inline-block;
    position: absolute;
    z-index: 4;
    bottom: 0;
  left: calc(50% - 12px);
    width: 3px;
    height: 130px;
  padding: 20px;
  overflow: hidden;
}
#content-header .go-to-anchor span{
  display: inline-block;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: calc(50% - 2px);
    width: 3px;
    height: 130px;
    background: #fff;
}
#content-header .go-to-anchor span:after{
  content: "";
    display: block;
    height: 15px;
    width: 3px;
    background: #78692b;
    position: absolute;
    top: 0;
    left: 0px;
  -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

#content-header .go-to-anchor:hover {
  text-decoration: none;
}

@-webkit-keyframes scaling {
    0% {
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
    }
}

@keyframes scaling {
    0% {
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
    }
}

/* .home #content-header .bg-img {
    -webkit-animation: scaling infinite cubic-bezier(0.45, 0.05, 0.55, 0.95) 90s;
    animation: scaling infinite cubic-bezier(0.45, 0.05, 0.55, 0.95) 90s;
} */



/* offers mashup */
.offers-mashup {
  max-width: 100%;
}

.offers-mashup dl dd, .offers-mashup dl span {
  display: block;
}

#carousel-no-pictures-offers {
  padding: 100px 0px;
}

.offers-mashup dl dt, .offers-mashup dl span, .offers-mashup dd {
  min-height: 2em;
}

.offers-slide .slide .no-offers {
  padding: 20px 15px;
  font-size: 30px;
  max-width: 600px;
  margin: 0 auto;
}

.offers-slide .slide .no-offers:before {
  font-family: 'mirai-icofonts';
  content: '\ea75';
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.starter-offers .offers-mashup .more-info-link {
  margin-top: 50px;
}

.starter-offers .offers-mashup dl dt {
  margin-bottom: 30px;
}

.starter-offers .offers-mashup .carousel-inner {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* service list */
.service-list li {
  float: left;
  width: 16.666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .service-list li {
    width: 100%;
  }
}

@media (max-width: 979px) {
  .service-list li {
    width: 25%;
  }
}

.ie8 .service-list li, .ie9 .service-list li {
  display: inline-table !important;
  float: none;
}



#services-home .flickity-viewport, #services-home .carousel-cell {
    height: 100%;
}

.hotel-cards .card-content-wrapper{
  border: 1px solid #979797;
    border-radius: 12px;
    overflow: hidden;
}
.hotel-cards .card-content-wrapper a.secundary-btn{
  position: absolute;
  bottom: 20px;
    left: 20px;
}
.hotel-cards .card-content-wrapper a.secundary-btn:hover{
  text-decoration: none;
}
.hotel-cards .card-content-wrapper a.secundary-btn:hover i{
  text-decoration: none;
}
.hotel-cards .card-content-wrapper .hotel-name-wrapper{
  background-color: rgb(255 255 255 / 0.13) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  min-height: 90px;
}
.hotel-stars{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3B2A19;
    font-size: 14px;
    margin-top: 7px;
}
.hotel-stars i{
  margin-right: 3px;
}
.hotel-stars i:last-of-type{
  margin-right: 6px;
}
/*.boxes-layout-content .row > div:first-of-type a{
  padding-left: 0;
}*/
.boxes-layout-content img{
  filter: brightness(0.85);
  transition: all ease-in-out 0.25s;
}
.boxes-layout-content a:hover img{
  filter: brightness(0.65);
  transition: all ease-in-out 0.25s;
}

.special-title .spc1{
  font-size: calc(60px + (140 - 60) * ((100vw - 300px) / (1900 - 300)));
    font-weight: 700;
    line-height: 0.85;
}
.special-title .spc2{
    font-size: calc(33px + (45 - 33) * ((100vw - 300px) / (1900 - 300)));
    font-weight: 500;
    line-height: 1;
}

.bg-leaf1:after{
  content: "";
    display: block;
    width: 63px;
    height: 100%;
    background-image: url(/files/leave-bg1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  bottom: 3px;
    right: -53px;
}
.bg-leaf2:after{
  content: "";
    display: block;
    width: 76px;
    height: 100%;
    background-image: url(/files/leave-bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -25px;
    right: -60px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.img-parallax-wrapper{
  background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgb(0 0 0 / 45%);
    background-blend-mode: multiply;
}
#home-location .img-parallax-wrapper{
  background-image: url(/wp-content/uploads/sites/2285/nggallery/01-home/bg-location.jpg);
}
.regular-content-block .row:not(:first-of-type){
  margin-top: 70px;
}
.regular-content-block .row{
    background-color: rgb(255 255 255 / 0.13) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 5px 5px 5px rgb(248 248 248 / 77%);
  border: 1px solid rgb(151 151 151 / 50%);
    border-radius: 12px;
    overflow: hidden;
  padding: 25px;
}

.regular-content-block .row img{
  border-radius: 12px;
}


.alternate-content .row:nth-child(even){
  flex-direction: row-reverse;
}

/* covid notice */
.covid-btn{
    font-size: 12px;
    padding: 5px 10px;
  transition: all ease 0.25s;
}
.covid-btn.arrow-btn i{
    font-size: 7px;
    padding: 4px;
    border: 1px solid;
}
.covid-btn:hover{
  background: #2C1B07;
    transition: all ease 0.25s;
}


/* LOCATION */
#map-wrapper > a{
  background-image:url(/files/Mapa.jpg)!important;
}
/* ROOMS */

.rooms-listing-wrapper > h2{
  display: none;
}

.rooms-listing-wrapper h3.room-name{
  margin-top: 70px;
  padding-bottom: 25px;
}
.room-services-list, 
detail-rooms-services{
  margin-top: 20px;
}
.rooms-listing-5 .price-box {
    background-color: rgb(255 255 255 / 24%) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 15px 15px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rooms-listing-5 .price-box span {
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    margin: 0px 7px;
}
.room-box {
    margin-bottom: 50px;
    padding: 40px;
    background-color: rgb(255 255 255 / 75%);
    box-shadow: 1px 1px 12px 0 rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.room-name, .room-intro,
.room-box:nth-child(odd) .room-name,
.room-box:nth-child(odd) .room-intro{
  padding-left: 40px;
  padding-right: 40px;
}
p.room-description {
    margin-bottom: 20px!important;
    line-height: 1.5;
}
.rooms-detail-wrapper .room-calendar-wrapper .room-button{
  background: #ff7953;
  border-radius: 0!important;
}
.rooms-detail-wrapper .room-calendar-wrapper .room-button:hover {
    background: #ff7953;
  box-shadow: none;
}
.carousel-control.right, .flickity-prev-next-button.next {
    left: auto;
    right: 40px;
}
.cat-room-detail .carousel.slide .carousel-control{
  color: #fff!important;
  border-color: #fff;
  background: transparent;
}
.all-calendar .room-button{
  border-radius: 0!important;
}
.all-calendar .room-button:hover{
  box-shadow: none!important;
}

/* SERVICES */
/* PHOTOS */
/* OFFERS & ROOMS TEMPLATES */
body.cat-rooms .rooms-listing-wrapper, body.cat-room-detail .rooms-detail-wrapper, body.cat-offers .offers-listing-wrapper, body.cat-offer-detail .offers-detail-wrapper {
  font-size: 14px;
}

/* align text center when no offers */
.offers-listing-wrapper.no-offers {
  text-align: center;
}

.offer-discount span[class*="span"] {
  display: inline;
  width: auto;
  float: none;
}

#main .go-to-calendar:after, .rooms-detail-wrapper .detail-links li a:after {
  content: '\e965';
}

#main .go-to-calendar:hover:after, .rooms-detail-wrapper .detail-links li a:hover:after {
  content: '\e965';
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
}

#main .go-to-calendar {
  padding: 5px;
  width: auto;
  display: inline-block;
  background: transparent;
  color: inherit;
}

.offers-listing-wrapper {
  padding: 80px 0px;
}

.offers-listing-wrapper .offers-listing {
  padding-top: 40px;
}

.offers-listing-wrapper.no-offers p {
    background: #EBE2D2;
    padding: 20px;
    display: inline-block;
}
.offers-listing-wrapper.no-offers {
    text-align: left;
    padding-top: 20px;
}

/* template 2 offers & rooms */
.room-box .room-detail .price-box .min-price span, .rooms-detail-wrapper .room-box-image .room-box-detail .box-price span {
  margin: 0;
}

.room-box .room-detail .price-box .min-price, .rooms-detail-wrapper .room-box-image .room-box-detail .box-price {
  background-color: #9a9a9a;
  height: auto;
}

.offer .offer-deco {
  background-color: #9a9a9a;
}

.offers-listing-wrapper.offers-listing-2 .offer .offer-intro, .offers-listing-wrapper.offers-listing-2 .offer .offer-date-range, .offers-detail-wrapper.offers-listing-2 .offer-info-wrapper {
  background-color: #8e6061;
}

.offer .offer-box, .offers-detail-wrapper .offer-features-wrapper .offer-boxes-wrapper .offer-box.main-box {
  color: #252525;
}

/* template 4 detail & rooms detail 5 */
.offer-detail-4, .rooms-detail-5 {
  padding-bottom: 80px;
}

.rooms-detail-5 .only-one-photo>img {
  width: 100%;
}

.room-box:nth-child(odd){
    background: #F8F2F2;
}

.offer-detail-4 .offers-room-detail, .room-detail-5 .offer-room {
  background: #f3f3f3;
}

.room-detail-5 .offer-room {
  font-size: 14px;
}

.offer-detail-4 .offers-room-detail h2 {
  padding: 0;
}

.offer-detail-4 .offers-room-detail .room-offer {
  padding: 30px 0 0;
}

.room-detail-5 .offer-discount {
  font-size: 1em !important;
}

/* template 5 offers - gradient boxes */
.offers-listing .offer .offer-link-5, .offers-detail-wrapper.offer-detail-5 .offer-wrapper {
  background: #565656;
}

/* cada 3 cajas cambia ligeramente el tono del background */
.offers-listing .offer:nth-child(6n+4) .offer-link-5,
.offers-listing .offer:nth-child(6n+5) .offer-link-5,
.offers-listing .offer:nth-child(6n+6) .offer-link-5 {
  /* background: #ca9b4c; */
  /*descomenta esta linea y borra las dos inferiores si quieres un color totalmente diferente*/
  -webkit-filter: hue-rotate(145deg) saturate(1.3);
  filter: hue-rotate(145deg) saturate(1.3);
}

/* COOKIES */
div#cookies-wrapper-content {
  padding: 80px 0;
}

#cookies-wrapper-content ul {
  overflow: hidden;
  padding: 20px 0;
}

#cookies-wrapper-content ul li {
  float: left;
  margin-bottom: 14px;
  width: 33%;
}
#cookies-wrapper-content h1{
  padding-bottom: 20px;
}
#cookies-wrapper-content h2 {
  padding: 70px 0 20px 0;
}

/* LEGAL */
/* REVIEWS */
#cuadroOpiniones {
  padding: 40px 0 100px;
}

#cuadroOpiniones p {
  margin-bottom: 0 !important;
}

#cuadroOpiniones .paging {
  padding: 20px 0;
}

#cuadroOpiniones .paging span a {
  border: none;
  background: none;
}

#cuadroOpiniones .paging span.current a, #cuadroOpiniones .paging span.current a:hover, #cuadroOpiniones .paging span.current a, #cuadroOpiniones .paging span.current a:hover {
  font-size: inherit;
  cursor: default;
}

#cuadroOpiniones div.hssurveys_full {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cuadroOpiniones div.hssurveys_full>div.hssurveys_full {
  padding: 0;
}

#cuadroOpiniones div.hssurveys_full>div.hssurveys_full>div {
  margin-bottom: 50px;
  background: #f3f3f3;
  padding: 30px;
}

#cuadroOpiniones div.hssurveys_full div.note, #cuadroOpiniones div.hssurveys_full .comments {
  float: none;
  width: 100%;
}

#cuadroOpiniones div.hssurveys_full .comments {
  margin: 10px 0 0;
}

#cuadroOpiniones div.hssurveys_full div.note {
  background-image: none;
  font-size: 26px;
  height: auto;
  width: auto;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 45px;
  position: relative;
}

#cuadroOpiniones div.hssurveys_full div.note:before {
  content: '\ea44';
  font-size: 38px;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  line-height: 1;
  left: 0;
  bottom: 0;
  font-family: 'mirai-icofonts';
  color: #888;
}

#cuadroOpiniones div.hssurveys_full .ratingBarUser {
  margin-top: 5px;
  margin-left: 0;
}

#cuadroOpiniones div.hssurveys_full .comments p.commentsPerson {
  font-size: 20px !important;
  font-weight: normal;
}

#cuadroOpiniones div.hssurveys_full .comments p.commentsPerson span.date {
  font-size: 14px;
  color: #8e8e8e;
}

div.hssurveys_full ul.questions li {
  padding: 0 0 10px;
}

div.hssurveys_full ul.questions li:last-child {
  padding: 0;
}

#cuadroOpiniones div.hssurveys_full ul.questions.like li p.question {}

#cuadroOpiniones div.hssurveys_full ul.questions.like li .answer {
  width: auto;
  overflow: hidden;
}

#cuadroOpiniones div.hssurveys_full p.more {
  padding: 10px 0;
}

#cuadroOpiniones div.hssurveys_full p.more a {
  background: none;
  padding-right: 0;
  white-space: nowrap;
}

div.hssurveys_full p.more a:after {
  font-family: 'mirai-icofonts';
  content: '\e961';
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

div.hssurveys_full p.more a.opened:after {
  content: '\e964';
}

#cuadroOpiniones div.hssurveys_full ul.listSubject {
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li span.subject, #cuadroOpiniones div.hssurveys_full ul.questions li p.question {
  display: block;
  float: none;
  width: 100%;
  font-weight: bold;
  text-align: left;
  padding: 0;
  line-height: normal;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li span.note {
  float: none;
  display: inline-block;
  background: none;
  font-size: 16px;
  margin-right: 0;
  color: #76a71d;
  width: auto;
  text-align: left;
  border-radius: 2px;
  height: auto;
  line-height: normal;
  padding: 2px 0;
}

#cuadroOpiniones .ratingBarSubject {
  float: none;
  display: inline-block;
  margin-left: 5px;
  display: none;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li .reviewcomment {
  width: auto;
  margin-left: 0;
  float: none;
  display: block;
  clear: both;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject.long li {
  padding: 0 0 30px;
}

#cuadroOpiniones div.hssurveys_full ul.questions {
  padding: 30px 0 0;
  margin: 00;
  border-top: 1px solid #ccc;
}

#cuadroOpiniones div.hssurveys_full ul.questions.like {
  padding: 0;
  margin: 10px 0 0;
  border-top: none;
}

.reviewsOn .questions li .yesText, .reviewsOn .questions li .noText {
  background: none;
  text-align: left;
  padding-left: 0 !important;
  margin-left: 0 !important;
  color: inherit !important;
  font-weight: normal !important;
  padding: 0 !important;
}

#cuadroOpiniones div.hssurveys_full ul.questions li .answer {
  float: none;
  line-height: normal;
  margin-right: 0;
  width: auto;
}

#cuadroOpiniones div.hssurveys_full .ratingBarStar, #cuadroOpiniones div.hssurveys_full div.answer p {
  float: none;
  display: inline-block;
}

/* NOT FOUND - 404 */
.not_found .modal-engine-wrapper {
  display: none;
}

.not_found #main {
  background: url('https://cdnwp0.mirai.com/images/bg-404.png') no-repeat center center transparent;
  margin-bottom: 0;
  min-height: 570px;
  text-align: center;
}

.not_found #main h2 {
  padding-top: 100px;
}

/* BOOKINGSTEP */
.engine-wrapper-booking {
  padding: 10px 0;
  background: #ababab;
}

.bookingstep1 #fixed-header.offset-active, .chain_results #fixed-header.offset-active {
  position: static !important;
}
.bookingstep1 #logo{
  height: auto;
}
.bookingstep1 #logo img {
  max-height: 100px;
}
.bookingstep1 .picbox{
  min-height: 100px;
    padding: 0;
    margin-bottom: 50px;
    background: #3B2A19;
}
.bookingstep1 .picbox .engine-wrapper{
  padding: 25px 0;
}

/*---------------------------------------------------------------------------*/
/*---------------------------------- BLOG -----------------------------------*/
/*---------------------------------------------------------------------------*/
/* BLOG PAGE */
.blog-wrapper, .blog-sidebar {
  padding: 50px 0;
}

.blog-wrapper {
  padding-right: 60px;
}

/* blog titles */
.blog-wrapper h2, .blog-wrapper h1, .blog-wrapper h3 {
  margin-bottom: 10px;
}

.post h2 a {
  color: inherit;
}

/* small fonts */
.post .meta, .post .entry .categorias, .post .entry .leer_mas, .post .comment-notes, .post #gasp_p label, .post .commentmetadata, .post li.comment .reply {
  font-size: 0.8em;
}

.post .meta, .post .commentmetadata {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}

.blog-wrapper .entry {
  padding-bottom: 60px;
}

.post .entry .categorias {
  border-top: 1px solid #CCC;
  padding-top: 5px;
  display: inline-block;
  margin-top: 20px;
}

.post .entry img {
  margin: 20px 0;
  max-width: 100%;
  display: block;
}

.post .entry .leer_mas {
  display: block;
  margin-top: 10px;
}

/* navigator */
.blog-wrapper p.paginaAnterior {
  float: left;
}

.blog-wrapper p.paginaSiguiente {
  float: right;
}

/* BLOG SIDEBAR */
.blog-sidebar>* {
  padding-bottom: 50px;
}

.blog-sidebar .widget_search label, .blog-sidebar .widget-title, .categories-wrapper label {
    color: #3B2A19;
    font-size: calc(18px + (21 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 10px;
}

.blog-sidebar .widget_search form input[type="text"] {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border-color: #3B2A19;
    border-radius: 25px;
}
.widget_search form input[type="submit"]{
  text-transform: none;
    font-size: 15px;
    padding: 5px 20px;
}
.widget_postcategories ul li a{
  font-size: calc(16px + (17 - 16) * ((100vw - 300px) / (1900 - 300)));
    letter-spacing: 0;
    line-height: 1.35;
    color: #000;
    font-weight: 300;
    margin-bottom: 0!important;
}

.blog-sidebar .widget_search form input[type="text"] {
  width: 100%;
}

.widget_postcategories li, .mirai_widget_recent_entries li {
  margin-bottom: 10px;
}

.widget_postcategories li {
  text-transform: capitalize;
}

.widget_postcategories li:last-child, .mirai_widget_recent_entries li:last-child {
  margin-bottom: 0;
}

/* SINGLE POST */
.single-post .post .entry {
  padding-top: 30px;
}

/* comments */
.single-post .comment-author {
  margin-bottom: 5px;
}

.single-post .comment-author img {
  border-radius: 100%;
}

.single-post .comment-author cite.fn {
  font-weight: bold;
  margin-left: 5px;
}

.post ol>li.comment {
  padding: 20px 0;
}

.post li.comment>div>p {
  padding-top: 20px;
}

.post li.comment .reply {
  text-align: right;
}

.post li.comment .reply a:before {
  content: '\eb19';
  font-family: 'mirai-icofonts';
  font-size: .8em;
  color: inherit;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}

.post ol>li.comment li.comment {
  padding-top: 10px;
}

.post ol>li.comment>ul.children {
  padding-left: 40px;
}

.post ol>li.comment>ul.children>li.comment>ul.children {
  padding-left: 20px;
}

/* comment form */
.post #respond {
  padding: 60px 0;
}

.post #respond form .comment-form-comment textarea, .post #respond .comment-form-author input, .post #respond .comment-form-email input {
  width: 100%;
  display: block;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  margin-bottom: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
}

.post .comment-notes, .post #gasp_p {
  color: #8e8e8e;
  margin-bottom: 30px !important;
}

.post #respond label {
  display: inline;
}

.post #respond .comment-form-author, .post #respond .comment-form-email {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.post #respond .comment-form-author {
  padding-right: 15px;
}

.post #respond .comment-form-email {
  padding-left: 15px;
}

.post #gasp_p {
  margin-top: 30px;
}

.post #gasp_p input {
  vertical-align: -2px;
}

/* SEARCH POST & CATEGORIES PAGES */
.search-results .blog-wrapper>form>fieldset>input, .search-results .blog-wrapper>form>fieldset>label,
.search-no-results .blog-wrapper>form>fieldset>input, .search-no-results .blog-wrapper>form>fieldset>label, .search-no-results #addthis-widget-2 {
  display: none !important;
}

.search-results h2#results-title, .search-no-results h2#results-title, .blog-wrapper #posts_con_categoria {
  margin: 0 0 50px !important;
  font-weight: normal;
}

/* SCROLL EFFECTS M-ANIMATE */
.icons-content.m-animate.m-stop i{
  -webkit-transition: all 3.5s;
    transition: all 3.5s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.icons-content.m-animate.m-stop i.bg-green,
.icons-content.m-animate.m-stop i.bg-blue,
.icons-content.m-animate.m-stop i.bg-red{
  animation: none;
}
.icons-content.m-animate i.bg-green{
  animation: haloGreen 2.5s;
}
.icons-content.m-animate i.bg-blue{
  animation: haloBlue 2.5s;
}
.icons-content.m-animate i.bg-red{
  animation: haloRed 2.5s;
}

@-webkit-keyframes haloGreen {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgb(215 241 238);
      box-shadow: 0px 0px 0px 0px rgb(215 241 238 / 50%);
    }
  50%{
    -webkit-box-shadow: 0px 0px 0px 10px rgb(215 241 238);
      box-shadow: 0px 0px 0px 10px rgb(215 241 238 / 50%);
  }
    100% {
      -webkit-box-shadow: 0px 0px 0px 0px rgb(215 241 238);
      box-shadow: 0px 0px 0px 0px rgb(215 241 238 / 50%);
    }
}
@-webkit-keyframes haloBlue {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgb(196 240 255 / 50%);
      box-shadow: 0px 0px 0px 0px rgb(196 240 255 / 50%);
    }
  50%{
    -webkit-box-shadow: 0px 0px 0px 10px rgb(196 240 255 / 50%);
      box-shadow: 0px 0px 0px 10px rgb(196 240 255 / 50%);
  }
    100% {
      -webkit-box-shadow: 0px 0px 0px 0px rgb(196 240 255 / 50%);
      box-shadow: 0px 0px 0px 0px rgb(196 240 255 / 50%);
    }
}
@-webkit-keyframes haloRed {
    0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(241 219 207 / 50%);
    box-shadow: 0px 0px 0px 0px rgb(241 219 207 / 50%);
    }
  50%{
    -webkit-box-shadow: 0px 0px 0px 10px rgb(241 219 207 / 50%);
    box-shadow: 0px 0px 0px 10px rgb(241 219 207 / 50%);
  }
    100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(241 219 207 / 50%);
    box-shadow: 0px 0px 0px 0px rgb(241 219 207 / 50%);
    }
}

.parallax-content.m-animate.m-stop .bg-leaf1:after,
.parallax-content.m-animate.m-stop .bg-leaf2:after{
  -webkit-transition: all 5s;
    transition: all 5s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.parallax-content.m-animate.m-stop .bg-leaf1:after{
  transform: none;
}
.parallax-content.m-animate.m-stop .bg-leaf2:after{
  transform: rotate(25deg);
}

.parallax-content.m-animate .bg-leaf1:after,
.parallax-content.m-animate .bg-leaf2:after{
  transform: rotate(15deg);
  -webkit-transition: all 5s;
    transition: all 5s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*.regular-content-block .row.m-animate.m-stop {
  transform: translateY(100%);
  transition: all ease .5s;
}
.regular-content-block .row.m-animate {
  transform: translateY(0%);
  transition: all ease .5s;
}*/


/* LOADING EFFECTS */

/*PRELOAD*/
.preload {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f3eded;
    z-index: 999;
    transition: 0.7s linear;
    animation: 3s hola-preload ease forwards;
    height: 100%;
    width: 100%;
}

@keyframes hola-preload {
    100% {
        /*transform: translateY(100%);*/
    }
}

.logo-preload {
    height: 100%;
    width: 50%;
    margin: 0 auto;
    /* text-align: center; */
}

.logo-preload .pompom .one, .logo-preload .pompom .two, .logo-preload .pompom .three {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    position: relative;
    background-image: url(/files/pompom.png);
    background-repeat: no-repeat;
    opacity: 0.7;
}

.pompom .one {
    animation: 4s slideDown-one ease forwards;
}

@keyframes slideDown-one {
    0% {
        transform: translate(80px, -200px) rotate(0deg);
    }

    100% {
        transform: translate(120px, 1200px) rotate(180deg);
    }

}

@-webkit-keyframes slideDown-one {
    0% {
        transform: translate(-80px, -200px) rotate(0deg);
    }

    100% {
        transform: translate(-80px, 1200px) rotate(180deg);
    }

}

.pompom .two {
    animation: 4s slideDown-two ease forwards;
}

@keyframes slideDown-two {
    0% {
        transform: translate(-80px, -100px) rotate(-90deg);
    }

    100% {
        transform: translate(0px, 1200px) rotate(270deg);
    }

}

@-webkit-keyframes slideDown-two {
    0% {
        transform: translate(-80px, -100px) rotate(-90deg);
    }

    100% {
        transform: translate(0px, 1200px) rotate(270deg);
    }

}

.pompom .three {
    animation: 4s slideDown-three ease forwards;
}

@keyframes slideDown-three {

    0% {
        transform: translate(160px, -150px) rotate(270deg);
    }

    100% {
        transform: translate(140px, 1200px) rotate(90deg);
    }


}

@-webkit-keyframes slideDown-three {
    0% {
        transform: translate(160px, -150px) rotate(270deg);
    }

    100% {
        transform: translate(140px, 1200px) rotate(90deg);
    }

}

/* loading */
/*.preloader .preload{
    display: block!important;
}
body.loading .preloader .preload,
.preloader .preload{
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 1;
}
body.loading .preloader lottie-player{
    opacity: 1;
}
body.loading #navigationweb #logo{
  transform: translateY(150px);
  opacity: 0;
    transition: all 2s ease-in-out;
}

/* load */
/*
body.load .preloader .preload{
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
body.load .preloader lottie-player{
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
body.load #navigationweb #logo{
  transform: translateY(0);
  opacity: 1;
  transition: height 0.5s ease-in-out;
}

*/



/*---------------------------------------------------------------------------*/
/*----------------------------------- HACKS ---------------------------------*/
/*---------------------------------------------------------------------------*/
/* IE9 & IE 8 HACK */
/* hidding icons from after in selects */
.ie9 .widget_qtranslate:after, .ie8 .widget_qtranslate:after {
  display: none !important;
}

.ie9 .widget_qtranslate select, .ie8 .widget_qtranslate select {
  padding-right: 0;
}

/* flex hacking */
.ie9 .flex, .ie8 .flex {
  display: table !important;
}

.ie9 .flex>*, .ie8 .flex>* {
  display: table-cell !important;
  border-collapse: collapse;
}

.ie9 .flex.fx-align-center, .ie9 .flex.fx-align-center>*, .ie8 .flex.fx-align-center, .ie8 .flex.fx-align-center>* {
  vertical-align: middle;
}


/* explorer */
@media screen\0 {
  body,
  #home-location .img-parallax-wrapper{
    background-position: center!important;
    background-attachment: initial;
  }
  .mirai-modal .mi-modal-content{
    background: #f4f4f4;
  }
  #modal-menuweb .social-media-wrapper{
    display: none;
  }

}

/*---------------------------------------------------------------------------*/
/*------------------------------- IMPROVEMENTS ------------------------------*/
/*---------------------------------------------------------------------------*/
.offers-listing {
    justify-content: center;
  }
  .offer-data {
    color: #3B2A19;
    font-weight: bold;
    font-size: 1.5em;
  }
  
  .offer-link:hover * {
      color: #fff;
  }
.nosso h2 {text-shadow: 1px 1px #3a3a3a;}


/*Virtual box*/
iframe.virtual-frame {
    min-height: 70vh;
}
@media(max-width: 480px){
  iframe.virtual-frame {
      min-height: 40vh;
  }
}

.container-title {
  box-sizing: border-box;
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

@media(max-width: 767px){
  .container-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* POPUP MODAL HOTE SUMMER */
#modal-hot-summer.mirai-modal[data-to="fade"].mi-active{
    left:50%;
    opacity: 1!important;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
#modal-hot-summer.mirai-modal[data-to="fade"]{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: -100%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 0.5);
    background-image: none;
    opacity: 1!important;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    z-index: 999999;
}
#modal-hot-summer .mi-modal-content{
    width: 100%;
    max-width: 950px;
    height: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff0;
	color:#000;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
#modal-hot-summer.mi-active .mi-modal-content{
    height: 500px;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
        -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
#modal-hot-summer .mi-modal-header{
    position: absolute;
    top: 30px;
    right:225px;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: auto;
    margin: 0;
    color: black;
    overflow: hidden;
}
#modal-hot-summer .mi-modal-header>.mi-modal-close{
    -webkit-transform: none;
    transform: none;
    position: static; 
}
#modal-hot-summer  .mi-modal-content img{
    width: 100%;
    height: 410px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hot-summer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#modal-hot-summer .mi-modal-content {
  animation: mymove 5s forwards 2s;
}

#modal-hot-summer .mi-modal-content {
   opacity: 0;
} 

@keyframes mymove {
  from {opacity: 0}
  to {opacity:1;}
}

/* [col-xs] Mobile */
@media (max-width: 767px) {
    #modal-hot-summer.mi-active .mi-modal-content {
    	height: auto;
    }
    
        #modal-hot-summer .mi-modal-content img {
            width: 100%;
            height: auto;
    }
        
        #modal-hot-summer .mi-modal-header {
            top: 103px;
    		right: 45px;
}
    
        #modal-hot-summer .hot-summer {
            padding: 78px 20px;
	}

		#modal-hot-summer .mi-modal-close{
			padding: 10px;
	}
}
/* --- END POPUP MODAL HOT SUMMER --- */

/* newsletter */

.newsletter-box {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    /*margin-top: 50px;*/
    border: 1px dashed;
    max-width: 300px;
}

.newsletter-box h4 {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.newsletter-box p {
    font-size: 0.9rem;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid;
}

.newsletter-box a i {
    display: flex;
    border: 2px solid #fff;
    margin-left: 20px;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s ease-out;
}

.newsletter-box a:hover i {
    background-color: #fff;
    color: var(--secundary-color);
}

.newsletter-modal.mirai-modal .mi-modal-content>div {
  	padding: 0;
    height: auto;
}

.newsletter-modal .mi-modal-header {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 90px;
    padding: 0 20px;
    z-index: 1;
}

.newsletter-modal .wpcf7-form label {
	display: flex;
    justify-content: center;
    font-size: 1.1em;
    margin-bottom: 12px;
    text-align: left;
    flex-direction: column;
}

.newsletter-modal .legal-submit-box {
	flex-direction: column;
    padding-top: 20px;
    margin-top: 20px;
}

.newsletter-modal .legal-submit-box > div.accept-privacity {
	display: block;
    text-align: center;
}

#newsletter-modal .common-form {
    padding: 30px;
}

#newsletter-modal .common-form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

#newsletter-modal form.wpcf7-form {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1025px)  {
		.newsltter-box {
    		padding: 20px;
    }
    .newsletter-modal .mi-modal-header  {
    	margin-top: 25px;
    	margin-left: 167px;
    }
}

.is-mobile #home-location img {
    object-position: 42% 0;
}

.small-text{
  font-size: 0.8em !important;   
}



/*---------------------------------------------------------------------------*/
/*-------------------------------- MEDIA QUERYS -----------------------------*/
/*---------------------------------------------------------------------------*/
@media(max-height: 625px){
  .mirai-modal .mi-modal-content>div {
    overflow: visible;
    overflow-x: initial;
  }
  #modal-menuweb ul#menu_web{
    padding-top: 10px;
      padding-bottom: 10px;
  }
  .mirai-modal[data-to="fade"].left-pos .mi-modal-content, .mirai-modal[data-to="fade"].right-pos .mi-modal-content {
      padding: 130px 0 20px 0;
  }
}

@media (max-width: 1700px){
  .container-lg {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
      padding-left: 50px;
  }

  ul#menu_web>li>a {
    font-size: calc(5px + (45 - 18) * ((100vw - 300px) / (1900 - 300)));
  }
}

/* [col-lg] Medium desktop */
@media (max-width: 1281px) {
    body #modal-menuweb.mirai-modal .mi-modal-content, body #modal-menuweb.mirai-modal.mi-active .mi-modal-content{
    width: 75%;
  }
    
  .picbox {
      min-height: 200px;
  }
    .mainfooter .row > div:first-of-type{
    width: 100%;
  }
  .mainfooter .row > div:first-of-type p{
    max-width: 100%;
    padding-bottom: 50px;
  }
}

/* [col-xl] Large desktop */
@media (min-width: 1920px) {
  ul#menu_web > li > ul.sub-menu {
    /*left: 100%;*/
  }

  ul#menu_web>li>a {
      font-size: calc(10px + (35 - 18) * ((100vw - 300px) / (1900 - 300)));
  }

}

/* Tablet */
@media (max-width: 1025px) {
    li.duplicated-menu-item,
  .cat-contact .contact-info{
    display: none!important;
  }
  .mi-modal-content.col-md-5{
    width: 55%;
  }
  .slider-type1 .flickity-viewport,
  .slider-type-mobile .flickity-viewport,
  .mainfooter .container-lg>.row>*{
    padding: 20px 0;
  }
  .boxes-layout-content .row > div,
  .regular-content-block .row > div,
  #footer .col-sm-12,
  .alternate-content .row > div{
    width: 100%;
  }
  .boxes-layout-content img,
  .regular-content-block .row > div img,
  .alternate-content .row > div img{
    max-height: 350px;
    object-fit: cover;
  }
  .alternate-content .row > div:first-child{
    padding-bottom: 30px;
  }
  .max-w40 {
    max-width: 80%;
  }
  .logos-wrapper img {
    max-height: 75px;
  }
  .boxes-layout-content .flickity-slider .carousel-cell{
    width: 40%;
  }
  .pa-sm{
    padding: 25px 0;
  }
  .mirai-modal[data-to="fade"].left-pos.mi-active .mi-modal-content, .mirai-modal[data-to="fade"].right-pos.mi-active .mi-modal-content,
  .mirai-modal[data-to="fade"].left-pos .mi-modal-content, .mirai-modal[data-to="fade"].right-pos .mi-modal-content{
    width: 60%;
  }
  .cards-info-slider .flickity-slider .carousel-cell {
      width: 70%;
  }
  .cards-info-slider.slider-sm .flickity-slider .carousel-cell{
    width: 55%;
  }
  body #modal-menuweb.mirai-modal .mi-modal-content, body #modal-menuweb.mirai-modal.mi-active .mi-modal-content ,
  .room-box:nth-child(even) .room-image, .room-box .room-image, .room-box .room-name, .room-box .room-intro {
    width: 100%;
  }
  .room-box .room-image img{
    max-height: 350px;
      object-fit: cover;
  }
  .rooms-listing-wrapper h3.room-name,
  .room-name, .room-box:nth-child(odd) .room-name{
    margin-top: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .room-box .room-intro, .room-box:nth-child(odd) .room-intro{
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
  }
  .slider-sm .carousel-cell{
    width: 45%;
  }
  .rooms-listing-wrapper h3.room-name, .room-name, .room-box:nth-child(odd) .room-name {
    margin-top: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}

}

/* [col-sm] Tablet vertical */
@media (max-width: 979px) {
  .container-lg{
    padding-right: 20px;
    padding-left: 20px;
  }
  #ui-datepicker-div {
      font-size: 14px !important;
      left: 10px !important;
    }
  #header #navigationweb{
    margin: 0 20px;
  }
  .mi-modal-content.col-md-5 {
    width: 75%;
  }
  .mirai-modal .mi-modal-content>div{
    overflow: visible;
  }

    #fixed-header {
        padding: 20px 0 10px 0;
    }

    #logo, #logo img {
        height: 100px;
    }
  .slider-type1 .flickity-prev-next-button, .slider-type-mobile .flickity-prev-next-button,
  .duplicated-menu-item{
    display: none!important;
  }
  .slider-type1 .flickity-page-dots {
    text-align: left;
    right: auto;
    left: 0;
    bottom: 0;
  }
  .no-dots.flickity-enabled .flickity-page-dots{
    display: block;
    text-align: left;
    bottom: 0;
  }
  .max-w80 {
    max-width: 100%;
  }
  #map-wrapper > a {
    background-position: 70% 0;
  }
  .boxes-layout-content .row > div:first-of-type a {
    padding-left: 10px;
  }
    /* BLOG */
    .blog-sidebar .widget_search form input[type="text"] {
    width: auto;
    display: block;
    min-width: 50%;
    }
  .logos-wrapper img {
    max-height: 100%;
    max-width: 100%;
  }
  .logos-wrapper .brd-l {
    border-left: none;
  }
  .mirai-modal[data-to="fade"].left-pos.mi-active .mi-modal-content, .mirai-modal[data-to="fade"].right-pos.mi-active .mi-modal-content,
  .mirai-modal[data-to="fade"].left-pos .mi-modal-content, .mirai-modal[data-to="fade"].right-pos .mi-modal-content{
      width: 80%;
  }
  body #modal-menuweb.mirai-modal .mi-modal-content, body #modal-menuweb.mirai-modal.mi-active .mi-modal-content {
    width: 100%;
    padding: 120px 50px 30px 50px;
  }

    .slider-type3.width-25 .flickity-slider .carousel-cell{
       width: 50%;
    }

    ul#menu_web>li>a {
        font-size: calc(22px + (50 - 18) * ((100vw - 300px) / (1900 - 300)));
    }

    #home-values .col-md-3 {
        /*padding: 0 30px;*/
    }

    /*#modal-menuweb ul#menu_web {
      max-width: 90%;
    }*/



}

/* [col-xs] Mobile */
@media (max-width: 767px) {
  .hide-mobile{
    display: none!important;
  }
  .show-mobile{
    display: block!important;
  }
  .container {
      padding-left: 10px;
      padding-right: 10px;
      overflow: hidden;
    width: calc(100% - 20px);
    }
  .container-lg{
    padding-right: 10px;
    padding-left: 10px;
    width: calc(100% - 20px);
  }
  body{
    background-image: none;
  }
  body .menu li.booking-button, body #menu_web li.menu-item.booking-button, html body.home #menu_web li.booking-button, #logo a span.visible-phone, #modal-menuweb .social-media-wrapper, ul#menu_web br {
      display: none !important;
    }
  /* padding */
  
  .ph-xs{
    padding-right: 20px;
    padding-left: 20px;
  }
  .ptm {
    padding-top: 40px;
  }

  .plm {
      padding-left: 20px;
  }

  .plsm {
      padding-left: 0;
      padding: 20px;
  }

  .prsm {
      padding-right: 20px;
  }
  .mtm {
    margin-top: 40px;
  }
  .pvxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .phs-xs {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .ph0-xs {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .pa0-xs{
    padding: 0!important;
  }

  /* generic */
  .fx-column-md, .fx-column-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fx-column-reverse-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
  .fx-justify-center-xs{
    justify-content: center;
  }
  .max-w40,
  .mi-modal-content.col-md-5,
  .mirai-modal[data-to="fade"].left-pos.mi-active .mi-modal-content, .mirai-modal[data-to="fade"].right-pos.mi-active .mi-modal-content, .mirai-modal[data-to="fade"].left-pos .mi-modal-content, .mirai-modal[data-to="fade"].right-pos .mi-modal-content {
    max-width: 100%;
    width: 100%;
  }
  .align-left-xs{
    text-align: left;
  }
  .align-center-xs{
    text-align: center;
  }
  /* modal */
  .modal.fade.in {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0;
  }
  .modal-body {
    max-height: none;
  }
  .mim-modal-open #fixed-header {
    z-index: 598;
  }
  .mirai-modal .mi-modal-close,
  .mirai-modal.right-pos .mi-modal-close{
    /*top: -80px;*/
    /*right: -150px;*/
    background: #AA8441;
    color: #fff;
    padding: 15px;
  }
  .mi-modal-close:hover {
    -webkit-box-shadow: 0px 0px 0px 10px rgb(243 246 248 / 55%);
    box-shadow: 0px 0px 0px 10px rgb(243 246 248 / 55%);
  }
  .bg-white-round {
    background: none;
    border-radius: 0;
    padding: 0;
  }
  .mirai-modal .mi-modal-content{
    background: #fff;
  }
  .close-modal-menuweb {
    top: 20px;
    left: 20px;
  }
  .mirai-modal[data-to="fade"].left-pos .mi-modal-content, .mirai-modal[data-to="fade"].right-pos .mi-modal-content {
      padding: 100px 0 30px 0;
  }
  /*.mirai-modal .mi-modal-content>div {
    padding: 0 20px;
  }*/

  /*-------- HEADER --------*/
  /* mainheader */
  #header #navigationweb {
      padding: 0 20px;
      margin: 0;
    }
    #header #logo {
      height: auto;
   }
  .home #logo{
      /*top: 100px;*/
      position: relative;
  }

    #logo img {
        height: 60px;
    }
    .not-home #header #logo a img {
    display: block;
      max-height: 70px;
    }
    #header .modal-engine-wrapper {
    vertical-align: top;
    margin: 0 !important;
    text-align: center;
    overflow: hidden;
    }
    #header .modal-engine-wrapper {
    display: block;
    width: auto;
    opacity: 1;
    }
    #header .booking-modal-btn, .booking-link {
    padding: 10px 21px;
    font-size: 16px;
    letter-spacing: normal;
    }
  #fixed-header {
      padding: 10px 0 10px 0;
  }
  #fixed-header .modal-engine-wrapper > div{
    flex-direction: initial;
      justify-content: flex-end;
  }

    #fixed-header.offset-active #logo:not(.bookingstep1 #fixed-header.offset-active #logo){
      width: 100px;
    }
      /*only show in mobile*/
     .engine-container {
      top: 40vh;
    }
  
  /* booking link for mobile */
  #header .booking-modal-btn {
    width: auto!important;
    height: auto;
    padding: 20px;
    font-size: 0;
    border-radius: 100%;
    text-align: center;
    }
  .booking-link {
    display: block !important;
  }
  .booking-modal-btn i {
    margin: 0;
  }
  /* burger menu */
  .menu-modal-btn{
    width: 70px;
    height: 70px;
  }
  .menu-modal-btn::before, .menu-modal-btn::after, .menu-modal-btn i::before, .menu-modal-btn i::after{
    border-bottom: 3px solid;
  }
  .menu-modal-btn::before {
    top: 26px;
  }
  .menu-modal-btn::after {
    bottom: 26px;
  }

  ul#menu_web>li>a {
      font-size: calc(16px + (50 - 18) * ((100vw - 300px) / (1900 - 300)));
  }

  #modal-menuweb .menu-web-contact li a {
      font-size: calc(16px + (22 - 18) * ((100vw - 300px) / (1900 - 300)));
  }

  #modal-menuweb ul#menu_web {
    max-width: initial;
  }
  ul#menu_web > li > ul.sub-menu {
    margin-left: 0;
  }

  /*-------- MAIN --------*/
    .home section#main {
      display: block;
    }
    .picbox {
      min-height: 150px;
    }
  .full-screen-container {
      min-height: 100vh !important;
  }

  /* carousel controls */
    .carousel-control {
    font-size: 20px;
    width: 20px;
    margin-top: -25px;
    }
  .slider-type1,
  .slider-type-mobile{
    padding-top: 20px;
  }
  .slider-type1 .flickity-page-dots,
  .slider-type-mobile .flickity-page-dots{
    top: 20px;
    bottom: auto!important;
    text-align: left;
    right: auto;
    left: 0;
  }
  .slider-type1 .flickity-slider {
    margin-left: -10px;
  }
  .slider-type1 .col-xs-12{
    width: 95%;
    padding: 10px;
  }
  .slider-type-mobile .carousel-cell img,
  .banner-block .row > div img{
      min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slider-type-mobile .col-xs-12, .boxes-layout-content .flickity-slider .carousel-cell{
    width: 100%;
    margin: 10px 20px 10px 0;
  }

    .cards-info-slider .flickity-slider .carousel-cell {
        width: 90%;
    }
  .no-dots.flickity-enabled .flickity-page-dots{
    display: block;
  }

    .slider-type3.width-25 .flickity-slider .carousel-cell {
        width: 100%;
    }
  .banner-block .row > div:not(:last-of-type){
    margin-bottom: 20px;
  }
  .regular-content-block .row {
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .img-parallax-wrapper{
    background-position: center!important;
  }

    .w-100 {
        width: calc(100% - 80px);
    }

  /* widget qtranslate */
  .home #footer .widget_qtranslate,
  .postfooter{
      margin: 0;
      padding: 20px 0;
    }
  .home #footer .widget_qtranslate:after {
      position: static;
      display: inline-block;
    }

    .card-content-wrapper {
        padding: 30px;
    }

    .cards-info-slider.slider-sm .flickity-slider .carousel-cell {
        width: 92%;
    }


  /*-------- FOOTER --------*/
    #footer {
      height: auto;
    }
    #footer .content {
      display: block !important;
  }
    .home #footer .content>* {
      display: inherit;
    }
  .postfooter .container-lg>.row>* {
      padding: 10px 0;
    }
    footer .logo-footer {
      max-height: 100px;
    }
  .postfooter .menu li.booking-button {
    display: none !important;
  }
  .logos-wrapper img {
    max-width: 85px;
    padding: 10px;
  }
  .social-footer a > div{
    display: flex;
    align-items: flex-end;
  }
  .social-footer p:nth-child(2) {
    padding: 0 0 0 5px;
  }

  /* BLOG */
    .blog-wrapper {
      padding: 50px 0;
    }
    .blog-sidebar .widget_search form input[type="text"] {
    min-width: 60%;
    display: inline-block;
    margin-bottom: 0;
  }
    .post #respond .comment-form-author, .post #respond .comment-form-email {
    width: 100%;
    float: none;
    padding: 0;
    }
  .widget_search form input[type="submit"]{
    height: 43px;
    padding: 10px;
  }
  .blog-sidebar>* {
    padding-bottom: 30px;
  }
  .blog-sidebar{
    background: #f4f4f4;
    padding: 30px 15px 0 15px;
    margin-top: 20px;
  }
  .blog-home #intro .row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }


  /* menu-web */
    #fixed-header .modal-engine-wrapper>.booking-modal-btn:before {
    content: '\e9e2';
    font-size: 28px;
    color: white;
    }
  ul#menu_web > li > ul.sub-menu, ul#menu_web > li:hover > ul.sub-menu {
    left: 80%;
    padding-left: 0;
  }
  .home #menu_web > li:hover ul.sub-menu {
      display: flex;
  }
  ul#menu_web>li>ul.sub-menu li {
      margin-bottom: 17px;
  }
  ul#menu_web > li.active-item > ul.sub-menu{
    width: 100%;
    height: 100%;
    background: white;
    left: 0;
    height: 100%;
  }
  .back-main-menu{
    display: none!important;
  }
  body.submenu-open .back-main-menu{
    display: block!important;
  }
  body.submenu-open #modal-menuweb ul#menu_web{
    padding-top: 0;
  }
#newsletter-modal form.wpcf7-form {
    width: 100%;
}

#newsletter-modal .common-form {
    padding: 10px;
}

#newsletter-modal .mi-modal-content {
    padding: 10px 0;
}

#newsletter-modal .common-form .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}
    #modal-menuweb .menu-web-contact li {
        display: block;
    }
    #modal-menuweb .menu-web-contact li a, .postfooter #menu_aux1 li {
        padding: 5px 0;
        border: none;
        display: block;
    }
    .nosso {
      padding: 0 0 100px 0;
      width: 100%;
      text-align: center;
    }
    .nosso h2 {
      font-size: 1.4em;
    }
    .close-modal-menuweb + div.flex {
        width:100% !important;
    }
}

.blog-wrapper .post{
    background-color: rgba(255,255,255,1);
}


@media (max-height: 769px) {
    body #modal-menuweb.mirai-modal .mi-modal-content, body #modal-menuweb.mirai-modal.mi-active .mi-modal-content{
        padding: 150px 50px 35px 50px;
        overflow-y: auto;
    }
    body #modal-menuweb.mirai-modal .mi-modal-content > div, body #modal-menuweb.mirai-modal.mi-active .mi-modal-content > div{
        align-items: flex-start;
    }
    .close-modal-menuweb {
        position: absolute;
        top: 25px;
        left: 40px;
    }

}
.offers-listing-wrapper h2{display:none;}
p.offer-discount{display:none;}

