/*
Theme Name: Hotel-del-juguete-2021
Theme URI: hoteldeljuguete.com
Description: Hotel-del-juguete-2021
Template: mirai
Author: Mirai Espana
*/

:root {
    --red-color: #DC3B45;
    --blue-color: #0897DD;
    --link-color: #03ADFF;
    --lightblue-color: #ABC8E0;
    --yellow-color: #F7E31C;
    --grey-color: #dfe3f1;
    --darkgrey-color: #444444;
    --green-color: #6DB343;
    --purple-color: #C841C9;
}


/*---------------------------------------------------------------------------*/


/*--------------------------------- FONTS -----------------------------------*/


/*---------------------------------------------------------------------------*/

@font-face {
    font-family: 'RotisSemiSansStd-Light';
    src: url('/files/RotisSemiSansStd-Light.eot');
    src: url('/files/RotisSemiSansStd-Light.eot?#iefix') format('embedded-opentype'), url('/files/RotisSemiSansStd-Light.svg#RotisSemiSansStd-Light') format('svg'), url('/files/RotisSemiSansStd-Light.ttf') format('truetype'), url('/files/RotisSemiSansStd-Light.woff') format('woff'), url('/files/RotisSemiSansStd-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RotisSemiSansStd';
    src: url('/files/RotisSemiSansStd.eot');
    src: url('/files/RotisSemiSansStd.eot?#iefix') format('embedded-opentype'), url('/files/RotisSemiSansStd.svg#RotisSemiSansStd') format('svg'), url('/files/RotisSemiSansStd.ttf') format('truetype'), url('/files/RotisSemiSansStd.woff') format('woff'), url('/files/RotisSemiSansStd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RotisSemiSansStd-Bold';
    src: url('/files/RotisSemiSansStd-Bold.eot');
    src: url('/files/RotisSemiSansStd-Bold.eot?#iefix') format('embedded-opentype'), url('/files/RotisSemiSansStd-Bold.svg#RotisSemiSansStd-Bold') format('svg'), url('/files/RotisSemiSansStd-Bold.ttf') format('truetype'), url('/files/RotisSemiSansStd-Bold.woff') format('woff'), url('/files/RotisSemiSansStd-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.check-list li:before,
.bullet-list li:before,
.carousel-control:before,
i.icon-lock:before,
.offers-slide .slide .no-offers:before {
    font-variant: normal;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    font-style: normal;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}


/* ICONS */

i.icon-lock:before {
    font-family: 'mirai-icofonts';
    content: '\e990';
}

.back a:before,
a.fwd-link:after,
#main .go-to-calendar:after,
.rooms-detail-wrapper .detail-links li a:after {
    content: '\e966';
    font-family: 'mirai-icofonts';
    font-size: .85em;
    line-height: .85em;
    font-weight: normal;
    margin: 0 .5em;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


/* 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;
}


/*
body:not(.is-desktop) #circleCursor {
    display: none;
}

#circleCursor {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fdf4a1;
    pointer-events: none;
    border-radius: 50%;
    mix-blend-mode: difference;
    z-index: 10000;
    transition: transform .3s ease-out;
}

#circleCursor.resize {
    transform: scale(7);
}
*/


/* GENERAL FONT STYLES */

body {
    font-size: 16px;
    line-height: normal;
    /*cursor: none !important;*/
    color: var(--darkgrey-color);
}

body,
.ui-datepicker-inline *,
.wpcf7 input,
#ui-datepicker-div {
    font-family: 'Open Sans', 'sans-serif';
}


/* normal links */

a,
#cuadroOpiniones div.hssurveys_full .noLink,
#cuadroOpiniones div.hssurveys_full .noLink a,
#main .offer-detail-1 .go-to-calendar {
    color: var(--link-color);
    transition: .3s ease-out;
}

a:not(.underline-link):hover,
#cuadroOpiniones div.hssurveys_full .noLink:hover,
#cuadroOpiniones div.hssurveys_full .noLink a:hover,
#main .offer-detail-1 .go-to-calendar:hover {
    color: var(--darkgrey-color);
    text-decoration: none;
}

.underline-link {
    text-decoration: underline;
}


/* TITLES */


/* reset Bootstrap styles */

h1,
h2,
h3,
h4,
h5,
p,
li {
    line-height: normal;
}

section#main p {
    line-height: 30px;
}

section#main p:last-child {
    margin-bottom: 0;
}


/* reset categories title blog */

.main-title {
    display: block;
    font-family: 'RotisSemiSansStd-Bold';
    font-size: 7rem;
    margin-bottom: 30px;
}

.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 {
    font-family: 'RotisSemiSansStd-Bold';
    font-size: 2.1em;
    letter-spacing: 3.2px;
}

.mi-title3,
.rooms-listing-wrapper h3,
.rooms-detail-wrapper h3,
.blog-wrapper h3,
.mi-iata-content h3 {
    font-family: 'RotisSemiSansStd-Bold';
}

.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.9em;
}

.mi-title4,
.rooms-detail-wrapper h4,
.offers-detail-wrapper h4 {
    font-size: 1.5em;
}

.description,
.rooms-carousel .carousel-cell p:not(.room-subtitle) {
    font-family: 'RotisSemiSansStd';
    font-size: 1.6em;
    line-height: 42px !important;
}

.uppercase {
    text-transform: uppercase;
}

.small-divider {
    width: 70px;
    border-top: 5px solid;
    margin: 40px 0;
}

.dashed-divider {
    position: relative;
    width: 100%;
    margin: 10px 0 30px;
}

.dashed-divider::before {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    left: 0;
    width: 100%;
    background-image: linear-gradient( 90deg, #444 50%, transparent 50%);
    background-size: 60px;
    z-index: 1;
}

.white-text .dashed-divider::before {
    background-image: linear-gradient( 90deg, #fff 50%, transparent 50%);
}


/*---------------------------------------------------------------------------*/


/*----------------------------- GENERAL FIXES -------------------------------*/


/*---------------------------------------------------------------------------*/

input[type="radio"],
input[type="checkbox"] {
    margin: 0
}

select,
textarea,
input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: initial;
    font-family: inherit;
}

select[disabled] {
    cursor: not-allowed !important;
}

img {
    width: auto
}

.container {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 1600px) {
    .container-lg {
        width: 1500px;
    }
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: inherit;
}

#back-top {
    z-index: 200;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
}

.mi-iata-content {
    padding: 80px 0;
}

.mi-iata-content h2,
.mi-iata-content h3 {
    margin-bottom: 20px;
}

.mi-iata-content .mi-action .tab-content {
    overflow: visible;
}

.collapse {
    overflow: hidden;
}

dt,
dd {
    line-height: 1;
}

.socialmedia ul li a:before {
    color: inherit;
    display: block;
    font-size: inherit;
    padding: 0;
    background: transparent;
}


/* ENGINE SELECTS, QTRANSLATE SELECT AND MULTIROOM BUTTON APPEARANCE RESET */

.widget_qtranslate select,
.common-form select {
    border-radius: 0;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    margin-bottom: 0;
    font-size: inherit;
}

.widget_qtranslate select::-ms-expand,
.common-form select::-ms-expand {
    display: none;
}

.widget_qtranslate select,
.common-form select {
    width: auto;
}


/*---------------------------------------------------------------------------*/


/*--------------------------- GENERIC CLASSES -------------------------------*/


