.elementor-kit-1397{--e-global-color-primary:#000000;--e-global-color-secondary:#333333;--e-global-color-text:#333333;--e-global-color-accent:#000000;--e-global-color-13f4851a:#C2C2C2;--e-global-color-52235058:#777777;--e-global-color-21f8c9b7:#000;--e-global-color-47eea86e:#FFF;--e-global-color-6cb047a:#FFFFFF00;--e-global-typography-primary-font-family:"Bai Jamjuree";--e-global-typography-primary-font-size:3.125em;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Bai Jamjuree";--e-global-typography-secondary-font-size:2.1em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bai Jamjuree";--e-global-typography-accent-font-size:21px;--e-global-typography-accent-font-weight:500;--e-global-typography-2225f62-font-family:"Bai Jamjuree";--e-global-typography-2225f62-font-size:1.5em;--e-global-typography-2225f62-text-transform:uppercase;--e-global-typography-785ca6f-font-family:"Playfair Display";--e-global-typography-785ca6f-font-size:1.1em;--e-global-typography-fcce242-font-family:"Montserrat";--e-global-typography-fcce242-font-size:1.063em;--e-global-typography-fcce242-font-weight:400;--e-global-typography-fcce242-text-transform:uppercase;--e-global-typography-013566d-font-family:"Bai Jamjuree";--e-global-typography-013566d-font-size:1.275em;--e-global-typography-013566d-font-weight:500;--e-global-typography-013566d-text-transform:uppercase;--e-global-typography-013566d-line-height:1.275em;--e-global-typography-962030d-font-family:"Montserrat";--e-global-typography-962030d-font-size:0.875em;--e-global-typography-962030d-text-transform:uppercase;--e-global-typography-962030d-line-height:1.25em;--e-global-typography-a702257-font-family:"Montserrat";--e-global-typography-a702257-font-size:0.875em;--e-global-typography-a702257-font-weight:400;--e-global-typography-a702257-text-transform:uppercase;color:#333333;font-family:"Montserrat", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-1397 p{margin-bottom:20px;}.elementor-kit-1397 a{color:var( --e-global-color-primary );font-weight:600;}.elementor-kit-1397 a:hover{color:var( --e-global-color-13f4851a );text-decoration:underline;}.elementor-kit-1397 h1{font-size:3.5em;font-weight:600;}.elementor-kit-1397 button,.elementor-kit-1397 input[type="button"],.elementor-kit-1397 input[type="submit"],.elementor-kit-1397 .elementor-button{text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-1397 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1397{--e-global-typography-primary-font-size:2.18em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu{
    visibility: visible;
}

@media (max-width: 768px) {
    /*body .elementor-section.elementor-section-boxed > .elementor-container {*/
    /*  padding-left: 30px;*/
    /*  padding-right: 30px;*/
    /*}*/
  }

/***** ESTILO VCARDS *****/
.widgetsmirai, .widgetsmirai a,
.widgetsmirai, .widgetsmirai a:hover  {
    color: white;
    font-size: 14px;
    font-family: montserrat;
    font-weight: 700;
    text-transform: uppercase;
}

/* Estilo tracking Mi reserva*/
.header-site :has(:not([data-mirai-component="session"]>[data-role="login"] [data-role="content"])) [data-role="content"], .postfooter-site :has(:not([data-mirai-component="session"]>[data-role="login"] [data-role="content"])) [data-role="content"], .headerall-site :has(:not([data-mirai-component="session"]>[data-role="login"] [data-role="content"])) [data-role="content"] [data-role="input-text"] {
    /*color: #fff;*/
    font-family: montserrat;
    /*font-weight: 600;*/
    font-size: 14px;
    /*text-transform: uppercase;*/
}
/* Estilo input form */
[data-role="input-text"],
[data-role="input"] {
    color: #484848;
}


/*** Button styles ***/

a.secundary-btn, 
.secundary-btn a.elementor-cta__button.elementor-button {
  position: relative;
  z-index: 0;
  overflow: hidden;
/*display: block;*/  
}
a.secundary-btn:after,
.secundary-btn a.elementor-cta__button.elementor-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -40px;
  background: #c2c2c2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 60%;
  transform-origin: 0 60%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
a.secundary-btn:hover:after,
.secundary-btn a.elementor-cta__button.elementor-button:hover:after {
  -webkit-transform: scale(7, 7);
  transform: scale(7, 7);
}

.pf-btn {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
  padding: 10px;
  border: 2px solid black;
  border-radius: 3px;
  background: transparent;
  margin-top: 20px;
}
.pf-btn a {
  color: black;
}
.pf-btn:hover:after {
  -webkit-transform: scale(7, 7);
  transform: scale(7, 7);
}
.pf-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -40px;
  background: #71a8bc;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 60%;
  transform-origin: 0 60%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* END Button styles*/


