.elementor-kit-1397{--e-global-color-primary:#318178;--e-global-color-secondary:#7C6A55;--e-global-color-text:#484848;--e-global-color-accent:#806211;--e-global-color-13f4851a:#FFEFC4;--e-global-color-52235058:#FAF3E1;--e-global-color-21f8c9b7:#000;--e-global-color-47eea86e:#FFF;--e-global-color-6cb047a:#FFFFFF00;--e-global-color-dd714c6:#FAF3E1;--e-global-color-32c6acc:#B09140;--e-global-typography-primary-font-family:"Bacasime Antique";--e-global-typography-primary-font-size:4rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.2;--e-global-typography-secondary-word-spacing:4px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1;--e-global-typography-accent-letter-spacing:4%;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1397 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1397 a{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-1397 h1{font-size:3.5em;}.elementor-kit-1397 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-1397{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1397 a{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-1397 h2{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1397{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1397 a{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-1397 h2{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.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;
}

/* Variables */

:root {
    --width-s: 1280px;
    --width-m: 1440px;
    --width-l: 1700px;

    --gap-main: 40px;

    --gap-xlg: -webkit-calc(var(--gap-main) * 4);
    --gap-xlg: -moz-calc(var(--gap-main) * 4);
    --gap-xlg: calc(var(--gap-main) * 4);
    
    --gap-lg: -webkit-calc(var(--gap-main) * 3);
    --gap-lg: -moz-calc(var(--gap-main) * 3);
    --gap-lg: calc(var(--gap-main) * 3);

    --gap-m: -webkit-calc(var(--gap-main) * 2);
    --gap-m: -moz-calc(var(--gap-main) * 2);
    --gap-m: calc(var(--gap-main) * 2);

    --gap-xm: -webkit-calc(var(--gap-main) * 1.5);
    --gap-xm: -moz-calc(var(--gap-main) * 1.5);
    --gap-xm: calc(var(--gap-main) * 1.5);
  
    --gap-sm: -webkit-calc(var(--gap-main) / 2);
    --gap-sm: -moz-calc(var(--gap-main) / 2);
    --gap-sm: calc(var(--gap-main) / 2);
  
    --gap-xs: -webkit-calc(var(--gap-main) / 4);
    --gap-xs: -moz-calc(var(--gap-main) / 4);
    --gap-xs: calc(var(--gap-main) / 4);
    
    @media (max-width: 979px) {
        --gap-xlg: 120px;
        --gap-lg: 100px;
    }
  
    @media (max-width: 768px) {
        --gap-xlg: 96px;
        --gap-lg: 60px;
        --gap-m: 40px;
    }
  }

.maxWidth{
    max-width: 1440px;
    margin: 0 auto;
}

/*-----Search---*/
.NtOAYa_dayTouchable:not(.NtOAYa_dayRanging):hover
 {
        background-color: #d1b15b !important;
 }
 .NtOAYa_daySelected {
    background-color: #B09140 !important;
}

/*---- Slide arrow---*/
.elementor-element .swiper .elementor-swiper-button{
    top:95% !important;
    transform: translateY(-70%) !important;
}

.elementor-element .swiper .elementor-swiper-button-prev{
    left: 47% !important;
}
.elementor-element .swiper .elementor-swiper-button-next{
    right: 47% !important;
}

@media(max-width:900px){
  .elementor-element .swiper .elementor-swiper-button-prev{
    left: 44% !important;
}
.elementor-element .swiper .elementor-swiper-button-next{
    right: 44% !important;
}  
}

@media(max-width:600px){
    
    .elementor-element .swiper .elementor-swiper-button {
    top: 90% !important;
}
      .elementor-element .swiper .elementor-swiper-button-prev{
    left: 40% !important;
}
.elementor-element .swiper .elementor-swiper-button-next{
    right: 40% !important;
} 

.slide-home-room img,
.slide-restaurante img{
    height: 250px !important;
    max-width: fit-content !important;
    width: auto !important;
}

/*Room list*/
.rooms-listing  .room-item {
    margin: 0rem auto 4rem !important;
    
}
}

/*--- Rooms -----*/
.rooms-listing-1 .room-box .room-detail ul, .rooms-detail-1.rooms-detail-wrapper .room-box-detail, .rooms-detail-1.rooms-detail-wrapper .room-box-price {
    background: #faf3e1 !important;
}
.rooms-listing-wrapper h3 a {
    font-size: 1.5rem;
    text-transform:uppercase;
    padding-bottom: 15px;
    color: #202020;
    text-decoration: none !important;
}

.rooms-listing-wrapper h3 a:hover{
    color:#806211 !important;
}

.rooms-listing  .room-item {
    margin: 1rem auto 8rem !important;
    max-width:90%;
    
}

.room-content a {
    color: #806211;
    text-decoration: none;
}

.room-content a:hover {
    color: #B09140;
}

/*---Ofert ---*/
.offers-listing-1 .offer-link, .offer-detail-1.offers-detail-wrapper .offer-wrapper{
  background-color: #fff5db !important;
}
.offer .offer-button{
   background-color: var(--e-global-color-6cb047a) !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform) !important;
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration) !important;
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    fill: var(--e-global-color-32c6acc);
    color: var(--e-global-color-32c6acc) !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--e-global-color-32c6acc) !important;
    border-radius: 4px 4px 4px 4px !important;
    padding: 1rem 2rem 1rem 2rem !important;
}

.offer .offer-button:hover{
    background-color: var(--e-global-color-32c6acc) !important;
    color: var(--e-global-color-dd714c6) !important;
}

p.offer-description
 {
    font-weight: 400 !important;
    color: #484848;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}
.offers-detail-wrapper .offer
 {
    padding: 2rem 1rem 4rem;
}
.offers-detail-wrapper .offer .back-link {
    color: #806211;
}
.offers-detail-wrapper .offer-features-wrapper .offer-boxes-wrapper .offer-box.main-box{
    text-align: center;
    color: #b09140;
    text-transform: capitalize;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bacasime Antique';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1660/BacasimeAntique-Regular.eot');
	src: url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1660/BacasimeAntique-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1660/BacasimeAntique-Regular.woff2') format('woff2'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1660/BacasimeAntique-Regular.woff') format('woff'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1660/BacasimeAntique-Regular.ttf') format('truetype'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1660/BacasimeAntique-Regular.svg#BacasimeAntique') format('svg');
}
/* End Custom Fonts CSS */