/*
Theme Name: Hotel-emperador-2018
Theme URI: emperadorhotel.com
Description: Hotel-emperador-2018
Template: mirai
Author: Mirai Espana
*/


/*---------------------------------------------------------------------------*/
/*--------------------------------- FONTS -----------------------------------*/
/*---------------------------------------------------------------------------*/


/* FONTS */

@font-face {
    font-family: 'local-icofonts';
    src: url('/files/local-icofonts.eot');
    src: url('/files/local-icofonts.eot#iefix') format('embedded-opentype'),
    url('/files/local-icofonts.woff') format('woff'),
    url('/files/local-icofonts.ttf') format('truetype'),
    url('/files/local-icofonts.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ICONS */

[class^="licon-"]:before, [class*=" licon-"]:before {
    font-family: 'local-icofonts'!important;
    content: '\999';
}

[class^="licon-"]:before, [class*=" licon-"]:before,
.check-list li:before, .bullet-list li:before,
.carousel-control:before, i.icon-lock:before,
.offers-slide .slide .no-offers:before,
#logo a:before, .logo-emperador:before,
#sb-container #sb-info #sb-nav #sb-nav-close:before {
    speak: none;
    font-variant: normal;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

i.icon-lock:before {
    font-family: 'mirai-icofonts';
    content: '\e98e';
}

#sb-container #sb-info #sb-nav #sb-nav-close:before {
    font-family: 'mirai-icofonts';
    content: '\e95d';
}

.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;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.licon-balinese:before {content: "\e905";}
.licon-spaces:before {content: "\e906";}
.licon-flowers:before {content: "\e907";}
.licon-allday:before {content: "\e908";}
.licon-cocktail:before {content: "\e909";}
.licon-dressing:before {content: "\e90a";}
.licon-halfday:before {content: "\e90b";}
.licon-restaurant:before {content: "\e90c";}
.licon-solarium:before {content: "\e90d";}
.licon-midweek:before {content: "\e90e";}
.licon-weekend:before {content: "\e90f";}
.licon-wifi:before {content: "\e900";}
.licon-champagne:before {content: "\e901";}
.licon-logo01:before {content: "\e902";}
.licon-logo02:before, #logo a:before, .logo-emperador:before {content: "\e904";}
.licon-logo03:before {content: "\e903";}
.licon-monkey:before {content: "\999";}

/* 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 */

html {
    font-size: 17px;
}

body {
    font-size: inherit;
    line-height: normal;
    color: #3f3539;
}

body, .ui-datepicker-inline *, .wpcf7 input, #ui-datepicker-div {
    font-family: 'Raleway', sans-serif; /* cambialo segun boceto */
}

/* normal links */

a, #cuadroOpiniones div.hssurveys_full .noLink, #cuadroOpiniones div.hssurveys_full .noLink a, #main .offer-detail-1 .go-to-calendar {
    color: #a8ab02;
}

a:hover, #cuadroOpiniones div.hssurveys_full .noLink:hover, #cuadroOpiniones div.hssurveys_full .noLink a:hover, #main .offer-detail-1 .go-to-calendar:hover {
    color:#636513;
}

/* TITLES */

/* reset Bootstrap styles */
h1, h2, h3, h4, h5, p, li {line-height: normal;}

/* reset categories title blog */
.blog-wrapper #posts_con_categoria {
    font-size: initial;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.mi-title2, #cookies-wrapper-content h1, #cookies-wrapper-content h2, .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 {
    font-size: 2.8em;
    font-family: 'Playfair Display', serif;
}
.mi-title3, .rooms-listing-wrapper h3, .rooms-detail-wrapper h3, .offers-listing-wrapper h3, .offers-detail-wrapper h3, .blog-wrapper h3, .mi-iata-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
.mi-title4, .rooms-detail-wrapper h4, .offers-detail-wrapper h4 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 300;
    /*font-family: 'Playfair Display', serif;*/
}

.small{
    font-size: 2em;
}


/*---------------------------------------------------------------------------*/
/*----------------------------- 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%;box-sizing: border-box;}
.btn {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;}
.collapse {overflow: hidden;}
dt, dd {line-height: 1;}

/* 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 -------------------------------*/
/*---------------------------------------------------------------------------*/


.container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container-xl {max-width: 1900px;}
.container-lg {max-width: 1500px;}
.container-md {max-width: 1300px;}
.container-sm {max-width: 800px;}
.container-xs {max-width: 550px;}

.static {position: static!important}
.relative {position: relative}
.absolute {position: absolute}
.absolute.full {bottom: 0;top: 0;right: 0;left: 0;}
.absolute.half {top: 0;bottom: 0;width: 50%;}
.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-justify {text-align: justify}
.align-right {text-align: right}
.small-text {font-size: .8em;}
.uppercase {text-transform: uppercase;}
.vertical-align > * {vertical-align: middle}
.overflow-h {overflow: hidden}
.img-cover {height: 100%; min-width: 100%; object-fit: cover;}
.lh-paragraph p, p.lh-paragraph {line-height: 1.4}
.max-w-600 {max-width: 600px;box-sizing: border-box;}
.no-visible {visibility: hidden;}
.event-none {pointer-events: none;}

.center {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%,-50%);
}

/* FLEX RULES */

.flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
}

/* y axis */

.fx-align-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.fx-align-end {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
}

/* x axis */

.fx-justify-center {
    -webkit-justify-content:  center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.fx-space-between {
    -webkit-justify-content:  space-between;
    justify-content: space-between;
}

.fx-justify-end {
    -webkit-justify-content: flex-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;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/* break line */
.fx-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

/* AFFIX */

.affix, .ex-affix {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 600 !important;
}

.ex-affix {
    position: fixed;
}

/* 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.5em;
    padding-bottom: 10px;
}

.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: #777;
    content: '\eb1a';
    font-size: .5em;
    line-height: 1;
    margin-top: .7em;
}

/* MARGIN - PADDING */

.pa0 {padding: 0}

.pts {padding-top: 1.5rem;}
.prs {padding-right: 1.5rem;}
.pbs {padding-bottom: 1.5rem;}
.pls {padding-left: 1.5rem;}
.phs {padding-right: 1.5rem; padding-left: 1.5rem;}
.pvs {padding-top: 1.5rem; padding-bottom: 1.5rem;}
.pas {padding: 1.5rem;}

.ptm {padding-top: 3rem;}
.prm {padding-right: 3rem;}
.pbm {padding-bottom: 3rem;}
.plm {padding-left: 3rem;}
.phm {padding-right: 3rem; padding-left: 3rem;}
.pvm {padding-top: 3rem; padding-bottom: 3rem;}
.pam {padding: 3rem;}

.ptl {padding-top: 6rem;}
.prl {padding-right: 6rem;}
.pbl {padding-bottom: 6rem;}
.pll {padding-left: 6rem;}
.phl {padding-right: 6rem; padding-left: 6rem;}
.pvl {padding-top: 6rem; padding-bottom: 6rem;}
.pal {padding: 6rem;}

.pbxl {padding-bottom: 16.5rem;}

.mbm {margin-bottom: 3rem;}

.ma0 {margin: 0}
.m0auto {margin: 0 auto}

/* BACKGROUNDS & COLORS */

.white-text:not(.main-color-xs), .white-text:not(.main-color-xs) *, .white-text:not(.main-color-xs) a:hover, .white-text:not(.main-color-xs) .offers-mashup * {
    color: #fff;
}

.bg-black {
    background: #131313;
}

.bg-white {
    background: #ffffff;
}

.bg-brown {
    background: #3f3539;
}

.bg-light-fill {
    background: rgb(0 0 0 / 20%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.bg-tlight-fill {
    background: rgb(255 255 255 / 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {     
    .bg-tlight-fill {background:#fff;}
}

#terrace-clip .bg-light-fill {
    background: rgba(255, 255, 255, .7);
}

.bg-dark-fill {
    background: rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}

.bg-light-grey {
    background: #f9f9fa;
}

.bg-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f3539+0,3f3539+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(63,53,57,1) 0%, rgba(63,53,57,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(63,53,57,1) 0%,rgba(63,53,57,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(63,53,57,1) 0%,rgba(63,53,57,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3539', endColorstr='#003f3539',GradientType=0 ); /* IE6-9 */
}

/* borders */

.white-text:not(.main-color-xs) *, .white-text:not(.main-color-xs) {
    border-color: #fff;
}

.brd-b-black {
    border-bottom: solid 1px #3f3539;
}

.brd-tm {
    border-top: 5px solid #fff;
}

/* z-index */
.z1{z-index: 1;}

@media (min-width: 768px) {
/* not mobile */
    .white-text.main-color-xs, .white-text.main-color-xs *, .white-text.main-color-xs a:hover, .white-text.main-color-xs .offers-mashup * {
        color: #fff;
    }

    .white-text.main-color-xs, .white-text.main-color-xs {
        border-color: #fff;
    }
}


/*---------------------------------------------------------------------------*/
/*--------------------------- COMMON ELEMENTS -------------------------------*/
/*---------------------------------------------------------------------------*/


/* sloped content */

.sloped {
    -webkit-clip-path: polygon(0 100px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100px, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -100px;
    position: relative;
}

.sloped:after {
    content: '';
    background: #fff;
    position: absolute;
    height: 105px;
    width: 100%;
    top: 0px;
    clip-path: polygon(0 0, 100% 0%, 100% 5px, 0% 100%);
}

.v-sloped.right {
    -webkit-clip-path: polygon(100px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(100px 0, 100% 0%, 100% 100%, 0% 100%);
}

.v-sloped.left {
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 100px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 100px) 100%, 0% 100%);
}

.sloped-down {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 100px));
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 100px));
}


.absolute.third, .absolute.two-thirds, .absolute.three-thirds {
    top: 0;
    bottom: 0;
    width: 40%;
    box-sizing: border-box;
    left: 0;
}

.v-sloped {padding: 0 20px 0 50px;}

.v-sloped.left {padding-right: 120px;}

.v-sloped.right{padding-left: 120px;}


.absolute.right {
    right: 0;
    left: auto;
}

.absolute.two-thirds {
    width: 60%;
}

.absolute.three-thirds {
 width: 55%;
}

.third > .row, .three-thirds > .row  {
    max-width: 600px;
}

.two-thirds > .row {
    max-width: 600px;
}


/* SWIPER CAROUSEL */

.swiper-container, .swiper-wrapper, .swiper-pagination, .swiper-button-next, .swiper-button-prev {z-index: auto!important;}
.swiper-container {width: 100%;height: 100%;}

/* pagination - bullets */

.pagination-wrapper {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.swiper-pagination {
    transform: none!important; /* fixing default styles */
    position: relative!important; /* fixing default styles */
    bottom: auto;
    left: auto;
    width: auto;
    display: inline-block;
}

span.swiper-pagination-bullet:focus {outline: none;}

span.swiper-pagination-bullet {
    /* fixing default styles */
    height: auto;
    width: auto;
    opacity: 1;
    background: transparent;
    color: #a9a9a9;
    border-radius: 0;
    display: block;
    /* end fixing */
    float: left;
    position: relative;
    padding: 5px;
    margin-left: 10px;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0!important;
}

.swiper-pagination-bullet:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid;
    margin: 0;
    position: static;
}

.swiper-pagination-bullet, .swiper-pagination-bullet:after {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #000000;
}

.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #000000;
    border-color: #000000;
}

/* CAROUSEL CONTROLS (bootstrap & swiper ) */

.carousel-control, .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    height: auto;
    line-height: 1;
    font-size: 26px;
    width: 26px; /* firefox fixing - mismo que font-size */
    margin-top: -24px; /* poner la mitad de font-size + padding */
    background-image: none; /* fixing both */
    background: #fff;
    color: #000!important;
    padding: 11px;
    opacity: .6;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.carousel-control {
    text-indent: -99999px;
    text-shadow: none;
}

.carousel-control, .swiper-container .swiper-button-prev {left: 0px;}
.carousel-control.right, .swiper-container .swiper-button-next {left: auto; right: 0px;}

.carousel-control:before {
    text-indent: 0;
    font-family: 'mirai-icofonts';
    display: block;
    float: left;
}

.carousel-control.left:before, .swiper-button-prev i:before {content: '\e962';}
.carousel-control.right:before, .swiper-button-next i:before {content: '\e963';}

.carousel-control:hover, .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
}

/* MODAL */

.modal:focus {outline: none;}
.modal {border: none;}
body.modal-open {overflow: hidden; touch-action: none;}

.modal-header .close {
    float: none;
    position: absolute;
    right: 13px;
    top: 50%;
    font-size: 20px;
    width: 20px; /* firefox fixing - mismo que font-size */;
    box-sizing: content-box;
    margin-top: -20px;
    padding: 10px;
    color: inherit;
    opacity: .75;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-header {
    border-bottom: none;
    padding: 15px;
    padding-right: 57px;
    position: relative;
    background: #E9E2D8;
    color: #EF6772;
}

/* 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%;
    box-sizing: border-box;
    z-index: 1050;
    background-color: white;
    overflow: hidden;
}

.mi-modal-close {
    background: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}

.mirai-modal > .mi-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.mi-modal-close i {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
}

.mi-modal-close span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
    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 i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mirai-modal .mi-modal-content {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}

/* Left */

.mirai-modal[data-to="left"] {
    left: -100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mirai-modal[data-to="left"].mi-active {left: 0;}

/* Right */

.mirai-modal[data-to="right"] {
    right: -100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mirai-modal[data-to="right"].mi-active {right: 0;}

/* Topight */

.mirai-modal[data-to="top"] {
    top: -100vh;
    bottom: auto;
    height: 100vh;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mirai-modal[data-to="top"].mi-active {top: 0;opacity: 1;}

/* Fade */

.mirai-modal[data-to="fade"] {
    opacity: 0;
    left: -100%;
    -webkit-transition: opacity .5s ease-in 0s, left 0s ease-in .5s;
    transition: opacity .5s ease-in 0s, left 0s ease-in .5s;
}

.mirai-modal[data-to="fade"].mi-active {
    opacity: 1;
    left: 0;
    -webkit-transition: left 0s ease-in 0s, opacity .5s ease-in;
    transition: left 0s ease-in 0s, opacity .5s ease-in;
}

/* Rainbow */

.mirai-modal[data-to="rainbow"] {
    left: -100%;
    -webkit-transition: left 0s ease-in .5s;
    transition: left 0s ease-in .5s;
    overflow: hidden;
    background: transparent;
}

.mirai-modal[data-to="rainbow"].mi-active {
    left: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.mirai-modal[data-to="rainbow"]:before {
    content: '';
    background: #2b2729f2;
    position: absolute;
    height: 100%;
    width: 300%;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: all .3s ease-out .2s;
    transition: all .3s ease-out .2s;
}

.mirai-modal[data-to="rainbow"].mi-active:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-out .0s;
    transition: all .3s ease-out .0s;
}

.mirai-modal[data-to="rainbow"] > div {
    opacity: 0;
    margin-top: -30px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.mirai-modal[data-to="rainbow"].mi-active > div {
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all .5s ease-out .2s;
    transition: all .5s ease-out .2s;
}

/* SHADOWBOX */

#sb-container {z-index: 1100;}

#sb-container #sb-info {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    line-height: 1;
}

#sb-container #sb-title {
    text-align: center;
    padding-bottom: 30px;
    font-size: 2em;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    height: auto;
}

#sb-container #sb-title-inner {
    font-size: inherit;
    height: auto;
    line-height: inherit;
    font-family: inherit;
    font-weight: normal;
    display: inline-block;
}

#sb-container #sb-info-inner {
    height: auto;
    line-height: 1;
}

#sb-container #sb-info #sb-counter, #sb-container #sb-container #sb-info #sb-nav > * {
    display: none;
}

#sb-container #sb-info #sb-nav #sb-nav-close {
    display: inline-block;
    float: none;
    height: auto;
    width: auto;
    margin: 10px;
    background-image: none;
    text-decoration: none;
    color: #fff;
    font-size: 35px;
}

#sb-container #sb-info #sb-nav {
    float: none;
    height: auto;
    padding: 0;
    width: auto;
}