/*---------------------------------------------------------------------------*/

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.absolute.full {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.block {
    display: block
}

.inline-block {
    display: inline-block !important
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.vertical-align>* {
    vertical-align: middle
}

.overflow-h {
    overflow: hidden
}

.img-cover {
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.center {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}


/* FLEX RULES */

.flex.row:before,
.flex.row:after,
.flex.container:before,
.flex.container:after {
    display: none;
}

.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


/* y axis */

.fx-align-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.fx-align-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}


/* x axis */

.fx-justify-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.fx-space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.fx-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


/* changing axes */

.fx-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* break line */

.fx-wrap {
    -ms-flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
}


/* LIST */


/* agrega las clases .bullet-list o .check-list a los ul segun precises */

.check-list li,
.bullet-list li {
    position: relative;
    padding: 8px 0 8px 1.5em;
}

.check-list li:before,
.bullet-list li:before {
    font-family: 'mirai-icofonts';
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}

.check-list li:before {
    color: var(--darkgrey-color);
    content: '\e983';
}

.bullet-list li:before {
    color: var(--darkgrey-color);
    content: '\eb1a';
    font-size: .5em;
}

.white-text .check-list li:before,
.white-text .bullet-list li:before {
    color: #fff;
}


/* MARGIN - PADDING */

.pa0 {
    padding: 0
}

.pts {
    padding-top: 20px;
}

.prs {
    padding-right: 20px;
}

.pbs {
    padding-bottom: 20px;
}

.pls {
    padding-left: 20px;
}

.phs {
    padding-right: 20px;
    padding-left: 20px;
}

.pvs {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pas {
    padding: 20px;
}

.ptm {
    padding-top: 70px;
}

.prm {
    padding-right: 70px;
}

.pbm {
    padding-bottom: 70px;
}

.plm {
    padding-left: 70px;
}

.phm {
    padding-right: 70px;
    padding-left: 70px;
}

.pvm {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pam {
    padding: 70px;
}

.ptl {
    padding-top: 150px;
}

.prl {
    padding-right: 150px;
}

.pbl {
    padding-bottom: 150px;
}

.pll {
    padding-left: 150px;
}

.phl {
    padding-right: 150px;
    padding-left: 150px;
}

.pvl {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pal {
    padding: 150px;
}

.pvxl {
    padding-top: 200px;
    padding-bottom: 200px;
}

.mts {
    margin-top: 20px;
}

.mrs {
    margin-right: 20px;
}

.mbs {
    margin-bottom: 20px;
}

.mls {
    margin-left: 20px;
}

.mhs {
    margin-right: 20px;
    margin-left: 20px;
}

.mvs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mas {
    margin: 20px;
}

.mtm {
    margin-top: 70px;
}

.mrm {
    margin-right: 70px;
}

.mbm {
    margin-bottom: 70px;
}

.mlm {
    margin-left: 70px;
}

.mhm {
    margin-right: 70px;
    margin-left: 70px;
}

.mvm {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mam {
    margin: 70px;
}

.mtl {
    margin-top: 150px;
}

.mrl {
    margin-right: 150px;
}

.mbl {
    margin-bottom: 150px;
}

.mll {
    margin-left: 150px;
}

.mhl {
    margin-right: 150px;
    margin-left: 150px;
}

.mvl {
    margin-top: 150px;
    margin-bottom: 150px;
}

.mal {
    margin: 150px;
}

.ma0 {
    margin: 0
}

.m0auto {
    margin: 0 auto
}


/* BACKGROUNDS & COLORS */

.white-text,
.white-text *,
.white-text a:hover,
.white-text .offers-mashup * {
    color: #fff;
}

.bg-black {
    background: #131313;
}

.bg-light {
    background: #f4f4f4;
}

.bg-blue {
    background-color: var(--blue-color);
}

.bg-red {
    background-color: var(--red-color);
}

.bg-yellow {
    background-color: var(--yellow-color);
}

.bg-grey {
    background-color: var(--grey-color);
}

.bg-lightblue {
    background-color: var(--lightblue-color);
}

.bg-dark-fill {
    background: rgba(0, 0, 0, .3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000', GradientType=0);
    /* IE6-9 */
}

.bg-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.55+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8c000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}


/* borders */

.white-text *,
.white-text {
    border-color: #fff;
}


/*---------------------------------------------------------------------------*/


/*--------------------------- COMMON ELEMENTS -------------------------------*/


/*---------------------------------------------------------------------------*/


/* CAROUSEL CONTROLS (bootstrap & swiper ) */


/*
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: none;
}*/

.carousel-control,
.flickity-prev-next-button {
    box-shadow: none !important;
    /*fixing flikity focus */
    height: auto;
    line-height: 1;
    font-size: 26px;
    width: 26px;
    /* firefox fixing - mismo que font-size */
    margin: 0;
    /* bootstrap fix */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: none;
    /* fixing both */
    background: #fff;
    color: #000 !important;
    padding: 11px;
    opacity: .6;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.carousel-control {
    text-indent: -99999px;
    text-shadow: none;
}

.carousel-control,
.flickity-prev-next-button.previous {
    left: 0px;
}

.carousel-control.right,
.flickity-prev-next-button.next {
    left: auto;
    right: 0px;
}

.flickity-button:disabled {
    display: none;
}

.carousel-control:before,
.flickity-prev-next-button:before {
    text-indent: 0;
    font-family: 'mirai-icofonts';
    display: block;
    float: left;
}

.carousel-control.left:before,
.flickity-prev-next-button.previous:before {
    content: '\e962';
}

.carousel-control.right:before,
.flickity-prev-next-button.next:before {
    content: '\e963';
}

.carousel-control:hover,
.flickity-prev-next-button:hover {
    opacity: 1;
}


/* SWIPER FLICKITY */


/* full screen */

.full-screen-container .flickity-enabled,
.full-screen-container .flickity-viewport,
.full-screen-container .carousel-cell {
    height: 100% !important;
}

.full-screen-container .carousel-cell {
    width: 100%;
}

.full-screen-container .flickity-page-dots {
    bottom: 0px;
    padding: 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    width: auto;
}

.flickity-enabled.full-height,
.flickity-enabled.full-height .flickity-viewport,
.flickity-enabled.full-height .carousel-cell {
    width: 100%;
    height: 100vh !important;
    min-height: 500px !important;
}

.is-mobile section#gallery .flickity-enabled.full-height,
.is-mobile section#gallery .flickity-enabled.full-height .flickity-viewport,
.is-mobile section#gallery .flickity-enabled.full-height .carousel-cell {
    height: 400px !important;
    min-height: unset !important;
}

.image-carousel,
.image-carousel .flickity-viewport,
.image-carousel .carousel-cell {
    width: 100%;
    min-height: 500px !important;
}

.room-icons-carousel .carousel-cell {
    display: flex;
    justify-content: center;
    width: calc(100% / 6 - 30px);
    margin: 0 15px;
}

.room-icons-carousel .carousel-cell a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    min-height: 130px;
}

.room-icons-carousel .carousel-cell img {
    width: auto;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.room-icons-carousel .carousel-cell h4 {
    font-family: 'RotisSemiSansStd-Bold';
    font-size: 1.5em;
    color: var(--darkgrey-color);
    text-align: center;
}

.room-icons-carousel .flickity-prev-next-button {
    top: 50% !important;
}

.room-icons-carousel .flickity-prev-next-button.previous {
    left: 0 !important;
    transform: translate(-100%, -50%) !important;
}

.room-icons-carousel .flickity-prev-next-button.next {
    right: 0 !important;
    transform: translate(100%, -50%) !important;
}

.room-icons-carousel .flickity-prev-next-button:not(:hover):before {
    border-left-color: var(--link-color) !important;
}

body:not(.is-mobile) .room-icons-carousel .flickity-page-dots,
.is-mobile .room-icons-carousel .flickity-prev-next-button {
    display: none;
}

.room-icons-carousel .flickity-page-dots {
    position: static;
    margin-top: 30px;
}

.room-icons-carousel .flickity-page-dots .dot {
    background: var(--link-color);
    border: 2px solid #000;
}

.rooms-carousel .carousel-cell {
    display: flex;
    flex-wrap: wrap;
}

.rooms-carousel .carousel-cell>div {
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.rooms-carousel .carousel-cell>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px max(5vw, 20px);
}

.rooms-carousel .room-title {
    font-family: 'RotisSemiSansStd-Bold';
    font-size: 6rem;
}

.rooms-carousel .room-subtitle {
    font-family: 'RotisSemiSansStd-Bold';
    font-size: 2rem;
    margin: 30px 0;
}

.rooms-carousel .carousel-cell p:last-child {
    margin-top: 40px;
}


/* arrows */

.flickity-prev-next-button {
    /* cursor: none;*/
    border-radius: 0;
    width: 48px;
    height: 48px;
    transition: .3s ease-out;
}

.flickity-prev-next-button svg {
    display: none;
}

.big-arrows .flickity-prev-next-button {
    top: unset;
    width: 80px;
    height: 140px;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    color: #fff !important;
}

.big-arrows .flickity-prev-next-button.previous {
    left: 25%;
}

.big-arrows .flickity-prev-next-button.next {
    left: auto;
    right: 25%;
}

.big-arrows .flickity-prev-next-button:before {
    content: '';
    position: absolute;
    top: 50%;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #fff;
    transition: .3s ease-out;
}

.big-arrows .flickity-prev-next-button:hover:before {
    border-left-color: #000;
}

.big-arrows .flickity-prev-next-button.previous:before,
.big-arrows .flickity-prev-next-button.previous:after {
    transform: translateY(-50%) scale(-1);
}

.big-arrows .flickity-prev-next-button.next:before,
.big-arrows .flickity-prev-next-button.next:after {
    transform: translateY(-50%);
}

.big-arrows .flickity-prev-next-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #000;
    z-index: -1;
}

.big-arrows .flickity-prev-next-button.previous:after {
    left: 6px;
}

.rooms-carousel .flickity-prev-next-button {
    top: unset;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    opacity: 1;
    color: var(--blue-color) !important;
    background-color: transparent;
    border: 3px solid;
    border-radius: 50%;
}

.rooms-carousel .flickity-prev-next-button:hover {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
    color: #fff !important;
}

.rooms-carousel .flickity-prev-next-button.previous {
    left: unset;
    right: 120px;
}

.rooms-carousel .flickity-prev-next-button.next {
    left: unset;
    right: 40px;
}

.rooms-carousel .flickity-prev-next-button:before {
    font-weight: 600;
}

.rooms-carousel .flickity-prev-next-button.previous:before {
    content: "\e976";
}

.rooms-carousel .flickity-prev-next-button.next:before {
    content: "\e977";
}


/* FLICKITY TRANSITIONS */

[flickity-transition] .flickity-slider {
    transform: none !important;
}

[flickity-transition] .carousel-cell {
    left: 0 !important;
    opacity: 0;
    transition: 0.5s ease-out;
    pointer-events: none;
}

[flickity-transition="center"] .carousel-cell {
    left: 50% !important;
    transform: translateX(-50%);
    width: 0;
}

[flickity-transition="top"] .carousel-cell {
    transform: translateY(-100%);
}

[flickity-transition="bottom"] .carousel-cell {
    transform: translateY(100%);
}

[flickity-transition="scale"] .carousel-cell {
    transform: scale(0);
}

[flickity-transition] .carousel-cell.is-selected {
    opacity: 1;
    pointer-events: all;
}

[flickity-transition="top"] .carousel-cell.is-selected,
[flickity-transition="bottom"] .carousel-cell.is-selected {
    transform: translateY(0);
}

[flickity-transition="scale"] .carousel-cell.is-selected {
    transform: scale(1);
}

[flickity-transition="center"] .carousel-cell.is-selected {
    width: 100% !important;
}


/* BOOTSTRAP MODAL */

.modal:focus {
    outline: none;
}

.modal {
    border: none;
}

body.modal-open {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.modal-header .close {
    float: none;
    position: absolute;
    right: 13px;
    top: 50%;
    font-size: 20px;
    width: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -20px;
    padding: 10px;
    color: inherit;
    opacity: .75;
    text-shadow: none;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-header {
    border-bottom: none;
    padding: 15px;
    padding-right: 57px;
    position: relative;
    background: #E9E2D8;
    color: #252525;
}


/* modal title */

.modal-header .mi-title3 {
    color: inherit;
    font-weight: normal;
}


/* MIRAI MODAL */

body.mirai-modal-active #main {
    position: static;
}

.mirai-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background-image: url("/files/stars-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #E0E2F1;
    color: #000;
    z-index: 599;
}

.mi-modal-close {
    background: transparent;
    color: inherit;
    border: 0;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}

.mirai-modal>.mi-modal-close,
.mi-modal-header>.mi-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: var(--blue-color);
    border: 3px solid;
    border-radius: 50%;
    padding: 10px;
}

.mi-modal-close i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
}

.mi-modal-close span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.mi-modal-close span,
.mi-modal-close i {
    transition: .5s ease-in-out
}

.mi-modal-close:hover span {
    padding-right: 20px;
    padding-left: 0;
}

.mi-modal-close:hover i {
    transform: scale(1.1) rotate(180deg);
}

.mi-modal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.mirai-modal .mi-modal-content {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.mirai-modal .mi-modal-content>div {
    max-height: 100%;
    overflow: auto;
}


/* left */

.mirai-modal[data-to="left"] {
    left: -100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mirai-modal[data-to="left"].mi-active {
    left: 0;
}


/* right */

.mirai-modal[data-to="right"] {
    right: -100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mirai-modal[data-to="right"].mi-active {
    right: 0;
}


/* fade */

.mirai-modal[data-to="fade"] {
    opacity: 0;
    left: -100%;
    -webkit-transition: opacity .3s ease-in 0s, left 0s ease-in .3s;
    transition: opacity .3s ease-in 0s, left 0s ease-in .3s;
}

.mirai-modal[data-to="fade"].mi-active {
    opacity: 1;
    left: 0;
    -webkit-transition: left 0s ease-in 0s, opacity .3s ease-in;
    transition: left 0s ease-in 0s, opacity .3s ease-in;
}

.mirai-modal-active #fixed-header.offset-active[data-transparent="true"] {
    background-color: transparent;
    box-shadow: none;
}


/* Disable menu items when other modal is open */

body.mirai-modal-active:not(.engine-modal-active):not(.close-modalengine-active) .booking-modal-btn,
body.menuweb-modal-active .booking-modal-btn,
.mirai-modal-active:not(.menuweb-modal-active) .menu-modal-btn,
.mirai-modal-active #fixed-header #navigationweb>#menu_web {
    pointer-events: none;
    opacity: 0;
}

.mirai-modal-active #fixed-header[data-transparent="true"]:before {
    opacity: 0;
    pointer-events: none;
}

.mirai-modal-active #fixed-header.offset-active[data-transparent="true"] {
    background-color: transparent;
    box-shadow: none;
}


/* SHADOWBOX */

#sb-container {
    z-index: 1100;
}


/* SIDE MODAL BUTTON */

.fixed-modal-link {
    background: #d8d8d8;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    top: 30%;
    padding: 30px 10px;
    z-index: 200;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.fixed-modal-link:hover {
    padding: 30px 20px 30px 10px;
}


/* FORMS */

.wpcf7-recaptcha>div {
    width: 100% !important;
}

.wpcf7 input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 2px solid var(--darkgrey-color);
    box-shadow: none;
    box-sizing: border-box;
    background-color: transparent;
}

.white-text .wpcf7 input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
.white-text .wpcf7 textarea {
    border-bottom-color: #fff;
}

.wpcf7 textarea {
    height: 150px;
}

.wpcf7 input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]) {
    height: 40px;
    line-height: 40px;
}

