/*---------------------------------------------------------------------------*/
/*--------------------------------- FONTS -----------------------------------*/
/*---------------------------------------------------------------------------*/


/* LOCAL ICON FONT */

@font-face {
    font-family: 'local-icofonts';
    src: url('/files/local-icofonts.eot');
    src: url('/files/local-icofonts.eot#iefix') format('embedded-opentype'),
        url('/files/local-icofonts.woff') format('woff'),
        url('/files/local-icofonts.ttf') format('truetype'),
        url('/files/local-icofonts.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="licon-"]:before, [class*=" licon-"]:before {
    font-family: 'local-icofonts'!important;
    content: '\999';
}

[class^="licon-"]:before, [class*=" licon-"]:before,
.check-list li:before, .bullet-list li:before,
.carousel-control:before, i.icon-lock:before,
.offers-slide .slide .no-offers:before {
    speak: none;
    font-variant: normal;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

/* ICONS */

i.icon-lock:before {
    font-family: 'mirai-icofonts';
    content: '\e990';
}

.licon-best-price:before {
  content: "\e900";
}
.licon-adv1:before {
  content: "\e903";
}
.licon-adv2:before {
  content: "\e904";
}
.licon-adv3:before {
  content: "\e905";
}
.licon-adv4:before {
  content: "\e906";
}
.licon-adv5:before {
  content: "\e907";
}
.licon-adv6:before {
  content: "\e908";
}


.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;
}

.mi-icon-vertical {
    display: flex;
    flex-wrap: wrap;
}

/* 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;
}

.vp-controls {
    opacity: 0!important;
}

/* GENERAL FONT STYLES */

body {
    font-size: 17px;
    line-height: normal;
}

body, .ui-datepicker-inline *, .wpcf7 input, #ui-datepicker-div {
    font-family: 'Open Sans', 'sans-serif'; /* cambialo segun boceto */
    /*font-family: 'Roboto', sans-serif;*/
}

.ui-datepicker-inline span {
    font-size: 18px;
}

/* normal links */

a, #cuadroOpiniones div.hssurveys_full .noLink, #cuadroOpiniones div.hssurveys_full .noLink a, #main .offer-detail-1 .go-to-calendar {
    color: #000;
}

a:hover, #cuadroOpiniones div.hssurveys_full .noLink:hover, #cuadroOpiniones div.hssurveys_full .noLink a:hover, #main .offer-detail-1 .go-to-calendar:hover {
    color:#8F0349;
}

/* TITLES */

/* reset Bootstrap styles */
h1, h2, h3, h4, h5, p, li {line-height: normal;}

/* reset categories title blog */
.blog-wrapper #posts_con_categoria {
    font-size: initial;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.main-title {
    font-size: 30px;
    margin-bottom: 22px;
    display: block;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .5);

}

.main-title a {
    color: #fff;
}

.not-home .main-title {
    text-align:  center;
    background: #3c3c3b;
    font-size: 40px;
    padding: 15px 0;
}

.mi-title2, #cookies-wrapper-content h1, #cookies-wrapper-content h2, .rooms-listing-wrapper h2, .rooms-detail-wrapper h2, .offers-listing-wrapper h2, .offers-detail-wrapper h2, .blog-wrapper h2, .blog-wrapper h1, .blog-wrapper #posts_con_categoria, .mi-iata-content h2, .starter-offers .offers-mashup dl dt {
    font-size: 2.2em;
    line-height: 50px;
    text-transform: uppercase;
}

html[lang="ru"] .mi-title2 {
	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: 2em;
    text-transform: uppercase;
}
.mi-title4, .rooms-detail-wrapper h4, .offers-detail-wrapper h4 {
	font-size: 1.6em;
    text-transform: uppercase;
	/*font-family: 'Playfair Display', serif;*/
}


/*---------------------------------------------------------------------------*/
/*----------------------------- 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;}
.btn {-webkit-box-shadow: none;box-shadow: none;text-align:inherit;}
ul.menu a {color: inherit;}
#back-top {z-index: 200;}
.btn:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus {outline: none;}
.mi-iata-content {padding: 80px 0;}
.mi-iata-content h2, .mi-iata-content h3 {margin-bottom: 20px;}
.collapse {overflow: hidden;}
dt, dd {line-height: 1;}

/* ENGINE SELECTS, QTRANSLATE SELECT AND MULTIROOM BUTTON APPEARANCE RESET */

.widget_qtranslate select, .common-form select {
    border-radius: 0;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    margin-bottom: 0;
    font-size: inherit;
}

.widget_qtranslate select::-ms-expand, .common-form select::-ms-expand {display: none;}

.widget_qtranslate select, .common-form select {width: auto;}

.affix .widget_qtranslate {
    display:  none;
}





/* +++++++++++++++++++++++++ HAMBURGER  +++++++++++++++++++++++++ */

.hamburger {
  position: relative;
  height: 35px;
  width: 54px;
  border: none;
  background: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 3px;
  right: 3px;
  height: 3px;
  margin-top: -1.5px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s cubic-bezier(0.485, 0.610, 0.570, 1.370);
  transition: .25s cubic-bezier(0.485, 0.610, 0.570, 1.370);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.hamburger span:nth-child(1) {
  top: 15%;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 50%;
}
.hamburger span:nth-child(3) {
  opacity: 0;
}
.hamburger span:nth-child(4) {
  top: 85%;
}

.engine-box .mi-title2, .menu-box .mi-title2 {
    border-bottom:  3px solid #fff;
    margin-bottom: 30px;
    line-height:  2em;
}

.menu-box .mi-title2 {
   border-bottom:  none;
}

.menu-box .mi-title2:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #fff;
    bottom: 0;
    left: 0;
    width: 70%;
}

.menu-hamburger-box .mi-be form {
    text-align:  left;
}

.engine-box p {
    margin-top:  20px;
    font-size: 1.1em;
}

.engine-box.white-text .mi-be, .engine-box.white-text .mi-be * {
	color: #000 !Important;
}

/*---------------------------------------------------------------------------*/
/*--------------------------- GENERIC CLASSES -------------------------------*/
/*---------------------------------------------------------------------------*/


.relative {position: relative}
.absolute {position: absolute}
.absolute.full {bottom: 0;top: 0;right: 0;left: 0;}
.full-width {width: 100%}
.full-height {height: 100%}
.block {display: block}
.inline-block {display: inline-block !important}
.align-left {text-align: left}
.align-center {text-align: center}
.align-right {text-align: right}
.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 {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

/* y axis */

.fx-align-center {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
}

.fx-align-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.fx-align-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.alignself-center {
     -webkit-align-self: center; /* Safari 7.0+ */
        -ms-flex-item-align: center;
         align-self: center;
}

/* x axis */

.fx-justify-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.fx-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:  space-between;
}

.fx-space-around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:  space-around;
}

.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;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.fx-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

/* AFFIX */

.affix, .ex-affix {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 600 !important;
}

.ex-affix {
    position: fixed;
}

/* LIST */
/* agrega las clases .bullet-list o .check-list a los ul segun precises */

.check-list li, .bullet-list li {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 10px;
}

.check-list li:before, .bullet-list li:before {
    font-family: 'mirai-icofonts';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.check-list li:before {
    color: #777;
    content: '\e983';
}

.bullet-list li:before {
    color: #777;
    content: '\eb1a';
    font-size: .5em;
    line-height: 1;
    margin-top: 1em;
}

/* MARGIN - PADDING */

.mts {margin-top: 20px;}
.mbs {margin-bottom: 20px;}

.mtm {margin-top: 35px;}
.mbm {margin-bottom: 35px;}

.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: 35px;}
.prm {padding-right: 35px;}
.pbm {padding-bottom: 35px;}
.plm {padding-left: 35px;}
.phm {padding-right: 35px; padding-left: 35px;}
.pvm {padding-top: 35px; padding-bottom: 35px;}
.pam {padding: 35px;}

.ptl {padding-top: 80px;}
.ptxl {padding-top: 150px;}
.prl {padding-right: 80px;}
.prxl {padding-right: 150px;}
.pbl {padding-bottom: 80px;}
.pbxl {padding-bottom: 150px;}
.pll {padding-left: 80px;}
.plxl {padding-left: 150px;}
.phl {padding-right: 80px; padding-left: 80px;}
.phxl {padding-right: 150px; padding-left: 150px;}
.pvl {padding-top: 80px; padding-bottom: 80px;}
.pvxl {padding-top: 150px; padding-bottom: 150px;}
.pal {padding: 40px;}

.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: #E7E7E7;
}

.bg-dark-fill {
    background: rgba(0,0,0,.4);
    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 */
}

.degradate-adv {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 30px;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(30%, rgba(0,0,0,0.25)),color-stop(50%, rgba(0,0,0,0.2)),color-stop(70%, rgba(0,0,0,0.1)),color-stop(85%, rgba(0,0,0,0.05)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.25)30%,rgba(0,0,0,0.2)50%,rgba(0,0,0,0.1)70%,rgba(0,0,0,0.05)85%,rgba(0,0,0,0));
    pointer-events: none;
}

/* borders */

.white-text *, .white-text {
    border-color: #fff;
}


/*---------------------------------------------------------------------------*/
/*--------------------------- COMMON ELEMENTS -------------------------------*/
/*---------------------------------------------------------------------------*/


/* SWIPER CAROUSEL */

.swiper-container, .swiper-wrapper, .swiper-pagination, .swiper-button-next, .swiper-button-prev {z-index: auto!important;}
.swiper-container {width: 100%;height: 100%;}

/* pagination - bullets */