/* Popups Submenus Styles */

/*close button tablet/mobile */

.menu-ppal-btn a {
    min-width: 200px;
}

@media(max-width: 1024px) {
    .submenus-popup .col-btn-popup {
        height: 100vh;
    }
    
    .submenus-popup .col-btn-popup .menu-ppal-btn.elementor-widget.elementor-widget-button {
        height: 50vh;
        top: 55%;
    }
}

.menu-ppal-btn a {
    min-width: 200px;
}


/*styles clubs*/
.mi-club-signup__title {
  font-size: 1.3em !important;
  line-height: 1.2;
  margin: -0.1em 0;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/*END styles clubs */



/*styles bookingstep1*/
.mi-clubfilter__title, .mi-clubfilter__subtitle {
  font-weight: 400;
}

.mi-rs-results-header p strong {
  font-weight: normal;
}


/*PROMOTIONS PAGE*/
@media (max-width: 767px) {
  .cat-offers #offers-section > .elementor-container {
    padding: 0;
  }
}
.cat-offers .offers-slider-container .no-offers {
  font-size: 14px !important;
  text-align: center;
  padding: 80px 0 !important;
  max-width: unset !important;
}
.cat-offers .offers-slider-container .no-offers:before {
  display: none !important;
}
.cat-offers .offers-slider-container .offers-mashup-inner {
  max-width: 540px;
  background-color: #f3f3f3;
  position: relative;
}
@media (max-width: 767px) {
  .cat-offers .offers-slider-container .offers-mashup-inner {
    max-width: 100%;
  }
}
.cat-offers .offers-slider-container .offers-mashup-inner img {
  filter: brightness(0.8);
  width: 100%;
}
@media (max-width: 767px) {
  .cat-offers .offers-slider-container .offers-mashup-inner img {
    object-fit: cover;
    min-height: 50vh;
  }
}
.cat-offers .offers-slider-container .offers-mashup-inner .offers-mashup-slide {
  position: absolute;
  top: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 0.8em;
}
.cat-offers .offers-slider-container .offers-mashup-inner .offers-mashup-slide dt {
  font-size: 2.5em;
  width: 100%;
  color: #fff;
  min-height: auto;
  text-align: center;
}
.cat-offers .offers-slider-container .offers-mashup-inner .offers-mashup-slide dd span {
  position: relative;
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}
.cat-offers .offers-slider-container .offers-mashup-inner .offers-mashup-slide dd span:before {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  width: 50px;
  border-top: 3px solid;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cat-offers .offers-slider-container .offers-mashup-inner .offers-mashup-slide dd a {
  text-align: center;
  border: none;
  font-size: 0;
  color: #fff;
  letter-spacing: 0;
  padding: 0;
  margin-top: 10px;
}
.cat-offers .offers-slider-container .offers-mashup-inner .offers-mashup-slide dd a:after {
  font-family: "mirai-icofonts";
  content: "\e977";
  margin-left: 20px;
}
.cat-offers .offers-slider-container .offers-mashup-inner:hover {
  background-color: #2b2b2b;
}
.cat-offers .offers-slider-container .offers-mashup-inner:hover img {
  opacity: 0.5;
}
.cat-offers .offers-slider-container .offers-mashup-inner:hover .offers-mashup-slide dd a {
  -webkit-transition: 0.3s ease-out 0.1s;
  transition: 0.3s ease-out;
  font-size: 2em;
}


/* CUSTOM STYLES FOR LEGAL PAGES AND OTHERS */

/* Heading H2 */
.customstyles-text h2 {
font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
font-size: var(--e-global-typography-secondary-font-size);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
margin: 70px 0px 20px 0px;

}
 
/* Heading H3*/
.customstyles-text h3 {
font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
font-size: calc(var(--e-global-typography-secondary-font-size) - 0.3rem);
font-weight: normal;
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
margin: 30px 0px 20px 0px;
}
 
/* LINKS */
.customstyles-text a {
text-wrap: wrap;
overflow-wrap: break-word;
text-decoration: none;
color: var( --e-global-color-primary );
}
 
/* SPACE AFTER ELEMENTS */
.customstyles-text p,
.customstyles-text ul {
margin-bottom: 20px;
}


/* LISTS */
.customstyles-text ul li {
list-style-type: disc;
margin-bottom: 10px;
padding-left: 20px;
text-indent: -23px;
}


/* END CUSTOME STYLES *//* End custom CSS */