/* SIDE MODAL BUTTON */

.fixed-modal-link {
    background: #d8d8d8;
    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;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-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 {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.common-form br {display: none;}

.common-form form {
    padding: 15px 0;
}

.common-form .wpcf7-response-output {
    padding: 1.5em;
    margin: 16px;
    border: none;
    background: #efefef;
    font-size: .8em;
    text-align: center;
}

.common-form div[class^="col-"] {
    position: relative;
    padding: 30px 16px 40px;
}

.common-form .wpcf7-form-control-wrap {
    position: static;
}

.common-form input[type="text"],
.common-form input[type="email"],
.common-form input[type="number"],
.common-form select,
.common-form textarea {
    height: auto; /* fixing bootstrap styles */
    margin-bottom: 0; /* fixing bootstrap styles */
    line-height: normal; /* fixing bootstrap styles */
    display: block;
    width: 100%;
    max-width: 100%;
    background: #f9f8f8;
    box-shadow: none;
    box-sizing: border-box;
    padding: 13px 10px;
    font-size: inherit;
    font-weight: normal;
    font-family: inherit;
    border: 0;
    border-bottom: 1px solid #3f3539;
    text-transform: uppercase;
    color: #000;
}

.common-form .inputComplete input,
.common-form .inputComplete textarea {
    box-shadow: inset 0 -4px 0 #3f3539;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.common-form textarea {
    text-transform: none;
    height: 260px;
    font-weight: 400;
}

.common-form label {
    position: absolute;
    pointer-events: none;
    text-transform: uppercase;
    top: 43px;
    left: 26px;
    color: #888b8d;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    font-size: inherit;
    font-weight: normal;
    line-height: normal;
}

.common-form .inputComplete label {
    top: 0;
    left: 16px;
}

.common-form div.accept-privacity {
    padding-top: 65px;
    font-size: .8em;
    text-align: center;
}

.common-form input[type="radio"], .common-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 9px;
    background: #bfbfbf;
    vertical-align: bottom;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
}

.common-form input[type="checkbox"]:before {
    content: '\e985';
    font-family: mirai-icofonts;
    color: #bfbfbf;
    position: absolute;
    right: 50%;
    top: 50%;
    font-size: 14px;
    margin-top: -7px;
    margin-right: -7px;
}

.common-form input[type="checkbox"]:checked:before {
    color: #000;
}

.common-form div.submit-wrapper {
    padding-bottom: 0;
}

.common-form .wpcf7 .wpcf7-form input.wpcf7-submit {
    font-size: 18px;
    padding: 22px 62px;
}

.common-form .wpcf7-not-valid-tip {
    color: #e26464;
    font-size: .7em;
    text-align: left;
    padding-top: 6px;
}

.common-form .wpcf7-response-output {
    padding: 1.5em;
    margin: 16px;
    border: none;
    background: #efefef;
}

.common-form .wpcf7-validation-errors {
    background:#f7c9c9;
}

.common-form .wpcf7-mail-sent-ok {
    background: #f4ffdb;
}

/* poner de nombre 'selector' al shortcode del input-select en el formulario para que aparezca la flecha (el nombre se lo pone de clase al control-wrap) */
.common-form .selector,
.common-form .your-recipient,
.common-form .needs {
  display: block;
}

.common-form .wpcf7-form-control-wrap.selector::after,
.common-form .wpcf7-form-control-wrap.your-recipient:after,
.common-form .needs:after {
    content: "\e961";
    font-family: 'mirai-icofonts';
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
    font-size: 9px;
    color: inherit;
    line-height: 1;
}

/* BACK TO TOP */

#back-top {
    background-color: #EF6772;
}

/* BACKGROUND IMAGE */

.bg-img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/* BLACK & WHITE IMAGE */

.bnw-pic {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* 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 {
    border: none; /* fixing booking button in details pages */
    border-radius: 0; /* fixing buttons in bookingstep */
    box-shadow: none; /* fixing buttons in bookingstep */
    text-shadow: none; /* fixing buttons in bookingstep */
    background: #bfc130;
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    letter-spacing: .03em;
}

.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;
    background: #d2d444;
    color: #fff;
}

.primary-btn {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.primary-btn:before, .primary-btn:after {
    background-color: rgba(255, 255, 255, 0.2);
    content: '';
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    right: 100%;
}

.primary-btn:hover:before {
    right: -60%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.primary-btn:after {
    width: 30%;
    background-color: rgba(0, 0, 0, 0.1);
    left: 100%;
    right: auto;
}

.primary-btn:hover:after {
    left: -30%;
    -webkit-transition: all .4s ease-out;
    transition: all .2s ease-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.primary-btn:hover {
    -webkit-transition-delay: 4s;
    transition-delay: .4s;
}

.primary-btn, .secundary-btn {
    display: inline-block;
}

/* secundary */

#search-form #calculate-route-button {box-shadow: none;}

.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, .widget_search form input[type="submit"],
.rooms-listing-wrapper .room-box .room-book a, #search-form #calculate-route-button,
.mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview, .secundary-btn {
    background: transparent; /* fixing offers mashup button */
    border-radius: 0; /* fixing offers mashup button */
    text-shadow: none; /* fixing offers mashup button */
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #000;
    border: 1px solid #000;
    padding: 11px 30px;
    /* text-transform: uppercase; */
    letter-spacing: .07em;
    border-radius: 30px;
}

.white-text:not(.main-color-xs) .secundary-btn {
    color: #fff;
    border-color: #fff;
}

.secundary-btn {
    position: relative;
    overflow: hidden;
}

.secundary-btn > span[data='bg'] {
    position: absolute;
    width: 0;
    height: 0;
    background: #000;
    border-radius: 100%;
}

.white-text:not(.main-color-xs) .secundary-btn > span[data='bg'],
#footer .secundary-btn > span[data='bg'] {
    background: #fff;
}

.secundary-btn:hover > span[data='bg'] {
    width: 100vw;
    height: 100vw;
    margin-left: -50vw;
    margin-top: -50vw;
    -webkit-transition: all .1.2s ease-out;
    transition: all 1.2s ease-out;
}

.secundary-btn:hover > span[data='text'] {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative;
}

.secundary-btn:hover {
    text-decoration: none;
}

.secundary-btn:hover > span[data='text'] {
    color: #fff;
}

.white-text:not(.main-color-xs) .secundary-btn:hover > span[data='text'],
#footer .secundary-btn:hover > span[data='text'] {
    color: #000;
}

.offers-listing-wrapper .offer .offer-button, .rooms-detail-wrapper .offer .offer-button,
.rooms-listing-wrapper .room-box .room-book a {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.offers-listing-wrapper .offer .offer-button:before, .rooms-detail-wrapper .offer .offer-button:before,
.rooms-listing-wrapper .room-box .room-book a:before {
    content: '';
    background: #000;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 100%;
    z-index: -1;
}

.offers-listing-wrapper .offer .offer-button, .rooms-detail-wrapper .offer .offer-button,
.rooms-listing-wrapper .room-box .room-book a,
.offers-listing-wrapper .offer .offer-button:hover:before, .rooms-detail-wrapper .offer .offer-button:hover:before,
.rooms-listing-wrapper .room-box .room-book a:hover:before {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;

}

.offers-listing-wrapper .offer .offer-button:hover:before, .rooms-detail-wrapper .offer .offer-button:hover:before,
.rooms-listing-wrapper .room-box .room-book a:hover:before {
    height: 400%;
    width: 200%;
}

.offers-listing-wrapper .offer .offer-button:hover, .rooms-detail-wrapper .offer .offer-button:hover,
.rooms-listing-wrapper .room-box .room-book a:hover {
    color: #fff;
    text-decoration: none;
}

#search-form #calculate-route-button:hover, .mapa .formRuta input.calculaRuta:hover, #respond .form-submit #submit:hover,
.wpcf7 .wpcf7-form input.wpcf7-submit:hover, .widget_search form input[type="submit"]:hover,
.mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview:hover {
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

@media (min-width: 768px) {
/* not mobile */
    .white-text.main-color-xs .secundary-btn {
        color: #fff;
        border-color: #fff;
    }

    .white-text.main-color-xs .secundary-btn > span[data='bg'] {
        background: #fff;
    }

    .white-text:not(.main-color-xs) .secundary-btn:hover > span[data='text'] {
        color: #000;
    }
}

/* download and offers mashup button */

.download-btn {
    display: inline-block
}

.download-btn:hover {
    color: inherit;
    text-decoration: none;
}

.download-btn i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 30px;
    margin-right: 10px;
}

.offers-mashup .more-info-link, .download-btn {
    color: inherit;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 10px;
    font-size: .9em;
    position: relative;
    z-index: 0;
    padding: 5px 10px;
}

.offers-mashup .more-info-link:before, .download-btn:before {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    right: 100%;
    top: 50%;
    bottom: 0;
    background-color: #bfc130;
    opacity: .6;
    z-index: -1;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.offers-mashup .more-info-link:hover:before, .download-btn:hover:before {
    right: 0px;
}

/* 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,
#search-form #calculate-route-button:disabled, #search-form #calculate-route-button:disabled:hover {
    background-color: #b9b9b9!important;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    border-color: #b9b9b9;
}

/* fixing padding for details submit button */
.offers-detail-wrapper .offer-calendar-wrapper .offer-button, .rooms-detail-wrapper .room-calendar-wrapper .room-button {padding: 0;}


/*---------------------------------------------------------------------------*/
/*----------------------------- ENGINE CALENDAR -----------------------------*/
/*---------------------------------------------------------------------------*/


/* FIXING */

#ui-datepicker-div {z-index: 400 !important;}
body.modal-open #ui-datepicker-div {z-index: 1060 !important;}
.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;
    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;
    margin: 0!important;
}

.all-calendar .ui-datepicker .ui-datepicker-title {
    font-weight: bold!important;
    text-transform: lowercase;
}

.all-calendar .ui-datepicker th {
    font-weight: normal;
    text-transform: lowercase;
    font-size: .8em;
}

/* 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-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;
    background: #F2F2F2!important;
    padding: 6px;
    text-align: center;
}

/* weekend (number) */
.ui-datepicker-week-end .ui-state-default, .ui-datepicker-week-end .ui-widget-content .ui-state-default, .ui-datepicker-week-end .ui-widget-header .ui-state-default {
    background: #DDD!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: 0!important;
    top: 50%!important;
    padding: .3em;
    text-decoration: none;
    width: auto!important;
    height: auto!important;
    line-height: 1;
    font-size: 1em;
    margin-top: -.8em;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    border: 1px solid #c4c4c4!important;
}

.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: #868686;
    cursor: pointer;
    font-family: 'mirai-icofonts';
    line-height: 1;
    font-size: inherit;
    display: block;
    font-weight: normal;
}

.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;
}

