/*
Theme Name: Dorisol-hotels-2020
Theme URI: dorisol.com
Description: Dorisol-hotels-2020
Template: mirai
Author: Mirai Espana
*/

/*---------------------------------------------------------------------------*/
/*--------------------------------- 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;
}

[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;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

/* ICONS */
i.icon-lock:before {
  font-family: 'mirai-icofonts';
  content: '\e990';
}

.back a:before, a.fwd-link:after,
#main .go-to-calendar:after, .rooms-detail-wrapper .detail-links li a:after {
  content: '\e966';
  font-family: 'mirai-icofonts';
  font-size: .85em;
  line-height: .85em;
  font-weight: normal;
  margin: 0 .5em;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* mete la clase .fwd-link a los enlaces que quieras meter una flecha hacia adelante */
a.fwd-link:after {
  content: '\e967';
}

a.fwd-link:hover:after {
  margin-left: 1em;
  margin-right: 0;
}

.back a:hover:before {
  margin-right: 1em;
  margin-left: 0;
}

/* GENERAL FONT STYLES */
body {
  font-size: 17px;
  line-height: normal;
}

body, .ui-datepicker-inline *, .wpcf7 input, #ui-datepicker-div {
  font-family: 'Lato', 'Open Sans', 'sans-serif';
  /* cambialo segun boceto */
}

/* normal links */
a, #cuadroOpiniones div.hssurveys_full .noLink, #cuadroOpiniones div.hssurveys_full .noLink a, #main .offer-detail-1 .go-to-calendar {
  color: #00a5b6;
}

a:hover, #cuadroOpiniones div.hssurveys_full .noLink:hover, #cuadroOpiniones div.hssurveys_full .noLink a:hover, #main .offer-detail-1 .go-to-calendar:hover {
  color: #008c97;
}

p {
  color: #000000;
  font-family: Lato;
  font-size: 1.1em;
  letter-spacing: 0.53px;
  line-height: 33px!important;
}

/* 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 {
  margin-bottom: 30px;
  display: block;
  color: #FFFFFF;
  font-family: Lato;
  font-size: 3.8em;
  font-weight: bold;
  letter-spacing: 0.27px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 3px 10px rgba(0, 0, 0, .8);
}

.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 {
  color: #000000;
  font-size: 2em;
  letter-spacing: 1.11px;
  line-height: 50px;
}

.mi-title2:after {
  border-bottom: 2px solid;
  height: 10px;
  width: 20px;
  content: '';
  display: inline-block;
  margin: 10px;
}

.align-center .mi-title2:after {
  display: block;
  margin:0 auto;
  border-bottom: 2px solid;
}

.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 {
  color: #000000;
  font-family: Lato;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.66px;
  line-height: 39px;
}

.mi-title4, .rooms-detail-wrapper h4, .offers-detail-wrapper h4 {
  font-size: 1.1em;
  /*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;
}

.mi-iata-content .mi-action .tab-content {
  overflow: visible;
}

.collapse {
  overflow: hidden;
}

dt, dd {
  line-height: 1;
}

.socialmedia ul li a:before {
  color: inherit;
  display: block;
  font-size: inherit;
  padding: 0;
  background: transparent;
}

/* ENGINE SELECTS, QTRANSLATE SELECT AND MULTIROOM BUTTON APPEARANCE RESET */
.widget_qtranslate select, .common-form select {
  border-radius: 0;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  margin-bottom: 0;
  font-size: inherit;

}

.widget_qtranslate select::-ms-expand, .common-form select::-ms-expand {
  display: none;
}

.widget_qtranslate select, .common-form select {
  width: auto;

}



/*---------------------------------------------------------------------------*/
/*--------------------------- GENERIC CLASSES -------------------------------*/
/*---------------------------------------------------------------------------*/
.relative {
  position: relative
}

.absolute {
  position: absolute
}