.pagination-wrapper {
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.swiper-pagination {
    -webkit-transform: none!important;
            transform: none!important; /* fixing default styles */
    position: relative!important; /* fixing default styles */
    bottom: auto;
    left: auto;
    width: auto;
    display: inline-block;
}

span.swiper-pagination-bullet:focus {outline: none;}

span.swiper-pagination-bullet {
    /* fixing default styles */
    height: auto;
    width: auto;
    opacity: 1;
    background: transparent;
    color: #a9a9a9;
    border-radius: 0;
    display: block;
    /* end fixing */
    float: left;
    position: relative;
    padding: 5px;
    margin-left: 10px;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0!important;
}

.swiper-pagination-bullet:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid;
    margin: 0;
    position: static;
}

.swiper-pagination-bullet, .swiper-pagination-bullet:after {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #000000;
}

.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #000000;
    border-color: #000000;
}

/* CAROUSEL CONTROLS (bootstrap & swiper ) */

.carousel-control, .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    height: auto;
    line-height: 1;
    font-size: 26px;
    width: 26px; /* firefox fixing - mismo que font-size */
    margin-top: -24px; /* poner la mitad de font-size + padding */
    background-image: none; /* fixing both */
    background: #fff;
    color: #000!important;
    padding: 11px;
    opacity: .6;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.carousel-control {
    text-indent: -99999px;
    text-shadow: none;
}

.carousel-control, .swiper-container .swiper-button-prev {left: 0px;}
.carousel-control.right, .swiper-container .swiper-button-next {left: auto; right: 0px;}

.carousel-control:before {
    text-indent: 0;
    font-family: 'mirai-icofonts';
    display: block;
    float: left;
}

.carousel-control.left:before, .swiper-button-prev i:before {content: '\e962';}
.carousel-control.right:before, .swiper-button-next i:before {content: '\e963';}

.carousel-control:hover, .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
}

/* MODAL */

.modal:focus {outline: none;}
.modal {border: none;}
body.modal-open {overflow: hidden; -ms-touch-action: none; touch-action: none;}

.modal-header .close {
    float: none;
    position: absolute;
    right: 13px;
    top: 50%;
    font-size: 20px;
    width: 20px; /* firefox fixing - mismo que font-size */;
    -webkit-box-sizing: content-box;;
            box-sizing: content-box;
    margin-top: -20px;
    padding: 10px;
    color: inherit;
    opacity: .75;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-header {
    border-bottom: none;
    padding: 15px;
    padding-right: 57px;
    position: relative;
    background: #E9E2D8;
    color: #EF6772;
}

/* modal title */
.modal-header .mi-title3 {
    color: inherit;
    font-weight: normal;
}

/* loom modal */

.loom-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    overflow: auto;
    background-color: rgba(46, 45, 44, 0.97);
    display: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -webkit-transition-delay: 5s;
            transition-delay: 5s;
    -webkit-animation: dissappearing .5s linear;
            animation: dissappearing .5s linear;
}

.loom-modal.show-loom {
    display: block;
    -webkit-animation: appearing .5s linear;
    animation: appearing .5s linear;
    opacity: 1;
}

@-webkit-keyframes appearing {
    00% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes appearing {
    00% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes dissappearing {
    00% {opacity: 1;}
    99% {opacity: 0;}
    100% {display: none;}
}

@keyframes dissappearing {
    00% {opacity: 1;}
    99% {opacity: 0;}
    100% {display: 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;}

/* mete la clase .common-form al contenedor del formulario para que le afecten los estilos estandar */

.common-form {
    width: 330px;
    margin: 0 auto;
    max-width: 100%;
}

.common-form form, .common-form form > div {
    padding: 15px 0;
}

.common-form div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
}

.common-form label {
    font-size: inherit;
    padding-bottom: 5px;
}

.common-form .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}

.common-form input[type="text"], .common-form input[type="email"],
.common-form textarea, .common-form select {
    height: auto; /* fixing bootstrap styles */
    margin-bottom: 0; /* fixing bootstrap styles */
    line-height: normal; /* fixing bootstrap styles */
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6px;
    min-height: 35px;
    display: block;
    font-size: inherit;
    font-weight: normal;
    font-family: inherit;
	border: 1px solid #ccc;
}

/* poner de nombra 'selector' al shortcode del input-select en el formulario para que aparezca la flecha (el nombre se lo pone de clase al control-wrap) */
.common-form .wpcf7-form-control-wrap.selector:after {
    content: "\e971";
    font-family: 'mirai-icofonts';
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
    font-size: 9px;
    color: inherit;
    line-height: 1;
}

.common-form .captcha input {
    width: 100px;
}

.common-form .captcha {
    padding-left: 15px;
    width: auto;
}

.common-form img.wpcf7-captchac {
    vertical-align: top;
}

.common-form .wpcf7-form-control-wrap.acceptance-700 {
    width: auto;
}

.common-form .accept-privacity a, .common-form div.wpcf7-validation-errors {
    font-size: .8em;
}

.common-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

/* BACK TO TOP */

#back-top {
    background-color: #EF6772;
}

/* BACKGROUND IMAGE */

.bg-img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/* BUTTONS */
/* utiliza la clase .primary-btn para aquellos botones que quieras que se comporten como el de reservar, y .secundary-btn para los de tipo ofertas */

/* primary */

.offers-detail-wrapper .offer-calendar-wrapper .offer-button, .rooms-detail-wrapper .room-calendar-wrapper .room-button, .landing-booking-button,
.offers-detail-wrapper a.booking_mobile, .rooms-detail-wrapper a.booking_mobile, .all-calendar input[type="button"], .primary-btn {
    border: none; /* fixing booking button in details pages */
    border-radius: 0; /* fixing buttons in bookingstep */
    -webkit-box-shadow: none;
            box-shadow: none; /* fixing buttons in bookingstep */
    text-shadow: none; /* fixing buttons in bookingstep */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #8f0349;
    color: #fff;
    padding: 14px 25px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.offers-detail-wrapper .offer-calendar-wrapper .offer-button:hover, .rooms-detail-wrapper .room-calendar-wrapper .room-button:hover, .landing-booking-button:hover,
.offers-detail-wrapper a.booking_mobile:hover, .rooms-detail-wrapper a.booking_mobile:hover, .all-calendar input[type="button"]:hover, .primary-btn:hover {
    text-decoration: none;
    background: #610533;
    color: #fff;
}

.primary-btn, .secundary-btn {
    display: inline-block;
}

/* secundary */

.offers-listing-wrapper .offer .offer-button, .rooms-detail-wrapper .offer .offer-button, .mapa .formRuta input.calculaRuta, #respond .form-submit #submit,
.wpcf7 .wpcf7-form input.wpcf7-submit, .offers-mashup .more-info-link, .widget_search form input[type="submit"],
.rooms-listing-wrapper .room-box .room-book a,
.mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview, .secundary-btn {
    background: transparent; /* fixing offers mashup button */
    border-radius: 0; /* fixing offers mashup button */
    text-shadow: none; /* fixing offers mashup button */
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #000;
    border: 1px solid #000;
    padding: 13px 30px;
    text-transform: uppercase;
}

.white-text .secundary-btn, .white-text .offers-mashup .more-info-link {
    color: #fff;
    border-color: inherit;
}

.third-btn {
	font-weight: 600;
    font-size: 0.9em;
}

.offers-listing-wrapper .offer .offer-button:hover, .rooms-detail-wrapper .offer .offer-button:hover, .mapa .formRuta input.calculaRuta:hover, #respond .form-submit #submit:hover,
.wpcf7 .wpcf7-form input.wpcf7-submit:hover, .offers-mashup .more-info-link:hover, .widget_search form input[type="submit"]:hover,
.rooms-listing-wrapper .room-box .room-book a:hover,
.mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview:hover, .secundary-btn:hover {
    text-decoration: none;
    background: #1e1d1e;
    color: #ffffff;
    border-color: #000;
}

.white-text .secundary-btn:hover, .white-text .offers-mashup .more-info-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* disabled buttons */

#main .offers-detail-wrapper .offer-calendar-wrapper .offer-button:disabled, #main .rooms-detail-wrapper .room-calendar-wrapper .room-button:disabled,
.wpcf7 .wpcf7-form input.wpcf7-submit:disabled, .wpcf7 .wpcf7-form input.wpcf7-submit:disabled:hover, .all-calendar input[type="button"]:disabled {
    background-color: #b9b9b9!important;
    border-radius: 0;
    -webkit-border-radius: 0;
}

/* fixing padding for details submit button */
.offers-detail-wrapper .offer-calendar-wrapper .offer-button, .rooms-detail-wrapper .room-calendar-wrapper .room-button {padding: 0;}


/*---------------------------------------------------------------------------*/
/*----------------------------- ENGINE CALENDAR -----------------------------*/
/*---------------------------------------------------------------------------*/


/* FIXING */

#ui-datepicker-div {z-index: 400 !important;}
body.modal-open #ui-datepicker-div {z-index: 1060 !important;}
.offers-detail-wrapper .calendar-legend-offer-day a {border: 0!important;}
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date._checkout-date a, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date a, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkout-date a, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkout-date a {border-radius: 0;}

/* wrapper in detail pages */
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline {
    padding: 10px;
}

/* months */
.ui-datepicker-multi .ui-datepicker-group {
    padding: 1px;
    -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-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, #noDispo .ui-datepicker td span, #noDispo .ui-datepicker td a {
    border:0!important;
    background: #F2F2F2!important;
    padding: 6px;
    text-align: center;
}

/* weekend (number) */
.ui-datepicker-week-end .ui-state-default, .ui-datepicker-week-end .ui-widget-content .ui-state-default, .ui-datepicker-week-end .ui-widget-header .ui-state-default {
    background: #AEAEAE !important
}

/* arrows */

.ui-widget-header .ui-icon, .ui-widget-content .ui-icon, .ui-icon, #main #noDispo .ui-widget-header .ui-icon {display: none!important;}
.ui-dialog-titlebar-close .ui-icon-closethick {display: block!important;}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border: 0!important;
    top: 50%!important;
    padding: .3em;
    text-decoration: none;
    width: auto!important;
    height: auto!important;
    line-height: 1;
    font-size: 1em;
    margin-top: -.8em;
}
.ui-datepicker .ui-datepicker-prev {left: 7px!important;}
.ui-datepicker .ui-datepicker-next {right: 7px!important;}