/* offers 4 and rooms 5 templates */
.detail-services-dates {max-width: 800px;margin: 0 auto;}


/* ------------------------------ 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 .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,
.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 a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #bfc130!important;
    color: #FFF;
    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,
.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: #cdce95!important;
    color: #FFF;
    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,
.ui-datepicker .ui-datepicker-prev.ui-state-hover:after, .ui-datepicker .ui-datepicker-next.ui-state-hover:after {
    background: transparent!important;
    color: #000;
}

/* ----------------------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------*/
/*------------------------------ STRUCTURE ----------------------------------*/
/*---------------------------------------------------------------------------*/


#header .content, #main .content, #footer .content {position: relative}

/* HEADER */

#header {}

#header .content {}

/* absolute header (over image) */
/* descomenta esta seccion para poner tu header sobre la imagen de fondo, y borra la de static header inmediatamente debajo */

#header {
    /* position: fixed; */
    /* width: 100%; */
    /* z-index: 2; */
}

#main {/* z-index: 1; *//* position:relative */}
#footer {
    border-top: 6px solid #fff;
}
/*.bookingstep1 #header, .bookingstep1 #main, .bookingstep1 #footer {position: static;z-index: auto;}*/
body.modal-open #main {position: static;}
#header .affix-wrapper {z-index: 1050;position: absolute;width: 100%;}
.bookingstep1 #header {
    /* position: absolute; */
}

.pre-header {
    background: #2B2729;
    text-align: center;
    padding: 10px;
    font-size: .75em;
    color: #d8d8d8;
}

.pre-header a {
    color: inherit;
    pointer-events: all;
}

#header .qts-lang-menu {
    background-color: transparent;
}

#header .qts-lang-menu option {
    background: #fff;
    color: #000;
}

#header .affix-wrapper > .affix-top,
.loom-menu-active #header .affix-wrapper > .affix, .loom-menu-active #header .affix-wrapper > .ex-affix,
.bookingstep1 #header .affix-wrapper > .affix, .bookingstep1 #header .affix-wrapper > .ex-affix {
    background: transparent;
    box-shadow: none;
    border: 0 none;
}

#header .affix-wrapper > .affix, #header .affix-wrapper > .ex-affix {
    /* background: #fff; */
    /* box-shadow: 1px 0px 10px rgba(63, 53, 57, 0.22); */
    border-bottom: 1px solid rgb(255 255 255 / 80%);
    background: -moz-linear-gradient(top,  rgba(63,53,57,1) 0%, rgba(63,53,57,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(63,53,57,1) 0%,rgba(63,53,57,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(63,53,57,1) 0%,rgba(63,53,57,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3539', endColorstr='#003f3539',GradientType=0 ); /* IE6-9 */
}

.not_found #main {
    padding-top: 200px;
}

#header #navigationweb {
    box-sizing: border-box;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.loom-engine-active #navigationweb {
    opacity: 0;
}

.modal-engine-wrapper {
    display: inline-flex;
    align-items: center;
}

.modal-engine-wrapper > a {
    text-align: center;
    display: block;
}

.modal-engine-wrapper > a.adv-btn {
    font-size: .9em;
    margin-right: 20px;
}

.modal-engine-wrapper > a.adv-btn i {
    display: inline-block;
    border: 1px solid;
    border-radius: 100%;
    padding: .2em;
    font-size: .9em;
    margin-right: 7px;
}

.modal-engine-wrapper > a.adv-btn:hover,
.modal-engine-wrapper > a.adv-btn:hover i {
    color: #bfc130;
    text-decoration: none;
}

.modal-engine-wrapper > a.primary-btn {
    box-shadow: 0px 0px 15px rgb(236 240 90 / 50%);
}

.modal-engine-wrapper > a.primary-btn:hover {
    box-shadow: 0px 0px 15px rgb(255 255 255 / 0.5);
}

/* swiper working well */

#header, #content-header > .bg-gradient {
    pointer-events: none;
}

.loom-menu-btn, #logo, .modal-engine-wrapper, #header .mirai-modal, #header [data-mirai-engine="mirai_cl"] {
    pointer-events: auto;
}

/* advantages button */

.modal-engine-wrapper > a.secundary-btn {
    font-size: 0.75em;
    margin-top: 10px;
    width: calc(100% - 2px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.affix .modal-engine-wrapper > a.secundary-btn,
.ex-affix .modal-engine-wrapper > a.secundary-btn {
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    margin-top: 0;
    border-width: 0;
    pointer-events: none;
}

.loom-menu-active .modal-engine-wrapper > a.secundary-btn {
    opacity: 0;
    pointer-events: none;
}

.modal-engine-wrapper, .loom-menu-btn,
.bookingstep1 .affix .modal-engine-wrapper, .bookingstep1 .affix .loom-menu-btn {
    margin-top: 50px;
    -webkit-transition: margin .3s ease-out, opacity .5s ease-out;
    transition: margin .3s ease-out, opacity .5s ease-out;
}

.affix .modal-engine-wrapper, .affix .loom-menu-btn,
.ex-affix .modal-engine-wrapper, .ex-affix .loom-menu-btn {
    margin-top: 22px;
}

/*
.loom-engine-active .loom-menu-btn, .loom-engine-active .modal-engine-wrapper {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}
*/

/* logo */

#logo, .bookingstep1 .affix #logo {
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    display: inline-block;
}

#logo a {
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #fff;
}

#logo a:before {
    font-family: 'local-icofonts'!important;
    font-size: 72px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -36px;
}

#logo, #logo a, #logo a:before, #logo a img, #header .affix-wrapper > div {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#logo a,
.loom-menu-active .affix #logo a, .loom-menu-active .ex-affix #logo a,
.loom-engine-active .affix #logo a, .loom-engine-active .ex-affix #logo a,
.bookingstep1 .affix #logo a {
    padding-top: 80px;
}

.affix #logo, .ex-affix #logo {
    margin-top: 0;
}

.affix #logo a, .ex-affix #logo a {
    padding: 10px 0;
}

#logo a:before, .bookingstep1 .affix #logo a:before,
.loom-menu-active .affix #logo a:before, .loom-menu-active .ex-affix #logo a:before,
.loom-engine-active .affix #logo a:before, .loom-engine-active .ex-affix #logo a:before {
    opacity: 1;
}

.affix #logo a:before, .ex-affix #logo a:before {
    opacity: 0;
}

#logo a img, .bookingstep1 .affix #logo a img {
    -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(160deg);
    filter: invert(0) sepia(0) saturate(0) hue-rotate(160deg);
}

#loom-engine #logo a img,
.not_found #logo a img {
    -webkit-filter: invert(0.52) sepia(0.6) saturate(0.16) hue-rotate(160deg);
    filter: invert(0.52) sepia(0.6) saturate(0.16) hue-rotate(160deg);
}

#loom-engine #logo a:before,
.not_found #logo a:before {
    color: #888b8d;
}

/* qtranslate */

.widget_qtranslate {
    position: relative;
    display: none;
}

.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;
    display: none;
}

#header .widget_qtranslate:before {
    content: '\e9a4';
    right: auto;
    left: 10px;
    font-size: 16px;
    margin-top: -8px;
}

.widget_qtranslate select {
    border: none;
    padding-right: 14px;
    line-height: normal;
    height: auto;
}

.widget_qtranslate select option {
    padding: 6px 10px !important;
}

.widget_qtranslate ul {
    line-height: 1;
}

.widget_qtranslate ul li {
    float: left;
    border-right: 1px solid;
    padding: 0 10px;
    margin: 0;
}

.widget_qtranslate ul li:first-child {
    padding-left: 0;
}

.widget_qtranslate ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.widget_qtranslate ul li a {
    text-decoration: none;
    display: block;
}

.widget_qtranslate ul li.active a {
    opacity: .3;
    color: inherit;
}

.widget_qtranslate a:hover {
    color: #bfc130;
}

.widget_qtranslate ul li.active a {cursor: default;pointer-events: none;}

/* loom menu button */

.loom-menu-btn {
    display: inline-block;
    text-align: center;
}

.loom-menu-btn:hover {
    cursor: pointer;
}

.loom-menu-btn > * {
    display: inline-block;
    vertical-align: middle;
}

.loom-menu-btn .loom-menu-open, .loom-menu-btn .loom-menu-close,
.bookingstep1 .affix .loom-menu-btn .loom-menu-open, .bookingstep1 .affix .loom-menu-btn .loom-menu-close {
    padding-left: 5px;
    color: #fff;
}

#header [data-mirai-engine="mirai_cl"],
.loom-menu-btn .loom-menu-open, .loom-menu-btn .loom-menu-close,
.bookingstep1 .affix .loom-menu-btn .loom-menu-open, .bookingstep1 .affix .loom-menu-btn .loom-menu-close {
    font-size: 13px;
}

.loom-menu-active .loom-menu-btn .loom-menu-open, .loom-menu-active .loom-menu-btn .loom-menu-close,
.affix .loom-menu-btn .loom-menu-open, .affix .loom-menu-btn .loom-menu-close,
.ex-affix .loom-menu-btn .loom-menu-open, .ex-affix .loom-menu-btn .loom-menu-close,
.not_found .loom-menu-btn .loom-menu-open {
    /* color: #383838; */
}

.loom-menu-active .loom-menu-btn .menu-icon > div,
.affix .loom-menu-btn .menu-icon > div,
.ex-affix .loom-menu-btn .menu-icon > div,
.not_found .loom-menu-btn .menu-icon > div {
    background: #383838;
}

.loom-menu-btn:hover .loom-menu-open, .loom-menu-btn:hover .loom-menu-close {
    /*padding-left: 10px;*/
}

.loom-menu-btn .loom-menu-close, .loom-menu-active .loom-menu-btn .loom-menu-open {
    display: none;
}

.loom-menu-active .loom-menu-btn .loom-menu-close {
    display: inline-block
}

.loom-menu-btn .menu-icon {
    position: relative;
    height: 44px;
    width: 44px;
    margin-top: -3px;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    transition: .3s;
}

.loom-menu-btn:hover .menu-icon {
    box-shadow: 0px 0px 10px rgb(255 255 255 / 70%);
}

.loom-menu-btn .menu-icon > div {
    position: absolute;
    background: #383838;
    width: 70%;
    height: 3px;
    top: 50%;
    left: 15%;
    border-radius: 3px;
}