.absolute.full {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

.full-width {
  width: 100%
}

.full-height {
  height: 100%
}

.block {
  display: block
}

.inline-block {
  display: inline-block !important
}

.align-left {
  text-align: left
}

.align-center {
  text-align: center
}

.align-right {
  text-align: right
}

.vertical-align>* {
  vertical-align: middle
}

.overflow-h {
  overflow: hidden
}

.img-cover {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.center {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* FLEX RULES */
.flex.row:before, .flex.row:after, .flex.container:before, .flex.container:after {
  display: none;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* y axis */
.fx-align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.fx-align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

/* x axis */
.fx-justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: start;
}

.fx-justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.fx-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.fx-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* changing axes */
.fx-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* break line */
.fx-wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
}

/* LIST */
/* agrega las clases .bullet-list o .check-list a los ul segun precises */
.check-list li, .bullet-list li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
}

.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 */
.pa0 {
  padding: 0
}

.pts {
  padding-top: 20px;
}

.prs {
  padding-right: 20px;
}

.pbs {
  padding-bottom: 20px;
}

.pls {
  padding-left: 20px;
}

.phs {
  padding-right: 20px;
  padding-left: 20px;
}

.pvs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pas {
  padding: 20px;
}

.ptm {
  padding-top: 70px;
}

.prm {
  padding-right: 70px;
}

.pbm {
  padding-bottom: 70px;
}

.plm {
  padding-left: 70px;
}

.phm {
  padding-right: 70px;
  padding-left: 70px;
}

.pvm {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pam {
  padding: 70px;
}

.ptl {
  padding-top: 150px;
}

.prl {
  padding-right: 150px;
}

.pbl {
  padding-bottom: 150px;
}

.pll {
  padding-left: 150px;
}

.phl {
  padding-right: 150px;
  padding-left: 150px;
}

.pvl {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pal {
  padding: 150px;
}

.mts {
  margin-top: 20px;
}

.mrs {
  margin-right: 20px;
}

.mbs {
  margin-bottom: 20px;
}

.mls {
  margin-left: 20px;
}

.mhs {
  margin-right: 20px;
  margin-left: 20px;
}

.mvs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mas {
  margin: 20px;
}

.mtm {
  margin-top: 70px;
}

.mrm {
  margin-right: 70px;
}

.mbm {
  margin-bottom: 70px;
}

.mlm {
  margin-left: 70px;
}

.mhm {
  margin-right: 70px;
  margin-left: 70px;
}

.mvm {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mam {
  margin: 70px;
}

.mtl {
  margin-top: 150px;
}

.mrl {
  margin-right: 150px;
}

.mbl {
  margin-bottom: 150px;
}

.mll {
  margin-left: 150px;
}

.mhl {
  margin-right: 150px;
  margin-left: 150px;
}

.mvl {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mal {
  margin: 150px;
}

.ma0 {
  margin: 0
}

.m0auto {
  margin: 0 auto
}

/* BACKGROUNDS & COLORS */
.white-text, .white-text *, .white-text a:hover, .white-text .offers-mashup * {
  color: #fff;
}

.bg-black {
  background: #131313;
}

.bg-light {
  background: #e8f3f4;
}

.bg-dark-fill {
  background: rgba(0, 0, 0, .3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

.bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.55+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

/* borders */
.white-text *, .white-text {
  border-color: #fff;
}

/*---------------------------------------------------------------------------*/
/*--------------------------- COMMON ELEMENTS -------------------------------*/
/*---------------------------------------------------------------------------*/
/* CAROUSEL CONTROLS (bootstrap & swiper ) */
.carousel-control, .flickity-prev-next-button {
  box-shadow: none !important;
  /*fixing flikity focus */
  height: auto;
  line-height: 1;
  font-size: 35px;
  width: 35px;
  /* firefox fixing - mismo que font-size */
  margin: 0;
  /* bootstrap fix */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: none;
  /* fixing both */
  background: #fff;
  color: #000 !important;
  padding: 11px;
  opacity: .6;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.carousel-control {
  text-indent: -99999px;
  text-shadow: none;
}

.carousel-control, .flickity-prev-next-button.previous {
  left: 0px;
  opacity: 0.5;
}

.carousel-control.right, .flickity-prev-next-button.next {
  left: auto;
  right: 0px;
}

.flickity-button:disabled {
  display: none;
}

.carousel-control:before, .flickity-prev-next-button:before {
  text-indent: 0;
  font-family: 'mirai-icofonts';
  display: block;
  float: left;
}

.carousel-control.left:before, .flickity-prev-next-button.previous:before {
  content: '\e962';
}

.carousel-control.right:before, .flickity-prev-next-button.next:before {
  content: '\e963';
}

.carousel-control:hover, .flickity-prev-next-button:hover {
  opacity: 0.5;
}

/* SWIPER FLICKITY */
/* full screen */
.full-screen-container .flickity-enabled, .full-screen-container .flickity-viewport, .full-screen-container .carousel-cell {
  height: 100% !important;
}

.full-screen-container .carousel-cell {
  width: 100%;
}

.full-screen-container .flickity-page-dots {
  bottom: 0px;
  padding: 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  width: auto;
}

/* arrows */
.flickity-prev-next-button {
  border-radius: 0;
  width: 60px;
  height: 60px;
}

.flickity-prev-next-button svg {
  display: none;
}

/* Menu chain */
.pagination-carousel .carousel-cell:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #d8d8d8;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.pagination-carousel .carousel-cell.is-selected:before, .pagination-carousel .carousel-cell:hover::before {
  height: 4px;
  background-color: #0f7086;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.chain-carousel .flickity-prev-next-button {
  border: solid 1px #a6a6a6;
  border-radius: 50px;
  background: #0f7086;
  color: #fff!important;
  margin: 5px;
}

/* BOOTSTRAP MODAL */
.modal:focus {
  outline: none;
}

.modal {
  border: none;
}

body.modal-open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.modal-header .close {
  float: none;
  position: absolute;
  right: 13px;
  top: 50%;
  font-size: 20px;
  width: 20px;
  /* firefox fixing - mismo que font-size */
  ;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: -20px;
  padding: 10px;
  color: inherit;
  opacity: .75;
  text-shadow: none;
}

.modal-header .close:hover {
  opacity: 1;
}

.modal-header {
  border-bottom: none;
  padding: 15px;
  padding-right: 57px;
  position: relative;
  background: #E9E2D8;
  color: #252525;
}

/* modal title */
.modal-header .mi-title3 {
  color: inherit;
  font-weight: normal;
}

/* MIRAI MODAL */
body.mirai-modal-active #main {
  position: static;
}

.mirai-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 599;
  background-color: rgba(255, 255, 255);
  color: #fff;
}

.mi-modal-close {
  background: transparent;
  color: inherit;
  border: 0;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}

.mirai-modal>.mi-modal-close, .mi-modal-header>.mi-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.mi-modal-header>.mi-modal-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mi-modal-close i {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
}

.mi-modal-close span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Gotham;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.mi-modal-close span, .mi-modal-close i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mi-modal-close:hover span {
  padding-right: 20px;
  padding-left: 0;
}

.mi-modal-close:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mi-modal-header {
  margin-top: 110px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 0;
  z-index: 1;
}

.mirai-modal .mi-modal-content {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.mirai-modal .mi-modal-content>div {
  max-height: 70%;
  width: 100%;
  overflow: auto;
}

.small-width {
  width: 600px;
  max-width: 100%;
  margin: auto;
}

.close-modalengine-active .mi-modal-header {
  display: none;
}

/* left */

.mirai-modal[data-to="left"] {
  opacity: 0;
  left: -100%;
  -webkit-transition: opacity .3s ease-in 0s , left 0s ease-in .3s;
  transition: opacity .3s ease-in 0s , left 0s ease-in .3s
}

.mirai-modal[data-to="left"].mi-active {
  opacity: 1;
  left: 0;
  -webkit-transition: left 0s ease-in 0s , opacity .3s ease-in;
  transition: left 0s ease-in 0s , opacity .3s ease-in
}

.mirai-modal[data-to="left"] .mi-modal-content {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}

.mirai-modal[data-to="left"].mi-active .mi-modal-content {
  -webkit-transform: none;
  transform: none;
}

.mirai-modal .mi-modal-content > div.left-menu {
  overflow: visible;
}

/* right */

.mirai-modal[data-to="right"] {
  right: -100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mirai-modal[data-to="right"].mi-active {right: 0;}


/* fade */
.mirai-modal[data-to="fade"] {
  opacity: 0;
  left: -100%;
  -webkit-transition: opacity .1s ease-in 0s, left 0s ease-in .1s;
  transition: opacity .1s ease-in 0s, left 0s ease-in .1s;
}

.mirai-modal[data-to="fade"].mi-active {
  opacity: 1;
  left: 0;
  -webkit-transition: left 0s ease-in 0s, opacity .1s ease-in;
  transition: left 0s ease-in 0s, opacity .91s ease-in;
}

.mirai-modal-active #fixed-header[data-transparent="true"]:before {
  opacity: 0;
}

.mirai-modal-active #fixed-header.offset-active[data-transparent="true"] {
  background-color: transparent;
  box-shadow: none;
}

/* Disable menu items when other modal is open */


body.mirai-modal-active:not(.engine-modal-active):not(.close-modalengine-active) .booking-modal-btn,
body.modal-menuweb-active .booking-modal-btn,

.mirai-modal-active:not(.modal-menuweb-active) .menu-modal-btn,
.mirai-modal-active #fixed-header #navigationweb>#menu_web,
.mirai-modal-active #fixed-header #logo {
  pointer-events: none;
  opacity: 0;
}

.mirai-modal-active #fixed-header[data-transparent="true"]:before {
  opacity: 0;
  pointer-events: none;
}

.mirai-modal-active #fixed-header.offset-active[data-transparent="true"] {
  background-color: transparent;
  box-shadow: none;
}

.advantages {background: #0F7087;}

/* If not hamburguer */
#fixed-header[data-hamburguer-desktop="false"] #navigationweb>.burguer-wrapper {
  display: none;
}

#fixed-header[data-hamburguer-desktop="false"] #navigationweb>#menu_web {
  display: flex;
  flex: 1 1 0;
  justify-content: flex-end;
}

#fixed-header[data-hamburguer-desktop="false"] #navigationweb .modal-engine-wrapper {
  flex: inherit;
}

#fixed-header[data-hamburguer-desktop="false"] .modal-engine-wrapper.offset-active {
  margin-left: 20px;
}

#menu-anchors.offset-active {
  width: 100%;
  position: fixed;
  top: 70px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

/* SHADOWBOX */
#sb-container {
  z-index: 1100;
}

/* SIDE MODAL BUTTON */
.fixed-modal-link {
  background: #d8d8d8;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  top: 30%;
  padding: 30px 10px;
  z-index: 200;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.fixed-modal-link:hover {
  padding: 30px 20px 30px 10px;
}

/* FORMS */
.wpcf7-recaptcha>div {
    width: 100% !important;
}

.wpcf7 .wpcf7-form input.wpcf7-submit{
    height: auto!important;
}

/* mete la clase .common-form al contenedor del formulario para que le afecten los estilos estandar */
.common-form {
    width: 303px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

.common-form form, .common-form form>div {
    padding: 10px 0;
}

.common-form div.wpcf7-response-output {
    color: #222;
    margin: 1em 0;
    padding: .5em 1em;
}

.common-form label {
    color: #222;
    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 input[type="date"], .common-form input[type="number"],
.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%;
    -webkit-box-shadow: none;
    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 span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

.common-form br {
    display: none;
}

.common-form .wpcf7-submit {
    width: 100%;
    padding: 12px!important;
}

.common-form .submit-wrapper {
    position: relative;
}
.common-form .ajax-loader {
    position: absolute;
    bottom: calc(50% - 8px);
    left: 7px;
    mix-blend-mode: multiply;
    pointer-events: none;
}

/* BACK TO TOP */
#back-top {
  background-color: #0f7086;
}

/* BACKGROUND IMAGE */
.bg-img {
  position: absolute;
  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: #000;
  color: #fff;
  padding: 12px 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: #0f7086;
  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: #222;
  color:#fff;
  border-radius: 0;
  text-shadow: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s cubic-bezier(0.01, 0.38, 1, 1);
  border-radius: 50px;
  padding: 30px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
}

.secundary-btn a {
  color:#fff;
  font-weight: bold;
  font-size: 16px;
  padding: 30px 20px;
  position: relative;
  -webkit-transition: all .35s ease-Out;
  transition: all .35s ease-Out;
}

.secundary-btn a:hover {
  text-decoration: none;
}

.slide {
  width: 100%;
  height: 100%;
  left: -100%;
  background: #977D55;
  position: absolute;
  -webkit-transition: all .35s ease-Out;
  transition: all .35s ease-Out;
  bottom: 0;
  border-radius: 50px;
}

.secundary-btn:hover .slide {
  left: 0;
}

.secundary-btn.white {
  background: #fff;
}

.secundary-btn.white a {
  color:#222;
}

.secundary-btn.white:hover a {
  color:#fff;
}



.white-text .secundary-btn, .white-text .offers-mashup .more-info-link {
  color: #fff;
}

.offers-listing-wrapper .offer .offer-button:hover, .rooms-detail-wrapper .offer .offer-button:hover, .mapa .formRuta input.calculaRuta:hover, #respond .form-submit #submit:hover,
.wpcf7 .wpcf7-form input.wpcf7-submit:hover, .offers-mashup .more-info-link:hover, .widget_search form input[type="submit"]:hover,
.rooms-listing-wrapper .room-box .room-book a:hover, .mirai_opiniones #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview:hover,
.secundary-btn:hover {
  text-decoration: none;
  color: #fff;
}

.white-text .secundary-btn:hover, .white-text .offers-mashup .more-info-link:hover {
  color: #fff!important;
  background: #977d55;
}

/* 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 */
.offers-detail-wrapper .calendar-legend-offer-day a {
  border: 0 !important;
}

.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date._checkout-date a, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date a, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkout-date a, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkout-date a {
  border-radius: 0;
}

/* wrapper in detail pages */
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline, .rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline {
  padding: 10px;
}

/* months */
.ui-datepicker-multi .ui-datepicker-group {
  padding: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* header */
.ui-datepicker .ui-datepicker-header {
  border: 0;
  border-radius: 0;
  padding: 6px !important;
}

/* month - year */
.ui-datepicker .ui-datepicker-title {
  font-size: 1em;
  font-weight: bold;
  margin: 0 !important;
}

/* color name weekdays */
.ui-datepicker th {
  color: #999 !important;
}

/* color name weekend */
.ui-datepicker th.ui-datepicker-week-end {
  color: #444 !important;
}

/* days (number) */
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  border: 0;
}

.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 1px solid #e4e7e7;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, #noDispo .ui-datepicker td span, #noDispo .ui-datepicker td a {
  border: 0 !important;
  padding: 6px;
  text-align: center;
}

/* weekend (number) */
.ui-widget-content td:not(.calendar-legend-offer-day)>.ui-state-default, .ui-widget-header .ui-state-default, #noDispo .ui-datepicker td span, #noDispo .ui-datepicker td a, .ui-datepicker-week-end td:not(.calendar-legend-offer-day)>.ui-state-default, .ui-datepicker-week-end .ui-widget-content .ui-state-default, .ui-datepicker-week-end .ui-widget-header .ui-state-default {
  background: transparent !important;
}