.ui-datepicker .ui-datepicker-next:after, .ui-datepicker .ui-datepicker-prev:after {
    color: #868686;
    cursor: pointer;
    font-family: 'mirai-icofonts';
    line-height: 1;
    font-size: inherit;
    display: block;
}

.ui-datepicker .ui-datepicker-prev:after {content: "\e966";}
.ui-datepicker .ui-datepicker-next:after {content: "\e967";}

/* 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: #3c3c3b!important;
    color: #fff!important;
}

/* offers 4 and rooms 5 templates */
.detail-services-dates {max-width: 800px;margin: 0 auto;}


/* ------------------------------ CHANGE THESE COLORS & BACKGROUNDS ------------------------------ */


/* selected and hover days */
.ui-datepicker-calendar ._selected-date span,
.ui-datepicker-calendar ._selected-date a,
.ui-datepicker-calendar ._checkin-date span,
.ui-datepicker-calendar ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._selected-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day a:hover,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkin-date._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._selected-date a,
.ui-datepicker td:hover a,
.all-calendar .ui-datepicker-calendar ._selected-date span,
.all-calendar .ui-datepicker-calendar ._selected-date a,
.all-calendar .ui-datepicker-calendar ._checkin-date span,
.all-calendar .ui-datepicker-calendar ._checkin-date a,
.all-calendar .ui-datepicker-calendar a:hover {
    background: #f4dbe8!important;
    color: #5d5d5d;
    font-weight: normal!important;
    text-decoration: none;
}

/* last selected day */
.ui-datepicker-calendar ._checkout-date span,
.ui-datepicker-calendar ._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkout-date a,
.all-calendar .ui-datepicker-calendar ._checkout-date span,
.all-calendar .ui-datepicker-calendar ._checkout-date a {
    background: #8f0349!important;
    color: #FFF;
    font-weight: normal!important;
    text-decoration: none;
}

/* hover arrows (engine, details and no dispo calendars) */
.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover:after, .ui-datepicker .ui-datepicker-next.ui-state-hover:after {
    background: transparent!important;
    color: #000;
}

/* ----------------------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------*/
/*------------------------------ STRUCTURE ----------------------------------*/
/*---------------------------------------------------------------------------*/


#header .content, #main .content, #footer .content {position: relative}

/* HEADER */

#header {}

#header .content {}

/* absolute header (over image) */
/* descomenta esta seccion para poner tu header sobre la imagen de fondo, y borra la de static header inmediatamente debajo */

#header {
    position: absolute;
    width: 100%;
    z-index: 2;
    top:30px;
}

#main {z-index: unset;position:relative}
#footer {z-index: 0;}
.bookingstep1 #header, .bookingstep1 #main, .bookingstep1 #footer {position: static;z-index: auto;}
body.modal-open #main {position: static;}
#pre-header, #header .affix-wrapper {position: relative;}

#header .qts-lang-menu {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#header .qts-lang-menu option {
    background: #fff;
    color: #000;
}

#header .affix-wrapper > .affix, #header .affix-wrapper > .ex-affix, .bookingstep1 #header {
}

#header .bg-gradient {
    width: 100%;
    height: 150%;
    position: absolute;
}

.not_found #main {
    padding-top: 200px;
}

.affix #logo {background: rgba(46, 45, 44, 1);}

#header .affix > .container {
}

.modal-engine-wrapper.affix {
    -webkit-align-self: center; /* Safari 7.0+ */
    -ms-flex-item-align: center;
        align-self: center;
}

/* static header row */
/* si se usa borrar del header el primer div (.bg-gradient) */

#pre-header, #header .qts-lang-menu, #header .qts-lang-menu option {
    background-color: transparent;
}

#header .affix-wrapper, #header .affix-wrapper > .affix, #header .affix-wrapper > .ex-affix {
}

/* ------- */

#pre-header {
    padding: 5px 0;
}

#pre-header * {
    color: #fff;
    vertical-align: middle;
}

#pre-header > .container > * {
    display: inline-block;
}

.contact-header {
    font-size: 12px;
    margin-right: 20px;
}

.contact-header > li {
    display: table-cell;
    padding: 0 20px;
    position: relative;
}

.contact-header > li:before {
    content: '';
    border-left: 1px solid #fff;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 0;
}

.contact-header > li:first-child {
    padding-left: 0;
}

.contact-header > li:first-child:before {
    display: none;
}

.contact-header i {
    display: inline-block;
    margin-right: 7px;
}

#pre-header .socialmedia a:before {
    background-color: transparent;
    font-size: 14px;
    padding: 2px;
}

#pre-header .socialmedia li {
    padding: 0 3px;
}

#header .affix-wrapper {
    padding: 10px 0;
}

#header .affix-wrapper > div > .container {
    padding: 10px 0;
}

#header .affix-wrapper > .affix {
}

#header #navigationweb {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* booking modal button */

/*#header .booking-modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
*/
#header .modal-engine-wrapper.affix, #header .modal-engine-wrapper.ex-affix {position: static!important;z-index: initial!important;width: auto;}
/*
#header .modal-engine-wrapper.affix .booking-modal, #header .modal-engine-wrapper.ex-affix .booking-modal {
    visibility: visible;
    opacity: 1;
}
*/
/* Quitar si no quieres el menu pegado a la derecha */

#header .modal-engine-wrapper {
    overflow: hidden;
    margin-left: 0;
    width: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#header .modal-engine-wrapper.affix, #header .modal-engine-wrapper.ex-affix {
    width: auto;
    margin-right: 30px;
    opacity: 1;
}

/* booking link for mobile */
.booking-link {display: none!important;}

/* logo */

#logo {
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    z-index: 1;
}
/*
.loading #logo {
    transform: scale(1.3);
}
*/
#logo {
    background: #2e2d2c;
    border-radius:  100%;
    padding: 18px;
    height: 60px;
    width: 60px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
}

#logo:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: solid 2px #2e2d2c;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 0 0 0px #2e2d2c;
            box-shadow: 0 0 0 0px #2e2d2c;
    z-index: -1;
}
.affix #logo:before, .loading #logo:before {
  -webkit-box-shadow: 0 0 0 100vw rgba(46, 45, 44, 0.8);
          box-shadow: 0 0 0 100vw rgba(46, 45, 44, 0.8);
  border: solid 2px rgba(46, 45, 44, 0.8);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading #logo:before {
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
  -webkit-box-shadow: 0 0 0 200vw rgba(46, 45, 44, 1);
          box-shadow: 0 0 0 200vw rgba(46, 45, 44, 1);
  border: solid 2px rgba(46, 45, 44, 1);
}


.cat-home #logo:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid 2px;
    height: 96px;
    width: 96px;
    border-radius: 100px;
    z-index: -1;
    border-color: #ffffff #ffffff #ffffff rgba(255, 255, 255, 0);
    background-color: #2e2d2c;
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
            transform: rotate(360deg) translate(-50%, -50%);
    -webkit-transform-origin: left top;
            transform-origin: left top;
}
.load #logo:after {
    /*transition: all .5s ease;*/
}
.loading #logo:after {
  -webkit-transform: rotate(0) translate(-50%, -50%);
          transform: rotate(0) translate(-50%, -50%);
  -webkit-transition: all 2.5s ease !important;
  transition: all 2.5s ease !important;
}
.load #logo:after {
  opacity: 0;
}

#logo a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid 2px;
    height: 102px;
    width: 102px;
    border-radius: 100px;
    z-index: -1;
    background-color: #2e2d2c;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -5;
}
.load #logo a:after {
  opacity: 0;
}
.menu-open  #logo:before {
  -webkit-box-shadow: 0 0 0 200vw rgba(46, 45, 44, 0.97);
          box-shadow: 0 0 0 200vw rgba(46, 45, 44, 0.97);
  border: solid 2px rgba(46, 45, 44, 0.97);
}

.menu-open .modal-engine-wrapper {
  opacity: 0 !important;
  pointer-events: none;
}
.affix #logo:before {
    background: rgba(46, 45, 44, 0);;
}
#header .affix-wrapper > div {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
}

.menu-open #header .affix-wrapper > .affix-top {
    /*top: -40px;*/
}

.free-overflow #header .affix-wrapper > div, .loading #header .affix-wrapper > div {
  overflow: visible;
}


#logo img {
    width: 70px;
    max-width: none;
    position: relative;
    left: -5px;
    top: -7px;
}

/* qtranslate */

.widget_qtranslate {
    text-align: right;
    position: relative;
    padding-right: 20px;
    font-size: 14px;
}

.widget_qtranslate:after, #header .widget_qtranslate:before {
    content: "\e971";
    font-family: 'mirai-icofonts';
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    font-size: 9px;
    color: #fff;
}

#header .widget_qtranslate:before {
    content: '\e9a4';
    right: auto;
    left: 10px;
    font-size: 16px;
    margin-top: -8px;
    display: none;
}

.widget_qtranslate select {
    border: none;
    padding-right: 14px;
    line-height: 20px;
    height: auto;
}

.widget_qtranslate select option {
    padding: 6px 10px !important;
}

.widget_qtranslate ul {
    text-transform: uppercase;
    line-height: 1;
}