.wpcf7-form>div {
    padding: 10px 0;
    box-sizing: border-box;
}

.wpcf7-form label {
    font-size: 1.1em;
    margin-bottom: 12px;
    text-align: left;
}

.wpcf7-form .accept-privacity {
    padding: 30px 0;
}

.wpcf7-form .accept-privacity a {
    text-decoration: underline;
}

.wpcf7-form .recaptcha {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wpcf7-recaptcha>div {
    width: 100% !important;
}

.wpcf7-form input[type="radio"]:focus,
.wpcf7-form input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, .1);
}

.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid;
    padding: 9px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    min-height: inherit;
    margin-top: -3px;
}

.white-text .wpcf7-form input[type="radio"],
.white-text .wpcf7-form input[type="checkbox"] {
    border-color: #fff;
}

.wpcf7-form input[type="checkbox"]:checked::after {
    font-family: 'mirai-icofonts'!important;
    content: "\e984";
    position: absolute;
    top: 2px;
    left: 3px;
    color: var(--link-color);
}

.white-text .wpcf7-form input[type="checkbox"]:checked::after {
    color: #fff;
}

div.wpcf7-response-output:not(:empty) {
    display: inline-block;
    width: 100%;
    background-color: var(--secundary-color);
    color: #fff;
    border: 0;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.wpcf7-form input:disabled {
    pointer-events: none;
}


/*
button,
input,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: none !important;
}*/


/* BACKGROUND IMAGE */

.bg-img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.responsive-img {
    position: relative;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.is-mobile .responsive-img {
    height: 300px;
}

@media (min-width: 980px) {
    .responsive-img {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
    }
}

@media (max-width: 979px) {
    .responsive-img {
        max-height: 380px;
    }
}


/* 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"],
.rooms-listing-wrapper .room-box .room-book a,
.primary-btn {
    font-family: 'RotisSemiSansStd';
    letter-spacing: 1.2px;
    font-size: 2em;
    line-height: 38px;
    border: 3px solid;
    /* fixing booking button in details pages */
    border-radius: 25px;
    box-shadow: none;
    /* fixing buttons in bookingstep */
    text-shadow: none;
    text-transform: uppercase;
    background: transparent;
    color: var(--darkgrey-color);
    padding: 5px 30px;
    text-align: center;
    transition: .3s ease-out;
}

@media not all and (min-resolution:.001dpcm) {
    .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"],
    .rooms-listing-wrapper .room-box .room-book a,
    .primary-btn,
    .offers-listing-wrapper .offer .offer-button,
    .rooms-detail-wrapper .offer .offer-button,
    .mapa .formRuta input.calculaRuta,
    #respond .form-submit #submit,
    .wpcf7 .wpcf7-form input.wpcf7-submit,
    .offers-mashup .more-info-link,
    .widget_search form input[type="submit"],
    .mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview,
    .secundary-btn {
        padding-top: 15px;
    }
}

.rooms-detail-wrapper .room-button,
.offers-detail-wrapper .offer-button {
    border: 0 !important;
    border-radius: 0 !important;
}

.rooms-detail-wrapper .room-button {
    color: #fff !important;
}

.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 {
    background: var(--blue-color);
    border-color: var(--blue-color);
    color: #fff !important;
}

.primary-btn,
.secundary-btn {
    display: inline-block;
}

.white-text .primary-btn {
    color: #fff;
}


/* secundary */

.offers-listing-wrapper .offer .offer-button,
.rooms-detail-wrapper .offer .offer-button,
.mapa .formRuta input.calculaRuta,
#respond .form-submit #submit,
.wpcf7 .wpcf7-form input.wpcf7-submit,
.offers-mashup .more-info-link,
.widget_search form input[type="submit"],
.mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview,
.secundary-btn {
    font-family: 'RotisSemiSansStd';
    letter-spacing: 1.2px;
    font-size: 1.4em;
    line-height: 38px;
    border: 3px solid !important;
    /* fixing booking button in details pages */
    border-radius: 25px !important;
    box-shadow: none;
    /* fixing buttons in bookingstep */
    text-shadow: none;
    text-transform: uppercase;
    background: transparent !important;
    color: var(--darkgrey-color);
    padding: 5px 30px;
    transition: .3s ease-out;
    text-align: center;
}

.wpcf7 .wpcf7-form input.wpcf7-submit {
    font-size: 2em;
    padding: 12px 30px !important;
}

.white-text .wpcf7 .wpcf7-form input.wpcf7-submit {
    color: #fff;
    border-color: #fff;
}

.secundary-btn.blue-color {
    color: var(--blue-color);
}

.white-text .secundary-btn,
.white-text .offers-mashup .more-info-link {
    color: #fff;
}

.offers-listing-wrapper .offer .offer-button:hover,
.rooms-detail-wrapper .offer .offer-button:hover,
.mapa .formRuta input.calculaRuta:hover,
#respond .form-submit #submit:hover,
.wpcf7 .wpcf7-form input.wpcf7-submit:hover,
.offers-mashup .more-info-link:hover,
.widget_search form input[type="submit"]:hover,
.rooms-listing-wrapper .room-box .room-book a:hover,
.mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview:hover,
.secundary-btn:hover,
.white-text .secundary-btn:hover,
.white-text .offers-mashup .more-info-link:hover {
    background-color: var(--link-color) !important;
    border-color: var(--link-color) !important;
    color: #fff !important;
}


/* disabled buttons */

#main .offers-detail-wrapper .offer-calendar-wrapper .offer-button:disabled,
#main .rooms-detail-wrapper .room-calendar-wrapper .room-button:disabled,
.all-calendar input[type="button"]:disabled {
    background-color: #b9b9b9 !important;
    border-radius: 0 !important;
    border: 0 !important;
}

[disabled="disabled"] {
    pointer-events: none;
}


/* 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 */

.offers-detail-wrapper .calendar-legend-offer-day a {
    border: 0 !important;
}

.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkout-date a {
    border-radius: 0;
}


/* wrapper in detail pages */

.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline {
    padding: 10px;
}


/* months */

.ui-datepicker-multi .ui-datepicker-group {
    padding: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* header */

.ui-datepicker .ui-datepicker-header {
    border: 0;
    border-radius: 0;
    padding: 6px !important;
}


/* month - year */

.ui-datepicker .ui-datepicker-title {
    font-size: 1em;
    font-weight: bold;
    margin: 0 !important;
}


/* color name weekdays */

.ui-datepicker th {
    color: #999 !important;
}


/* color name weekend */

.ui-datepicker th.ui-datepicker-week-end {
    color: #444 !important;
}


/* days (number) */

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
    border: 0;
}

.ui-datepicker .ui-datepicker-calendar td {
    padding: 0;
    border: 1px solid #e4e7e7;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
#noDispo .ui-datepicker td span,
#noDispo .ui-datepicker td a {
    border: 0 !important;
    padding: 6px;
    text-align: center;
}


/* weekend (number) */

.ui-widget-content td:not(.calendar-legend-offer-day)>.ui-state-default,
.ui-widget-header .ui-state-default,
#noDispo .ui-datepicker td span,
#noDispo .ui-datepicker td a,
.ui-datepicker-week-end td:not(.calendar-legend-offer-day)>.ui-state-default,
.ui-datepicker-week-end .ui-widget-content .ui-state-default,
.ui-datepicker-week-end .ui-widget-header .ui-state-default {
    background: transparent !important;
}


/* arrows */

.ui-widget-header .ui-icon,
.ui-widget-content .ui-icon,
.ui-icon,
#main #noDispo .ui-widget-header .ui-icon {
    display: none !important;
}