.loom-menu-btn .menu-icon > .linea1 {margin-top: -9px;}
.loom-menu-btn .menu-icon > .linea3 {
    margin-top: 9px;
    width: 40%;
    left: 30%;
}

.loom-menu-btn:hover .menu-icon > .linea3 {
    width: 70%;
    left: 15%;
}

.loom-menu-active .loom-menu-btn .menu-icon > .linea1 {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.loom-menu-active .loom-menu-btn .menu-icon > .linea2 {
    opacity: 0;
}

.loom-menu-active .loom-menu-btn .menu-icon > .linea3 {
    margin-top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.loom-menu-active .loom-menu-btn .menu-icon > .linea1,
.loom-menu-active .loom-menu-btn .menu-icon > .linea3 {
    width: 66%;
    left: 17%;
}

.loom-menu-active .loom-menu-btn:hover .menu-icon > .linea1,
.loom-menu-active .loom-menu-btn:hover .menu-icon > .linea3 {
    width: 70%;
    left: 15%;
}

.loom-menu-active .loom-menu-btn:hover .menu-icon {
    /* -webkit-transform: scale(1.1); */
    /* transform: scale(1.1); */
}

.loom-menu-btn .loom-menu-open,
.loom-menu-btn .loom-menu-close,
.loom-menu-btn .menu-icon > div,
.loom-menu-active .loom-menu-btn .menu-icon {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* loom menu modal */

#loom-menu {
    padding-top: 200px;
    z-index: 1050;
    color: #fff;
}

#loom-menu.mirai-modal .mi-modal-content {
    position: relative;
    padding: 0;
}

.menus-wrapper {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #979797;
}

.qtranslate-wrapper .widget_qtranslate {
    display: inline-block;
}

.menus-wrapper, .qtranslate-wrapper {
    padding: 30px 50px;
}

/* MENU WEB */

.menus-wrapper > ul.menu {
    font-size: 23px;
}

.menus-wrapper > ul.menu > li {
    display: block;
    margin-bottom: .7rem;
}

.menus-wrapper > ul.menu > li:last-child {
    margin-bottom: 0;
}

.menus-wrapper > ul.menu > li > a {
    text-decoration: none;
    position: relative;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    display: inline-block;
}

.menus-wrapper > ul.menu > li:hover > a,
.menus-wrapper > ul.menu > li.current-menu-item > a,
.menus-wrapper > ul.menu > li.current-menu-ancestor > a,
.menus-wrapper > ul.menu > li.current-menu-parent > a {
    color: #a7a919!important;
}

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 {
}

/* hover and active */
/*
.menus-wrapper > ul.menu > li > a:before {
    content: '\eb1a';
    font-family: mirai-icofonts;
    display: inline-block;
    vertical-align: middle;
    border-color: inherit;
    margin-top: -3px;
    width: 0;
    font-size: 0;
    -webkit-transition-property: width;
    transition-property: width;
}

.menus-wrapper > ul.menu > li > a:before, .menus-wrapper > ul.menu > li > a {
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.menus-wrapper > ul.menu:last-child > li > a {
    padding-right: 14px;
}

.menus-wrapper > ul.menu > li > a:hover:before, .menus-wrapper > ul.menu > li.current-menu-item > a:before, .menus-wrapper > ul.menu > li.current-menu-parent > a:before {
    width: 14px;
    font-size: 6px;
}

.menus-wrapper > ul.menu:last-child > li > a:hover,
.menus-wrapper > ul.menu:last-child > li.current-menu-item > a,
.menus-wrapper > ul.menu:last-child > li.current-menu-parent > a {
    padding-right: 0;
}
*/

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: 5px;
    vertical-align: middle;
}

.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: #222;
}

ul#menu_web > li > ul.sub-menu li > a {
    color: #fff;
    padding: 20px;
}

ul#menu_web > li ul.sub-menu li > a:hover, ul#menu_web > li ul.sub-menu li.current-menu-item > a {
    color: #b3a57e;
}

/* advantages row */

.advantages-row, body.bookingstep1 .advantages-row, .engine-group .advs-group__advs{
    width: 100%;
    padding-top: 10px;
    text-align: center;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.advantages-row .mi-title-advantages {
    letter-spacing: 0.7px;
    text-align: center;
    padding: 0 0 20px;
    font-weight: bold;
}

.advantages-row ul, body.bookingstep1 .advantages-row ul, .advantages-row li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.advantages-row ul, body.bookingstep1 .advantages-row ul {
    -webkit-justify-content:  center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    text-align: left;
}

.advantages-row li, body.bookingstep1 .advantages-row li {
    box-sizing: border-box;
    padding: 0 10px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
}

.advantages-row i {
    font-size: 62px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
}

.advantages-row li > span {
    font-size: 15px;
    display: inline-block;
}

.advantages-row li > span span {
    display: block;
}

/* loom engine modal */


#loom-engine {
    --angle: 175deg;
}

#loom-engine {
    height: auto;
    max-height: 100%;
    display: grid;
    grid-template-rows: max-content 1fr;
    background: transparent;
    overflow: visible;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 100px), 0% 100%);
    background: linear-gradient(var(--angle), rgba(102,102,102,0.2) calc(100% - 120px),rgba(0,0,0,0) calc(100% - 100px)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#loom-engine:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 120px), 0% calc(100% - 20px));
    background: #fff;
}

#loom-engine.mirai-modal .mi-modal-content {
    height: auto;
    padding: 40px 0px 120px;
    overflow: hidden;
    position: relative;
}

#loom-engine.mirai-modal .mi-modal-content > div {
    overflow: auto;
}

#loom-engine.mirai-modal.le-visible .mi-modal-content {
    overflow: visible;
}

#loom-engine.mirai-modal.le-visible .mi-modal-content > div {
    overflow: visible;
}

#loom-engine .mi-modal-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#loom-engine #logo {
    margin-top: 0px;
    padding: 10px 0;
}

#loom-engine #logo a {
    padding-top: 0;
}

#loom-engine .engine-row, #loom-engine .advantages-row {
    /*vertical-align: top;*/
    /*display: inline-block;*/
}

#loom-engine .advantages-row, .engine-group .advs-group__advs {
    width: auto;
    padding-left: 40px;
    box-sizing: border-box;
}

#loom-engine #logo a {
    padding-top: 0;
}

#loom-engine #logo a:before {
    display: none;
}

#loom-engine .info-engine {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: .6em;
    letter-spacing: 0.6px;
}

#loom-engine .mi-be-square .mi-be {
    display: block;
}

#loom-engine .advantages-row ul {
    display: inline-block;
    width: auto;
}

#loom-engine .advantages-row li {
    padding: 10px;
}

#loom-engine .book-infotext {
    margin-bottom: 35px;
    opacity: .7;
    font-size: .9em;
}

/* FOOTER */

/* hidden old contact row and widget translate */
.home #footer .content > address.address_phone, #footer .content > .widget_qtranslate {display: none!important;}

#footer {
}

#footer p {
    margin-bottom: 0!important;
}

.mainfooter {
    background-color: #3f3539;
    padding-top: 52px;
}

.mainfooter, .mainfooter a {
    color: #fff;
}

.mainfooter * {
    border-color: #fff;
}

.mainfooter a:hover {
}

.mainfooter > .container > div, .mainfooter > .container > div > * {
    padding: 0 0 26px;
}

.socialmedia{
    display:inline-block;
}

.postfooter {
    padding: 20px 0;
    font-size: 12px;
}

/* postfooter background (with mobile contact row in footer for responsive design) */
.postfooter, .home #footer .content address.address_phone, #footer .widget_qtranslate, #footer .widget_qtranslate select, #footer .widget_qtranslate select option {
    background-color: #2b2729;
}

.postfooter, .postfooter a, .home #footer .widget_qtranslate:after, #footer .widget_qtranslate, #footer .widget_qtranslate select {
    color: #fff;
}

/* newsletter */

#footer .newsletter {
    text-align: right;
}

.newsletter > div {
    display: inline-block;
    text-align: center;
}

.newsletter .mi-title2 {
    font-weight: bold;
    font-size: 1.4em;
}

#newsletter-modal .common-form {
    width: 450px;
}

/* footer titles */

.hotelschema .name, #footer .mi-title {
    font-size: 26px;
    letter-spacing: .1em;
    margin-bottom: 10px!important;
}

/* hotelschema - vcard */

.hotelschema {
    line-height: normal;
    font-weight: 300;
}

.hotelschema > * {
    font-weight: inherit;
    display: block;
    line-height: inherit;
    margin-top: .85em;
}

.hotelschema > *:first-child {
    margin-top: 0;
}

.hotelschema .phone-label, .hotelschema .fax-label {
    display: none;
}

.hotelschema .tel:before {content: 'Tel: ';}
.hotelschema .fax:before {content: 'Fax: ';}

.hotelschema .tel {
    display: inline-block;
    position: relative;
    padding-right: 17px;
    margin-right: 10px;
}

.hotelschema .tel:after {
    right: 0;
    top: 20%;
    bottom: 20%;
    border-left: 1px solid;
    position: absolute;
    content: '';
}

/* featured links */

.featured-links ul {
    display: block;
    margin-top: 20px;
}

.featured-links ul:first-child {
    margin-top: 0px;
}

.featured-links li, .featured-links .menu li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    font-weight: 300;
    /* text-transform: uppercase; */
}

.featured-links li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.hotelschema .tel:after, .featured-links li:after, .featured-links .menu li:after {
    right: 0;
    top: 20%;
    bottom: 20%;
    border-left: 1px solid;
    position: absolute;
    content: '';
}

.featured-links li:last-child:after {
    display: none;
}

/* social media */

#footer .socialmedia a {
    margin: 5px 6px 5px 0;
    position: relative;
}

#footer .socialmedia a:before  {
    z-index: 1;
    position: relative;
    border-radius: 100%;
    font-weight: normal;
    font-size: 18px;
    padding: 7px;
}

#footer .socialmedia a:before, #footer .socialmedia a:hover:before, #footer .icono-tiktok-footer a:before, #footer .icono-tiktok-footer a:hover:before {
    background-color: transparent;
    color: #fff;
}

#footer .socialmedia a span, #footer .icono-tiktok-footer a img {
    display: block;
    text-indent: -999999px;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 100%;
    z-index: 0;
    box-shadow: inset 0 0 0 2px;
}

#footer .socialmedia a span:before, #footer .socialmedia a span:after, #footer .icono-tiktok-footer a img:before, #footer .icono-tiktok-footer a img:after {
    position: absolute;
    content: '';
    width: calc(50% + 1px);
    height: calc(100% + 2px);
    left: 0;
    top: 0;
    margin: -1px;
    border-radius: 0% 0 0 0%;
    background: #3f3539;
    opacity: 0;
}

#footer .socialmedia a span:before, #footer .icono-tiktok-footer a img:before {
    border-radius: 32px 0 0 32px; /* same than .socialmedia a span width/height + 2 */
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

#footer .socialmedia a span:after, #footer .icono-tiktok-footer a img:after {
    border-radius: 0 32px 32px 0; /* same than .socialmedia a span width/height + 2 */
    left: calc(50% + 1px);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

#footer .socialmedia a:hover span:before, #footer .icono-tiktok-footer a:hover img:before {
    -webkit-animation: spinload 1s 1 ease, opacity 1s 1 linear;
    animation: spinload 1s 1 ease, opacity 1s 1 linear;
}

#footer .socialmedia a:hover span:after, #footer .icono-tiktok-footer a:hover img:after {
    -webkit-animation: spinload 1s 1 ease .25s, opacity 1s 1 linear;
    animation: spinload 1s 1 ease .25s, opacity 1s 1 linear;
}