.widget_qtranslate ul li {
	float: left;
    border-right: 1px solid #fff;
    padding: 0 8px;
    margin: 0;
}

.widget_qtranslate ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.widget_qtranslate ul li a {display: block;}

#container .widget_qtranslate ul li.active a, #container .widget_qtranslate a:hover {
    color: #EF6772;
    text-decoration: none;
}

.widget_qtranslate ul li.active a {cursor: default;}

/* menu web */

ul#menu_web {
    text-transform: uppercase;
}

ul#menu_web > li {
    display: block;
    position: relative;
    font-size: 1.4em;
}

html[lang="ru"] ul#menu_web > li {
    font-size: 1.2em;
}

ul#menu_web > li:first-child {
    margin-left: 0;
}

ul#menu_web > li > a {
    position: relative;
    padding: 3px 0;
    color: #fff;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

ul#menu_web > li > a:hover, ul#menu_web > li.menu-item-has-children:hover > a, ul#menu_web > li.current-menu-item > a,
ul#menu_web > li.current-menu-ancestor > a, ul#menu_web > li.current-menu-parent > a, .newsletter-menu:hover {
    color: #d8d8d8;
    padding-left: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}

/* Menu wrapper */

#menu-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    display: none;
    opacity: 1;
    top: 116px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background 1s;
    transition: background 1s;
    height: calc(100vh - 116px);
    z-index: 1;
}

#menu-wrapper:focus {
    outline: none;
}

/* Hamburger Menu*/

.menu-hamburger-box {margin-top: 50px;}

/* Open menu */

.menu-open:not(.booking-mode) .hamburger span:nth-child(1) {
  top: 50%;
  right: 50%;
  left: 50%;
}
.menu-open:not(.booking-mode) .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open:not(.booking-mode) .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
.menu-open:not(.booking-mode) .hamburger span:nth-child(4) {
  top: 50%;
  right: 50%;
  left: 50%;
}
.open-dialog, .close-dialog {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  left: 130%;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hamburger-box {
  position: relative;
  float: right;
}
.hamburger-box:hover .open-dialog,
.menu-open .hamburger-box:hover .close-dialog {
  visibility: visible;
  opacity: 1;
  left: 120%;
  color: #fff;
}
.menu-open .hamburger-box:hover .open-dialog {
  visibility: hidden;
  opacity: 0;
  top: 70%;
}

/* underline hover and active */
/*ul#menu_web > li > a:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #000;
    border-color: inherit;
    bottom: 8px;
    left: 0;
    width: 0;
}*/

ul#menu_web > li > a:hover:before {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

ul#menu_web > li > a:hover:before, ul#menu_web > li.current-menu-item > a:before, ul#menu_web > li.current-menu-parent > a:before {
    width: 100%;
}

ul#menu_web li.menu-item-has-children > a:after {
    content: "\e96d";
    display: inline-block;
    font-family: 'mirai-icofonts';
    font-size: 0.4em;
    margin-left: 5px;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
}

/* pon a los elementos del menu que no tengan pagina propia la clase .menu-not-active */

ul#menu_web .menu-not-active > a {
    pointer-events: none;
    cursor: default;
}

ul#menu_web li.menu-not-active > ul > .duplicated-menu-item {
   display: none;
}

/* sub-menu */

ul#menu_web > li > ul.sub-menu {z-index: 800;}

ul#menu_web > li > ul.sub-menu {
    background: #222;
}

ul#menu_web > li > ul.sub-menu li > a {
    color: #fff;
    padding: 20px;
}

ul#menu_web > li ul.sub-menu li > a:hover, ul#menu_web > li ul.sub-menu li.current-menu-item > a {
    color: #b3a57e;
}

/* FOOTER */

/* hidden old contact row and widget translate */
.home #footer .content > address.address_phone, #footer .content > .widget_qtranslate {display: none!important;}

#footer {
    font-size: 14px;
}

#footer p {
    margin-bottom: 0!important;
}

.prefooter {
    background-color: #eee;
    padding: 30px 0;
}

.mainfooter {
    background-color: #fff;
}

.mainfooter .container {
    border-bottom: 2px solid #000;
    padding: 30px 0;
    position: relative;
    padding-top: 80px;
}

.mainfooter, .mainfooter a {
    color: #000;
}
.mainfooter {
    margin-top: 50px;
}
.mainfooter .container:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background-color: black;
    display: block;
    border-radius: 50px;
}

.mainfooter a:hover {
}

.postfooter {
    padding: 20px 0;
}

.featured-links a:hover {
    text-decoration:  none;
}

.featured-links i {
    display: inline-block;
    font-size: 9px;
}

.featured-links a:hover i {
    padding-left: 3px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* postfooter background (with mobile contact row in footer for responsive design) */
.postfooter, .home #footer .content address.address_phone, #footer .widget_qtranslate, #footer .widget_qtranslate select, #footer .widget_qtranslate select option {
    background-color: #fff;
}

.postfooter, .postfooter a, .home #footer .widget_qtranslate:after, #footer .widget_qtranslate, #footer .widget_qtranslate select {
    color: #000;
}

/* logos footer */

.logos {
    text-align: center;
}

.logos li {
    display: inline-block;
    margin-right: 20px;
}

.logos li:last-child {
    margin-right: 0;
}

/* Acta List */

.card h3 {
    font-weight:  bold;
    font-size:  22px;
    letter-spacing:  0.7px;
}

.card h3 a:hover {
    text-decoration:  none;
}

.card h3 i {
    display:  inline-block;
    font-size:  12px;
}

.card-body a {
    display:  block;
}

.card-body h3 {
    font-weight:  bold;
    margin-bottom:  7px;
}

.card-body a:hover {
    text-decoration:  none;
    color: #8f0349;
}

.in .card-body {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 20px 0;
    margin-top: 15px;
}

/* newsletter */

.newsletter > * {
    display: inline-block;
    vertical-align: middle;
}

.newsletter > div {
    padding: 0 10px 0 0;
}

.newsletter .mi-title2 {
    font-weight: bold;
    font-size: 1.4em;
}

.newsletter-menu {
    text-transform: uppercase;
    font-size: 1.4em;
}

.newsletter-modal {
    width: 750px;
    height: 500px;
    margin: -250px 0 0 -375px;
}

.newsletter-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
}

.newsletter-modal .modal-header {
    background: none;
    padding-top: 30px;
}

.newsletter-modal .modal-header .close {
    background: none;
    color: #000;
}

.newsletter-modal .common-form form > div {
    padding: 5px 0;
}

.newsletter-modal .modal-body {
    padding-top: 0;
    overflow: hidden;
}

.common-form label {
    font-size: 0.9em;
    padding-bottom: 2px;
}

.newsletter-modal .common-form form {
    padding: 0;
}

.newsletter-modal .wpcf7 .wpcf7-form input.wpcf7-submit {
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.news-box {
    background: #3C3C3B;
    color: #fff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin-left: 20px;
}

.newsletter-subt {
    text-align: center;
    position: relative;
    padding-top: 12px;
    margin-top: 0px;
    max-width: 80%;
}

.newsletter-subt:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #a51b5b;
    width: 84%;
    left: 8%;
    top: 0;
}

.newsletter-modal .common-form input[type="text"], .newsletter-modal .common-form input[type="email"], .newsletter-modal .common-form textarea, .newsletter-modal .common-form select {
    border: 0;
    border-bottom: 2px solid;
}

.newsletter-modal .common-form div.wpcf7-response-output {
    margin: 0;
    font-size: 13px;
    padding: 5px !important;
}

html[lang="ru"] .news-box .mi-title3 {
    font-size: 1.3em;
    text-align: center;
}

html[lang="ru"]  .newsletter-subt,
html[lang="de"]  .newsletter-subt{
    font-size: 16px;
}

/* footer titles */

.hotelschema .name, #footer .mi-title {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px!important;
	/*font-family: 'Playfair Display', serif;*/
}

.hotelschema .name {
	margin-bottom: 0 !important;
    text-transform: inherit;
}

.mainfooter h3 {
    font-weight: bold;
    text-transform:  uppercase;
    font-size:  18px;
    letter-spacing:  0.5px;
    margin-bottom:  20px;
}

.mi-be-square .mi-be-promo-field {
    margin-top: 0px !important;
}

/* hotelschema - vcard */

.hotelschema {
    line-height: 1.5em;
    letter-spacing: 0.4px;
}

.hotelschema .phone-label, .hotelschema .fax-label {
    display: none;
}

.hotelschema .tel:before, .hotelschema .fax:before, .hotelschema .mail:before {
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
    font-family: 'mirai-icofonts';
    display: none;
}

.hotelschema .tel:before {content: '\e9b3';}
.hotelschema .fax:before {content: '\e9bd';}
.hotelschema .mail:before {content: '\e9bf';}

/* featured links */

.featured-links li, .featured-links .menu li {
    display: block;
    margin-bottom: 7px;
}

/* social media */

#footer .socialmedia a:before {
    background-color: #000;
    border-radius: 100%;
    font-weight: normal;
    font-size: 15px;
    padding: 7px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#footer .socialmedia a:before, #footer .socialmedia a:hover:before {
    color: #fff;
}

#footer .socialmedia a:hover:before {
    background: #555;
}

#footer .socialmedia a {
    margin-right: 10px;
    margin-bottom: 10px;
}

.register-n {
    font-weight: bold;
    margin-top:  15px;
}

.acta-links {
    font-weight: bold;
    font-size:  17px;
}


/* logo footer */

.logo-footer {
    text-align: center;
    padding-top: 50px;
}

/* menu postfooter (legal and contact) */

.postfooter .menu li {
    padding-left: 15px;
}

.postfooter .menu li:first-child {
    padding-left: 0;
}