.ui-dialog-titlebar-close .ui-icon-closethick {
    display: block !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid #e4e7e7 !important;
    top: 50% !important;
    padding: 0.3em 0.7em;
    text-decoration: none;
    width: auto !important;
    height: auto !important;
    border-radius: 3px;
    line-height: 1;
    font-size: 1em;
    margin-top: -.8em;
    font-weight: normal;
    color: #82888a;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 7px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 7px !important;
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
    color: inherit;
    cursor: pointer;
    font-family: 'mirai-icofonts';
    line-height: 1;
    font-size: inherit;
    display: block;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: "\eb28";
}

.ui-datepicker .ui-datepicker-next:after {
    content: "\eb25";
}


/* header (month&year) and old calendar buttons */

.ui-datepicker .ui-datepicker-header,
.ui-datepicker .ui-datepicker-buttonpane button,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .ui-datepicker-header {
    background: #fff !important;
    color: #666 !important;
}

.all-calendar {
    box-shadow: none;
    border: 1px solid #e4e7e7;
}

.all-calendar .ui-datepicker .ui-datepicker-title {
    text-transform: none;
    font-weight: bold !important;
}

.all-calendar .ui-datepicker thead th {
    font-weight: normal;
    font-size: 0.9em;
}


/* offers 4 and rooms 5 templates */

.detail-services-dates {
    max-width: 800px;
    margin: 20px auto;
}

.offer-detail-4 .offer-dates,
.offer-detail-4 .room-offer,
.rooms-detail-5 .room-dates,
.rooms-detail-5 .room-offer .offer-list {
    background: transparent;
}

.offer-detail-4 .offer-dates,
.rooms-detail-5 .room-dates {
    padding-right: 0;
}

@media (max-width: 979px) {
    .detail-description,
    .offer-detail-4 .offer-dates,
    .rooms-detail-5 .room-dates {
        padding-left: 0;
        padding-right: 0;
    }
}


/* ------------------------------ CHANGE THESE COLORS & BACKGROUNDS ------------------------------ */


/* selected and hover days */

.ui-datepicker-calendar ._selected-date span,
.ui-datepicker-calendar ._selected-date a,
.ui-datepicker-calendar ._checkin-date span,
.ui-datepicker-calendar ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._selected-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._selected-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day a:hover,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkin-date._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._selected-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker td:not(._checkout-date):hover a,
.ui-datepicker td:hover a,
.all-calendar .ui-datepicker-calendar ._selected-date span,
.all-calendar .ui-datepicker-calendar ._selected-date a,
.all-calendar .ui-datepicker-calendar ._checkin-date span,
.all-calendar .ui-datepicker-calendar ._checkin-date a,
.all-calendar .ui-datepicker-calendar ._checkin-date._checkout-date span,
.all-calendar .ui-datepicker-calendar ._checkin-date._checkout-date a,
.all-calendar .ui-datepicker-calendar a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--link-color) !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,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkout-date a,
.all-calendar .ui-datepicker-calendar ._checkout-date span,
.all-calendar .ui-datepicker-calendar ._checkout-date a {
    background: var(--darkgrey-color) !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 {
    border: 1px solid #c4c4c4 !important;
    background: transparent !important;
}


/* ----------------------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------*/


/*------------------------------ STRUCTURE ----------------------------------*/


/*---------------------------------------------------------------------------*/

#header .content,
#main .content,
.web-footer .content {
    position: relative
}


/* HEADER */


/* ------- */

#fixed-header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 600;
    background-color: transparent;
    transition: .3s ease-in-out;
}

.mirai-modal-active:not(.menuweb-modal-active) #fixed-header {
    z-index: unset;
}

#header #navigationweb {
    animation: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1051;
}


/* Hamburguer */

.menu-modal-btn {
    display: block;
    position: relative;
    width: 55px;
    height: 55px;
    box-sizing: border-box;
}

.menu-modal-btn::before,
.menu-modal-btn::after,
.menu-modal-btn i::before,
.menu-modal-btn i::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 5px solid;
    transition: .4s .2s ease, color .2s;
    color: #fff;
    border-radius: 10px;
}

.menu-modal-btn::before {
    top: 10px;
    right: 30px;
}

.menu-modal-btn::after {
    bottom: 10px;
    left: 30px;
}

.menu-modal-btn:hover::before {
    right: 0;
}

.menu-modal-btn:hover::after {
    left: 0;
}

.menu-modal-btn i::after,
.menu-modal-btn i::before {
    transition: .2s;
}

.menu-modal-btn i {
    position: absolute;
    transition: .5s ease-out, transform 1s ease-out;
    top: 50%;
    margin-top: -3px;
    left: 0;
    right: 0;
    color: #333333;
}

.menu-modal-btn.toggle-close {
    z-index: 10;
    width: 55px;
    padding-right: 0;
    border: 3px solid var(--blue-color);
    border-radius: 50%;
    background-color: transparent;
    transition: .5s ease-out, border .3s ease-out .3s;
}

.menu-modal-btn.toggle-close:hover {
    transform: rotate(180deg);
}

.menu-modal-btn.toggle-close::before,
.menu-modal-btn.toggle-close::after,
.menu-modal-btn.toggle-close i::before,
.menu-modal-btn.toggle-close i::after {
    color: var(--blue-color);
}

.menu-modal-btn.toggle-close::before {
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.menu-modal-btn.toggle-close::after,
.menu-open .menu-modal-btn:hover::after {
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.menu-modal-btn.toggle-close i {
    left: 10px;
    right: 10px;
}

.menu-modal-btn.toggle-close i::after,
.menu-modal-btn.toggle-close i::before {
    left: 0;
    right: 0;
}

.menu-modal-btn.toggle-close i::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .4s .2s ease;
    transition: .4s .2s ease;
}

.menu-modal-btn.toggle-close i::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .4s .2s ease;
    transition: .4s .2s ease;
}

.menu-modal-btn.toggle-close span:first-child {
    margin-top: -18px;
    -webkit-transition: .4s;
    transition: .4s;
}


/* booking modal button */

.cat-room-detail .booking-modal-btn,
.cat-room-detail .modal-engine-wrapper,
.cat-offer-detail .booking-modal-btn,
.cat-offer-detail .modal-engine-wrapper,
.cat-booking .booking-modal-btn,
.cat-booking .modal-engine-wrapper,
.cat-offer-detail .booking-modal-btn,
.cat-offer-detail .modal-engine-wrapper {
    display: none;
}


/* Engine modal */

.booking-modal-btn {
    position: relative;
    background-color: #fff;
    border-color: #fff;
    color: var(--link-color) !important;
    box-sizing: border-box;
    text-align: center;
}

#fixed-header .booking-modal-btn {
    margin-right: 100px;
}

.booking-modal-btn:hover {
    background-color: var(--link-color);
    border-color: var(--link-color);
    color: #fff !important;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn:before {
    font-family: 'mirai-icofonts';
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
    color: #000;
    -webkit-transition: 0s;
    transition: 0s;
}

#fixed-header .modal-engine-wrapper {
    position: absolute;
    right: 0;
}

.menuweb-modal-active #fixed-header .modal-engine-wrapper {
    opacity: 0;
    pointer-events: none;
}


/* logo */

#logo {
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
}

body:not(.mirai-modal-active):not(.cat-booking) #header #logo img {
    filter: brightness(0) invert();
}

.menuweb-contact {
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease-out;
}

.menuweb-modal-active .menuweb-contact {
    opacity: 1;
    pointer-events: all;
}

.menuweb-contact>a {
    font-family: 'RotisSemiSansStd-Bold';
    font-size: 1.6em;
    color: var(--darkgrey-color);
}


/* qtranslate */

.widget_qtranslate {
    font-family: 'RotisSemiSansStd-Bold';
    font-size: 1.6em;
    margin: 0 80px;
}

.widget_qtranslate ul {
    text-transform: uppercase;
    line-height: 1;
}

.widget_qtranslate ul li {
    float: left;
    padding-right: 25px;
}

.widget_qtranslate ul li:last-child {
    padding-right: 0;
}

.widget_qtranslate ul li a {
    display: block;
}

.widget_qtranslate ul li.active a,
.widget_qtranslate a:hover {
    color: var(--link-color);
    text-decoration: none;
}


/* menu web */

ul#menu_web>li:first-child {
    margin-left: 0;
}

ul#menu_web>li>a {
    position: relative;
    padding: 10px 0;
    color: #353134;
}

#menuweb-modal .menu>li>a:hover,
#menuweb-modal .menu>li.current-menu-item>a {
    color: var(--link-color) !important;
}


/* underline hover and active */

ul#menu_web .sub-menu li,
.home #menu_web li.current-menu-item {
    display: block;
}

ul#menu_web>li.current-menu-item {
    z-index: 0;
}

.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;
}

.duplicated-menu-item {
    display: none;
}

#menuweb-modal .menu {
    display: inline-flex !important;
    flex-direction: column;
    font-family: 'RotisSemiSansStd-Bold';
}

#menuweb-modal ul#menu_web {
    font-size: 2.8em;
    color: #353134;
}

#menuweb-modal .menu:not(#menu_web) {
    font-size: 2em;
    padding-left: 30px;
}

#menuweb-modal ul#menu_web>li {
    margin-left: 0;
}

#menuweb-modal .menu:not(#menu_web) li {
    position: relative;
    padding: 10px 0;
}