@-webkit-keyframes spinload {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinload {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes opacity {
    0% {opacity: 0;}
    5% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes opacity {
    0% {opacity: 0;}
    5% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}

/* logo footer */

.logo-footer {
    text-align: center;
}

.logo-footer #logo {
    margin-top: 0;
}

/* logo Emperador Buenos Aires */

.logo-arg {
    display: inline-block;
    padding: 3.2em 1em 1em;
    text-align: center;
    position: relative;
    font-weight: 300;
}

.logo-arg:hover {
    text-decoration: none;
}

.logo-arg span {
    display: block;
}

.logo-arg .logo-emperador {
    position: absolute;
    opacity: .1;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    font-family: 'local-icofonts'!important;
    font-size: 7.4em;
}

.logo-arg .small {
    font-size: .65em;
    letter-spacing: 1.2px;
}

/* menu postfooter (legal and contact) */

.postfooter .menu li {
    padding-left: 15px;
}

.postfooter .menu li:first-child {
    padding-left: 0;
}

/* view/cancel link */

#engine-tracking-link-wrapper {
    font-size: 16px;
}

.icon-lock {
    background: none;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 24px;
    vertical-align: middle;
}

a.tracking-link {
}

/* developed by mirai */

#developed-wrapper a {
    text-transform: lowercase;
    /*color: #ff001f;*/
    font-weight: bold;
}

/* MAIN ELEMENTS */

/* preloader */

.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 2000;
    top: 0;
    left: 0;
    opacity: 1;
    font-size: 18px;
}

.preloader.loaded {
    left: -100vw;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out, left 0s linear 1s;
    transition: opacity 1s ease-out, left 0s linear 1s;
}

.logo-loader {
    position: absolute;
    color: #888b8d;
    top: 50%;
    right: 50%;
    -webkit-animation: logo-loading linear;
    animation: logo-loading linear;
    font-size: 250px;
    margin-right: -125px;
    margin-top: -125px;
}

@keyframes logo-loading {
    00% {-webkit-transform: scale(.8);transform: scale(.8);}
    100% {-webkit-transform: scale(1);transform: scale(1);}
}

.logo-loader:before, .logo-loader:after {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    opacity: .4;
    content: '';
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-animation: shadow1-loading linear;
    animation: shadow1-loading linear;
}

@keyframes shadow1-loading {
    00% {right: 100%;}
    30% {right: 100%;}
    60% {right: -70%;}
    100% {right: -70%;}
}

.logo-loader:after {
    width: 40%;
    opacity: .4;
    left: 100%;
    right: auto;
    -webkit-animation: shadow2-loading linear;
    animation: shadow2-loading linear;
}

.logo-loader, .logo-loader:before, .logo-loader:after {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

@keyframes shadow2-loading {
    00% {left: 100%;}
    45% {left: 100%;}
    60% {left: -40%}
    100% {left: -40%}
}

.logo-loader i {
    display: block;
    text-align: center;
}

/* content header */

#content-header.full-screen-container {min-height: 270px;} /* for shortest screens */

#content-header {
    position: relative;
}

#content-header > .bg-gradient {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 33vh;
    max-height: 300px;
}

#content-header > img {
    width: 100%;
    object-fit: cover;
    max-height: 600px;
    min-height: 520px;
}

#content-header.full-screen-container > img {
    max-height: initial;
    min-height: initial;
    height: 100%;
}

.main-title {
    display: block;
    position: absolute;
    pointer-events: none;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-24%);
    transform: translateY(-24%);
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: 0 10px 30px rgba(75,75,75,.5) , 0 -10px 30px rgba(75,75,75,.5) , -20px 0 30px rgba(75,75,75,.5) , 20px 0 30px rgba(75,75,75,.5)
}

.main-title .mi-title2 {
    padding: 10px 0;
}

.main-title-location span {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 300;
}

/* icons list */

.icons-list i {
    font-size: 44px;
    display: block;
    float: left;
}

.icons-list li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.icons-list span {
    padding-left: 20px;
}

/* half sections */

.left-info .absolute.half {
    left: 0;
}

.right-info .absolute.half {
    left: calc(50% - 1px);
    border-left: 1px solid rgb(255 255 255 / 50%);
}

.info-description {
    padding: 8rem 0 10rem;
    position: relative;
}

.info-description, .section-container-swiper .pagination-wrapper {
    max-width: 600px;
    box-sizing: border-box;
}

.section-container-swiper .pagination-wrapper.static {
    max-width: none;
}

.left-info .info-description, .section-container-swiper .left-info .pagination-wrapper {
    margin-left: auto;
    margin-right: 50%;
    padding-left: 20px;
    padding-right: 80px;
    border-right: 1px solid rgb(255 255 255 / 50%);
}

.right-info .info-description, .section-container-swiper .right-info .pagination-wrapper {
    left: 0;
    margin-left: 50%;
    padding-left: 80px;
    padding-right: 20px;
}

/* section swiper */

.section-container-swiper .swiper-slide {
    box-sizing: border-box;
}

.section-container-swiper .swiper-button-prev, .section-container-swiper .swiper-button-next {
    height: 100%;
    width: 50%;
    margin-top: 0;
    background: transparent;
    padding: 0;
    top: 0;
}

.section-container-swiper .swiper-button-prev:active, .section-container-swiper .swiper-button-next:active,
.section-container-swiper .swiper-button-prev:focus, .section-container-swiper .swiper-button-next:focus {
    border: 0;
    outline: none;
}

.section-container-swiper .swiper-button-next:hover {
    cursor: url('/files/right-arrow.png') 20 34, auto;
}

.section-container-swiper .swiper-button-prev:hover {
    cursor: url(/files/left-arrow.png) 20 34, auto;
}

.section-container-swiper .swiper-wrapper.background-images {
    position: absolute;
}

.section-container-swiper .swiper-wrapper.background-images > div {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.section-container-swiper .info-description {
    position: static; /* need for swiper arrows width 100vw */
}

.section-container-swiper .info-description > div {
    padding: 40px 0 0;
    opacity: 0;
}

.section-container-swiper .swiper-slide.swiper-slide-active .info-description > div {
    padding: 0 0 40px;
    opacity: 1;
}

.section-container-swiper .info-description > div {
    -webkit-transition: all .5s ease-out .2s;
    transition: all .5s ease-out .2s;
}

.section-container-swiper .info-description img {
    display: none;
}

.section-container-swiper .pagination-wrapper {
    font-size: 23px;
    right: 0;
    bottom: 100px;
    width: 100%;
}

.section-container-swiper span.swiper-pagination-bullet {
    margin-left: 20px;
    padding: 0 18px;
    float: none;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 8px;
}

.section-container-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .section-container-swiper .swiper-pagination-bullet:hover:after {
    margin-bottom: 8px;
}

.section-container-swiper .swiper-pagination-bullet span {
    display: inline-block;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

.section-container-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active span,
.section-container-swiper .swiper-pagination-bullet:hover span {
    padding-bottom: 10px;
    padding-top: 0;
    opacity: 1;
}

.section-container-swiper .swiper-pagination-bullet:after {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    border: 0;
    border-bottom: 2px solid;
}

.section-container-swiper .swiper-pagination-bullet:hover:after, .section-container-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 100%;
    border-bottom: 5px solid #fff;
}

.section-container-swiper .swiper-pagination-bullet:after, .section-container-swiper .swiper-pagination-bullet span {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* Scrolling Section */

.scroll-int {
    overflow-y: scroll;
    overflow-x: visible;
    direction: rtl;
    box-sizing: border-box;
}

.scroll-int > * {
    direction: ltr;
}

/* width */
.scroll-int::-webkit-scrollbar {width: 6px;}

/* track */
.scroll-int::-webkit-scrollbar-track {background: transparent;border-left: 1px solid #3f3539;}

/* handle */
.scroll-int::-webkit-scrollbar-thumb {background: #3f3539;}

/* handle on hover */
.scroll-int::-webkit-scrollbar-thumb:hover {background: #555;}

/* Meeting Menu */

.meeting-menu {
    font-size: 1.9em;
    position: relative;
}

.meeting-menu .scroll-int:before, .meeting-menu .scroll-int:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.meeting-menu .scroll-int:before {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.meeting-menu .scroll-int:after {
    top: auto;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.meeting-menu .scroll-int.on-top:before {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out, top 0s ease-out .3s;
    transition: opacity .3s ease-out, top 0s ease-out .3s;
    top: -50px;
}

.meeting-menu .scroll-int.on-bottom:after {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out, bottom 0s ease-out .3s;
    transition: opacity .3s ease-out, bottom 0s ease-out .3s;
    bottom: -50px;
}

.meeting-menu li {
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.meeting-menu li:last-child {
    margin-bottom: 0;
}

.meeting-menu li[data-num]:hover, .meeting-menu li.active {
    color: #bfc130;
}

.meeting-menu li a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

.meeting-menu li a span {
    font-size: 0.6em;
    font-weight: normal;
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    -webkit-transition: clip-path .3s ease-out;
    transition: clip-path .3s ease-out;
    color: #bfc130;
}

.meeting-menu li a:hover span {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

/* Meeting Features */

.meeting-features > li {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.meeting-features > li.active-in {
    display: block;
}

.meeting-features > li.active-out {
    display: block;
    opacity: 0;
}

.meeting-features > li.active {
    display: block;
    opacity: 1;
}

.meeting-features > li .mi-title2 {
    font-size: 2.1em;
}

.meeting-features > li .mi-title2 span {
    font-family: 'Raleway', sans-serif;
    font-size: .8em;
}

.meeting-features > li p:first-of-type {
    font-weight: bold;
    font-size: 1.1em;
}

.meeting-features > li p {
    margin-top: 10px;
}

.meeting-features .accommodation {
    overflow: hidden;
}

.meeting-features .accommodation li {
    width: 33.333%;
    float: left;
    padding: 20px 0;
    text-align: center;
}

.meeting-features .accommodation i {
    font-size: 52px;
    color: #bfc130;
    display: inline-block;
}

.meeting-features .accommodation span {
    display: block;
    margin-top: 20px;
    font-size: 1.4em;
}

/* gallery link */
.gallery-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
    pointer-events: none;
    text-shadow: 1px 1px 3px #767676;
}
/* buttons row */
.buttons-row .secundary-btn {
    margin: 5px;
}

/*---------------------------------------------------------------------------*/
/*--------------------------------- PAGES -----------------------------------*/
/*---------------------------------------------------------------------------*/


.selloCam{
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 20px;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    max-width: 200px;
    pointer-events: all;
}

/* HOME */

video#video-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

/* go to anchor */

#content-header .go-to-anchor {
    display: block;
    position: absolute;
    color: #FFFFFF!important;
    bottom: 0;
    left: 50%;
    height: 20vh;
    padding: 0 15px;
    margin-left: -15px;
}

#content-header .go-to-anchor:hover {
    text-decoration: none;
}

#content-header .go-to-anchor span {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    white-space: nowrap;
    padding: 10px 0;
    top: 25%;
    left: 100%;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

#content-header .go-to-anchor:hover span {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#content-header .go-to-anchor .scroll-line {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 1px;
}

#content-header .go-to-anchor .scroll-line:after, #content-header .go-to-anchor .scroll-line:before {
    content: '';
    height: 193%;
    width: 100%;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .5;
    -webkit-animation: advance 5s linear infinite;
    animation: advance 5s linear infinite;
}

#content-header .go-to-anchor .scroll-line:after {
    bottom: 100%;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@keyframes advance {
    00% {
        bottom: 200%;
    }

    100% {
        bottom: -200%;
    }
}

/* offers mashup */

.offers-mashup {max-width: 100%;}
#carousel-no-pictures-offers {padding: 100px 0px;}

.offers-mashup .offers-mashup-slide {
    width: 100%;
}

.offers-mashup-inner {
    padding: 20px 0px 30px 20px;
}

.offers-mashup-inner .flickity-viewport {
    overflow: visible;
}

.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;
}

.offers-mashup dl {
    width: 300px;
    /* float: left; */
    margin-left: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(97 97 97 / 20%);
}

.offers-mashup dl:last-child {
}

.offers-mashup img {
    width: 100%;
}

.offers-mashup dl dd, .offers-mashup dl span {display: block;}
.offers-mashup dl dt, .offers-mashup dl span, .offers-mashup dd {min-height: 2em;}

.offers-mashup dl dt, .offers-mashup dl dd {
    padding: 30px 20px;
}

.offers-mashup dl dt {
    padding-bottom: 0;
    font-size: 20px;
    font-weight: normal;
}

.offers-mashup dl dd {
    font-size: 18px;
    padding-top: 20px;
}

.offers-mashup .more-info-link {
    background: transparent;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none!important;
}

/* LOCATION */

.distance {
    display: inline-block;
    text-align: left;
}

.distance > i {
    font-size: 3em;
    float: left;
    margin-right: 30px;
}

.distance > div {
    overflow: hidden;
}

#modal-map-results .modal-header {
    background-color: #bfc130;
    color: #ededed;
}


.banner-offer{
    position: absolute;
    width: 200px;
    background: #3f3539;
    top: 170px;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
}

.banner-offer a {
    color: #fff;
}

@media (max-width: 768px) {
     .banner-offer{
        bottom: 70px;
        top: auto;
    }
}



/* ROOMS */


/* SERVICES */

.wifi-row i, .wifi-row .mi-title2 {
    font-size: 2.5rem;
}

.wifi-row > .container > * {
    display: inline-block;
    vertical-align: middle;
}

.wifi-row p {
    margin-bottom: 0!important;
    padding: 20px 0 0;
}

@media (max-width: 768px) {
    .wifi-row > .container > * {
        margin-right: 0;
        display: block;
    }
}

/* PHOTOS */

/* OFFERS & ROOMS TEMPLATES */

body.cat-rooms .rooms-listing-wrapper, body.cat-room-detail .rooms-detail-wrapper, body.cat-offers .offers-listing-wrapper .offers-listing, body.cat-offer-detail .offers-detail-wrapper {font-size: 16px;}
/* align text center when no offers */
.offers-listing-wrapper.no-offers {text-align: center;}
#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); -moz-transform: translateY(0.3em); -ms-transform: translateY(0.3em); transform: translateY(0.3em);}
#main .go-to-calendar {padding: 5px; width: auto; display: inline-block; background: transparent;}

.offers-listing-wrapper > h2 {
    text-align: center;
}

.offers-listing-wrapper {
    padding: 0 0 80px 0;
    margin-top: 0;
}

.offers-listing-wrapper .offers-listing {padding-top: 40px;}

/* 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: #EF6772;
    height: auto;
}

.offer .offer-deco {
    background-color: #EF6772;
}

.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: #EF6772;
}

/* template 4 offer details & room details */

.offers-listing-4 > h2 {
    display: none;
}

.offer-detail-4, .rooms-detail-5 {
    padding-bottom: 80px;
}

.offer-detail-4 .title-discount {
    margin: 10px 0 15px;
}

.offer-detail-4 .offer-description, .rooms-listing-5 .room-description, .rooms-detail-5 .room-description {
    font-size: 1em;
    line-height: 1.4;
}

.offer-detail-4 .offers-room-detail .room-offer .offer-room p {
    font-size: 1.13em;
    line-height: 1.4;
}

.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;
    }
}

.all-calendar {
    box-shadow: none;
    border: 1px solid #e4e7e7;
}

.all-calendar .ui-datepicker td {
    border: 1px solid #e4e7e7;
}

.all-calendar .ui-datepicker td.ui-datepicker-other-month {
    border: none;
}

.all-calendar .calendar-nights {
    background: #cdce95;
    color: #fff;
}

.all-calendar select.calendar-nights-field {
    color: #fff;
}

.all-calendar select.calendar-nights-field option {
    color: #000;
}

.offer-detail-4 .offers-room-detail, .room-detail-5 .offer-room {
    background: #f3f3f3;
    padding: 30px;
}

.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;
}