/* arrows */
.ui-widget-header .ui-icon, .ui-widget-content .ui-icon, .ui-icon, #main #noDispo .ui-widget-header .ui-icon {
  display: none !important;
}

.ui-dialog-titlebar-close .ui-icon-closethick {
  display: block !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  border: 1px solid #e4e7e7 !important;
  top: 50% !important;
  padding: 0.3em 0.7em;
  text-decoration: none;
  width: auto !important;
  height: auto !important;
  border-radius: 3px;
  line-height: 1;
  font-size: 1em;
  margin-top: -.8em;
  font-weight: normal;
  color: #82888a;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 7px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 7px !important;
}

.ui-datepicker .ui-datepicker-next:after, .ui-datepicker .ui-datepicker-prev:after {
  color: inherit;
  cursor: pointer;
  font-family: 'mirai-icofonts';
  line-height: 1;
  font-size: inherit;
  display: block;
}

.ui-datepicker .ui-datepicker-prev:after {
  content: "\eb28";
}

.ui-datepicker .ui-datepicker-next:after {
  content: "\eb25";
}

/* header (month&year) and old calendar buttons */
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-buttonpane button, .offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .ui-datepicker-header {
  background: #fff !important;
  color: #666 !important;
}

.all-calendar {
  box-shadow: none;
  border: 1px solid #e4e7e7;
}

.all-calendar .ui-datepicker .ui-datepicker-title {
  text-transform: none;
  font-weight: bold !important;
}

.all-calendar .ui-datepicker thead th {
  font-weight: normal;
  font-size: 0.9em;
}

/* offers 4 and rooms 5 templates */
.detail-services-dates {
  max-width: 800px;
  margin: 0 auto;
}

.offer-detail-4 .offer-dates, .offer-detail-4 .room-offer, .rooms-detail-5 .room-dates, .rooms-detail-5 .room-offer .offer-list {
  background: transparent;
}

.offer-detail-4 .offer-dates, .rooms-detail-5 .room-dates {
  padding-right: 0;
}

@media (max-width: 979px) {
  .detail-description, .offer-detail-4 .offer-dates, .rooms-detail-5 .room-dates {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ------------------------------ CHANGE THESE COLORS & BACKGROUNDS ------------------------------ */
/* selected and hover days */
.ui-datepicker-calendar ._selected-date span,
.ui-datepicker-calendar ._selected-date a,
.ui-datepicker-calendar ._checkin-date span,
.ui-datepicker-calendar ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._selected-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkin-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._selected-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day a:hover,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkin-date._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkin-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._selected-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker td:not(._checkout-date):hover a,
.ui-datepicker td:hover a,
.all-calendar .ui-datepicker-calendar ._selected-date span,
.all-calendar .ui-datepicker-calendar ._selected-date a,
.all-calendar .ui-datepicker-calendar ._checkin-date span,
.all-calendar .ui-datepicker-calendar ._checkin-date a,
.all-calendar .ui-datepicker-calendar ._checkin-date._checkout-date span,
.all-calendar .ui-datepicker-calendar ._checkin-date._checkout-date a,
.all-calendar .ui-datepicker-calendar a:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: rgba(15, 112, 134, 0.25) !important;
  color: #555;
  font-weight: normal !important;
  text-decoration: none;
}

/* last selected day */
.ui-datepicker-calendar ._checkout-date span,
.ui-datepicker-calendar ._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline .calendar-legend-offer-day._checkout-date a,
.offers-detail-wrapper .offer-calendar-wrapper .offer-date .ui-datepicker-inline ._checkout-date a,
.rooms-detail-wrapper .room-calendar-wrapper .room-date .ui-datepicker-inline ._checkout-date a,
.all-calendar .ui-datepicker-calendar ._checkout-date span,
.all-calendar .ui-datepicker-calendar ._checkout-date a {
  background: #0f7086 !important;
  color: #FFF;
  font-weight: normal !important;
  text-decoration: none;
}

/* hover arrows (engine, details and no dispo calendars) */
.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: 1px solid #c4c4c4 !important;
  background: transparent !important;
}

/* ----------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------*/
/*------------------------------ STRUCTURE ----------------------------------*/
/*---------------------------------------------------------------------------*/
#header .content, #main .content, #footer .content {
  position: relative
}

/* HEADER */
#header .qts-lang-menu, #header .qts-lang-menu option {
  background-color: transparent;
  color:#222;
  text-transform: uppercase;
  font-size: 1.2em;
  padding-top: 5px;
}

#header .qts-lang-menu {
  color: #fff;
}

/* ------- */
#pre-header {
  padding: 5px 0;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1052;
}

#modal-menuweb #pre-header {
  display: none;
}

#pre-header * {
  vertical-align: middle;
}

.club-header,
.translate-header {
    pointer-events: all;
}

.contact-header {
  font-size: 12px;
  margin: auto;
  margin-right: 80px;
}

.contact-header>div:last-child {
  padding-right: 0;
}

.contact-header>li, .contact-header>div {
  padding: 0 20px;
  position: relative;
}

.contact-header>li:before, .contact-header>div:before {
  content: '';
  border-left: 1px solid;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 0;
}

.contact-header>li:first-child, .contact-header>div:first-child {
  padding-left: 0;
}

.contact-header>li:first-child:before, .contact-header>div:first-child:before {
  display: none;
}

.contact-header i {
  display: inline-block;
  margin-right: 7px;
}

#pre-header .socialmedia a {
  font-size: 14px;
  padding: 2px;
}

#pre-header .socialmedia li {
  padding: 0 3px;
}

#fixed-header {
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 600;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.cat-booking #fixed-header {
  position: static;
}

.cat-booking #fixed-header.offset-active {
  position: fixed;
  top: 0;

}

.cat-booking #logo a img {
  max-height: 60px;
}

div#divIframe {
  margin-top: 40px;
}


.book-container {background: rgba(15, 111, 134, 0.25);}

#fixed-header[data-transparent="false"] {
  background-color: white;
}

#fixed-header[data-transparent="true"] {
  background-color: transparent;
  pointer-events: none;
}

#fixed-header[data-transparent="true"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cat-booking #fixed-header[data-transparent="true"]:before {
  display: none;
}
#fixed-header.offset-active {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#fixed-header.offset-active[data-transparent="true"]:before {
  display: none;
}

#fixed-header.offset-active[data-transparent="true"] {
  background-color: #0F7087;
}

#fixed-header.offset-active[data-transparent="true"] #logo a {
  display: block;
  width: 50%;
  margin: 0 auto;
}

#header #navigationweb {
  animation: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1051;
}

#navigationweb .burguer-wrapper,
#navigationweb .modal-engine-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: inline-flex;
  margin-left: 0;
  pointer-events: all;
}

/* Hamburguer */
.menu-modal-btn {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
}