#menuweb-modal .menu:not(#menu_web) li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 20px;
    height: 2px;
    background-color: var(--darkgrey-color);
    transform: translate(-100%, -50%);
    z-index: 1;
    transition: .3s ease-out;
}

#menuweb-modal .menu:not(#menu_web) li.current-menu-item,
#menuweb-modal .menu:not(#menu_web) li:hover {
    color: var(--link-color);
}

#menuweb-modal .menu:not(#menu_web) li.current-menu-item:before,
#menuweb-modal .menu:not(#menu_web) li:hover:before {
    background-color: var(--link-color);
}

#menuweb-modal .menu li a {
    display: inline-block;
}

#menuweb-modal .menu:not(#menu_web) li a {
    color: var(--darkgrey-color);
}


/* FOOTER */


/* hidden old contact row and widget translate */

.home .web-footer .content>address.address_phone,
.web-footer .content>.widget_qtranslate {
    display: none !important;
}

.web-footer {
    font-size: 14px;
}

.web-footer p {
    margin-bottom: 0;
}

.prefooter {
    background-color: var(--red-color);
    padding: 10px 0;
}

.mainfooter {
    background-color: var(--lightblue-color);
    background-image: url("/files/stars-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
    min-height: 100vh;
    box-sizing: border-box;
}

.mainfooter,
.mainfooter a {
    font-family: 'RotisSemiSansStd-Bold';
    letter-spacing: 0.48px;
    color: var(--darkgrey-color);
    transition: .3s ease-out;
}

.footer-box {
    position: relative;
    font-size: 1.3rem;
    border-left: 4px solid;
    border-right: 4px solid;
    padding: 100px max(40px, 5vw);
    margin: 80px auto;
}

.footer-box::before,
.footer-box>*::before,
.footer-box::after,
.footer-box>*::after {
    content: "";
    position: absolute;
    border-top: 4px solid;
    width: max(40px, 5vw);
}

.footer-box::before,
.footer-box::after {
    top: 0;
}

.footer-box>*::before,
.footer-box>*::after {
    bottom: 0;
}

.footer-box::before,
.footer-box>*::before {
    left: 0;
}

.footer-box::after,
.footer-box>*::after {
    right: 0;
}


/* featured links */

.featured-links li,
.featured-links .menu li {
    display: block;
    margin-bottom: 7px;
}


/* social media */

.web-footer .socialmedia a {
    font-weight: normal;
    font-size: 28px;
    margin-right: 25px;
    transition: .3s ease-out;
}

.mainfooter .menu li {
    padding-right: 40px;
}

.mainfooter .menu li a {
    font-size: 1rem;
}


/* view/cancel link */

.icon-lock {
    background: none;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
}


/* developed by mirai */

#developed-wrapper a {
    text-transform: lowercase;
    font-weight: bold;
}


/* MAIN ELEMENTS */

#content-header {
    position: relative;
}

#content-header>img {
    width: 100%;
    object-fit: cover;
}

.not-home:not(.is-mobile):not(.cat-room-detail):not(.cat-offer-detail) #content-header>img {
    object-fit: contain;
}

.picbox {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 50px 0;
    box-sizing: border-box;
}

.cat-room-detail .picbox,
.cat-offer-detail .picbox {
    min-height: 25vh;
}

.engine-wrapper {
    pointer-events: none;
    padding-top: 30px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.engine-wrapper-absolute {
    position: absolute;
    bottom: 10%;
}

.engine-wrapper .mi-be,
.engine-wrapper a,
.engine-wrapper button,
.engine-wrapper *[role="button"] {
    pointer-events: all;
}


/* GRID */

.grid-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-col-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

.gap-20 {
    grid-gap: 20px;
}

.gap-30 {
    grid-gap: 30px;
}

.gap-50 {
    grid-gap: clamp(20px, 3vw, 50px);
}


/*---------------------------------------------------------------------------*/


/*--------------------------------- PAGES -----------------------------------*/


/*---------------------------------------------------------------------------*/


/* HOME */

body {
    overflow-x: hidden;
}

.home #main section {
    position: relative;
    overflow: hidden;
}

.home #main #content-header {
    overflow: hidden;
}

.home:not(.is-mobile) #main section {
    min-height: 100vh;
}

.home #main section:not(#gallery) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home #main section:not(#content-header):not(#gallery) {
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.home #main section#media {
    justify-content: flex-end;
    padding-bottom: 0 !important;
}

.home #main section:nth-child(even) .full>div {
    display: flex;
    justify-content: flex-end;
}

.home #main section:nth-child(even) svg {
    transform: translate(25%, 100px);
}

.home #main section:nth-child(odd) svg {
    transform: translate(-25%, 100px);
}

.home #main section .container {
    transition: 1s ease-out .3s;
}

.content-sticky {
    position: relative;
    z-index: 0;
}

#main .content-sticky.content-sticky-active>* {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

#main .content-sticky .fixed-sticky {
    position: fixed;
}

#main .content-sticky .fixed-sticky>* {
    opacity: 0 !important;
    transition-delay: 0s !important;
}

.anchor-menu {
    position: fixed;
    top: 50%;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    mix-blend-mode: difference;
    transform: translateY(-50%);
    z-index: 10;
}

.is-mobile .anchor-menu {
    display: none;
}

.anchor-menu li {
    margin: 8px 0;
}

.anchor-menu li a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.anchor-menu li a:before {
    content: attr(title);
    position: absolute;
    top: 50%;
    right: 35px;
    opacity: 0;
    color: #fff;
    font-size: .8em;
    white-space: pre;
    transform: translateY(-50%);
    transition: .3s ease-out;
}

.anchor-menu li a.current:before,
.anchor-menu li a:hover:before {
    opacity: 1;
}

.anchor-menu li a:after {
    content: "";
    position: absolute;
    display: flex;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .3s ease-out;
}

.anchor-menu li a.current:after {
    background-color: transparent;
    transform: scale(2);
}

.anchor-link {
    display: flex;
    position: absolute;
    top: 95vh;
    left: 0;
    color: #fff !important;
    font-family: 'RotisSemiSansStd-Bold';
    font-size: .9em;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px;
    z-index: 1;
    transform: rotate(90deg) translateX(-50%);
    transition: none;
}

.anchor-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    width: 80px;
    height: 3px;
    background-color: #fff;
    transform: translateY(-50%);
    animation: lineAnimation 4s linear infinite;
}

@keyframes lineAnimation {
    25% {
        width: 80px;
        left: unset;
        right: calc(100% + 20px);
    }
    40% {
        width: 0;
    }
    60% {
        width: 0;
        left: -100px;
        right: unset;
    }
    75% {
        width: 80px;
    }
}

.whatsapp-link {
    position: absolute;
    top: 95vh;
    right: max(3vw, 12px);
    z-index: 1;
    transform: translateY(-100%);
}

.whatsapp-link i {
    font-size: 52px;
    color: #fff;
}

body:not(.is-mobile) #content-header .circular-text {
    position: absolute;
    top: 0;
    right: 50vw;
    font-family: 'RotisSemiSansStd-Bold';
    border-radius: 50%;
    width: 200px;
    height: 200px;
    z-index: 1;
    animation: positionAnimation 30s linear infinite;
}

body:not(.is-mobile) #content-header .circular-text>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rotationAnimation 6s linear reverse infinite;
}

body:not(.is-mobile) .circular-text a span {
    height: 45%;
    position: absolute;
    left: calc(50% - 4%);
    top: 5%;
    width: 8%;
    color: #fff;
    padding: 10px;
    font-size: 1.5em;
    letter-spacing: 3px;
    transform-origin: bottom center;
    text-align: center;
}

@keyframes positionAnimation {
    0% {
        top: 0;
        right: 50vw;
        transform: none;
    }
    25% {
        top: 40vh;
        right: 0vw;
        transform: none;
    }
    50% {
        top: 100vh;
        right: 30vw;
        transform: translateY(calc(-100% + 30px));
    }
    75% {
        top: 45vh;
        right: 100vw;
        transform: translateX(100%);
    }
    100% {
        top: 0;
        right: 50vw;
        transform: none;
    }
}

@keyframes rotationAnimation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bg-arrows {
    position: relative;
}

.bg-arrows:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url(/files/arrow-pattern.png);
    background-repeat: repeat-x;
    z-index: 1;
}

.round-play-btn {
    display: flex;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 0;
}

.round-play-btn:before,
.round-play-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    transition: .3s ease-out;
}

.round-play-btn:before {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid var(--link-color);
    z-index: 2;
}

.round-play-btn:after {
    margin-left: -1px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #000;
    z-index: 1;
}

.round-play-btn:hover:before,
.round-play-btn:hover:after {
    border-left-color: #000;
}

.web-advantages p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}

.cat-booking .web-advantages p {
    color: var(--darkgrey-color);
}

.color-circle {
    display: flex;
    min-width: 20px;
    min-height: 20px;
    margin: 12px 20px 12px 0;
    border-radius: 50%;
}

.cat-bg-blue .color-circle.bg-blue {
    background-color: var(--lightblue-color);
}


/* offers mashup */

.offers-mashup {
    max-width: 100%;
    margin-top: 70px;
    text-align: center;
}

.offers-mashup-slide {
    display: flex;
}

#carousel-no-pictures-offers {
    padding: 100px 0px;
}

.offers-mashup-slide>* {
    position: relative;
    flex: 1;
}

.offers-mashup-slide>*+* {
    border-left: 2px dashed;
    margin-left: 40px;
    padding-left: 40px;
}

.offers-mashup dl dt {
    font-size: 2.2em;
    line-height: 42px;
    font-weight: 600;
    min-height: 90px;
}

.offers-mashup dd span {
    display: block;
    font-size: 1.8em;
    line-height: 36px;
    padding: 10px 0;
    margin-bottom: 40px;
}

.offers-mashup .more-info-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 0;
    padding: 0;
    border-radius: 50% !important;
    transform: translateY(-50%);
}