/* template 5 offers - gradient boxes */

.offers-listing .offer .offer-link-5, .offers-detail-wrapper.offer-detail-5 .offer-wrapper {
    background: #006863;
}

/* 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);
}

/* template 5 rooms */

.rooms-listing-5.rooms-listing-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    background: #fff;
}

.rooms-listing-5 > h2 {
    display: none;
}

.rooms-listing-5 .room-box {
    background: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid #3f3539;
}

.rooms-listing-5 h3 a {
    font-size: 40px;
    font-family: PlayfairDisplay;
    text-transform: none;
    font-weight: normal;
}

.rooms-listing-5 h3 {
    padding-top: 15px;
}

.rooms-listing-5 .price-box {
    background-color: #3f3539;
    font-size: 16px;
    top: 0;
    bottom: auto;
    color: #fff;
    padding: 15px;
}

.rooms-listing-5 .price-box span {
    font-weight: bold;
    display: block;
}

.rooms-listing-5 .room-box:last-child {
    border-bottom: none;
}

.rooms-listing-5 .room-box .room-book a {
    margin-top: 10px;
    font-size: 18px;
}

.rooms-listing-5 .room-services-list {
    display: none;
}

.rooms-listing-5 .room-name, .rooms-listing-5 .room-intro {
    padding-right: 50px;
    padding-left: 0;
}

.rooms-listing-5 .room-box:nth-child(odd) .room-name, .rooms-listing-5 .room-box:nth-child(odd) .room-intro {
    padding-right: 0;
    padding-left: 50px;
}

/* 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, #cookies-wrapper-content h2 {
    margin: 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%;
    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%;
    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;
}

/* LOBBY ART */

.lobby-art .mi-title2 {
    margin-bottom: 20px;
}

.lobby-art .small-text {
    margin: 20px 0;
}

/* 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 */

/* borrar con el nuevo skeleton */
.bookingstep1 #header .content > *, .bookingstep1 #logo, .bookingstep1 ul#menu_web, .bookingstep1 #footer {display: block !important;}

/* para que los desplegables del motor queden por encima de los elementos del room selection */

.engine-wrapper-booking {
    padding: 10px 0;
    background: #ababab;
}

.bookingstep1 #header .affix-wrapper > .affix, .chain_results #header .affix-wrapper > .affix,
.bookingstep1 #header .affix-wrapper > .ex-affix, .chain_results #header .affix-wrapper > .ex-affix {
    position: static!important;
}

.bookingstep1 .engine-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: rgba(255,255,255,.5);
}

.bookingstep1 .modal-engine-wrapper, .cat-room-detail .modal-engine-wrapper, .cat-offer-detail .modal-engine-wrapper {
    opacity: 0;
    pointer-events: none;
}


/*---------------------------------------------------------------------------*/
/*---------------------------------- 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;
    font-weight: bold;
}

.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 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 21px;
}

.blog-sidebar .widget_search form input[type="text"] {
    border-radius: 0;
    background: #f7f7f7;
    box-shadow: none;
    box-sizing: border-box;
    height: 34px;
}

.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;
    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;
    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;
}


/*---------------------------------------------------------------------------*/
/*----------------------------------- 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;
}

/* fixing all IE */
@media screen and (min-width:0\0) {
    .img-cover, .bg-img {
        height: auto;
        max-height: none;
        min-width: 100%;
    }
    #footer {
        z-index: 1;
        position: relative;
    }
    #main section {
        overflow: hidden;
        position: relative;
    }
    .sloped {
        transform-origin: left top;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: -5.5vw;
    }
    .sloped > * {transform-origin: right top;}
    .sloped-down, .sloped-down > * {transform-origin: right top;}
    .sloped, .sloped-down > * {transform: skewY(-3deg);}
    .sloped > *, .sloped-down {transform: skewY(3deg);}
    .sloped.ptl {padding-top: 4rem;}
    .v-sloped.right, .v-sloped.left {transform: skewX(-9deg);}
    .v-sloped.right > .row, .v-sloped.left > .row {transform: skewX(9deg);}
    .v-sloped.right, .v-sloped.right > .row {transform-origin: bottom left;}
    .v-sloped.left, .v-sloped.left > .row {transform-origin: top right;}
    #main section.relative, #main #content-header {
        overflow: hidden;
    }
    .bookingstep1 #main #content-header {
      overflow: visible;
  }
  #logo a img, #logo a:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#logo a:after {
    content: "\e903";
    font-family: 'local-icofonts'!important;
    font-size: 200px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -100px;
    color: #888b8d;
    opacity: 0;
}
.affix #logo a img, .ex-affix #logo a img, .loom-menu-active #logo a img, .loom-engine-active #logo a img {
    opacity: 0;
}
.affix #logo a:after, .ex-affix #logo a:after, .loom-menu-active #logo a:after, .loom-engine-active #logo a:after {
    opacity: 1;
}
.affix #logo a:after, .ex-affix #logo a:after {
    bottom: 10px;
}
#content-header .go-to-anchor span {
    opacity: 0;
    pointer-events: none;
}
#content-header .go-to-anchor:hover span {
    opacity: 1;
    pointer-events: auto;
}
.rooms-listing-5.rooms-listing-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: calc(100vw - 17px);
    height: 100%;
    background: #fff;
    display: block;
}
}

/* fixing all Edge */
@supports (-ms-ime-align:auto) {
    #main section {
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
    }
    .bookingstep1 #main section {
        overflow: visible;
    }
    .sloped {
        transform-origin: left top;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: -5.5vw;
    }
    .sloped > * {transform-origin: right top;}
    .sloped-down, .sloped-down > * {transform-origin: right top;}
    .sloped, .sloped-down > * {transform: skewY(-3deg);}
    .sloped > *, .sloped-down {transform: skewY(3deg);}
    .sloped.ptl {padding-top: 4rem;}
    .v-sloped.right, .v-sloped.left {transform: skewX(-9deg);}
    .v-sloped.right > .row, .v-sloped.left > .row {transform: skewX(9deg);}
    .v-sloped.right, .v-sloped.right > .row {transform-origin: bottom left;}
    .v-sloped.left, .v-sloped.left > .row {transform-origin: top right;}
    #content-header .go-to-anchor span {
        opacity: 0;
        pointer-events: none;
    }
    #content-header .go-to-anchor:hover span {
        opacity: 1;
        pointer-events: auto;
    }
    video.bg-img {background: #000;}
}

/***********************/
/* COVID SAFE PROTOCOL */
/***********************/

/*HOME MODAL*/
.mirai-modal.covid .mi-modal-content {
     height: auto;
    background: #ffff;
    margin-top: 10% !important;
}
.mirai-modal.covid .mi-modal-close {
    right: 10px;
    position: absolute;
    top: -15px;
}
.mirai-modal.covid .licon-logo01{
    font-size:120px;
}
@media (max-device-width: 767px) {
.mirai-modal.covid .mi-modal-content {
    margin-top: 35% !important;
    width:90%
    }     
}
/* [col-sm] Tablet vertical */
@media (min-width: 768px) and (max-width: 979px) {
.mirai-modal.covid .mi-modal-content {
    margin-top: 30% !important;
    width:90%
    }    
}




/* SAFE LOGO LINK */

/* logo size */
:root {
    --clean-size: 110px;
}

.csp-logo {
    display: block;
    line-height: 1;
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    width: 110px;
    width: var(--clean-size);
    z-index: 1;
    right: 5px;
    top: 250px;
}

.offset-active .csp-logo,
.bookingstep1 .csp-logo,
.chain_results .csp-logo,
.protocolo-salud-seguridad-covid19 .csp-logo {
    display: none;
}

.csp-logo svg {
    display: block;
}

.csp-logo-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 9px;
    font-size: calc(var(--clean-size) * 0.08);
}

html[lang='ja'] .csp-logo-title {
    font-size: calc(var(--clean-size) * 0.1);
}

.csp-logo-title[data-circular-pos='down'],
html[lang='ja'] .csp-logo-title[data-circular-pos='down'] {
    font-size: 10px;
    font-size: calc(var(--clean-size) * 0.09);
}

.circular-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circular-text span {
    height: 45%;
    position: absolute;
    left: calc(50% - 4%);
    top: 5%;
    width: 8%;
    transform-origin: bottom center;
    text-align: center;
}

.circular-text[data-circular-pos='down'] span {
    top: 50%;
    transform-origin: top center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.csp-logo.csp_logo_3 .circular-text span,
.csp-logo.csp_logo_4 .circular-text span,
.csp-logo.csp_logo_6 .circular-text span {
    height: 40%;
    left: calc(50% - 5%);
    font-size: .95em;
}

.csp-logo.csp_logo_3 .csp-logo-title[data-circular-pos="down"],
.csp-logo.csp_logo_6 .csp-logo-title[data-circular-pos="down"] {
    top: 5%;
}

.csp-logo.csp_logo_4 .csp-logo-title,
.csp-logo.csp_logo_5 .csp-logo-title {
    color: #699abb;
    font-weight: bold;
}

/* MODAL WITH LINK */

#modal-safe-protocol.mirai-modal {
    background: rgba(255, 255, 255, 0.75);
}

#modal-safe-protocol.mirai-modal .mi-modal-content {
    width:100%;
}

.csp-modal-container {
    box-sizing: border-box;
    max-width: 500px;
    text-align: center;
    position: relative;
    padding: 40px;
    background: #000;
    border: 6px solid;
}

.csp-modal-container * {
    position: relative;
}