.menu-modal-btn::before,
.menu-modal-btn::after,
.menu-modal-btn i::before,
.menu-modal-btn i::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 10px;
  height: 0;
  border-bottom: 3px solid;
  -webkit-transition: .4s .2s ease, color .2s;
  transition: .4s .2s ease, color .2s;
  color: #ffffff;
  border-radius: 10px;
}

.menu-modal-btn::before {
  top: 12px;
}

.menu-modal-btn::after {
  bottom: 12px;
  right: 20px;
}

.menu-modal-btn:hover::after {
  right: 10px;
}

.menu-modal-btn i::after,
.menu-modal-btn i::before {
  -webkit-transition: .2s;
  transition: .2s;
}

.menu-modal-btn i {
  position: absolute;
  -webkit-transition: .2s, color 0s;
  transition: .2s, color 0s;
  top: 50%;
  margin-top: -2px;
  left: 0;
  right: 0;
  color: #333333;
}

.menu-modal-btn.toggle-close {
  z-index: 10;
  width: 55px;
  padding-right: 0;
  background-color: transparent;
  -webkit-transition: border .2s .4s;
  transition: border .2s .4s;
}

.menu-modal-btn.toggle-close::before {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-modal-btn.toggle-close::after,
.menu-open .menu-modal-btn:hover::after {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-modal-btn.toggle-close i {
  left: 10px;
  right: 10px;
}

.menu-modal-btn.toggle-close i::after,
.menu-modal-btn.toggle-close i::before {
  left: 0;
  right: 0;
}

.menu-modal-btn.toggle-close i::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .4s .2s ease;
  transition: .4s .2s ease;
}

.menu-modal-btn.toggle-close i::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .4s .2s ease;
  transition: .4s .2s ease;
}

.menu-modal-btn.toggle-close span:first-child {
  margin-top: -18px;
  -webkit-transition: .4s;
  transition: .4s;
}

/* booking modal button */
.cat-room-detail .booking-modal-btn, .cat-room-detail .modal-engine-wrapper,
.cat-offer-detail .booking-modal-btn, .cat-offer-detail .modal-engine-wrapper,
.cat-booking .booking-modal-btn, .cat-booking .modal-engine-wrapper,
.cat-offer-detail .booking-modal-btn, .cat-offer-detail .modal-engine-wrapper {
  display: none;
  opacity: 0 !important;
}

#header .modal-engine-wrapper.offset-active {
  width: auto;
  opacity: 1;
}

#header .modal-engine-wrapper {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0!important;
  width: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: inline-block;
}

/* Engine modal */
#fixed-header .modal-engine-wrapper>.booking-modal-btn {
  float: right;
  box-sizing: border-box;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn {
  text-align: center;
  position: relative;
  transition: .4s;
  background-color: #000;
  color: #fff;
  font-family: Lato;
  font-size: 0.9em;
  letter-spacing: 2.86px;
  line-height: 22px;
  border-radius: 50px;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn:hover {
  background-color: #fff;
  color: #000;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn.toggle-close {
  width: 50px !important;
  height: 50px;
  color: transparent;
  background-color: white;
  border: 1px solid #000;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn.toggle-close:before {
  content: '\e95d';
  color: #000;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn:before {
  font-family: 'mirai-icofonts';
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  color: #000;
  -webkit-transition: 0s;
  transition: 0s;
}

#fixed-header .modal-engine-wrapper>.booking-modal-btn.toggle-close:before {
  opacity: 1;
  font-size: 22px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* logo */
#logo {
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* qtranslate */
.widget_qtranslate {
  text-align: right;
  position: relative;
  /* padding-left: 20px; */
  font-size: 12px;
}

.widget_qtranslate:after, #header .widget_qtranslate:before {
  content: "\e971";
  color:#fff;
  font-family: 'mirai-icofonts';
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  font-size: 9px;
}

#header .widget_qtranslate:before {
  content: '\e9a4';
  right: auto;
  left: 2px;
  font-size: 16px;
  margin-top: -8px;
  display: none;
}

.widget_qtranslate select {
  border: none;
  padding-right: 14px;
  padding-top: 0;
  padding-bottom: 1px;
  line-height: normal;
  height: auto;
}

.widget_qtranslate select option {
  padding: 6px 10px !important;
}

.widget_qtranslate ul {
  text-transform: uppercase;
  line-height: 1;
}

.widget_qtranslate ul li {
  float: left;
  border-right: 1px solid;
  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: #9a9a9a;
  text-decoration: none;
}

.widget_qtranslate ul li.active a {
  cursor: default;
}

/* menu web */

.left-menu {
  background: url(/files/bg_menu.png);
  width: 35%!important;
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
}

.left-menu .menu-wrapper {
  font-size: 1.8em;
}

#main-menu ul#menu_web {
  width: 100%;
  display: block;
  padding-top: 130px;
  box-sizing: border-box;
  position: relative;
  font-size: inherit;
}

/* col-xl */

@media (min-width: 1200px) {
  .left-menu {
    width: 33%;
  }
}

@media (min-width: 1800px) {
  .left-menu {
    width: 25%;
  }
}

ul#menu_web > li {
  display: block;
  position: static;
}

ul#menu_web > li > a {
  position: relative;
  display: inline-block;
  padding: 0.3em 0;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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,
ul#menu_web > li.show-submenu > a, .left-menu .menu-wrapper .virtual-link:hover {
  color: #222;
  text-decoration: none;
  -webkit-text-stroke: 1px;
}

ul#menu_web > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  overflow: hidden;
}

ul#menu_web > li.menu-item-has-children > a > i:before {
  font-size: 0.5em;
  margin-left: 10px;
}


ul#menu_web > li.show-submenu > a > i:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .4s .2s ease;
  transition: .4s .2s ease;
}

.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:hover > ul.sub-menu {display: none;}

ul#menu_web > li > ul.sub-menu {
  color: #000;
  left: 100%!important;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

ul#menu_web > li.show-submenu > ul.sub-menu {
  -webkit-transform: none;
  transform: none;
}

ul#menu_web > li > ul.sub-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*background: #fff;*/
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
}

ul#menu_web > li.show-submenu > ul.sub-menu:before {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

ul#menu_web ul.sub-menu > li {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  color: inherit;
}

ul#menu_web li.show-submenu ul.sub-menu > li {
  opacity: 1;
  height: 25vh;
  box-sizing: border-box;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  border-top: 3px solid #fff;
}

ul#menu_web li.show-submenu  ul.sub-menu li:nth-child(1) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

ul#menu_web li.show-submenu  ul.sub-menu li:nth-child(1) a{
  background-image: url(/files/bg-Mimosa1.jpg);
  border-top: 0;
  width: 100%;
  background-repeat: no-repeat;
}

ul#menu_web li.show-submenu  ul.sub-menu li:nth-child(2) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  width: 100%;
  background-repeat: no-repeat;
}

ul#menu_web li.show-submenu  ul.sub-menu li:nth-child(2) a{
  background-image: url(/files/bg-Buganvilia1.jpg);
  width: 100%;
  background-repeat: no-repeat;
}

ul#menu_web li.show-submenu ul.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

ul#menu_web li.show-submenu ul.sub-menu li:nth-child(3) a {
  background-image: url(/files/bg-Estrelicia1.jpg);
  width: 100%;
  background-repeat: no-repeat;
}

ul#menu_web li.show-submenu  ul.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

ul#menu_web li.show-submenu  ul.sub-menu li:nth-child(4) a {
  background-image: url(/files/bg-florasol.jpg);
  width: 100%;
  background-repeat: no-repeat;
}


ul#menu_web > li > ul.sub-menu li > a {
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .8);
  padding: 0.2em 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  white-space: nowrap;
  height: 100%;
  width: 100%;
}

ul#menu_web > li > ul.sub-menu li > a:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

ul#menu_web > li ul.sub-menu li > a:hover, ul#menu_web > li ul.sub-menu li.current-menu-item > a {
  text-decoration: none;
}


#modal-menuweb {
  background-color: transparent;
}

#modal-menuweb ul#menu_web {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding-top: 3%;
  padding-bottom: 3%;
}

#modal-menuweb ul#menu_web>li {
  margin-left: 0;
}

#navigationweb>#menu_web {
  display: none;
}

/* Hover and current */

#menu_web > li.active-second-menu > a, #menu_web > li.current_page_item > a, #menu_web > li.current_menu_ancestor > a, #menu_web > li:hover > a {
  -webkit-text-stroke:  1px;
}

/* Click instead of hover */

ul#menu_web > li > ul.sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 95%;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}

ul#menu_web li.menu-item-has-children.active-item > a:after {
  transform: rotate(180deg);
}

ul#menu_web > li.active-item > ul.sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: all;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* - Types menus  - */