.offers-mashup .more-info-link:before {
    content: "\e977";
    font-family: 'mirai-icofonts'!important;
    font-variant: normal;
    text-decoration: none;
    display: flex;
    position: absolute;
    font-size: 30px;
    font-weight: 600;
}

.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;
}

.media-list li {
    position: relative;
    padding-left: 50px;
    margin-top: 12px;
}

.media-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: var(--darkgrey-color);
    border-radius: 50%;
}

.media-list li a {
    color: var(--darkgrey-color);
    font-family: 'RotisSemiSansStd-Bold';
    font-size: 1.5em;
    font-weight: 600;
    line-height: 40px;
    text-decoration: underline !important;
}


/* SECTIONS */

.not-home #main {
    background-color: var(--lightblue-color);
}


/* DARK COLORS */

body.cat-dark-color .whatsapp-link i,
body.cat-dark-color .anchor-link,
body.cat-dark-color .menu-modal-btn:not(.toggle-close)::before,
body.cat-dark-color .menu-modal-btn:not(.toggle-close)::after,
body.cat-dark-color .menu-modal-btn:not(.toggle-close) i::before,
body.cat-dark-color .menu-modal-btn:not(.toggle-close) i::after {
    color: var(--darkgrey-color) !important;
}

body:not(.mirai-modal-active).cat-dark-color #header #logo img {
    filter: brightness(.2);
}

body.cat-dark-color .anchor-link::before {
    background-color: var(--darkgrey-color);
}

body.cat-dark-color.cat-bg-yellow .prefooter * {
    color: var(--darkgrey-color);
}


/* BLUE BACKGROUNDS */

.cat-bg-blue #main,
.cat-bg-blue .prefooter,
.cat-bg-blue .mainfooter {
    background-color: var(--blue-color);
}

.cat-bg-blue #footer *,
.cat-bg-blue .room-box-offers h2,
.cat-bg-blue #main .detail-description *,
.cat-bg-blue #main .go-to-offers,
.cat-bg-blue .room-offer .go-to-offers-page a,
.cat-bg-blue #footer * {
    color: #fff;
}


/* RED BACKGROUNDS */

.cat-bg-red #main,
.cat-bg-red .prefooter,
.cat-bg-red .mainfooter {
    background-color: var(--red-color);
}

.cat-bg-red #footer *,
.cat-bg-red .room-box-offers h2,
.cat-bg-red #main .detail-description *,
.cat-bg-red #main .go-to-offers,
.cat-bg-red .room-offer .go-to-offers-page a,
.cat-bg-red #footer * {
    color: #fff;
}


/* YELLOW BACKGROUNDS */

.cat-bg-yellow #main,
.cat-bg-yellow .prefooter,
.cat-bg-yellow .mainfooter {
    background-color: var(--yellow-color);
}

.cat-bg-yellow .booking-modal-btn:not(:hover) {
    border-color: var(--darkgrey-color);
    background-color: var(--darkgrey-color);
    color: var(--yellow-color) !important;
}


/* LOCATION */

#map-wrapper .map-static {
    background-image: url('/files/map.jpg') !important;
}

section#transports h3 {
    display: flex;
    align-items: center;
}

section#transports h3 i {
    font-size: 36px;
    margin-right: 25px;
}


/* CONTACT */

.contact-list li a {
    display: flex;
    color: var(--darkgrey-color);
    text-decoration: underline !important;
}

.white-text .contact-list li a {
    color: #fff;
}


/* SERVICES */

.alternate-rows>.row {
    display: flex;
    flex-wrap: wrap;
}

.alternate-rows>.row:nth-child(even) {
    flex-direction: row-reverse;
    margin: 70px 0;
}

.alternate-rows>.row>* {
    position: relative;
    width: 50%;
}

.alternate-rows>.row>*:last-of-type {
    padding: 100px max(30px, 5vw);
    box-sizing: border-box;
}

.alternate-rows>.row:nth-child(odd)>*:last-of-type {
    padding-right: 0;
}

.alternate-rows>.row:nth-child(even)>*:last-of-type {
    padding-left: 0;
}


/* PHOTOS */


/* OFFERS & ROOMS TEMPLATES */

.rooms-listing-wrapper {
    margin-bottom: 80px;
}

.rooms-listing-wrapper>h2 {
    display: none;
}

.rooms-listing-wrapper .room-box {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 100px 0;
    margin: 0;
}

.rooms-listing-wrapper .room-box:nth-child(odd) {
    align-items: flex-end;
}

.rooms-listing-wrapper .room-name,
.rooms-listing-wrapper .room-intro {
    background-color: #fff;
    padding: 0 max(3vw, 20px) !important;
}

.rooms-listing-wrapper .room-name {
    position: relative;
    color: var(--blue-color);
    font-family: 'RotisSemiSansStd-Bold';
    font-size: 3rem;
    font-weight: 600;
    line-height: 50px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    z-index: 1;
}

.rooms-listing-wrapper .room-name::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: max(3vw, 20px);
    width: 70px;
    border-bottom: 5px solid var(--blue-color);
}

.rooms-listing-wrapper .room-intro {
    padding-bottom: 60px !important;
}

.rooms-listing-wrapper .room-description {
    color: var(--blue-color);
    font-family: 'RotisSemiSansStd';
    font-size: 1.2em;
    line-height: 40px;
}

.rooms-listing-wrapper .room-services-list {
    display: none;
}

.rooms-listing-wrapper .room-book {
    margin-top: 30px;
}

.rooms-listing-wrapper .room-book a {
    color: var(--blue-color) !important;
}

.rooms-listing-wrapper .room-box .room-image {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.rooms-listing-wrapper .room-box:nth-child(even) .room-image>a {
    display: flex;
    justify-content: flex-end;
}

.rooms-listing-wrapper .room-box .room-image img {
    max-width: 750px;
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: .5s ease-in-out;
}

.rooms-listing-wrapper .room-box .room-image img:hover {
    transform: skew(50px);
}

.rooms-listing-wrapper .room-box:nth-child(even) .room-image {
    right: 0;
}

.rooms-listing-wrapper .room-box:nth-child(odd) .room-image {
    left: 0;
}


/* align text center when no offers */

.offers-listing-wrapper.no-offers {
    text-align: center;
}

.offer-discount span[class*="span"] {
    display: inline;
    width: auto;
    float: none;
}

#main .go-to-calendar:after,
.rooms-detail-wrapper .detail-links li a:after {
    content: '\e965';
}

#main .go-to-calendar:hover:after,
.rooms-detail-wrapper .detail-links li a:hover:after {
    content: '\e965';
    -webkit-transform: translateY(0.3em);
    transform: translateY(0.3em);
}

#main .go-to-calendar {
    padding: 5px;
    width: auto;
    display: inline-block;
    background: transparent;
    color: inherit;
}

.offers-listing-wrapper {
    padding: 80px 0px;
}


/* template 4 detail & rooms detail 5 */

.offer-detail-4,
.rooms-detail-5 {
    padding-bottom: 80px;
}

.rooms-detail-5 .only-one-photo>img {
    width: 100%;
}

.rooms-detail-wrapper h2 span {
    margin-bottom: 10px;
}

.offer-detail-4 .offers-room-detail,
.room-detail-5 .offer-room {
    background: #f3f3f3;
}

.room-detail-5 .offer-room {
    font-size: 14px;
}

.offer-detail-4 .offers-room-detail h2 {
    padding: 0;
}

.offer-detail-4 .offers-room-detail .room-offer {
    padding: 30px 0 0;
}

.room-detail-5 .offer-discount {
    font-size: 1em !important;
}

.offers-listing-wrapper .offer-text {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
    text-align: center;
}

.offers-listing-wrapper .offer .offer-text *,
.offers-listing-wrapper .offer:nth-child(6n) .offer-text * {
    color: var(--green-color);
}

.offers-listing-wrapper .offer:nth-child(2n) .offer-text * {
    color: var(--red-color);
}

.offers-listing-wrapper .offer:nth-child(3n) .offer-text * {
    color: var(--yellow-color);
}

.offers-listing-wrapper .offer:nth-child(4n) .offer-text * {
    color: var(--purple-color);
}

.offers-listing-wrapper .offer:nth-child(5n) .offer-text * {
    color: var(--blue-color);
}

.offers-listing-wrapper .offer-text h3 {
    margin-bottom: 12px;
}

.offers-listing-wrapper .offer img {
    height: 220px;
    object-fit: cover;
}


/* cada 3 cajas cambia ligeramente el tono del background */

.offers-listing .offer:nth-child(6n+4) .offer-link-5,
.offers-listing .offer:nth-child(6n+5) .offer-link-5,
.offers-listing .offer:nth-child(6n+6) .offer-link-5 {
    /* background: #ca9b4c; */
    /*descomenta esta linea y borra las dos inferiores si quieres un color totalmente diferente*/
    -webkit-filter: hue-rotate(145deg) saturate(1.3);
    filter: hue-rotate(145deg) saturate(1.3);
}


/* COOKIES */

div#cookies-wrapper-content {
    padding: 70px 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;
}


/* REVIEWS */

#cuadroOpiniones {
    padding: 40px 0 100px;
}

#cuadroOpiniones p {
    margin-bottom: 0 !important;
}

#cuadroOpiniones .paging {
    padding: 20px 0;
}

#cuadroOpiniones .paging span a {
    border: none;
    background: none;
}

#cuadroOpiniones .paging span.current a,
#cuadroOpiniones .paging span.current a:hover,
#cuadroOpiniones .paging span.current a,
#cuadroOpiniones .paging span.current a:hover {
    font-size: inherit;
    cursor: default;
}

#cuadroOpiniones div.hssurveys_full {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cuadroOpiniones div.hssurveys_full>div.hssurveys_full {
    padding: 0;
}

#cuadroOpiniones div.hssurveys_full>div.hssurveys_full>div {
    margin-bottom: 50px;
    background: #f3f3f3;
    padding: 30px;
}