/* view/cancel link */

.icon-lock {
    background: none;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
}

a.tracking-link {
}

/* developed by mirai */

#developed-wrapper a {
    text-transform: lowercase;
    color: #000;
    font-weight: bold;
}

/* MAIN ELEMENTS */

#content-header.full-screen-container {min-height: 270px;} /* for shortest screens */

#content-header {
    position: relative;
}

#content-header > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 400px;
    min-height: 450px;
}

.engine-wrapper {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

/* Advantages row */

.advantages-row .mi-title span, .advantages-row li span {
    display: block;
}

.advantages-row .mi-title span:first-child {
    font-size: 30px;
    text-transform: uppercase;
}

.advantages-row li span:first-of-type {
    text-transform: uppercase;
}

.advantages-row .mi-title {
    position: relative;
    padding-right: 50px;
    text-align: center;
}

.advantages-row ul {
    display: table;
}

.advantages-row li  {
    position: relative;
    padding-left: 50px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.advantages-row li i, .advantages-row .mi-title i {
    display: block;
}

.advantages-row li i, .advantages-row .mi-title i {
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -15px; /* poner la mitad del font-size */
    left: 10px;
}

.advantages-row .mi-title i {
    left: auto;
    right: 5px;
}

/* small screens */
@media (min-width: 768px) and (max-width: 979px) {
    .advantages-row li  {
        padding: 0;
        text-align: center;
        vertical-align: top;
    }
    .advantages-row li i {
        position: static;
        display: block;
        padding-bottom: 10px;
        font-size: 40px;
        margin-top: 0;
    }
    .advantages-row .mi-title {
        padding: 20px 0 0;
    }
    .advantages-row .mi-title i {
        display: none;
    }
}

/* icons list */

.icons-list i {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
    color: #EF6772;
}

.icons-list li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* section swiper embed in container (without background) */

.section-container-swiper .swiper-pagination:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #979797;
}

.section-container-swiper .swiper-pagination-bullet:after {
    width: 0;
    height: auto;
    margin: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    border: 0;
    border-bottom: 5px solid;
}

.section-container-swiper .swiper-pagination-bullet:hover:after, .section-container-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 100%;
}

.section-container-swiper .pagination-wrapper {
    margin-bottom: 60px;
    font-size: 36px;
    position: static;
}

.section-container-swiper span.swiper-pagination-bullet {
    margin-left: 50px;
    padding: 0 10px 20px;
}

.section-container-swiper .swiper-slide {
    padding-left: 70px;
    padding-right: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.section-container-swiper .swiper-button-prev, .section-container-swiper .swiper-button-next {
    border: 1px solid rgba(53, 53, 53, 0.55);
}


/*---------------------------------------------------------------------------*/
/*--------------------------------- PAGES -----------------------------------*/
/*---------------------------------------------------------------------------*/


/* HOME */

/* Advantages */

.adv-bg {
	background: #3C3C3B;
}

.adv-icon li i {
    display:  block;
    font-size:  56px;
}

.adv-bg p {
    font-size: 14px;
    margin-bottom: 0;
    padding:7% 4%;
}

.photo-box, .logo-box {
    margin: 0 5px 10px 5px;
}

.photo-box:hover {
    text-decoration:  none;
}

.photo-box:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
.photo-box .mi-title4 {
    font-size: 18px;
    font-weight: bold;
}

.photo-box .mi-title3 {
    font-weight: lighter;
    font-size: 20px;
}

.photo-box {
    overflow: hidden;
}
.photo-box img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.text-box {
    padding: 30px 6% 35%;
}

.logo-box {
	min-height: 180px;
    border: 1px solid #000;
    overflow: hidden;
}

.picture-wrapper video {
     width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.home #content-header .picture-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.image-mobile {
   display: none;
}


/* Tripadvisor logos*/
.cdsROW.narrow {
    margin: 0 auto;
}

.cdsROW.narrow, #CDSWIDCOE {
    width: 136px !Important;
    border: none!important;
    padding: 0 0 0 14px!important;
}

.cdsROW.narrow .cdsLocName a, #CDSWIDCOE.widCOE .widCOETitle, #CDSWIDCOE.widCOE .widCOEDate .widCOEDateText {
    font-size:  18px !Important;
    text-decoration:  none !Important;
}

.cdsROW .logo img {
    max-width: 100% !Important;
    width: 185px !Important;
}

.cdsROW .cdsRating {
    font-size:  15px !Important;
    margin-top:  10px !Important;
}

.cdsROW .cdsRating .ui_bubble_rating {
    font-size:  16px !Important;
    margin-bottom:  10px !Important;
}
.cdsROW.narrow .cdsLocName a {
    cursor: inherit;
}

.cdsROW.narrow .logo a {
    cursor: inherit;
}

#logos-pre * {
    pointer-events: none;
    cursor: default;
    z-index: 0;
}

#CDSWIDCOE.widCOE {
    border: none !important;
}

/* Main title Home */

.engine-box a, .main-title a {
    text-decoration:  underline;
    -webkit-transition:  all 0.2s linear;
    transition:  all 0.2s linear;
}

.engine-box a:hover, .main-title a:hover {
    color: #cd88aa;
}

/* go to anchor */

#content-header .go-to-anchor {
    display: inline-block;
    color: #FFFFFF!important;
    text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

#content-header .go-to-anchor:hover {
    text-decoration: none;
}

#content-header .go-to-anchor i {
    display: block;
    padding: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 30px;
    line-height: 1;
}

#content-header .go-to-anchor:hover i {
    padding: 17px 10px 3px;
}

/* offers mashup */

.offers-mashup {max-width: 100%;}
.offers-mashup dl dd, .offers-mashup dl span {display: block;}
#carousel-no-pictures-offers {padding: 100px 0px;}

.offers-mashup dl dt, .offers-mashup dl span, .offers-mashup dd {
    min-height: 2em;
}

.offers-slide .slide .no-offers {
   padding: 20px 15px;
   font-size: 30px;
   max-width: 600px;
   margin: 0 auto;
}

.offers-slide .slide .no-offers:before {
	font-family: 'mirai-icofonts';
    content: '\ea75';
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.starter-offers .offers-mashup .more-info-link {
    margin-top: 50px;
}

.starter-offers .offers-mashup dl dt {
    margin-bottom: 30px;
}

.starter-offers .offers-mashup .carousel-inner {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* service list */

.service-list li {
    float: left;
    width: 16.666667%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (max-width: 768px) {
    .service-list li {width: 100%;}
}

@media (max-width: 979px) {
    .service-list li {width: 25%;}
}

.ie8 .service-list li, .ie9 .service-list li {
    display: inline-table!important;
    float: none;
}

/*ROOMS & OFFER DETAILS*/

.cat-room-detail #header, .cat-offer-detail #header {
    position:  relative;
    top: 0;
    background: #1e1d1e;
}

.cat-room-detail #logo, .cat-offer-detail #logo {
    /*max-width: 100px;
    height: 84px;
    overflow: hidden;
    background: none;
    border-radius: 0;
    padding: 0;*/
}

.cat-room-detail .go-to-offers {
    display:none!important;
}

.back, .rooms-detail-wrapper h2, .rooms-detail-wrapper h2, .offer-detail-wrapper a {
    float: left;
    margin: 0 0 35px;
    background: #575757;
    padding: 27px 0;
    min-height: 27px;
    color:  #fff;
    line-height: 25px;
}

.cat-room-detail .back {
    width: 33%;
}

.offer .offer-box, .offers-detail-wrapper .offer-features-wrapper .offer-boxes-wrapper .offer-box.main-box {
    color: #a51b5b;
}

.cat-offer-detail .back {width: 100%;}

.offers-detail-wrapper {padding-top: 0;}

.rooms-detail-wrapper h2 {
    width: 67%;
    text-align:  left;
    text-transform:  inherit;
    font-size:  36px;
}

.rooms-detail-wrapper .room {
    margin-top:  0;
}

.cat-room-detail .back a, .cat-offer-detail .back a  {
    color: #fff;
    text-decoration:  none;
    font-weight:  bold;
    font-size:  17px;
}

.offers-detail-wrapper .offer-calendar-wrapper .offer-calendar-title, .rooms-detail-wrapper .room-calendar-wrapper .room-calendar-title {
    font-size:  3em;
    text-transform:  unset;
}

.bookingstep1 #mirai_roomSelectionContainer #noDispo .price1:hover .ui-state-default, .bookingstep1 #mirai_roomSelectionContainer #noDispo .ui-widget-content .price1:hover .ui-state-default, .bookingstep1 #mirai_roomSelectionContainer #noDispo .price1 .ui-state-default, .bookingstep1 #mirai_roomSelectionContainer #noDispo .ui-widget-content .price1 .ui-state-default, .bookingstep1 #mirai_roomSelectionContainer #noDispo .ui-widget-content .price1 .ui-state-hover, .bookingstep1 #mirai_roomSelectionContainer #noDispo #legend .price1, .offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day a {
    background: #90C137!important;
    border: 0!important;
    color: #fff;
}
.rooms-detail-wrapper .room-box-extras{background:#eae9e9;padding:36px;margin-top:48px}
.rooms-detail-wrapper .room-box-extras div+div{padding-top:36px}
.rooms-detail-wrapper .room-box-extras div ul{margin:0;display:flex;flex-wrap:wrap;border-bottom:1px dashed #ccc;box-sizing:border-box;overflow:hidden}
.rooms-detail-wrapper .room-box-extras div ul li{width:33%;text-align:center;padding:12px;box-sizing:border-box;border-bottom:1px dashed #ccc;margin:0 0 -1px}
.rooms-detail-wrapper .room-box-extras div ul li:only-child{width:100%}
.rooms-detail-wrapper .room-box-extras div{width:100%}

rooms-detail-wrapper .room-box-extras div ul li {
    width: 33%;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    margin: 0 0 -1px;
}

/* LOCATION */

#coords label, #coords li {
    display:  inline-block;
    font-size: 17px;
}

#coords li {
    margin-right:  15px;
    margin-left:  15px;
}

#coords p {
    font-weight: bold;
}