/* - End types menus - */

/* VCard menu */
.info-header {
  z-index: 1;
  border-top: 1px solid #fff;
  padding-top: 20px;
}



/* 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;
}

.prefooter {
  background-color: #f4f4f4;
  padding: 30px 0;
}

.mainfooter {
  background-color: #ffffff;
  border-top: solid 1px black;
  padding: 40px 0;
}

.mainfooter, .mainfooter a {
  color: #000;
}

.mainfooter a:hover {}

.postfooter {
  padding: 20px 0;
}

/* postfooter background */
.postfooter {
  background-color: #f4f4f4;
}

.postfooter, .postfooter a {
  color: #0f6f87;
}

#developed-wrapper {
  display: inline-block;
}

ul#menu_aux1 {
  display: inline-block;
  margin-right: 15px;
}

a.tracking-link {
  font-weight: bold;
}

#menu-anchors {
  padding: 20px 0;
  background: #E8F3F4;
}

#menu-anchors ul li a {
  color: #0f7086;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 20px;
}

#menu-anchors ul li.current_page_item a {
  font-weight: bold;
}

#menu-anchors ul li a:before {
  content: '';
  border-left: 1px solid;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 0;
}

#menu-anchors ul li:first-child a::before {
  content: none;
}

/* newsletter */

#modal-newsletter {
  background-image: url(/files/bg_desktop.jpg);
}


.newsletter-btn {
  display: flex;
  align-items: center;
  float: right;
  font-size: 1em;
  letter-spacing: 1px;
  padding: 20px 45px;
  text-transform: uppercase;
}

.newsletter-btn:hover{
  background: #e7f3f5;
  color:#222;
}

.newsletter-btn i {
  font-size: 26px;
  margin-right: 20px;
}

.newsletter-box .title {
  font-size: 1.6em;
}

/* footer titles */
.hotelschema .name, #footer .mi-title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
  /* font-family: 'Playfair Display', serif; */
}

#footer .hotelschema .name, #footer .mi-title {
  color: #0F7087;
  font-size: 1em;
  text-align: left;
  font-weight: bold;

}

#footer .hotelschema .address {text-transform: uppercase;}

#footer .hotelschema .mail:before, #footer .hotelschema .tel:before {display: none;}

#modal-menuweb .hotelschema a:hover {
    color: #222;
    text-decoration: none;
}

/* hotelschema - vcard */
.hotelschema>br {
  display: none;
}

.hotelschema .phone-label, .hotelschema .fax-label {
  display: none;
}

.hotelschema {
  line-height: 1.7em;
}

.hotelschema .address, .hotelschema .tel, .hotelschema .fax, .hotelschema .mail {
  display: block;
  font-size: 1em;
  letter-spacing: 0.42px;
  line-height: 28px;
}

.hotelschema .tel:before, .hotelschema .fax:before, .hotelschema .mail:before {
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
  font-family: 'mirai-icofonts';
}

.hotelschema .tel:before {
  content: '\e9b3';
}

.hotelschema .fax:before {
  content: '\e9bd';
}

.hotelschema .mail:before {
  content: '\e9bf';
}

.footer-link-hotel {
  display: block;
  font-size: 1.1em;
  padding-bottom: 5px;
}

/* featured links */
.featured-links li, .featured-links .menu li {
  display: block;
  margin-bottom: 7px;
}

/* social media */

.mobile-info {
  border-top: 2px solid #478b9a;
  padding: 3% 0 0 0;
  width: 87%;
}

.mobile-info .socialmedia {
  padding-top: 50px;
}
.mobile-info .socialmedia ul li {
  font-size: 1.2em;
  margin-right: 10px;
}

.mobile-info .socialmedia ul li a {
  color: #fff;
  border: 1px solid;
  padding: 10px;
  border-radius: 50%;
}

#footer .socialmedia {padding-top: 25px;display:inline-block;}

#footer .socialmedia a {
  border-radius: 100%;
  font-weight: normal;
  font-size: 1.7em;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #0f7086;
}

#footer .socialmedia a:hover {
  color: #999;
}

/* logo footer */
.logo-footer {
  text-align: center;
}

/* menu postfooter (legal and contact) */
.postfooter .menu li {
  padding-left: 15px;
}

.postfooter .menu li:first-child {
  padding-left: 0;
}

/* view/cancel link */
.icon-lock {
  background: none;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
}

a.tracking-link {}

/* developed by mirai */
#developed-wrapper a {
  text-transform: lowercase;
  color: #ff001f;
  font-weight: bold;
}

/* MAIN ELEMENTS */
#content-header {
  position: relative;
}

#content-header>img {
  width: 100%;
  object-fit: cover;
  /*max-height: 600px;
  min-height: 450px;*/
}

.picbox {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 0;
}

.engine-wrapper {
  pointer-events: none;
  padding-top: 30px;
  position: relative;
  width: 100%;
}

.engine-wrapper-absolute {
  position: absolute;
  bottom: 10%;
}

.engine-wrapper .mi-be, .engine-wrapper a, .engine-wrapper button, .engine-wrapper *[role="button"] {
  pointer-events: all;
}

/* Advantages row */


#advantages-starter .icons-list {
  padding: 20px;
}

.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 {
  border: 1px solid #0F7087;
  padding: 20px 0;
  border-radius: 50px;
}

.icons-list i {
  font-size: 50px;
  display: inline-block;
  color: #0F7087;
  vertical-align: middle;
}

#engine-modal .icons-list i {
  font-size: 2em;
  display: inline-block;
  color: #0F7087;
  vertical-align: middle;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
}

.icons-list li {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#engine-modal .icons-list li {
  padding-bottom: 15px;
}

.icons-list p {
  display: inline-block;
  vertical-align: middle;
  color: #1A1A1A;
  font-family: Lato;
  font-size: 1em;
  letter-spacing: 0.53px;
  line-height: 22px;
  padding-left: 15px;
}

#engine-modal .icons-list p {color: #fff;}

.large-icons>li {
  width: 100%
}

.large-icons {
  text-align: left;
}

.large-icons div li {
  padding: 10px 30px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.large-icons li i {
  position: static;
  font-size: 42px;
  color: #0F7087;
  margin-right: 20px;
}

.large-icons li p {
  margin-bottom: 0;
  font-weight: 300
}

#transport ul li {
  padding: 0 20px;
}

#transport i:before {
  height: 100%;
  font-size: 1.8em;
  color: #fff;
  background: #0F7087;
  border-radius: 50%;
  padding: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

/*---------------------------------------------------------------------------*/
/*--------------------------------- PAGES -----------------------------------*/
/*---------------------------------------------------------------------------*/
/* HOME */
/* go to anchor */
#content-header .go-to-anchor {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF !important;
  text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.anchor-text{
  color: #FFFFFF;
  font-size: 1em;
  letter-spacing: 0.17px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}

#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;
  font-size: 2em;
}

#content-header .go-to-anchor:hover i {
  padding: 17px 10px 3px;
}

.cat-home {
    overflow-x: hidden;
}

.br10{border-right: 10px solid transparent;}
.bl10{border-left: 10px solid transparent;}

#newsletter {
  background-color: #0F7087;
}

/* 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;
}

#map {
  padding-top: 250px;
  padding-bottom: 250px;
}

#hotels-directory .mi-title2{
  color: #0f7086;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#hotels-directory .mi-title2:after{display: none;}

#hotels-directory .mi-title2,
#hotels-directory p,
#hotels-directory a{
  text-align: left;
  white-space: initial;
}

#hotels-directory .swiper-container .mi-title2 {
  font-size: 1.8em;
  text-transform: none;
}

#hotels-directory .row img {height: 600px;}

.safe {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.safe img {
  width: 150px;
  height: auto!important;
}


#hotels-directory .carousel-cell {white-space: nowrap;}

@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;
}

/* LOCATION */
/* ROOMS */
/* SERVICES */
/* PHOTOS */
/* OFFERS & ROOMS TEMPLATES */
body.cat-rooms .rooms-listing-wrapper, body.cat-room-detail .rooms-detail-wrapper, body.cat-offers .offers-listing-wrapper, body.cat-offer-detail .offers-detail-wrapper {
  font-size: 14px;
}

/* align text center when no offers */
.offers-listing-wrapper.no-offers {
  text-align: center;
}

.offer-discount span[class*="span"] {
  display: inline;
  width: auto;
  float: none;
}

#main .go-to-calendar:after, .rooms-detail-wrapper .detail-links li a:after {
  content: '\e965';
}

#main .go-to-calendar:hover:after, .rooms-detail-wrapper .detail-links li a:hover:after {
  content: '\e965';
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
}

#main .go-to-calendar {
  padding: 5px;
  width: auto;
  display: inline-block;
  background: transparent;
  color: inherit;
}