#cuadroOpiniones div.hssurveys_full div.note,
#cuadroOpiniones div.hssurveys_full .comments {
    float: none;
    width: 100%;
}

#cuadroOpiniones div.hssurveys_full .comments {
    margin: 10px 0 0;
}

#cuadroOpiniones div.hssurveys_full div.note {
    background-image: none;
    font-size: 26px;
    height: auto;
    width: auto;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 45px;
    position: relative;
}

#cuadroOpiniones div.hssurveys_full div.note:before {
    content: '\ea44';
    font-size: 38px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    line-height: 1;
    left: 0;
    bottom: 0;
    font-family: 'mirai-icofonts';
    color: #888;
}

#cuadroOpiniones div.hssurveys_full .ratingBarUser {
    margin-top: 5px;
    margin-left: 0;
}

#cuadroOpiniones div.hssurveys_full .comments p.commentsPerson {
    font-size: 20px !important;
    font-weight: normal;
}

#cuadroOpiniones div.hssurveys_full .comments p.commentsPerson span.date {
    font-size: 14px;
    color: #8e8e8e;
}

div.hssurveys_full ul.questions li {
    padding: 0 0 10px;
}

div.hssurveys_full ul.questions li:last-child {
    padding: 0;
}

#cuadroOpiniones div.hssurveys_full ul.questions.like li .answer {
    width: auto;
    overflow: hidden;
}

#cuadroOpiniones div.hssurveys_full p.more {
    padding: 10px 0;
}

#cuadroOpiniones div.hssurveys_full p.more a {
    background: none;
    padding-right: 0;
    white-space: nowrap;
}

div.hssurveys_full p.more a:after {
    font-family: 'mirai-icofonts';
    content: '\e961';
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

div.hssurveys_full p.more a.opened:after {
    content: '\e964';
}

#cuadroOpiniones div.hssurveys_full ul.listSubject {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li span.subject,
#cuadroOpiniones div.hssurveys_full ul.questions li p.question {
    display: block;
    float: none;
    width: 100%;
    font-weight: bold;
    text-align: left;
    padding: 0;
    line-height: normal;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li span.note {
    float: none;
    display: inline-block;
    background: none;
    font-size: 16px;
    margin-right: 0;
    color: #76a71d;
    width: auto;
    text-align: left;
    border-radius: 2px;
    height: auto;
    line-height: normal;
    padding: 2px 0;
}

#cuadroOpiniones .ratingBarSubject {
    float: none;
    display: inline-block;
    margin-left: 5px;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li .reviewcomment {
    width: auto;
    margin-left: 0;
    float: none;
    display: block;
    clear: both;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject.long li {
    padding: 0 0 30px;
}

#cuadroOpiniones div.hssurveys_full ul.questions {
    padding: 30px 0 0;
    margin: 00;
    border-top: 1px solid #ccc;
}

#cuadroOpiniones div.hssurveys_full ul.questions.like {
    padding: 0;
    margin: 10px 0 0;
    border-top: none;
}

.reviewsOn .questions li .yesText,
.reviewsOn .questions li .noText {
    background: none;
    text-align: left;
    padding-left: 0 !important;
    margin-left: 0 !important;
    color: inherit !important;
    font-weight: normal !important;
    padding: 0 !important;
}

#cuadroOpiniones div.hssurveys_full ul.questions li .answer {
    float: none;
    line-height: normal;
    margin-right: 0;
    width: auto;
}

#cuadroOpiniones div.hssurveys_full .ratingBarStar,
#cuadroOpiniones div.hssurveys_full div.answer p {
    float: none;
    display: inline-block;
}


/* NOT FOUND - 404 */

.not_found .modal-engine-wrapper {
    display: none;
}

.not_found #main {
    background: url('https://cdnwp0.mirai.com/images/bg-404.png') no-repeat center center transparent;
    margin-bottom: 0;
    min-height: 570px;
    text-align: center;
}

.not_found #main h2 {
    padding-top: 100px;
}


/* BOOKINGSTEP */

.engine-wrapper-booking {
    padding: 10px 0;
    background: #ababab;
}

.bookingstep1 #fixed-header.offset-active,
.chain_results #fixed-header.offset-active {
    position: absolute !important;
}

.cat-booking #main,
.cat-booking .prefooter,
.cat-booking .mainfooter {
    background-color: #F9FAFE;
}

.cat-booking .menu-modal-btn:not(.toggle-close)::before,
.cat-booking .menu-modal-btn:not(.toggle-close)::after,
.cat-booking .menu-modal-btn:not(.toggle-close) i::before,
.cat-booking .menu-modal-btn:not(.toggle-close) i::after {
    color: var(--blue-color) !important;
}


/*---------------------------------------------------------------------------*/


/*---------------------------------- 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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    margin-bottom: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

.post .comment-notes,
.post #gasp_p {
    color: #8e8e8e;
    margin-bottom: 30px !important;
}

.post #respond label {
    display: inline;
}

.post #respond .comment-form-author,
.post #respond .comment-form-email {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.post #respond .comment-form-author {
    padding-right: 15px;
}

.post #respond .comment-form-email {
    padding-left: 15px;
}

.post #gasp_p {
    margin-top: 30px;
}

.post #gasp_p input {
    vertical-align: -2px;
}


/* SEARCH POST & CATEGORIES PAGES */

.search-results .blog-wrapper>form>fieldset>input,
.search-results .blog-wrapper>form>fieldset>label,
.search-no-results .blog-wrapper>form>fieldset>input,
.search-no-results .blog-wrapper>form>fieldset>label,
.search-no-results #addthis-widget-2 {
    display: none !important;
}

.search-results h2#results-title,
.search-no-results h2#results-title,
.blog-wrapper #posts_con_categoria {
    margin: 0 0 50px !important;
    font-weight: normal;
}


/*---------------------------------------------------------------------------*/


/*----------------------------------- 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;
}

body:not(.is-mobile) .show-phone {
    display: none;
}


/*------------------- SCROLL EFFECTS -------------------*/

.m-animate {
    transform: none;
    opacity: 1;
    transition: 1s ease-out;
}

.m-animate.m-stop {
    opacity: 0;
}

.fixed-sticky .m-animate[data-custom="left"],
.m-animate.m-stop[data-custom="left"] {
    transform: translateX(-50px);
}

.fixed-sticky .m-animate[data-custom="right"],
.m-animate.m-stop[data-custom="right"] {
    transform: translateX(50px);
}

.fixed-sticky .m-animate[data-custom="top"],
.m-animate.m-stop[data-custom="top"] {
    transform: translateY(-50px);
}

.fixed-sticky .m-animate[data-custom="bottom"],
.m-animate.m-stop[data-custom="bottom"] {
    transform: translateY(50px);
}


/* preload */

#sidebar-preheader {
    display: inherit !important;
}

body:not(.load) #sidebar-preheader>* {
    display: flex !important;
}

.preload {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
    overflow: hidden;
}

.preload::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    border-radius: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) scale(2);
    transition: .8s ease-out 2.5s;
}

.is-mobile .preload::before {
    transform: translate(-50%, -50%) scale(2.3);
    transition: .5s ease-out 2.5s;
}

.preload.color1::before {
    background-color: var(--yellow-color);
}

.preload.color2::before {
    background-color: var(--red-color);
}

.preload.color3::before {
    background-color: var(--blue-color);
}

body:not(.loading):not(.load) .preload::before {
    transform: translate(-50%, -50%) scale(0);
}

.logo-preload {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-preload img {
    opacity: 0;
}

body.loading .logo-preload img {
    animation: preloadLogo 2.7s linear .3s both;
}

@keyframes preloadLogo {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    25% {
        opacity: 1;
        transform: translateY(0);
    }
    75% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}


/* GDPR */

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container {
    background-color: transparent !important;
    background-image: url(/files/bg-cookies.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px !important;
}

.is-mobile #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container {
    width: 300px;
    height: 300px;
    padding: 20px !important;
}

.is-mobile #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar {
    align-items: center;
}

.is-mobile .moove-gdpr-cookie-notice h3 {
    padding: 0 20px;
    margin-bottom: 0 !important;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-cookie-notice {
    text-align: center;
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding: 10px 30px 0 !important;
}


/*---------------------------------------------------------------------------*/


/*------------------------------- IMPROVEMENTS ------------------------------*/


/*---------------------------------------------------------------------------*/
/*--- Viatgem --*/
.viatgem {
    position: absolute;
    top: 200px;
    left: 0;
    background: #fff;
    text-align: center;
    padding: 10px 3px 3px;
    max-width: 150px;
}
.link-viatgem:hover {
    text-decoration: none;
}
.viatgem p {
    color: #1e95a6;
    font-size: 15px;
    font-weight: 700;
  line-height:1.3em !important;
}
.viatgem img {
    max-width: 120px;
  margin-bottom:10px;
}
.engine-group.engine-sin-promo .mi-be-promo-field label {
    display: none;
}

.footer-logos__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0;
}
.footer-logos__logo {
    padding: 0 .5rem;
}

@media (max-width: 767px) {
    .viatgem {
        position: relative;
        top: 0;
        max-width: 100%;
        padding: 10px 3px 10px;
        border-bottom: 2px solid #c7092e;
        border-bottom-style: dashed;
    }
    
    .bono-viatgem {
        padding-top: 20px !important;
    }

    .footer-logos__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-logos__logo {
        padding: 1rem 0;
    }
}

.bono-viatgem {
  padding-top: 10vh;
    display: block;
}

/*---------------------------------------------------------------------------*/


/*-------------------------------- MEDIA QUERYS -----------------------------*/


/*---------------------------------------------------------------------------*/


/* [col-lg] Medium desktop */

@media (min-width: 1200px) {}


/* [col-xl] Large desktop */

@media (min-width: 1920px) {}

@media (max-width: 1480px) {
    .rooms-carousel .carousel-cell>div:first-child {
        width: 30%;
    }
    .rooms-carousel .carousel-cell>div:last-child {
        width: 70%;
    }
    .room-icons-carousel .carousel-cell img {
        height: 100px;
    }
}