.csp-modal-container .mi-modal-close,
.csp-modal-container button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.csp-modal-container img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .5;
}

.csp-modal-container p {
    padding: 20px;
}

@media (max-width: 768px) {
    .csp-modal-container {
        padding: 50px 10px;
    }
}

/* bootstrap modal */

#modal-safe-protocol.modal {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
    overflow: hidden;
}

#modal-safe-protocol.modal .csp-modal-container {
    max-height: 100%;
    overflow: auto;
}

.csp-modal-container button.close {
    opacity: 1;
}

/* COVID SAFE PROTOCOL - Page */

#covid-safe-protocol {
    padding: 70px 0 30px;
}

#covid-safe-protocol > .mi-title2 {
    text-align: center;
    margin-bottom: 40px;
}

#covid-safe-protocol .csp-inner-section {
    margin-bottom: 60px;
}

#covid-safe-protocol .csp-inner-section:last-child {
    margin-bottom: 0;
}

#covid-safe-protocol .csp-text .mi-title3 {
    margin-bottom: 0.5em;
}

#covid-safe-protocol .csp-list li {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: .4em;
}

#covid-safe-protocol .csp-list li: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;
    font-family: 'mirai-icofonts';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    color: inherit;
    content: '\eb1a';
    font-size: .4em;
    line-height: 1;
    margin-top: 1.2em;
}

#covid-safe-protocol .csp-image {
    margin-bottom: 30px;
}

#covid-safe-protocol .csp-image img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
}

#covid-safe-protocol .csp-text {
    padding: 0 30px;
}

/* [col-sm] Tablet vertical */
@media (min-width: 768px) and (max-width: 979px) {
    #covid-safe-protocol {
        width: 80%;
    }
}

/* alternate pics */

/* [col-md] Desktop */
@media (min-width: 980px) {
    #covid-safe-protocol[data-display='alternate'] .csp-inner-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    #covid-safe-protocol[data-display='alternate'] .csp-inner-section:nth-child(odd) {
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    #covid-safe-protocol[data-display='alternate'] .csp-image,
    #covid-safe-protocol[data-display='alternate'] .csp-text {
        width: calc(50% - 30px);
        margin-bottom: 0;
        padding: 0;
    }

    #covid-safe-protocol .csp-image img {
        max-width: none;
    }
}

/* columns */

/* [col-md] Desktop */
@media (min-width: 980px) {
    #covid-safe-protocol[data-display='column'] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    #covid-safe-protocol[data-display='column'] > .mi-title2 {
        width: 100%;
    }

    #covid-safe-protocol[data-display='column'] .csp-inner-section {
        width: calc(50% - 20px);
    }

    #covid-safe-protocol[data-display='column'] .csp-inner-section:nth-child(even):last-child {
        width: 70%;
        margin-left: 15%;
    }
}
/*end*/

/*--- QuickChat ---*/
iframe#qt-button-frame {
    display: block;
    overflow: hidden !important;
    animation = qt-scale-up-bottom .3s cubic-bezier(.39,.575,.565,1.000) both: ;
    user-select: none !important;
    border: none !important;
    position: fixed !important;
    margin: 20px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    bottom: 0% !important;
    right: 0 !important;
    left: null !important;
    box-shadow: rgba(0,0,0,0.4) 0 0 30px 0 !important;
    animation: qt-scale-up-bottom .3s cubic-bezier(.39,.575,.565,1.000) both !important;
    z-index: 1049 !important; /* --- 1 menos que las modales --- */
}
 
div[id="eighty_hotel_Reviews.prototype"] {
    z-index: 1048 !important; /* --- 2 menos que las modales --- */
}
/**/

a.strong {
    color: #a8ab02!important;
}

/*---------------------------------------------------------------------------*/
/*------------------------------- IMPROVEMENTS ------------------------------*/
/*---------------------------------------------------------------------------*/

/* Quitar descuento de ofertas - Pedido por mejora */
.offer-discount, .offers-mashup dl span, .title-discount {
    display: none;
}


/* POPUP FITUR en after content */

#popup-modal {
  background: rgba(245, 245, 245, 0.4);
  animation: 1s hola-modal;
}
@keyframes hola-modal {
  0% { right: -100%; }
  50% { right: -100%; }
  100% { right: 0%; }
}
#popup-modal .mi-modal-content {
  padding: 10px;
}
#popup-modal .container {
  max-width: 800px;
  margin: 0 auto;
  /*background: url(/files/bg-popup.jpg) #fff; --- CUANDO EL POPUP CON TEXTO*/
  /*border: 1px solid #999; --- CUANDO EL POPUP CON TEXTO*/
  text-align: center;
  padding: 5vh 30px;
}
#popup-modal .mi-title2 {
  font-size: 2.2em;
}
#popup-modal p {
  font-size: 1.2em;
  line-height: 1.8;
  margin: 0;
}



.mirai-modal>.mi-full-modal-close {
  position: absolute;
  background: none;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  color: transparent;
}

#brunch-info p {
  font-size: 90%;
  margin-bottom: 10px;
}
#brunch-info i {
  font-size: 4em;
}

.main-title.hide-title {
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.swiper-slide .main-title {
  opacity: 0;
  transition: .5s;
}
.swiper-slide-active .main-title {
  opacity: 1;
  pointer-events: auto;
  transition: .5s .7s;
}

/*--- banner covid #68021 ---*/
.covid-dto {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    max-width: 135px;
    text-align: center;
    top: 3%;
    background: #d2d444;
    border: none !important;
}

.text-covid-dto {
    font-weight: 700;
    color: #fff;
}

.text-covid:hover,
.text-covid-dto:hover {
    color: #fff;
}

.luchadores-dto {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    max-width: 135px;
    text-align: center;
    top: 5.5%;
    background: #d2d444;
    border: none !important;
    display: none!important;
}

.title-covid-dto {
    padding: 15px;
    background: #d2d444;
    margin-bottom: 35px;
}

.link-covid-dto {
    margin-top: 35px;
}

.link-covid-luchadores {
    background: #d2d444;
}

.link-covid-luchadores:hover {
    text-decoration: none;
}

.link-covid-luchadores span {
    color: #000;
    font-weight: 700;
    padding: 2px;
}

.link-covid-luchadores span:hover {
    color: #fff;
}

.terms-luchadores {
    font-size: 16px;
    padding-top: 30px;
}

.list-terms-luchadores {
    list-style: disc;
    margin-left: 19px;
    padding-bottom: 15px;
}

.list-terms-luchadores li {
    padding-bottom: 10px;
    color: #3f3539;
    list-style: disc;
}

/* CLUB */
.container-md {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mtm {margin-top: 60px;}

.get-club-adv .list-icons li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}
.get-club-adv .list-icons i {
    font-size: 3em;
    padding-right: 20px;
    display: inline-block;
}
.get-club-adv .list-icons p {
    font-size: 1.2em;
    display: inline-block;
}

#header [data-mirai-engine="mirai_cl"] {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid;
}

.mi-club-login__access-text,
.mim-club-login__access-text {
    font-family: inherit;
}

.mi-club-login__access:hover {
    color: #bfc130;
}

.guest-features .icons-list li {
    flex-direction: column;
    padding: 15px;
}

.guest-features .icons-list i {
    font-size: 44px;
    display: block;
    padding-bottom: 20px;
    padding-left: 0;
}
.guest-features .icons-list span {
    padding-top: 5px;
    text-align: center;
    padding-left: 0;
}
.guest-features li strong {
    text-align: center;
    padding: 0;
    margin: 0;
}

.scroll-block {
    display: none!important;
}
.scroll-block i {
    font-size: 30px;
    display: block;
    margin-bottom: 30px;
    color: #032f4c;
    padding: 10px;
}
.table-meeting table {
    width: 100%;
    text-align: center;
}
.table-meeting thead {
    border-bottom: 1px solid #686868;
    border-top: 1px solid #686868;
    color: #202020;
}
.table-meeting thead th {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
.table-meeting i {
    display: block;
    font-size: 1.7em;
    margin-top: 5px;
    color: #7aa5bb;
}
.table-meeting td.meeting-name {
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 767px){
    .scroll-horizontal-mobile {
        overflow-x: scroll;
    }
    .sky-bar .v-sloped.left {
        background: #6e6e6e!important;
    }
    .container.scrollablex-xs{
        overflow: scroll;
    }
    .scroll-block{display: flex!important;}
    .scroll-block i {
        font-size: 25px;
        display: block;
        margin-bottom: 0px;
        color: #454545;
        padding: 10px;
    }
}

/* New advs group (modal engine) */
.advs-group .advs-group__advs {
    box-sizing: border-box;
    max-width: 410px;
}
.advs-group .advs-group__list {
    margin-top: 0;
}
.advs-group .advs-group__title--no-mt {
    margin-top: 0;
}
.advs-group .advs-group__title {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 30px;
    padding-bottom: 30px;
    text-transform: initial;
}
.advs-group .advs-group__title--no-mt {
    margin-top: 0;
}
.advs-group .advs-group__ikon {
    font-size: 1.9rem!important;
}
.advs-group .advs-group__txt {
    font-size: .8rem!important;
}
.advs-group .advs-group__item {
    text-align: left;
}
@media (max-width:  767px) {
    .engine-group {
        flex-wrap: wrap;
    }
    .advs-group {
        margin-top: 30px;
    }
    .advs-group .advs-group__advs {
        padding: 10px!important;
        text-align: center;
    }

}

/* Links landing Madrid Gran Vía */
#madrid-central a {
    font-weight: bold;
    text-shadow: 2px 1px 4px rgb(0 0 0 / 50%);
}

.how-to-get__wrapper i {
    font-size: 2em;
    margin-right: 20px;
    margin-top: -5px;
}

/*terrace carousel*/
.carousel-cell{
    width:100%;
	height:100%;
}

/*terrace carousel texts*/
.carousel-title-text {
  	color: white;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-shadow: #000 1px 4px 16px;
    font-size: 2.8em;
    font-family: 'Playfair Display', serif;
  }

/* reviews wedding*/
.wrapper-reviews {
	border-bottom: 1px dashed;
}

.wrapper-reviews p{
	font-style: italic;
}

.star-reviews i {
	font-size: 25px;
    color: #ffeb3b;
    padding: 5px;
}

#wedding-services .mini-text {
    text-align: center;
    font-size: 0.8em;
}

.page-id-559 .mi-title2 {
    font-size: 2.5em;
}

#wedding-services .mini-text:before {
    display: none;
}

.icono-tiktok-footer img{
    border: 2px solid white;
    border-radius: 25px;
    padding: 5%;
    max-width: 24px;
}

/*LOBBY ART*/
.ngg-galleryoverview.default-view .slideshowlink a {
opacity:0
}



/*---------------------------------------------------------------------------*/
/*-------------------------------- MEDIA QUERYS -----------------------------*/
/*---------------------------------------------------------------------------*/


/* Large desktop */
@media (min-width: 1200px) {}

/* XLarge desktop */
@media (min-width: 1400px) {
    html {
        font-size: 20px;
    }

    .absolute.three-thirds {
     width: 50.5%;
    }
}

@media (max-width: 1024px) {
    .csp-logo {
        right: 35px;
        top: 230px;
    }
}

/* Small screens like iPad Portrait */
@media (min-width: 768px) and (max-width: 979px) {
    html {
        font-size: 15px;
    }
    .ph0-sm {padding-left: 0;padding-right: 0;}
    .mi-title2, #cookies-wrapper-content h1, #cookies-wrapper-content h2, .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 {
        font-size: 2.4em;
    }
    #footer {
        font-size: 14px;
    }
    .menus-wrapper > ul.menu > li > a {
        margin-bottom: 10px;
    }
    #ui-datepicker-div{
        font-size: 14px !important;
        left: 10px!important;
    }
    .fx-column-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    /* OFFERS */
    .room-image img {
        max-height: 300px;
        object-fit: cover;
    }
    .offers-listing-4 .offers-listing .col-sm-12 {
        width: 50%;
    }
    .room-detail-5 .offers-listing .col-sm-12 {
        width: 33.3333%;
    }
    .rooms-listing-5 .room-name, .rooms-listing-5 .room-intro,
    .rooms-listing-5 .room-box:nth-child(odd) .room-name, .rooms-listing-5 .room-box:nth-child(odd) .room-intro {
        padding-left: 0;
        padding-right: 0;
    }
    /* BLOG */
    .blog-wrapper {
        padding: 50px 30px;
    }
    .blog-sidebar .widget_search form input[type="text"] {
        width: auto;
        margin-bottom: 0;
    }
    /* */
    .left-info .info-description, .section-container-swiper .left-info .pagination-wrapper,
    .right-info .info-description, .section-container-swiper .right-info .pagination-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* alternate photo & text */
    .photo-text .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .photo-text img {
        width: 100%;
        max-height: 300px;
        margin-bottom: 20px;
        object-fit: cover;
    }
    /* offers mashup */
    .offers-mashup dl dt {
        font-size: 20px;
    }
    /* meeting menu */
    .meeting-menu {
        font-size: 1.4em;
    }
    .absolute.tablet-big-two-thirds {
        width: 80%;
    }

    .lh-special img {
        min-height: 500px;
    }
    
    .csp-logo {
        right: 5px;
    }

}