.offers-listing-wrapper {
  padding: 80px 0px;
}

.offers-listing-wrapper .offers-listing {
  padding-top: 40px;
    width: 80%;
    margin: auto;
}

/* 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: #0F7087;
  height: auto;
    display:none;
}

.offer .offer-deco {
  background-color: #9a9a9a;
}

.offers-listing-wrapper.offers-listing-2 .offer .offer-intro, .offers-listing-wrapper.offers-listing-2 .offer .offer-date-range, .offers-detail-wrapper.offers-listing-2 .offer-info-wrapper {
  background-color: #0F7087;
}

.offer .offer-box, .offers-detail-wrapper .offer-features-wrapper .offer-boxes-wrapper .offer-box.main-box {
  color: #252525;
}

/* template 4 detail & rooms detail 5 */
.offer-detail-4, .rooms-detail-5 {
  padding-bottom: 80px;
}

.rooms-detail-5 .only-one-photo>img {
  width: 100%;
}

.offer-detail-4 .offers-room-detail, .room-detail-5 .offer-room {
  background: #f3f3f3;
}

.room-detail-5 .offer-room {
  font-size: 14px;
}

.offer-detail-4 .offers-room-detail h2 {
  padding: 0;
}

.offer-detail-4 .offers-room-detail .room-offer {
  padding: 30px 0 0;
}

.room-detail-5 .offer-discount {
  font-size: 1em !important;
}

/* template 5 offers - gradient boxes */
.offers-listing .offer .offer-link-5, .offers-detail-wrapper.offer-detail-5 .offer-wrapper {
  background: #565656;
}

/* cada 3 cajas cambia ligeramente el tono del background */
.offers-listing .offer:nth-child(6n+4) .offer-link-5,
.offers-listing .offer:nth-child(6n+5) .offer-link-5,
.offers-listing .offer:nth-child(6n+6) .offer-link-5 {
  /* background: #ca9b4c; */
  /*descomenta esta linea y borra las dos inferiores si quieres un color totalmente diferente*/
  -webkit-filter: hue-rotate(145deg) saturate(1.3);
  filter: hue-rotate(145deg) saturate(1.3);
}

/* COOKIES */
div#cookies-wrapper-content {
  padding: 80px 0;
}

#cookies-wrapper-content ul {
  overflow: hidden;
  padding: 20px 0;
}

#cookies-wrapper-content ul li {
  float: left;
  margin-bottom: 14px;
  width: 33%;
}

#cookies-wrapper-content h1, #cookies-wrapper-content h2 {
  margin: 20px 0;
}

/* LEGAL */
.cat-legal p {text-align: left;}



/* REVIEWS */
#cuadroOpiniones {
  padding: 40px 0 100px;
}

#cuadroOpiniones p {
  margin-bottom: 0 !important;
}

#cuadroOpiniones .paging {
  padding: 20px 0;
}

#cuadroOpiniones .paging span a {
  border: none;
  background: none;
}

#cuadroOpiniones .paging span.current a, #cuadroOpiniones .paging span.current a:hover, #cuadroOpiniones .paging span.current a, #cuadroOpiniones .paging span.current a:hover {
  font-size: inherit;
  cursor: default;
}

#cuadroOpiniones div.hssurveys_full {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cuadroOpiniones div.hssurveys_full>div.hssurveys_full {
  padding: 0;
}

#cuadroOpiniones div.hssurveys_full>div.hssurveys_full>div {
  margin-bottom: 50px;
  background: #f3f3f3;
  padding: 30px;
}

#cuadroOpiniones div.hssurveys_full div.note, #cuadroOpiniones div.hssurveys_full .comments {
  float: none;
  width: 100%;
}

#cuadroOpiniones div.hssurveys_full .comments {
  margin: 10px 0 0;
}

#cuadroOpiniones div.hssurveys_full div.note {
  background-image: none;
  font-size: 26px;
  height: auto;
  width: auto;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 45px;
  position: relative;
}

#cuadroOpiniones div.hssurveys_full div.note:before {
  content: '\ea44';
  font-size: 38px;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  line-height: 1;
  left: 0;
  bottom: 0;
  font-family: 'mirai-icofonts';
  color: #888;
}

#cuadroOpiniones div.hssurveys_full .ratingBarUser {
  margin-top: 5px;
  margin-left: 0;
}

#cuadroOpiniones div.hssurveys_full .comments p.commentsPerson {
  font-size: 20px !important;
  font-weight: normal;
}

#cuadroOpiniones div.hssurveys_full .comments p.commentsPerson span.date {
  font-size: 14px;
  color: #8e8e8e;
}

div.hssurveys_full ul.questions li {
  padding: 0 0 10px;
}

div.hssurveys_full ul.questions li:last-child {
  padding: 0;
}

#cuadroOpiniones div.hssurveys_full ul.questions.like li p.question {}

#cuadroOpiniones div.hssurveys_full ul.questions.like li .answer {
  width: auto;
  overflow: hidden;
}

#cuadroOpiniones div.hssurveys_full p.more {
  padding: 10px 0;
}

#cuadroOpiniones div.hssurveys_full p.more a {
  background: none;
  padding-right: 0;
  white-space: nowrap;
}

div.hssurveys_full p.more a:after {
  font-family: 'mirai-icofonts';
  content: '\e961';
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

div.hssurveys_full p.more a.opened:after {
  content: '\e964';
}

#cuadroOpiniones div.hssurveys_full ul.listSubject {
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li span.subject, #cuadroOpiniones div.hssurveys_full ul.questions li p.question {
  display: block;
  float: none;
  width: 100%;
  font-weight: bold;
  text-align: left;
  padding: 0;
  line-height: normal;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li span.note {
  float: none;
  display: inline-block;
  background: none;
  font-size: 16px;
  margin-right: 0;
  color: #76a71d;
  width: auto;
  text-align: left;
  border-radius: 2px;
  height: auto;
  line-height: normal;
  padding: 2px 0;
}

#cuadroOpiniones .ratingBarSubject {
  float: none;
  display: inline-block;
  margin-left: 5px;
  display: none;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject li .reviewcomment {
  width: auto;
  margin-left: 0;
  float: none;
  display: block;
  clear: both;
}

#cuadroOpiniones div.hssurveys_full ul.listSubject.long li {
  padding: 0 0 30px;
}

#cuadroOpiniones div.hssurveys_full ul.questions {
  padding: 30px 0 0;
  margin: 00;
  border-top: 1px solid #ccc;
}

#cuadroOpiniones div.hssurveys_full ul.questions.like {
  padding: 0;
  margin: 10px 0 0;
  border-top: none;
}

.reviewsOn .questions li .yesText, .reviewsOn .questions li .noText {
  background: none;
  text-align: left;
  padding-left: 0 !important;
  margin-left: 0 !important;
  color: inherit !important;
  font-weight: normal !important;
  padding: 0 !important;
}

#cuadroOpiniones div.hssurveys_full ul.questions li .answer {
  float: none;
  line-height: normal;
  margin-right: 0;
  width: auto;
}

#cuadroOpiniones div.hssurveys_full .ratingBarStar, #cuadroOpiniones div.hssurveys_full div.answer p {
  float: none;
  display: inline-block;
}

/* NOT FOUND - 404 */
.not_found .modal-engine-wrapper {
  display: none;
}

.not_found #main {
  background: url('https://cdnwp0.mirai.com/images/bg-404.png') no-repeat center center transparent;
  margin-bottom: 0;
  min-height: 570px;
  text-align: center;
}

.not_found #main h2 {
  padding-top: 100px;
}

/* BOOKINGSTEP */
.engine-wrapper-booking {
  padding: 10px 0;
  background: #ababab;
}

.bookingstep1 #fixed-header.offset-active, .chain_results #fixed-header.offset-active {
  position: static !important;
}

.cat-booking #fixed-header[data-transparent="true"] {
  background-color: #0f7086;
}

/*---------------------------------------------------------------------------*/
/*---------------------------------- 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;
}

/*------------------- SCROLL EFFECTS -------------------*/

#container {
  /* overflow-x: hidden; */
}

.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(50px);
  transform: translateY(50px);
}

/*---------------------------------------------------------------------------*/
/*----------------------------------- 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;
}

/*---------------------------------------------------------------------------*/
/*------------------------------- IMPROVEMENTS ------------------------------*/
/*---------------------------------------------------------------------------*/
/*Whatsapp icon modal menu*/
#modal-menuweb .whatsapp-phone a {
  color: #fff;
  display: flex;
}

#modal-menuweb .whatsapp-phone a:hover{
  text-decoration: none;
  color: #000;
}

#modal-menuweb .whatsapp-phone a i{
  margin-right: 5px;
}