#coords p span {
    font-weight:  normal;
}

.context-box {
    width: 23%;
}

.context-box h3, #booking-tips h3 {
    font-weight: bold;
    text-align:  center;
    text-transform: uppercase;
}

.context-box h3 span {
    display:  block;
    font-weight:  normal;
    font-family:  'Open Sans', 'sans-serif';
    font-size:  14px;
}

#context .mi-title2, #transport .mi-title2 {
    text-transform:  initial;
}

#transport i {
    display:  inline-block;
    font-size: 40px;
    vertical-align:  top;
    padding-right:  12px;
}

#transport h3, #data-contact .mi-title2 {
    font-weight:  bold;
    text-transform:  uppercase;
    font-size:  20px;
}

.transport-text p {
    margin-bottom:  0;
}

.transport-text p:nth-of-type(1) {
    font-weight:  bold;
}

.border-b.transport-text p:nth-of-type(2) {
    padding-bottom:  25px;
}

.border-b {
	border-bottom: 1px solid #000;
}

.title-line:before {
    content:  "";
    border-top: 1px solid #000;
    position:  absolute;
    top: 30px;
    left:  0;
}

.title-line:after {
    content: "";
    border-top: 1px solid #000;
    position: absolute;
    top: 30px;
    right: 0;
}

#context .title-line:after, #context .title-line:before {
	width: 20%;
}

#transport .title-line:after, #transport .title-line:before {
	width: 27%;
}

#context .title-line h2 {
    width: 60%;
    margin: auto;
}

#transport .title-line h2 {
    width: 46%;
    margin: auto;
}

/* ROOMS */

.rooms-listing-wrapper .container>h2 {
    display:  none;
}

.room-box {
    background: #e8e8e8;
}

.room-box .room-detail .room-description .more-info {
    display:  block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color:  #000;
    text-decoration:  none;
    font-weight:  bold;
    margin-top:  20px;
}

.room-box .room-detail h3 {
    margin-bottom:  20px !important;
}

.room-box .room-detail h3 a {
    color: #000 !important;
}

.room-box .room-detail ul {
    bottom: 25px;
    width: 42%;
}

.cat-room-detail #main {
    -webkit-box-shadow: inset 0 81px #575757;
            box-shadow: inset 0 81px #575757;
}

.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline {
    border: none;
}
.room-box .room-detail .room-description .more-info {
    font-size: 1.2em;
    box-shadow: 0 2px 0 -1px rgba(0,0,0,.32);
    text-transform: uppercase;
}

.rooms-listing-wrapper > .container p:nth-child(1), .rooms-listing-wrapper > .container p:nth-child(2) {
    font-size:  3em;
}

.rooms-listing-wrapper .common-services {
	padding: 25px 100px;
    background: #eae9e9;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}


.rooms-listing-wrapper .common-services li {
    flex: 0 1 300px;
    padding-bottom: 0;
    list-style: none;
    text-align: left;
    font-size: 1em;
}

.check-list li:before, .rooms-listing-wrapper .common-services li::before {
    color: #bd0000;
    content: '\e983';
    vertical-align: baseline;
}

.check-list li:before, .bullet-list li:before, .rooms-listing-wrapper .common-services li::before {
    font-family: 'mirai-icofonts';
    display: inline-block;
    font-size: 12px;
    text-indent: -24px;
}


/* SERVICES */

.service-idv {
    margin-bottom:  29px;
}

.service-idv li, #min-price ul li, #legal-notice li {
    margin-left:  20px;
    list-style-type:  disc;
    margin-bottom:  10px;
}

ol li {
    list-style-type:  decimal;
}

ol {
    margin-left:  30px;
}

#min-price p {
  font-weight: 400;

}

/* CONTACT */
.contact-frame {
    max-width: 700px;
    margin: auto;
    text-align:  center;
}

#data-contact input, #data-contact textarea {
    width: 300px;
    border: 1px solid #575757;
    margin-top: 10px;
}

#data-contact input.wpcf7-submit {
    width: auto;
    display: block;
    padding: 0px 50px;
    margin-left: 5.5%;
}

#data-contact label {
    text-align:  left;
    font-weight:  bold;
    font-size:  16px;
    margin-bottom:  7px;
    width: 90%;
    margin: auto;
}

#data-contact textarea {
    height:  130px;
}

#data-contact input {
    height: 36px;
}

.recaptcha {
    margin-top:  4px;
    margin-bottom:  10px;
}

.accept-privacity input {
    width: 15px !important;
}

.acceptance-box {
    width: 315px;
    margin: auto;
    text-align:  left;
    font-size:  15px;
}

/* VENTAJAS */

#adv-box .photo-box {
    border: 1px solid #000;
}

#adv-box p, #adv-box a {
    color: #868686;
    font-size:  15px;
}

#adv-box a {
    text-decoration:  underline;
}

#adv-box a:hover {
    color: #8f0349;
}

#adv-box .icono-box i {
    display:  block;
    font-size: 4.5em;
}

.icono-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#adv-box .photo-box:hover img {
    -webkit-filter:  none;
            filter:  none;
}

/* OFFERS & ROOMS TEMPLATES */


.rooms-detail-wrapper .room-box-offers {
    display:  none; /*No tiene ofertas la web, en caso de tenerlas quitar el display none*/
}
body.cat-rooms .rooms-listing-wrapper, body.cat-room-detail .rooms-detail-wrapper, body.cat-offers .offers-listing-wrapper, body.cat-offer-detail .offers-detail-wrapper {font-size: 14px;}
/* align text center when no offers */
.offers-listing-wrapper.no-offers {text-align: center;}
#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:#000;}

.offers-listing-wrapper {
    padding: 80px 20px;
}

.offers-listing-wrapper .offers-listing {padding-top: 40px;}

/* template 2 offers & rooms */

.room-box .room-detail .price-box .min-price span, .rooms-detail-wrapper .room-box-image .room-box-detail .box-price span {margin: 0;}

.room-box .room-detail .price-box .min-price, .rooms-detail-wrapper .room-box-image .room-box-detail .box-price {
    background-color: #8f0349;
    height: auto;
}

.offer .offer-deco {
    background-color: #EF6772;
}

.offers-listing-wrapper.offers-listing-2 .offer .offer-intro, .offers-listing-wrapper.offers-listing-2 .offer .offer-date-range, .offers-detail-wrapper.offers-listing-2 .offer-info-wrapper {
    background-color: #8e6061;
}

.offer .offer-box, .offers-detail-wrapper .offer-features-wrapper .offer-boxes-wrapper .offer-box.main-box {
    color: #a51b5b;
}

/* template 5 offers - gradient boxes */

/*.offers-listing .offer .offer-link-5, .offers-detail-wrapper.offer-detail-5 .offer-wrapper {
    background: #006863;
}*/

/* cada 3 cajas cambia ligeramente el tono del background */
.offers-listing .offer:nth-child(6n+4) .offer-link-5,
.offers-listing .offer:nth-child(6n+5) .offer-link-5,
.offers-listing .offer:nth-child(6n+6) .offer-link-5 {
    /* background: #ca9b4c; */  /*descomenta esta linea y borra las dos inferiores si quieres un color totalmente diferente*/
    -webkit-filter: hue-rotate(145deg) saturate(1.3);
    filter: hue-rotate(145deg) saturate(1.3);
}

/* COOKIES */

div#cookies-wrapper-content {
    padding: 80px 0;
}

#cookies-wrapper-content ul {
    overflow: hidden;
    padding: 20px 0;
}

#cookies-wrapper-content ul li {
    float: left;
    margin-bottom: 14px;
    width: 33%;
}

#cookies-wrapper-content h1, #cookies-wrapper-content h2 {
    margin: 20px 0;
}

/* LEGAL */

/* REVIEWS */

#cuadroOpiniones {
    padding: 40px 0 100px;
}

#cuadroOpiniones p {
    margin-bottom: 0!important;
}

#cuadroOpiniones .paging {
    padding: 20px 0;
}

#cuadroOpiniones .paging span a {
    border: none;
    background: none;
}

#cuadroOpiniones .paging span.current a, #cuadroOpiniones .paging span.current a:hover, #cuadroOpiniones .paging span.current a, #cuadroOpiniones .paging span.current a:hover {
    font-size: inherit;
    cursor: default;
}

#cuadroOpiniones div.hssurveys_full {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#cuadroOpiniones div.hssurveys_full > div.hssurveys_full {
    padding: 0;
}

#cuadroOpiniones div.hssurveys_full > div.hssurveys_full > div {
    margin-bottom: 50px;
    background: #f3f3f3;
    padding: 30px;
}

#cuadroOpiniones div.hssurveys_full div.note, #cuadroOpiniones div.hssurveys_full .comments {
    float: none;
    width: 100%;
}

#cuadroOpiniones div.hssurveys_full .comments {
    margin: 10px 0 0;
}

#cuadroOpiniones div.hssurveys_full div.note {
    background-image: none;
    font-size: 26px;
    height: auto;
    width: auto;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 45px;
    position: relative;
}

#cuadroOpiniones div.hssurveys_full div.note:before {
    content: '\ea44';
    font-size: 38px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    line-height: 1;
    left: 0;
    bottom: 0;
    font-family: 'mirai-icofonts';
    color: #888;
}

#cuadroOpiniones div.hssurveys_full .ratingBarUser {
    margin-top: 5px;
    margin-left: 0;
}