/* Screen touch devices */
@media (min-device-width: 0) and (max-device-width: 1024px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

/*------------------------------------------------------------------------------*/

/* iphone portrait & landscape - galaxy portrait & lanscape */
@media (max-width: 767px) {
    html {
        font-size: 16px;
    }
    .pts {padding-top: 1.2rem;}
    .pbs {padding-bottom: 1.2rem;}
    .pvs {padding-top: 1.2rem; padding-bottom: 1.2rem;}
    .ptm {padding-top: 2rem;}
    .pbm {padding-bottom: 2rem;}
    .pvm {padding-top: 2rem; padding-bottom: 2rem;}
    .ptl {padding-top: 4rem;}
    .pbl {padding-bottom: 4rem;}
    .pvl {padding-top: 4rem; padding-bottom: 4rem;}
    .pbxl {padding-bottom: 8rem;}

    .mi-title2, #cookies-wrapper-content h1, #cookies-wrapper-content h2, .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 {
       font-size: 2em;
    }
    /* hidding new engine */
   /* .mi-be {display: none!important;}*/

    .container {
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
    .modal.fade.in {
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: 0;
    }
    .modal-body {
        max-height: none;
    }
    /* mirai modal */
    .mirai-modal .mi-modal-content {
        padding-top: 70px;
    }
    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 {
        display: none !important;
    }
    
    .ph0-sm, .ph0-xs {padding-left: 0;padding-right: 0;}
    .fx-column-md, .fx-column-xs {
        flex-direction: column;
    }
     .fx-column-reverse-xs {
        flex-direction: column-reverse;
    }
    .fx-justify-center-xs {
        justify-content: center;
    }
    .min-height-xs {min-height: 300px}

    /*-------- HEADER --------*/
    
    /* mainheader */
    
    #header .affix-wrapper {
        padding: 0;
    }
    #header #navigationweb {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;
    }
    #header #navigationweb:before, #header #navigationweb:after {
        display: none;
    }
    #header #navigationweb > div {
        width: auto;
    }    
    #header #navigationweb > div:first-child,
    #header #navigationweb > div:last-child {
        flex: 1 1 0;
    }    
    .loom-menu-btn > span {
        display: none!important;
    }
    .modal-engine-wrapper, .loom-menu-btn, .bookingstep1 .affix .modal-engine-wrapper, .bookingstep1 .affix .loom-menu-btn, .affix .modal-engine-wrapper, .affix .loom-menu-btn, .ex-affix .modal-engine-wrapper, .ex-affix .loom-menu-btn {
        margin-top: 0;
    }
    .loom-menu-btn .menu-icon {
        height: 35px;
        width: 35px;
    }
    #header [data-mirai-engine="mirai_cl"] {
        padding-left: 0px;
        border-left: 0px none;
        font-size: 19px;
        margin-left: 0px;
    }
    #header #navigationweb #logo {
        /* padding: 0 20px; */
        margin-top: 0;
        display: block;
    }
    #header #navigationweb #logo a {
        padding: 0;
        display: block;
    }
    #header #navigationweb #logo a img {
        display: none;
    }
    #header #navigationweb #logo a:before {
        position: static;
        font-size: 60px;
        display: block;
        margin-right: 0px;
    }
    .affix #logo a:before, .ex-affix #logo a:before {
        opacity: 1;
    }
    .cat-offer-detail #header #logo, .cat-room-detail #header #logo {
        max-width: 50%;
    }
    #header .booking-modal-btn, .booking-link {
        padding: 16px 21px;
        font-size: 16px;
        letter-spacing: normal;
    }
    /* booking link for mobile */
    #header .booking-modal-btn {display: none!important}
    .booking-link {display: block!important;}
    
    /* menu */
    .home #menu_web li.current-menu-item, ul#menu_web {display: block;}
    #loom-menu {
        padding-top: 90px;
    }
    .menus-wrapper {
        display: block;
    }
    .menus-wrapper, .qtranslate-wrapper {
        padding: 20px;
        padding-right: 0;
    }
    .menus-wrapper > ul.menu {
        font-size: 20px;
    }
    .menus-wrapper > ul.menu > li, .menus-wrapper > ul.menu:first-child > li:last-child {
        margin-bottom: 0.7rem;
    }
    .menus-wrapper > ul.menu:last-child > li > a {
        padding-right: 0;
    }
    #loom-engine {
        clip-path: none;
        overflow: hidden;
        background: #fff;
    }
    #loom-engine:before {
        display: none;
    }
    #loom-engine.mirai-modal .mi-modal-content {
        overflow: hidden !important;
        padding-bottom: 20px;
    }
    #loom-engine.mirai-modal .mi-modal-content > div {
        overflow: auto!important;
    }

    /*-------- FOOTER --------*/
    #footer {height: auto;}
    #footer .content {display: block!important;}
    .home #footer .content > * {display: inherit;}
    #footer, #footer .align-right, #footer .align-left {text-align: center;}
    #footer .container > div > * {
        padding: 20px 0;
    }
    .postfooter .menu li.booking-button {
        display: none!important;
    }

    /* newsletter */

    #footer .newsletter {
        text-align: center;
    }
    .newsletter > div {
        max-width: 100%;
    }
    .newsletter > div > * {
        display: inline-block;
        vertical-align: top;
    }
    .newsletter a {
        margin-left: 10px;
    }

    /*-------- MAIN --------*/
    .home section#main {display: block;}
    #content-header > img {
        max-height: 390px;
        min-height: 390px;
    }
    
    /* advantages row */
    .advantages-row {
        padding: 10px;
        box-sizing: border-box;
    }
    .advantages-row ul {
        display: inline-block;
        width: auto;
    }
    .advantages-row li {
        padding: 10px;
    }
    .advantages-row i {
        font-size: 44px;
    }

    /* sloped */
    .sloped, .sloped-xs, .v-sloped.left, .v-sloped.right, .v-sloped.left.v-rev {
        -webkit-clip-path: polygon(0 50px, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 50px, 100% 0%, 100% 100%, 0% 100%);
        margin-top: -50px;
    }
    .sloped-down {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 50px));
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 50px));
    }
    .v-sloped.left, .v-sloped.right {
        padding: 80px 10px 30px;
        background: #fff;
    }
    .sloped-xs {
        background: #fff;
        margin-top: -50px!important;
    }
    .sloped:after {
        height: 55px;
        clip-path: polygon(0 0, 100% 0%, 100% 5px, 0% 100%);
    }
    .sloped:not(.s-brd-xs):after {
        display: none;
    }
    .absolute.third, .absolute.two-thirds, .absolute.three-thirds {
        width: 100%;
        position: static;
    }
    .absolute.third .bg-light-fill, .absolute.two-thirds .bg-light-fill, .absolute.three-thirds .bg-light-fill {
        display: none;
    }
    /* background image */
    .bg-img-xs {
        position: absolute;
        object-fit: cover;
        height: 100%;
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
    /* carousel controls */
    .carousel-control {
        font-size: 20px;
        width: 20px;
        margin-top: -25px;
    }
    /* swiper pagination of swiper in container section */
    .section-container-swiper span.swiper-pagination-bullet {
        padding: 0 10px;
    }
    /* icons-list */
    .icons-list i {
        font-size: 33px;
    }
    
    .wifi-row i:before {
        margin-top: 20px;
    }
    /* scroll line */
    #content-header .go-to-anchor {
        pointer-events: none;
    }
    /* main title */
    .main-title {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main-title-location span {
        width: 130px;
    }

    /* photo text section */
    .photo-text .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .photo-text img {
        max-height: 200px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .photo-text-xs .absolute.half {
        display: none;
    }
    .photo-text-xs .bg-img {
        position: static;
    }

    /* section container swiper */
    .section-container-swiper .info-description img {
        display: block;
        height: 170px;
        width: 100%;
        object-fit: cover;
        margin: 10px 0;
    }
    .left-info .info-description, .right-info .info-description,
    .section-container-swiper .left-info .pagination-wrapper,
    .section-container-swiper .right-info .pagination-wrapper {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .section-container-swiper .pagination-wrapper {
        text-align: center;
        font-size: 18px;
        bottom: 70px;
    }
    .right-info .info-description, .left-info .info-description {
        padding: 80px 20px;
    }
    .right-info .absolute.half, .left-info .absolute.half {
        width: 100%;
        left: 0;
    }
    .section-container-swiper .swiper-button-prev, .section-container-swiper .swiper-button-next {
        display: none;
    }
    
    /* offers mashup */
    .offers-mashup dl {
        width: 80%;
    }
    .offers-mashup dl dt {
        font-size: 20px;
    }
    .offers-mashup dl dd {
        font-size: inherit;
    }
    /* scroll int */
    .scroll-int {
        height: auto!important;
        overflow-y: visible;
        padding: 0;
    }
    /* container over pic */
    .container-overpic {
        padding: 100px 20px;
    }
    .container-overpic > div {
        padding: 30px 20px;
    }
    
    /* GALLERY */
    .nextgen_pro_thumbnail_grid .image-wrapper {
        margin: 10px!important;
    }
    
    /* ROOMS LISTING 5 */
    .rooms-listing-5 .room-name, .rooms-listing-5 .room-intro, .rooms-listing-5 .room-box:nth-child(odd) .room-name, .rooms-listing-5 .room-box:nth-child(odd) .room-intro {
        padding-left: 0;
        padding-right: 0;
    }
    
    /* ROOMS DETAIL 5  */
    .rooms-listing-5 .price-box {
        position: static;
        text-align: center;
        padding: 5px 10px;
    }
    .rooms-listing-5 .price-box span {
        display: inline;
    }
    
    /* OFFERS LISTING */
    .offers-listing-wrapper .offers-listing {
        padding-top: 0;
    }
    
    /* OFFERS DETAIL 6 */
    .offer-detail-4 .detail-services-dates {
        text-align: center;
    }
    .offers-detail-wrapper.offer-detail-4 a.booking_mobile {
        margin: 10px 0 40px;
        padding: 20px!important;
    }
    
    /* BLOG */
    .blog-wrapper {
        padding: 50px 0;
    }
    .blog-sidebar .widget_search form input[type="text"] {
        width: auto;
    }
    .blog-sidebar {
        width: auto;
        display: inline-block;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .post #respond .comment-form-author, .post #respond .comment-form-email {
        width: 100%;
        float: none;
        padding: 0;
    }
    .post ol > li.comment > ul.children {
        padding-left: 20px;
    }
    .post ol > li.comment > ul.children > li.comment > ul.children {
        padding-left: 0;
    }

    /* REVIEWS */
    
    #cuadroOpiniones div.hssurveys_full > div.hssurveys_full > div, div.hssurveys_full ul.questions {
        padding: 15px;
    }
    #cuadroOpiniones div.hssurveys_full .comments p.commentsPerson span.date {
        float: none;
        display: block;
    }
    #cuadroOpiniones div.hssurveys_full p.more {
        text-align: center;
    }
    
    #engine-modal .modal-header{
        background:   #3f3539;
        color: #fff;
    }
    
    #engine-modal  .modal-body{
        padding-top: 20px;
    }
    
    .covid-dto {
        font-size: 11px;
        max-width: 75px;
        top: 113px;
    }
    
    .luchadores-dto {
        font-size: 11px;
        max-width: 75px;;
        top: 95px;
        right: 0;
    }
    
    .csp-logo {
        left: 10px;
        top: 390px;
    }
    
    body.not-home .csp-logo {
        right: 5px;
        top: 85px;
    }

}

/*------------------------------------------------------------------------------