/*Whatsapp icon footer*/
.mainfooter .whatsapp-phone a {
  color: #000;
  display: flex;
}

.mainfooter .whatsapp-phone a i{
  margin-right: 5px;
}

.mainfooter .whatsapp-phone a:hover {
  text-decoration: underline;
}

#covid-modal {
  z-index: 9999 !important;
}

#covid-modal img {
  padding: 20px;
}

#covid-modal .mi-modal-header {
  width: 80%;
}

.title-outside-video {
  margin: 40px 20px 30px;
}

.title-outside-video .main-title {
  color: #383838;
  font-size: 2.8em;
  line-height: 1.4;
  margin: 0;
  text-shadow: none;
}

.title-outside-video .anchor-text {
  font-size: 1.4em;
  color: #383838;
}


.hotel-carousel {
  height: 400px;
}
.hotel-carousel .carousel-cell {
  height: 400px;
}

.hotel-list .container > .flex + .flex {
  margin-top: 40px;
}
.is-desktop .hotel-list .container > .flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.is-mobile .hotel-carousel .bg-img {
  object-position: left;
}

.mi-rs-details-legend-cancel{
  color: #2190C0;
}

/*texto menu ventajas reservar*/

.adv-text{
  font-size: 12px;
}



/* club */

#pre-header {
  color: #fff;
  pointer-events: none;
}
.mi-bsmodal-open #header #navigationweb,
.mi-bsmodal-open #pre-header {
  z-index: 1000;
}

#modal-menuweb .mim-club-login__access {
  font-size: 1.5em;
  flex-direction: row;
}

#modal-menuweb .mim-club-login__access-icon {
  margin: 0 6px 0 0;
  font-size: 1.2em;
}

/* small text */
.small-text{
  font-size: 11px;  
}

.mi-modal-content .mobile-info .organization .change-color-menu{
    color: white;
}

div#moove_gdpr_cookie_modal .moove-gdpr-modal-right-content .moove-gdpr-company-logo-holder img {
    filter: invert(1);
}

/*---------------------------------------------------------------------------*/
/*-------------------------------- MEDIA QUERYS -----------------------------*/
/*---------------------------------------------------------------------------*/
/* [col-lg] Medium desktop */
@media (min-width: 1200px) {}

/* [col-xl] Large desktop */
@media (min-width: 1920px) {}

/* Tablet */
@media (max-width: 1025px) {

  #covid-modal .mi-modal-header {
    width: 100%;
  }

  header > .content > #pre-header {
    display: none;
  }

  #modal-menuweb #pre-header {
    display: block;
  }
  #modal-menuweb #pre-header {
    bottom: 0;
    padding: 20px 0;
    background: #2e7087;
    border: 1px solid #205c71;
  }

  #modal-menuweb #pre-header {
    color: #fff;
    font-size: 15px;
  }

  /* #modal-menuweb #pre-header .contact-header {
    flex-direction: column;
  } */

  /* #modal-menuweb #pre-header .contact-header>li:before, #modal-menuweb #pre-header .contact-header>div:before {
    display: none;
  } */

  /* #modal-menuweb #pre-header .contact-header>li, #modal-menuweb #pre-header .contact-header>div {
    padding: 7px 0;
  } */

  #modal-menuweb #pre-header .qts-lang-menu {
    background-color: transparent;
  }

  ul#menu_web li.show-submenu ul.sub-menu > li {
        border-top: 6px solid #fff;
    }

  .main-title {
    font-size: 2.5em;
  }

  .chain-carousel .flickity-prev-next-button {
      font-size: 24px;
      display: block;
      top: -20%;
      width: 50px;
      height: 50px;
  }

  #hotels-directory .carousel-cell {
    width: 100%;
  }

  #hotels-directory .mi-title2 {
    text-align: center;
  }

  #hotels-directory .swiper-container .mi-title2 {
    text-align: left;
  }

  /* ul#menu_web li.show-submenu ul.sub-menu > li {
    height: 188px;
  } */

  /*ul#menu_web li.show-submenu ul.sub-menu li:nth-child(1) a {
    background-size: auto 190px;
  }*/
}


/* ----------- iPad Pro 10.5" ----------- */

/* Portrait */
/* @media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

      ul#menu_web li.show-submenu ul.sub-menu > li {
        height: 347px;
    }
      
      ul#menu_web li.show-submenu ul.sub-menu li a {
        background-size: auto 347px;
        padding-top: 150px;
      }

} */


/* Landscape */
/* @media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1500px)
  and (-webkit-min-device-pixel-ratio: 2) {

      ul#menu_web li.show-submenu ul.sub-menu > li {
        height: 255px;
    }

} */


/* [col-sm] Tablet vertical */
@media (max-width: 979px) {

  #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;
  }
  .fx-column-reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #menu-anchors ul li a {
    font-size: 0.7em;
  }

  li.duplicated-menu-item, li.duplicated-menu-item a {
    display: none!important;
  }

  /* ul#menu_web > li > ul.sub-menu li > a {
    padding-top: 125px;
  } */

  .m-animate.m-stop[data-custom="right"], .m-animate.m-stop[data-custom="left"] {
    transform: none;
  }

  /* ul#menu_web li.show-submenu ul.sub-menu > li {
    height: 250px;
} */


  /* BLOG */
  .blog-wrapper {
    padding: 50px 30px;
  }

  .blog-sidebar .widget_search form input[type="text"] {
    width: auto;
    margin-bottom: 0;
  }
  .br10 {
    border-right: 0;
    border-bottom: 5px solid transparent;
  }
  .bl10 {
    border-left: 0;
    border-top: 5px solid transparent;
  }

  .prs {
    padding-right: 0;
  }

  .pls {
    padding-left: 0;
  }

  .phm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pvm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pam {
    padding: 30px;
  }

  .phl {
    padding-right: 50px;
    padding-left: 50px;
  }
}

/* [col-xs] Mobile */
@media (max-width: 767px) {
  ul#menu_web {
    display: block;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .modal.fade.in {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0;
  }

  .modal-body {
    max-height: none;
  }

  body .menu li.booking-button, body #menu_web li.menu-item.booking-button, html body.home #menu_web li.booking-button, #logo a span.visible-phone {
    display: none !important;
  }

  .ph0-xs {
    padding-left: 0;
    padding-right: 0;
  }

  .fx-column-md, .fx-column-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fx-column-reverse-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }


  /*-------- HEADER --------*/
  /* preheader */
  #pre-header {
    display: none;
  }

  .contact-header>li {
    display: block;
    text-align: left;
    padding: 0 0 6px 0;
  }

  .contact-header {
    /* font-size: 12px; */
    /* float: left; */
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
  }