#cuadroOpiniones div.hssurveys_full .comments p.commentsPerson {
    font-size: 20px!important;
    font-weight: normal;
}

#cuadroOpiniones div.hssurveys_full .comments p.commentsPerson span.date {
    font-size: 14px;
    color: #8e8e8e;
}

div.hssurveys_full ul.questions li {
    padding: 0 0 10px;
}

div.hssurveys_full ul.questions li:last-child {
    padding: 0;
}

#cuadroOpiniones div.hssurveys_full ul.questions.like li p.question {
}

#cuadroOpiniones div.hssurveys_full ul.questions.like li .answer {
    width: auto;
    overflow: hidden;
}

#cuadroOpiniones div.hssurveys_full p.more {
    padding: 10px 0;
}

#cuadroOpiniones div.hssurveys_full p.more a {
    background: none;
    padding-right: 0;
    white-space: nowrap;
}

div.hssurveys_full p.more a:after {
    font-family: 'mirai-icofonts';
    content: '\e961';
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

div.hssurveys_full p.more a.opened:after {
    content: '\e964';
}

#cuadroOpiniones div.hssurveys_full ul.listSubject {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li span.subject, #cuadroOpiniones div.hssurveys_full ul.questions li p.question {
    display: block;
    float: none;
    width: 100%;
    font-weight: bold;
    text-align: left;
    padding: 0;
    line-height: normal;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li span.note {
    float: none;
    display: inline-block;
    background: none;
    font-size: 16px;
    margin-right: 0;
    color: #76a71d;
    width: auto;
    text-align: left;
    border-radius: 2px;
    height: auto;
    line-height: normal;
    padding: 2px 0;
}

#cuadroOpiniones .ratingBarSubject {
    float: none;
    display: inline-block;
    margin-left: 5px;
    display: none;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li .reviewcomment {
    width: auto;
    margin-left: 0;
    float: none;
    display: block;
    clear: both;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject.long li {
    padding: 0 0 30px;
}

#cuadroOpiniones div.hssurveys_full ul.questions {
    padding: 30px 0 0;
    margin: 00;
    border-top: 1px solid #ccc;
}

#cuadroOpiniones div.hssurveys_full ul.questions.like {
    padding: 0;
    margin: 10px 0 0;
    border-top: none;
}

.reviewsOn .questions li .yesText, .reviewsOn .questions li .noText {
    background: none;
    text-align: left;
    padding-left: 0!important;
    margin-left: 0!important;
    color: inherit!important;
    font-weight: normal!important;
    padding: 0!important;
}

#cuadroOpiniones div.hssurveys_full ul.questions li .answer {
    float: none;
    line-height: normal;
    margin-right: 0;
    width: auto;
}

#cuadroOpiniones div.hssurveys_full .ratingBarStar, #cuadroOpiniones div.hssurveys_full div.answer p {
    float: none;
    display: inline-block;
}

/* NOT FOUND - 404 */

.not_found .modal-engine-wrapper {display: none;}

.not_found #main {
    background: url('https://cdnwp0.mirai.com/images/bg-404.png') no-repeat center center transparent;
    margin-bottom: 0;
    min-height: 570px;
    text-align: center;
}

.not_found #main h2 {
    padding-top: 100px;
}

/* MODAL FIXED */

.modal-dialog {
    margin: 210px auto 0;
    top: 0;
    position: relative;
    max-width: 500px;
}

button.close {
    color: #fff;
    opacity: .8;
    background: #00000040;
    border-radius: 50%;
    padding: 18px;
    border: 0.5px solid #ffffff5e;
    margin-top: -15%;
}

.modal-dialog .mi-be-datepicker-select .DateRangePickerInput .DateInput {
    width: 7.5em;
}

.modal-dialog .mi-be .mi-be-book-btn {
    height: 2em;
    line-height:  2em;
}

/* BOOKINGSTEP */

/* borrar con el nuevo skeleton */
.bookingstep1 #header .content > *, .bookingstep1 #logo, .bookingstep1 ul#menu_web, .bookingstep1 #footer {display: block !important;}

/* para que los desplegables del motor queden por encima de los elementos del room selection */
.bookingstep1 #header {
    background: #3C3C3B;
}
.engine-wrapper-booking {
    padding: 10px 0;
    background: #ababab;
}

.bookingstep1.affix, .chain_results .affix,
.bookingstep1 .ex-affix, .chain_results .ex-affix {
    position: static!important;
}

.bookingstep1 .affix {position: static!important;}

.bookingstep1 #menu-wrapper {
    z-index:  4;
}

.bookingstep1 .affix-top #logo {
    background:  none;
    border-radius:  0;
    padding:  0;
}

.bookingstep1 .affix-top #logo img {
    margin:  0;
}

.bookingstep1 .mi-be {
    background: #969696;
    padding: 10px 0;
    width: 100%;
}

.bookingstep1 .engine-box .mi-be {
    background: none;
    padding: 0;
}

.bookingstep1 .hamburger {
    z-index:  4;
}

.mi-rs-gallery-mini .carousel.carousel-slider .control-arrow, .mi-rs-gallery-mini .mi-rs-gallery-full-btn, .mi-rs-gallery-mini .mi-rs-gallery-area, .mi-rs-gallery-mini .carousel .carousel-status {
    z-index: inherit;
}

.bookingstep1 .mi-be {
    float: none;
}

.bookingstep1 .widget_qtranslate {
    display: none;
}

.bookingstep1 .mi-rs-cart {
    z-index: 0;
}

.bookingstep1 .engine-box {
    display: none;
}

.bookingstep1 .menu-box {
    margin-left: 0;
    text-align: center;
}

.bookingstep1 .menu-box .mi-title2:after {
    width: 100%;
}

.bookingstep1 .menu-hamburger-box {-ms-flex-pack: center;-webkit-box-pack: center;-webkit-justify-content: center;justify-content: center;}

/*---------------------------------------------------------------------------*/
/*---------------------------------- 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;
}

/*------------------- SCROLL EFFECTS -------------------*/

#container {
 overflow-x: hidden;
 }

.cat-offer-detail #container {
 overflow-x: visible;
 }

.m-animate {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 -webkit-transition: 1s ease-in-out;
 transition: 1s ease-in-out;
 }

.m-animate.m-stop {
 opacity: 0;
}
.m-animate.m-stop[data-custom="left"] {
 -webkit-transform: translateX(-50px);
 transform: translateX(-50px);
 }

.m-animate.m-stop[data-custom="right"] {
 -webkit-transform: translateX(50px);
 transform: translateX(50px);
 }

.m-animate.m-stop[data-custom="bottom"] {
 -webkit-transform: translateY(25px);
 transform: translateY(25px);
 }

/*---------------------------------------------------------------------------*/
/*------------------------------- IMPROVEMENTS ------------------------------*/
/*---------------------------------------------------------------------------*/

.fullpage, .fullpage .header-carousel, .fullpage .header-carousel * {
  width: 100vw;
  height: 100vh;
}

.header-carousel .carousel-cell img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 5s all .5s linear;
    transition: 5s all .5s linear;
}

.header-carousel .is-selected img {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
}

#header .affix-wrapper > .affix {
    position: fixed;
}

.call-promo {
    display: none;
    position: absolute;
    top: 0px;
    right: -2px;
    left: -2px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #ffd600;
    color: #232323;
    font-size: 13px;
    padding: 5px;
    /* font-weight: bold; */
    text-transform: initial;
    text-align: center;
}

#menu-wrapper .call-promo {
    right: 0px;
    left: 0px;
    text-decoration: none;
}

.mi-be-promo-field .call-promo{
    display: block !important;
}
.call-promo:hover {
    text-decoration: underline;
    color: #232323;
}

.call-promo:before {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid gold;
}

.call-promo span {
    font-weight: bold;
}

.mi-ico-code:before {
    content: "\ea7a";
    font-family: 'mirai-icofonts' !important;
}

.mi-ico-calendar:before{
    content: "\e9e0";
    font-family: 'mirai-icofonts' !important;
}

.load #logo {
    z-index: 1 !important;
}
.wrapper-modal-menu {
    z-index: 2 !important;
}
.adv-carousel .carousel-cell {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.adv-carousel .carousel-cell img {
    margin-right: 12px;
}

.adv-bg .sub.title {
    font-size: 18px;
}
.adv-bg i {
    float: left;
    display: block;
    font-size: 38px;
    padding-right: 20px;
}

.adv-carousel .flickity-prev-next-button {
    background: none;
}

.adv-carousel .flickity-prev-next-button path {
   fill: white;
}

.adv-bg .mi-title2 {
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 30px;
    text-transform: capitalize;
}
.only-text-title.mi-title2 span {
    font-weight: bold;
}
.only-text-title.mi-title3 span {
    font-weight: bold;
}

.gallery-section {
    background-color: #2e2d2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gallery-carousel {
    height: 100%;
}
.gallery-section .col-md-3 {
    padding: 60px 50px;
}

.gallery-section .cam-icon {
    width: 75%;
}

.gallery-section .col-md-3 h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
}

.gallery-section .flickity-prev-next-button {
    background: none;
}

.header-insta {
    padding: 15px 50px;
    background-color: #2e2d2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
}

.header-insta i {
    font-size: 24px;
    color: #2e2d2c;
    background-color: white;
    border-radius: 100%;
    padding: 7px;
    margin-right: 10px;
}

.map-footer {
    height: 158px;
    float: left;
    border: 1px solid;
    margin-left: -1px;
}