@media (max-width: 1200px) {
    .room-icons-carousel .carousel-cell {
        width: calc(25% - 30px);
    }
    .rooms-carousel .carousel-cell>div:last-child {
        display: flex;
        justify-content: flex-start;
    }
    .rooms-carousel .room-title {
        font-size: 4rem;
    }
}

@media (min-width: 1024px) and (max-height: 800px) {
    .main-title {
        font-size: 5.5rem;
    }
    .home #main section:not(#content-header):not(#gallery) {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/* Tablet */


/* [col-sm] Tablet vertical */

@media (max-width: 979px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mirai-modal .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #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;
        flex-direction: column;
    }
    .align-center-md {
        text-align: center;
    }
    .phs-md {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header #navigationweb {
        padding: 0 20px;
    }
    .widget_qtranslate {
        margin: 0 40px;
    }
    .main-title {
        font-size: 5rem;
    }
    .rooms-carousel .carousel-cell>div {
        width: 100% !important;
    }
    .rooms-carousel .carousel-cell>div:first-child {
        order: 1;
        height: 350px;
    }
    .rooms-carousel .carousel-cell>div:last-child {
        padding: 80px max(5vw, 20px) 50px;
    }
    .rooms-carousel .flickity-prev-next-button {
        bottom: unset;
        right: unset;
        top: 45px;
        width: 53px;
        height: 53px;
        font-size: 24px;
        z-index: 1;
    }
    .rooms-carousel .flickity-prev-next-button.previous {
        left: 20px;
    }
    .rooms-carousel .flickity-prev-next-button.next {
        left: 90px;
    }
    .offers-mashup-slide {
        flex-direction: column;
    }
    .offers-mashup-slide>*+* {
        border-left: 0;
        padding-left: 0;
        border-top: 3px dashed;
        margin-left: 0;
        margin-top: 40px;
        padding-top: 40px;
    }
    .rooms-listing-wrapper .room-box {
        padding: 30px 0;
    }
    .rooms-listing-wrapper .room-box .room-image {
        position: static;
        order: 1;
    }
    .rooms-listing-wrapper .room-box .room-image img {
        height: 450px;
    }
    .rooms-listing-wrapper .room-box .price-box {
        display: none;
    }
    .alternate-rows>.row>* {
        width: 100%;
    }
    .alternate-rows>.row {
        margin: 0 !important;
    }
    .alternate-rows>.row>*:last-of-type {
        padding: 20px 0 40px;
    }
    .cat-booking section#engine .container {
        width: 100%;
    }
}


/* [col-xs] Mobile */

@media (max-width: 767px) {
    #sidebar-preheader>* {
        display: inherit;
    }
    ul#menu_web {
        display: block;
    }
    .modal.fade.in {
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: 0;
    }
    .modal-body {
        max-height: none;
    }
    body .menu li.booking-button,
    body #menu_web li.menu-item.booking-button,
    html body.home #menu_web li.booking-button,
    #logo a span.visible-phone {
        display: none !important;
    }
    .ph0-xs {
        padding-left: 0;
        padding-right: 0;
    }
    .pb0-xs {
        padding-bottom: 0;
    }
    .pts-xs {
        padding-top: 20px;
    }
    .pbs-xs {
        padding-bottom: 20px;
    }
    .phs-xs {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pvxl {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .fx-column-md,
    .fx-column-xs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .fx-column-reverse-xs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    /*-------- HEADER --------*/
    /* mainheader */
    #header #logo a img {
        max-height: 70px;
        display: inline;
        transition: .3s ease-out;
    }
    #navigationweb .menuweb-contact {
        display: none;
    }
    .mirai-modal .menuweb-contact {
        flex-direction: column;
        align-items: flex-start;
    }
    .widget_qtranslate {
        order: -1;
        margin: 20px 0;
    }
    #header .booking-modal-btn,
    .booking-link {
        padding: 8px 15px;
        font-size: 16px;
        letter-spacing: normal;
    }
    #fixed-header[data-hamburguer-desktop="false"] #navigationweb>.burguer-wrapper {
        display: inherit;
        flex: 0;
    }
    /*-------- MAIN --------*/
    .anchor-link {
        left: -50px;
    }
    .mi-modal-header {
        height: 70px;
        background-color: #e0e2f1;
    }
    .mirai-modal>.mi-modal-close,
    .mi-modal-header>.mi-modal-close {
        right: 20px;
        top: 10px;
    }
    .mirai-modal .mi-modal-content {
        padding-bottom: 0;
    }
    .mirai-modal:not(.rooms-modal) .mi-modal-content>div>div {
        padding: 0 20px 20px;
        box-sizing: border-box;
    }
    .anchor-menu {
        right: 12px;
    }
    .whatsapp-link i {
        font-size: 35px;
    }
    .grid-col-2 {
        grid-template-columns: 1fr;
    }
    .home section#main {
        display: block;
    }
    .room-icons-carousel .carousel-cell {
        width: calc(50% - 30px);
    }
    .rooms-carousel .carousel-cell {
        overflow: auto;
    }
    .rooms-carousel .carousel-cell>div:last-child {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .rooms-carousel .room-title {
        font-size: 2.5rem;
    }
    .rooms-carousel .room-subtitle {
        font-size: 1.5rem;
        margin: 20px 0;
    }
    .rooms-carousel .carousel-cell p:last-child {
        margin-top: 20px;
    }
    .web-advantages p {
        align-items: center;
    }
    .offers-mashup,
    .wpcf7 .align-center {
        text-align: left;
    }
    .offers-mashup-slide>* {
        position: relative;
        padding-right: 80px;
        box-sizing: border-box;
    }
    .offers-mashup dl dt {
        font-size: 1.7em;
        line-height: 35px;
    }
    .offers-mashup dd span {
        font-size: 1.3em;
    }
    .offers-mashup .more-info-link {
        position: absolute;
        right: 0;
        top: 50%;
    }
    .media-list li {
        padding-left: 40px;
    }
    .media-list li:before {
        top: 8px;
        width: 20px;
        height: 20px;
    }
    .media-list li a {
        font-size: 1.2em;
    }
    .rooms-listing-wrapper .room-box .room-image img {
        height: 320px;
    }
    .alternate-rows>.row:nth-child(even) {
        margin: 0;
    }
    body:not(.cat-dark-color) .booking_mobile {
        color: #fff !important;
    }
    .rooms-carousel .flickity-prev-next-button {
        top: 35px;
    }
    .big-arrows .flickity-prev-next-button {
        bottom: -40px;
    }
    .big-arrows .flickity-prev-next-button.previous {
        left: 5%;
    }
    .big-arrows .flickity-prev-next-button.next {
        right: 5%;
    }
    /*-------- FOOTER --------*/
    .home #footer .content>.web-footer {
        display: inherit !important;
    }
    #footer>.hidden-phone {
        display: block !important;
    }
    .home #footer .content address.address_phone,
    .home #footer .widget_qtranslate {
        display: none !important;
    }
    #footer {
        height: auto;
    }
    .mainfooter {
        min-height: unset;
        padding: 80px 0;
    }
    .web-footer .content {
        display: block !important;
    }
    .home .web-footer .content>* {
        display: inherit;
    }
    .web-footer,
    .web-footer .align-right,
    .web-footer .align-left {
        text-align: center;
    }
    .web-footer .socialmedia li:last-child a {
        margin-right: 0;
    }
    .footer-box {
        border: 0;
        padding: 0;
        margin: 0 auto 40px;
    }
    .footer-box::before,
    .footer-box::after,
    .footer-box>*::before,
    .footer-box>*::after {
        content: none;
    }
    .mainfooter .socialmedia {
        margin-top: 40px;
    }
    .mainfooter .menu {
        margin-bottom: 40px;
    }
    .mainfooter .menu li:last-child {
        padding-right: 0;
    }
    /* carousel controls */
    .carousel-control {
        font-size: 20px;
        width: 20px;
        margin-top: -25px;
    }
    /* main title */
    .main-title {
        font-size: 2.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: 1.8em;
    }
    .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.5em;
    }
    .mi-title4,
    .rooms-detail-wrapper h4,
    .offers-detail-wrapper h4 {
        font-size: 1.2em;
    }
    .description,
    .rooms-carousel .carousel-cell p:not(.room-subtitle) {
        font-size: 1.2em;
        line-height: 30px;
    }
    .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"],
    .rooms-listing-wrapper .room-box .room-book a,
    .primary-btn {
        font-size: 1.5em;
    }
    .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"],
    .mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview,
    .secundary-btn {
        font-size: 1.2em;
    }
    .full-screen-container {
        min-height: 100vh !important;
    }
    #header .modal-engine-wrapper {
        display: flex;
        position: relative;
        opacity: 0;
        pointer-events: none;
        transition: .3s ease-out;
    }
    #header .modal-engine-wrapper.offset-active {
        opacity: 1;
        pointer-events: all;
    }
    #fixed-header .modal-engine-wrapper>.booking-modal-btn {
        margin-right: 20px;
    }
    .cat-bg-yellow #fixed-header .modal-engine-wrapper>.booking-modal-btn,
    .cat-offer-detail #fixed-header .modal-engine-wrapper>.booking-modal-btn {
        color: var(--yellow-color);
    }
    .mim-modal-open #fixed-header {
        z-index: 598;
    }
    #menuweb-modal ul#menu_web {
        font-size: 1.7em;
    }
    #menuweb-modal .menu:not(#menu_web),
    .menuweb-contact>a,
    .widget_qtranslate {
        font-size: 1.3em;
    }
    #menuweb-modal .menu li a {
        line-height: 1;
    }
}

@media (max-width: 350px) {
    #menuweb-modal .mi-modal-content {
        padding-top: 100px;
    }
    #menuweb-modal .menu:not(#menu_web) li {
        position: relative;
        padding: 5px 0;
    }
    .home #content-header .mi-title2 {
        font-size: 1.4em;
    }
    .home #content-header .mi-title3 {
        font-size: 1em;
    }
}


/*------------------------------------------------------------------------------*/