/* 
  .contact-header>li:before {
    display: none;
  } */

  /* mainheader */
  #header #navigationweb {
    padding: 0 10px;
  }

  #header #logo {
    max-width: 50%;
    float: left;
  }

  #header #logo a img {
    max-height: 50px;
    display: inline;
  }

  #header .modal-engine-wrapper {
    vertical-align: top;
    margin: 0 !important;
    text-align: center;
    overflow: hidden;
  }

  #header .modal-engine-wrapper {
    display: block;
    width: auto;
    opacity: 1;
  }

  #header .booking-modal-btn, .booking-link {
    padding: 10px 21px;
    font-size: 16px;
    letter-spacing: normal;
  }

  /* booking link for mobile */
  #header .booking-modal-btn {
    display: none !important
  }

  .booking-link {
    display: block !important;
  }

  /*-------- MAIN --------*/
  .home section#main {
    display: block;
  }

  /*-------- FOOTER --------*/
  #footer {
    height: auto;
  }

  #footer .content {
    display: block !important;
  }

  .home #footer .content>* {
    display: inherit;
  }

  #footer, #footer .align-right, #footer .align-left {
    text-align: center;
  }

  #footer .container>.row>* {
    padding: 20px 0;
  }

  .logo-footer {
    display: none;
  }

  .postfooter .menu li.booking-button {
    display: none !important;
  }

  #footer .socialmedia li:last-child a {
    margin-right: 0;
  }

  .mainfooter{padding: 15px 0;}

  .middle-block {padding: 5px 0!important;}

  .green-line {border-bottom: 1px solid #0f6f87;}

  .mainfooter .whatsapp-phone a{
    justify-content: center;
  }

  /* newsletter */
  .newsletter>div {
    padding: 0 0 20px;
    max-width: 100%;
  }


  /* carousel controls */
  .carousel-control {
    font-size: 20px;
    width: 20px;
    margin-top: -25px;
  }

  .flickity-prev-next-button {
    /* display: none; */
  }

  .chain-carousel .flickity-prev-next-button {
    font-size: 18px;
    position: absolute;
    display:block;
    top: -10%;
    width: 40px;
    height: 40px;
  }

  /* widget qtranslate */
  .home #footer .widget_qtranslate {
    margin: 0;
    padding: 20px 0;
  }

  .home #footer .widget_qtranslate:after {
    position: static;
    display: inline-block;
  }

  /* icons-list */
  .icons-list {
    float: none;
    display: inline-block !important;
    width: 74%;
  }

  .icons-list>li {
    text-align: left;
    margin-bottom: 20px;
    width: auto;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .icons-list>li:last-child {
    margin-bottom: 0;
  }

  .icons-list i {
    font-size: 33px;
    margin-right: 15px;
  }

  /* main title */
  .main-title {
    font-size: 1.5em;
  }

  .picbox {
    min-height: 150px;
  }

  /* BLOG */
  .blog-wrapper {
    padding: 50px 0;
  }

  .blog-sidebar .widget_search form input[type="text"] {
    width: auto;
  }

  .blog-sidebar {
    width: auto;
    display: inline-block;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .post #respond .comment-form-author, .post #respond .comment-form-email {
    width: 100%;
    float: none;
    padding: 0;
  }

  .post ol>li.comment>ul.children {
    padding-left: 20px;
  }

  .post ol>li.comment>ul.children>li.comment>ul.children {
    padding-left: 0;
  }

  /* REVIEWS */
  #cuadroOpiniones div.hssurveys_full>div.hssurveys_full>div, div.hssurveys_full ul.questions {
    padding: 15px;
  }

  #cuadroOpiniones div.hssurveys_full .comments p.commentsPerson span.date {
    float: none;
    display: block;
  }

  #cuadroOpiniones div.hssurveys_full p.more {
    text-align: center;
  }

  /* Advantages row */

  .advantages-row .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
  }

  .advantages-row ul, .advantages-row li {
    display: block;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .advantages-row .mi-title i {
    display: none;
  }

  .advantages-row .mi-title {
    padding-right: 0;
  }

  .full-screen-container {
    min-height: 55vh !important;
  }

  #navigationweb>#menu_web {
    display: none !important;
  }

  #header .booking-modal-btn {
    display: block !important;
    width: 50px !important;
    height: 50px;
    padding: 0;
    font-size: 0;
  }

  #fixed-header .modal-engine-wrapper>.booking-modal-btn:before {
    content: '\e9e2';
    font-size: 28px;
    color: white;
  }

  .mim-modal-open #fixed-header {
    z-index: 598;
  }
  .newsletter-box {
    flex-direction: column;
  }

  .newsletter-box > div {
    justify-content: center;
    display: flex;
  }

  .newsletter-btn {
    margin: 0;
  }

  .title-outside-video .main-title {
    font-size: 1.8em;
  }

  .mi-title2, #cookies-wrapper-content h1, #cookies-wrapper-content h2, .rooms-listing-wrapper h2, .rooms-detail-wrapper h2, .offers-listing-wrapper h2, .offers-detail-wrapper h2, .blog-wrapper h2, .blog-wrapper h1, .blog-wrapper #posts_con_categoria, .mi-iata-content h2, .starter-offers .offers-mashup dl dt {
    font-size: 1.3em;
  }

  .newsletter-box > div:first-child {
    margin-bottom: 20px;
  }
  ul#menu_web > li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  ul#menu_web > li {
    display: block;
  }

  #menu-anchors ul li{
    display: block;
    padding: 10px 0
  }

  #menu-anchors ul li a:before {
    height: 100%;
    top: -19px;
    left: -16px;
  }
  .advantages-wrapper {
    display: none;
  }

  .hidden-mobile {display: none;}

  .icons-list p {
    padding-left: 0px;
  }
  .mirai-modal[data-to="left"] {
    width: 100%;
  }
  #fixed-header.offset-active[data-transparent="true"] #logo a {
    width: 100%;
  }
  .mirai-modal .mi-modal-content {
    display: block!important;
  }

  .left-menu {
    padding-left: 10px;
    height: 100%;
    width: 100%!important;
  }

  .home #menu_web li.current-menu-item {
    display: block;
  }

  #fixed-header .modal-engine-wrapper>.booking-modal-btn {
    letter-spacing: 0;
  }

  iframe {
    min-height: 350px!important;
  }

  .br10 {
    border-right: 0;
    margin-bottom: 5px;
  }
  .bl10 {
    border-left: 0;
    margin-top: 5px;
  }
  .mobile-bg-light {
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff80', endColorstr='#ffffff80', GradientType=0);
  }
  .pvl{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .icons-list{width: 90%;}
  .icons-list>li {
    display: block!important;
    padding-left: 20px;
  }
  .icons-list p {
    font-size: 0.9em;
  }
  .phm {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pbm {padding-bottom: 35px;}
  #hotels-directory .row img {
    height: 350px;
  }
  .mobile-block {
    padding: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    border: 1px solid #000;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  
  #fixed-header .modal-engine-wrapper>.booking-modal-btn {
    font-size: 0;
  }

  #fixed-header .modal-engine-wrapper>.booking-modal-btn:hover {
    background-color: #000;
  }

  .engine-modal-active #fixed-header .modal-engine-wrapper>.booking-modal-btn {
    background: #fff;
  }

  #covid-modal .mi-modal-header {
    margin-top: 5px;
  }

  .bookingstep1 #fixed-header.offset-active[data-transparent="true"] #logo a {
    width: 100%;
    height: 100%;
  }


  .safe {
    bottom: 30px;
    left: 30px;
  }

  .safe img {
    width: 100px;
  }

  #developed-wrapper {
    padding-top: 10px;
  }

  .pam {
    padding: 10px;
  }

  /***************************************/
  /* menu web */

  .left-menu {
    width: 100%;
    overflow: auto;
    padding-left: 30px;
    padding-bottom: 40px;
  }

  #main-menu ul#menu_web {
    padding-top: 110px;
  }

  ul#menu_web > li.menu-item-has-children > a > i {
    font-size: 1.5em;
    margin: 0;
  }

  ul#menu_web > li.menu-item-has-children > a > i:after {
    display: none;
  }

  ul#menu_web > li.menu-item-has-children > a > i:before {
    content: '\e95b';
    position: static;
    transform: none;
  }

  ul#menu_web > li.menu-item-has-children.show-submenu > a > i:before {
    content: '\e959';
  }

  ul#menu_web > li > ul.sub-menu {
    position: static!important;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: inherit;
  }

  ul#menu_web > li.show-submenu > ul.sub-menu {
    max-height: 400px;
    padding: 10px 0 15px;
    -webkit-transition: max-height .9s ease-out , opacity .5s ease-out;
    transition: max-height .9s ease-out , opacity .5s ease-out;
  }

  ul#menu_web > li > ul.sub-menu:before {
    display: none;
  }


  ul#menu_web li.show-submenu ul.sub-menu > li {
    border: none;
    height: auto;
  }

  ul#menu_web > li > ul.sub-menu li > a {
    background-image: none!important;
    border: none;
    text-shadow: none;
    font-size: 0.7em;
    padding: 6px 0;
  }

  #menu-anchors.offset-active {
    position: inherit;
  }

  #modal-newsletter .mi-modal-content {
      margin-top: 50px;
  }

  #modal-newsletter .common-form form>div {
    max-height: 150px;
  }

  .table-wrapper {
    width: auto;
    overflow-x: scroll;
  }

  .table th, .table td {
    padding: 8px 15px;
  }

  .phl {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.mi-be-datepicker-select .DateRangePicker_picker {
  margin-left: -20vw!important;
          
}
.DayPicker__withBorder {
    margin-left: 0px!important;
}

.newLink{
	display:block;
    width: 100%;
    text-align: center;
    font-size: 26px; 
    color: #000000;
    padding: 0px;
    padding-bottom: 20px;
}

.wpcf7-form input{
	width:100%;
}
.wpcf7-form textarea{
	width:100%;
}

.wpcf7-form input[type=submit] {
    width:175px;
}

.wpcf7-form input[type=submit]:hover {
    background-color:#808080;
}

#logo a {
  pointer-events: all!important;
}

/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/


#content-header img{
pointer-events: none;
}

.title-outside-video{
	margin-top: 200px;
}

@media screen and (min-width: 1650px) {
.title-outside-video{
	margin-top: 100px;
}
}

@media screen and (max-width: 768px) {

    .container align-center{
        margin-top: -120px;
    }
    
    .title-outside-video{
	margin-top: 0px;
}
    
    #qt-button-frame{
    	min-height: 10px !important;
    }
    
}

.wpcf7-form-control-wrap  input[type='checkbox'] {
    display: inline-block !important;
}

.common-form .wpcf7-form-control-wrap {
     width: auto; 
}