.logo-footer {
    float: left;
    padding: 10px;
    border: solid 1px;
    height: 160px;
    width: 150px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logo-footer p {
    font-size: 11px;
    margin-top: 3px;
}

.logo-footer p span {
    font-weight: bold;
}

.mainfooter #logo {
    position: absolute;
    z-index: 9 !important;
    -webkit-transform: translate(60%, -50%);
            transform: translate(60%, -50%);
}

.logo-acta-footer {
    background-color: #2e2d2c;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #2e2d2c;
            box-shadow: 0 0 0 2px #2e2d2c;
    left: 30px;
}

.service-idv .phl {
    padding: 40px;
}

.service-idv .pbm {
    padding-bottom: 5px;
}

.service-idv .mi-title3 {
    font-weight: bold;
    font-size: 18px;
}

.service-idv .mi-title4 {
    font-size: 23px;
    font-weight: lighter;
    margin-bottom: 20px;
}

.service-idv {
    min-height: 350px;
}

.gallery-carousel .carousel-cell, .gallery-carousel .carousel-cell img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width:100%;
}

/*BLACKFRIDAY*/
.text-blackfriday {
background: #3c3c3bcc;
padding: 10px;
color: white;
border-radius: 15px;
width: 600px;
font-size: 16px;
}

body div .title-blackfriday *  {
color: #f4bc1b !important;
}

body div .title-blackfriday  {
color: #f4bc1b !important;
text-decoration: underline;
padding-right: 15px;
}

#booking-modal .sms-blackfriday {
justify-content: center;
display: flex;
text-align: center;
}

#booking-modal .container-blackfriday {
width: 335px;
}

/*FIN*/

.cancellaton {
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-cancellaton {
	text-transform: uppercase;
    font-weight: 700;
    color: #a51b5b;
    font-size: 23px;
    background: #fff;
    width: 1003px;
    text-align: center;
    margin-bottom: 0 !important;
    padding: 9px 0;
}

.txt-cancellaton-mobile {
	font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

/*----------------------------EVENTS-----------------------------------------------*/

.box-in.white-text {
    background: #3c3c3b;
}

thead.meeting-table-head i {
    font-size: 2.5em;
}

.table-wrapper th, .table-wrapper td {
    padding: 10px;
}

.table-wrapper table {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

/* AVISO CONTAMINACION COCHES FOOTER */

.footer-cars {
	display: flex;
    flex-direction: column;
    cursor: pointer;
}

.footer-cars i {
	font-size: 50px;
}

.footer-cars p {
	font-size: 14px;
}

a.footer-cars:hover {
    text-decoration: none;
}

/*--- covid ---*/
.banner-covid {
  position: absolute;
    top: 20%;
    width: 100%;
}

.banner-covid .service-idv {
    min-height: 320px;
}

.banner-covid .service-idv .phl {
    padding: 15px;
}

.container-covid {
  display: flex;
    justify-content: center;
}

.img-covid {
    width: 340px;
}

.txt-covid {
  max-width: 500px;
    border: 13px solid #fff;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.txt-covid a:hover {
    color: #000;
}

.txt-covid a:hover {
    color: #fff;
}

html[lang="es"] .img-covid,
html[lang="es"] .txt-covid {
    background: #f24957;
}

html[lang="en"] .img-covid,
html[lang="en"] .txt-covid {
    background: #f2b705;
}

html[lang="fr"] .img-covid,
html[lang="fr"] .txt-covid {
    background: #a0a603;
}

html[lang="ca"] .img-covid,
html[lang="ca"] .txt-covid {
    background: #f2b705;
}

html[lang="de"] .img-covid,
html[lang="de"] .txt-covid {
    background: #f28705;
}

html[lang="it"] .img-covid,
html[lang="it"] .txt-covid {
    background: #00b5b5;
}

html[lang="pt"] .img-covid,
html[lang="pt"] .txt-covid {
    background: #00b5b5;
}

@media (max-width: 769px) {
    .txt-covid {
        max-width: 400px;
        font-size: 17px;
        padding: 15px !important;
    }
}

@media (max-width: 676px) {
    .banner-covid {
      top: 10%;
  }
    
     .img-covid {
      display: flex;
      justify-content: center;
  }
    
    .img-covid img {
      width: 200px;
  }
    
    .txt-covid {
      font-size: 15px !important;
  }
    
    body.home .fullpage, .fullpage .header-carousel, .fullpage .header-carousel * {
      height: 100vh;
  }
}

/*fin*/

/* ------ Banner Safety ------*/

.circle-safety {
    background: rgba(165, 27, 91, 0.9);
    width: 200px;
    margin: 0 auto;
    border-radius: 150px;
    height: 200px;
    vertical-align: middle;
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.circle-safety .title1 {
    padding-top: 25px;
    font-weight: 600;
    font-size: 1.6em;
}
.circle-safety .title1 a {
    font-weight: 600;
    font-size: 1.6em;
}

.dashed-separator{
	border-top: 2px dashed #000;
	margin: 30px auto;
}

.dashed-separator.safe-logo{
	position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 100px auto -60px; 
	overflow: inherit;
}
.dashed-separator.safe-logo img{
    position: absolute;
    transform: translateY(-50%);
}

.safety-icons a{
	margin: 10px;
}

.protocol-list{
	padding: 20px 0 0 20px; 
}

.protocol-list li{
	list-style: disc;
}

.home-banner{
	position: absolute;
	top: 12vh;
	left: 50%;
	transform: translateX(-50%);
}

.home-banner *,
.home-banner a:hover{
	color: #fff !important;
}

.home-banner a{
	font-weight: 600;
}

.home-banner .title1{
	max-width: 150px;
	margin: 15px auto;
}

.doble-circle-first{
	position: absolute;
	top: 12vh;
	left: 50%;
	transform: translateX(-110%)
}

.doble-circle-second{
	transform: translateX(10%);
}

/*---------------------------------------------------------------------------*/
/*-------------------------------- MEDIA QUERYS -----------------------------*/
/*---------------------------------------------------------------------------*/


/* Large desktop */
@media (min-width: 1200px) {
	.logo-footer {
        width: 180px;
    }
}

/* XLarge desktop */
@media (min-width: 1920px) {
    /* biggers designs */
    /*.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1800px;
    }*/
}

@media (max-width: 1024px) {
    .mainfooter .col-md-3 {
        width: 33.33333%;
    }

    .med-none {
    	display: none;
    }
    
    .txt-cancellaton {
        width: 930px;
    }
}

/* Small screens like iPad Portrait */
@media (min-width: 768px) and (max-width: 979px) {

    body {
        font-size: 14px;
    }

    #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;
    }
    
    .cat-room-detail .back a, .cat-offer-detail .back a {font-size: 15px;}
    
    /* BLOG */
    .blog-wrapper {
        padding: 50px 30px;
    }
    .blog-sidebar .widget_search form input[type="text"] {
        width: auto;
        margin-bottom: 0;
    }

    .hidden-pad {display:none;}

    .logo-footer {
        width: 150px;
    }

    .adv-bg .container {
        text-align:  center;
        padding:  15px 10px;
    }

    #menu-wrapper {
        height: calc(100vh - 86px);
    }

    .menu-hamburger-box {
        margin-top:  250px;
    }

    /* Paddings */
    .ptl {padding-top: 50px;}
    .ptxl {padding-top: 90px;}
    .prl {padding-right: 50px;}
    .prxl {padding-right: 90px;}
    .pbl {padding-bottom: 50px;}
    .pbxl {padding-bottom: 90px;}
    .pll {padding-left: 50px;}
    .plxl {padding-left: 90px;}
    .phl {padding-right: 50px; padding-left: 50px;}
    .phxl {padding-right: 90px; padding-left: 90px;}
    .pvl {padding-top: 50px; padding-bottom: 50px;}
    .pvxl {padding-top: 90px; padding-bottom: 90px;}
    .pal {padding: 40px;}
    
    .txt-cancellaton {
    	width: 714px;
	}
}

/* Screen touch devices */
@media (min-device-width: 0) and (max-device-width: 1024px) {
    .featured-links li, .featured-links .menu li {
        padding: 4px 0;
        margin-bottom: 10px;
    }
}

@media (max-device-width: 767px) {
    .cat-room-detail #header, .cat-offer-detail #header {
    margin-bottom: 80px;
	}
    .logo-footer {
      	  height: auto;
    	  width: auto;
    }
    /* Instagram */
    #sb_instagram .sbi_photo {
   		width: 100%!important;
   		height:150px!important;
	}

	#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    	width: 50%;
	}
	#sb_instagram #sbi_images .sbi_item:last-child {
        width: 100%;
    }
    #acta-hotel-list a {
 	   margin: 15px 0;
	}
    ul#menu_aux1 li {
 	   margin: 8px 0;
	}
    .advantages .container.white-text.pts.pbs {
    	min-height: 450px;
	}

	.advantages .col-md-12.col-sm-12.col-xs-12.align-center > div {
  	  height: 160px;
	}
	
    .align-center-xs{
		text-align: center;
	}
 
	.doble-circle-first{
		transform: translateX(-50%)
	}

	.doble-circle-second{
		transform: translate(-50%, 220px);
	}
 
}

.modal-dialog .mi-title3{
    font-size: 3.8em;
    text-align: center;
    line-height: 0.9em;
    font-style: italic;
}

.modal-dialog .mi-title4{
    font-size: 1.5em;
    text-align: center;
}

.adv-bg .mi-title2{
	text-decoration: none;
}

.photo-box {
    height: 300px;
}

.gallery-slider-section{
	display: block;
}

.gallery-slider-section .cam-icon {
	height: 32px;
    width: auto;
}

.white-border:after{
    content: "";
    background-color: #fff;
    height: 2px;
    width: 150px;
    margin: 20px auto 0px;
    display: block;
}

.newsletter-subt{
	font-size: 0.8em;
}

/*------------------------------------------------------------------------------*/