:root {
    /* Color variables */
    --main: #FF595A;
    --main-h: #d45353;
    --secnd: #660d3b;
    --secnd-h:#4a102e;
    --third:#efebe4;
    --third-h:#d2d1c7;
    --black: #181818;
    --black-h: #333;
    --white: #fff;
    --white-h: #f0f0f0;
    --pinkP:#F8D9D8;

    /* break points variables ahbp = ah break points */
    --ahbp-xs: 320px;
    --ahbp-sm: 480px;
    --ahbp-md: 768px;
    --ahbp-lg: 1000px;
    --ahbp-xl: 1200px;
    --ahbp-xxl: 1440px;
}


/*  Typography*/
@font-face {
    font-family: 'SourceSansPro';
    src: url('https://www.alorahoteles.com/ah-content/fonts/SourceSansPro-Bold.woff2') format('woff2'),  /* formato optimizado */
    url('https://www.alorahoteles.com/ah-content/fonts/SourceSansPro-Bold.woff') format('woff');    /* respaldo */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('https://www.alorahoteles.com/ah-content/fonts/SourceSansPro-Regular.woff2') format('woff2'),  /* formato optimizado */
    url('https://www.alorahoteles.com/ah-content/fonts/SourceSansPro-Regular.woff') format('woff');    /* respaldo */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSerif4';
    src: url('https://www.alorahoteles.com/ah-content/fonts/SourceSerif4-Black.woff2') format('woff2'),  /* formato optimizado */
    url('https://www.alorahoteles.com/ah-content/fonts/SourceSerif4-Black.woff') format('woff');    /* respaldo */
   font-weight: 900;
   font-style: normal;
   font-display: swap;
   }

body {
    font-family: 'SourceSansPro', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}
/* mobile font adjustments*/
@media (max-width: 768px) {
    h2{
        font-size: 1.5em;
    }
    .display h1{
        font-size: 24px;
    }
}
/* Hide button on direct booking page  */
body.page-id-786 #menu-item-981 {
    display: none !important;
}

/* salient tabbed content */
@media (max-width: 768px) {
    .tabbed[data-style*=minimal]>ul li:not(.cta-button) .active-tab,.tabbed[data-style*=minimal]>ul li:not(.cta-button) a {
    padding: 20px 4px 5px 4px;
    }
}

.ah-fontW700{
    font-weight: 700;

}
.ah-fontW400, .ah-fontW400 h1{
  font-weight: 400;
}
/* carrousel styles*/

.nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
  margin: 0px 0 0px 0;
}

@media (max-width: 768px) {
  .flickity-page-dots{
    display: block;
  }
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin: 0px 0 45px 0;
  }
  .nectar-flickity:not(.masonry) .flickity-viewport {
    margin: 0px 0
}
.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
  bottom: -40px;
  margin: 0;
}
}

/* mega menu styles hotels */
.menu-merida .menu-title-text::before{
  content: "Mérida ";
  color:var(--secnd);  /* or your desired text color */
  font-weight: 700;

}
.menu-madrid .menu-title-text::before{
  content: "Madrid ";
  color:var(--secnd);  /* or your desired text color */
  font-weight: 700;


}
@media (max-width: 768px) {
  .menu-merida a::before{
    content: "Mérida ";
    color:var(--secnd);  /* or your desired text color */
    font-weight: 700;
    text-indent: 30%;
  
  }
.menu-madrid a::before{
    content: "Madrid ";
    color:var(--secnd);  /* or your desired text color */
    font-weight: 700;
    text-indent: 30%;
  
  }
  .menu-merida a, .menu-madrid a{
    margin-left: 30px;
  }
}
.non-clickable{
  pointer-events: none;
}

/*mobile menu buton */
@media only screen and (max-width: 690px) {
  .ah-mobile-menu-btn{
    margin-top: 50px;
    background-color: var(--main);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    text-align:center;
  }
  .ah-mobile-menu-btn a{
    color: var(--white) !important;
  }
  }


  /*links underline deleted,  from footer etc...*/
.nectar-link-underline-effect a {
    background-image:none !important;
    /*background-size: 100% 2px;
    background-position: left 96%*/
}

/* leaflet map custom css*/
.round-corners-map .leaflet-container{
    border-radius:30px;
}


/*servicios icon list background*/
#offers-row .row-bg-wrap{
    background-image: url('https://www.alorahoteles.com/wp-content/uploads/2025/03/oferta-banner.webp');
    background-size: cover; 
    background-position: center;

}
#offers-row .row-bg-wrap ::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 95, 90, 0.4);
  mix-blend-mode: multiply; /* Define the blend mode */
  z-index: 1; /* Ensure it appears behind the text */
}

@media(min-width: 1000px){
  #servicios .row-bg-layer {
    background-image: url('https://www.alorahoteles.com/wp-content/uploads/2024/11/bg-servicios.svg');
    background-size: contain;;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #offers-row .row-bg-wrap{
    background-image: none;
    background-color: var(--main);
  }
  #offers-row .row-bg-wrap ::before {
    content: none; /* Remove the ::before pseudo-element */
  }
  #offers-row .row-bg{
    background-image: url('https://www.alorahoteles.com/wp-content/uploads/2025/03/oferta-banner.webp');
    background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    /* Standard property for modern browsers */
    mask-image: url('https://www.alorahoteles.com/wp-content/uploads/2024/12/offers-mask-4.svg');
    mask-size: auto 100%;
    mask-position:50% 0;
    mask-repeat: no-repeat;
  }
}


/* icons sizes */
.ha-icon-sz48{
    width: 48px;
}
.ha-icon-sz32{
    width: 32px;
}
.ha-icon-sz24{
    width: 24px;
}

/* Salient custom css elements*/

#servicesDivHeight{
    height: 32vw !important;
}

.hideOnMobile{
    display: none;
}

@media (min-width: 768px) {
    .hideOnMobile{
        display: block;
    }
}



/* image gallery border radius*/
#hotels-cards-container .image-bg, .roundcorners-img-gallery .image-bg{
    border-radius: 30px;
}

@media only screen and (max-width : 690px) {
  body .swiper-container .slider-next,
	body .swiper-container .slider-prev,
	.swiper-container .slider-next, 
	.swiper-container .slider-prev {
		display: block;
	}
}

/* end Salient custom css elemnents*/



/* Display style*/

.display{
    font-family: 'SourceSerif4';
    line-height: 1 !important;
}
.swiper-slide .content h2 .display{
  line-height: 1 !important;
}
.display h2{
  font-size: 24px;

}
.ah-stars h1::after{
  content: "***";
  font-family: 'SourceSansPro';
  color:#ffffff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .display h2 {
  font-size: 3em;
}
}
.displayWhite{
    color:#ffffff;
}
.ah-regular h3{
    font-weight: 400 !important;
}

/* ________________ah icon list css*/
:root {
    --min-columns: 1;
    --max-columns: 4;
    --vertical-gap:16px;
    --horizontal-gap:16px;
  }
  .ic-Clr-secnd{
    fill: var( --secnd);
  }
  .ic-Clr-black{
    fill: var( --black);
  }

  .ah-ic-text-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--vertical-gap); /* Vertical spacing */
    column-gap: var(--horizontal-gap); /* Horizontal spacing */
    align-items: flex-start;
    --ahListColumns: var(--min-columns);
  }

  .ah-ic-text-item {
    display: flex;
    align-items: flex-start;
    flex: 1 1 calc(100% / var(--ahListColumns) - 16px);
    max-width: calc(100% / var(--ahListColumns) - 16px);
  }

  .ah-ic, .ah-ic-L {
    margin-right: 8px;
    display: inline-flex;
    margin-top: 0;
  }
  .ah-ic-L svg{
    height: 24px;
    width: auto;
  }
  .ah-ic svg {
    height: 24px;
    width: auto;
  }

  /* Responsive Columns */
  @media (min-width: 480px) {
    .ah-ic-text-list {
      --ahListColumns: min(var(--max-columns), max(2, var(--min-columns)));
    }
  }

  @media (min-width: 768px) {
    .ah-ic-text-list {
      --ahListColumns: min(var(--max-columns), max(3, var(--min-columns)));
    }
  }

  @media (min-width: 1000px) {
    .ah-ic-text-list {
      --ahListColumns: var(--max-columns);
    }
  }


/* responsive icons */

@media (min-width: 480px) {
  .ah-ic svg {
    height: 18px; /* Even larger icons */
  }
  .ah-ic-L svg {
    height: 18px; /* Even larger icons */
  }
  
  }
@media (min-width: 768px) {

  .ah-ic-text-list, .ah-ic-text-item {
      align-items: center
  }

  .ah-ic svg {
    height: 20px; /* Even larger icons */
  }
  .ah-ic-L svg {
    height: 32px; /* Even larger icons */
  }
  
}

/* For 4 columns */
@media (min-width: 1000px) {

  .ah-ic-text-list, .ah-ic-text-item {
      align-items: center
  }

  .ah-ic svg {
    height: 24px; /* Largest icons for large screens */
  }
  .ah-ic-L svg {
    height: 48px; /* Even larger icons */
  }
  
}

/*flex gaps*/

.column-gap-8{
  --horizontal-gap:8px;
}
.column-gap-16{
  --horizontal-gap:16px;
}
.row-gap-0{
    --vertical-gap:0px;
  }
.row-gap-8{
  --vertical-gap:8px;
}
.row-gap-16{
  --vertical-gap:16px;
} 
.row-gap-32{
  --vertical-gap:32px;
}  

/* Maximum column limit classes */
  .max-columns-1 {
    --max-columns: 1;
  }

  .max-columns-2 {
    --max-columns: 2;
  }

  .max-columns-3 {
    --max-columns: 3;
  }

  .max-columns-4 {
    --max-columns: 4;
  }

  /* Minimum column limit classes */
  .min-columns-1 {
    --min-columns: 1;
  }

  .min-columns-2 {
    --min-columns: 2;
  }
/* end ________________ah icon list css*/


/*   alora form styles */

#ahform-mobCotainer, #ahform-deskContainer{
    display:none;
}
#ahform-deskContainer{
    position:fixed;
    top:0;
    /*z-index:99991;*/
    z-index:9980;
    width:100%;
    padding-left:8% !important;
    padding-right:8% !important;
    
}
#ah-form{
    background-color:#ffffff;
    padding: 20px;
    border-radius:8px;
    -webkit-border-radius: 8px!important;
    text-align: left;
    margin: 0 auto;
    width: 100%; /* Define un ancho para que funcione */
    max-width: 1245px;

    
    /*border-top-left-radius:30px !important;*/
}
#ahform-deskContainer #ah-form{
   /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); */
   border: 2px solid var(--black);
}
#ah-No-Header .row-bg-wrap{
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
#ah-No-Header  #ah-form{
  border:none;
}

.AHform {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  /*margin: auto;*/
}
.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-group label {
    display: none;
    font-size: 12px;
}

/* form inputs icons*/

.coupon-code-text{
  font-weight: 700;
}

.input-calendar-icon,
.input-guest-icon,
.input-coupon-icon,
.input-hotel-icon {
  padding-left: 26px !important; /* Space for icon */

}

.input-hotel-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' %3E%3Cpath d='M120-120v-560h160v-160h400v320h160v400H520v-160h-80v160H120Zm80-80h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm160 160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm160 320h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm160 480h80v-80h-80v80Zm0-160h80v-80h-80v80Z'/%3E%3C/svg%3E");
  background-size: 18px 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
}

.input-calendar-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.59' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M16.91 0C17.511 0 18 .488 18 1.09v1.091h3.27A2.73 2.73 0 0 1 24 4.914V21.27A2.73 2.73 0 0 1 21.27 24H2.73A2.73 2.73 0 0 1 0 21.269V4.913a2.73 2.73 0 0 1 2.73-2.731L6 2.18V1.09a1.09 1.09 0 0 1 2.182 0L8.18 2.18h7.637V1.09C15.818.488 16.307 0 16.91 0M6 4.363H2.73a.55.55 0 0 0-.548.55V21.27c0 .304.245.55.549.55h18.538a.55.55 0 0 0 .55-.55V4.913a.55.55 0 0 0-.55-.55H18v1.092a1.09 1.09 0 1 1-2.182 0V4.363H8.181v1.092a1.09 1.09 0 1 1-2.181 0zm0 11.455a1.636 1.636 0 1 1 0 3.273 1.636 1.636 0 0 1 0-3.273m6 0a1.636 1.636 0 1 1 0 3.273 1.636 1.636 0 0 1 0-3.273m0-6a1.636 1.636 0 1 1 0 3.273 1.636 1.636 0 0 1 0-3.273m6 0a1.636 1.636 0 1 1 0 3.273 1.636 1.636 0 0 1 0-3.273' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left center;
  background-size: 18px 16px;
    background-repeat: no-repeat;
  background-position: 5px center;
}

.input-guest-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.59' height='20' viewBox='0 0 14.59 20'%3E%3Cpath d='M10.67,8.21H3.91c-2.16,0-3.91,1.75-3.91,3.91v7.88h2.75v-7.55h.46v7.55h8.17v-7.55h.46v7.55h2.75v-7.88c0-2.16-1.75-3.91-3.91-3.91M7.29,7.3c2.02.03,3.68-1.58,3.7-3.59.04-2.02-1.57-3.67-3.58-3.7h-.12c-2.02,0-3.65,1.63-3.65,3.65s1.63,3.65,3.65,3.65'/%3E%3C/svg%3E") no-repeat left center;
  background-size: 12px 16px;
    background-repeat: no-repeat;
  background-position: 5px center;
}

.input-coupon-icon{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 24 24' focusable='false' aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.404 0c1.223 0 2.798.652 3.659 1.513l11.125 11.125a2.781 2.781 0 01-.003 3.932l-6.616 6.616a2.784 2.784 0 01-3.932.003L1.513 12.063C.648 11.198 0 9.633 0 8.404V2.785A2.781 2.781 0 012.785 0h5.619zm0 2.182H2.785a.6.6 0 00-.603.603v5.62c0 .65.418 1.66.873 2.115L14.18 21.646c.23.23.613.23.847-.003l6.615-6.616a.6.6 0 00.003-.846L10.52 3.056c-.452-.452-1.471-.874-2.116-.874zM6 4.364a1.636 1.636 0 110 3.273 1.636 1.636 0 010-3.273z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 18px 20px;/*12-16*/
  background-position: 5px center;
  background-repeat: no-repeat;
}





#promoSelect{
  border:none;

}

.tabbed > ul li .active-tab,body.material input[type=text]:focus,body.material textarea:focus,body.material input[type=email]:focus,body.material input[type=search]:focus,body.material input[type=password]:focus,body.material input[type=tel]:focus,body.material input[type=url]:focus,body.material input[type=date]:focus,body.material input[type=number]:focus,body.material select:focus,.row .col .wp-caption .wp-caption-text,.material.woocommerce-page input#coupon_code:focus,.material #search-outer #search input[type="text"],#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after,div[data-style="minimal"] .toggle.default.open i,div[data-style="minimal"] .toggle.default:hover i,div[data-style="minimal"] .toggle.accent-color.open i,div[data-style="minimal"] .toggle.accent-color:hover i,.single #single-meta div a:hover,.single #single-meta div a:focus,.single .fullscreen-blog-header #single-below-header > span a:hover,.blog-title #single-meta .nectar-social.hover > div a:hover,.nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]:hover,.material.woocommerce-page[data-form-style="default"] div input#coupon_code:focus {
    border-color: var(--black);
}
input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea {
    width: 100%;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #d8dce5;

}
button[type=submit],input[type=button],input[type=submit] {
    line-height: 24px;
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'SourceSansPro';
}
@media ( min-width: 768px) {
    .AHform {
        flex-direction: row;
        align-items: flex-end;
    }
    
}
.legalText{
  margin-top:20px;
}
.legalText, .legalText a{
  font-size:11px;
  line-height:1;
  color:#999999;
  font-weight: 400;
}
.legalText a{
  text-decoration: underline;
}
.wpcf7-list-item{
  margin-left:0px;
  margin-top:0px;
  font-size: 12px;
  line-height: 1;
}
.buttonAlign{
  margin-top:20px;
}


/*modal styles*/


#saveDates, .ah-modal-button, #savePromoCode{
    /*background-color: var(--third);
    color: var(--black);
    width: 100%;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    font-size: 1em;*/
    padding-left: 16px;
    padding-right: 16px;
    line-height: 36px;
    color: var(--white);
    background: var(--black);
    border: 2px solid;
    border-color:var(--black);
    width: auto;
    transition: all 0.1s;
    white-space: nowrap;
    user-select: none;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;

}
#add-room-btn{
    /*background-color: var(--third);
    color: var(--black);
    width: 100%;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    font-size: 1em;*/
    padding-left: 16px;
    padding-right: 16px;
    line-height: 36px;
    color: var(--black);
    background: var(--white);
    border: 2px solid;
    border-color:var(--black);
    width: auto;
    transition: all 0.1s;
    white-space: nowrap;
    user-select: none;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;

}
.room-label{
  /*font-weight: 700;*/
  font-size: 16px;
}
.modal-flex{
  display:flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  /*padding: 5px 0;*/
}

.modal-flex span {
  font-weight: 700;
}

.modal-flex-buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin: 0;
    column-gap: 10px;
}
.modal-flex-buttons span {
  font-size: 1.2em;
  font-weight: 700;
}
.modal-flex-buttons button{
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 32px; /* Width of the button */
    height: 32px; /* Height of the button (equal to width for circular shape) */
    border: none; /* Remove default border */
    border-radius: 50%; /* Make the button circular */
    background-color: var(--white); /* Button background color */
    border: 2px solid var(--black);
    cursor: pointer; /* Pointer cursor on hover */
    color: white; /* Default icon color */
    transition: background-color 0.3s ease; /* Smooth hover transition */
}

.modal-flex-buttons button:hover {
   /* background-color: var(--secnd); /* Darker shade for hover */

  }

.room {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      /*gap: 5px;*/
      /*border: 1px solid #ccc;*/
      /*margin-bottom: 15px;*/
      padding: 10px 0;
    }

   .delete-btn {
      order: 3;
    }

    /* Mobile layout adjustments */
    @media (max-width: 767px) {
      #rooms-container .room:not(:last-child) {
      border-bottom: 1px solid #ddd; /* o el color que quieras */
      }
      .room {
        flex-direction: column;
        align-items: stretch;
        row-gap: 10px;
      }
      .room-delete-row{
         justify-content: space-between;
      }
      .room-delete-row, .selectors {
        display: flex;
        /*gap: 10px;*/
        justify-content: space-between;
      }

      .room-delete-row, .room {
        order: 1;
        flex: 1;
      }

      .delete-btn {
        order: 2;
      }
      .selectors{
        order: 2;
      }
    }

    /* Desktop inline layout */
    @media (min-width: 768px) {
      .room-row {
        flex-direction: row;
      }

      .room-delete-row,
      .selectors {
        display: contents;
      }
    }



/* END responsive add rooms modal*/
.ahHcontent{
    cursor: pointer;
    border-radius: 5px;
    background-color: white;
    padding: 5px 0px;
}
.ahHcontent:hover{
    background-color: var( --third);
}

.ahH-heading, .ahH-label{
    padding-bottom:0px;

}
.ahH-heading{
    font-size: 1em;
    font-weight: 700;
}
.ahH-label{
    font-size: 12px;
}
.ahH-heading {
  padding-left: 26px !important; /* Space for icon */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' %3E%3Cpath d='M120-120v-560h160v-160h400v320h160v400H520v-160h-80v160H120Zm80-80h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm160 160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm160 320h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm160 480h80v-80h-80v80Zm0-160h80v-80h-80v80Z'/%3E%3C/svg%3E");
  background-size: 18px 20px;
  background-repeat: no-repeat;
  background-position: 0px center;
}

/* iframe style*/
#hold_my_iframe { padding:0px; margin:0 auto; width: 100%; height: 600px; /*calc(100vh - 80px);*/ }
.myheader{height: 80px;}
.myheader h1{font-size: 24px;}
.iframeheight{height: calc(100vh - 80px) !important;}

@media (max-width: 767px) {
.iframeheight{height: calc(100vh - 68px) !important;}
    }



/* __________________________General button styles */
.ah-btn {
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 700;
    white-space: nowrap;
}

/* Sizes */
.btn-S {
    padding: 5px 15px;
    font-size: 12px;
}

.btn-M {
    padding: 10px 20px;
    font-size: 16px;
}

.btn-L {
    padding: 15px 30px;
    font-size: 20px;
}
.btn-fullW{
    display: inline-block;       /* Makes the link behave like a button */
    width: 100%; 
    text-align: center;     

}

/* Solid buttons */
.solid, .solid:hover {
    border: none;
    color: var(--white);
}

.solid-main {
    background-color: var(--main);
}

.solid-secnd {
    background-color: var(--secnd);
}

.solid-third {
    background-color: var(--third);
    color: var(--black);
}

.solid-black {
    background-color: var(--black);
}

.solid-white {
    background-color: var(--white);
    color: var(--black);
}

.solid-main:hover {
    background-color: var(--main-h);
}

.solid-secnd:hover {
    background-color: var(--secnd-h);
}
.solid-third:hover {
    background-color: var(--third-h);
}

.solid-black:hover {
    background-color: var(--black-h);
}

.solid-white:hover {
    background-color: var(--white-h);
}

/* outl buttons */
.outl {
    background-color: transparent;
    border: 2px solid currentColor;
    color: inherit;
}

.outl-main {
    color: var(--main);
}

.outl-secnd {
    color: var(--secnd);
}

.outl-sthird{
    color: var(--third);
}

.outl-black {
    color: var(--black);
}

.outl-white {
    color: var(--white);
}

.outl-main:hover {
    background-color: var(--main);
    color: var(--white);
}

.outl-secnd:hover {
    background-color: var(--secnd);
    color: var(--white);
}
.outl-third:hover {
    background-color: var(--third);
}

.outl-black:hover {
    background-color: var(--black);
    color: var(--white);
}

.outl-white:hover {
    background-color: var(--white);
    color: var(--black);
}


/* ------------- calendar css -------------------*/
   /* Calendar header for mobile */
   .modal-header-mobile {
    display: none; /* Hidden by default */
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #ccc;
}
.modal-header-mobile span{
    font-size: 1.2em;
}

.calendar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.calendar-nav button{
    border: 1px var(--black) solid;
  /*padding: 10px;*/}
  

#prevMonth, #nextMonth {
  cursor: pointer;
  background-color: var(--white);
  border: 1px var(--black) solid;
  border-radius: 50%;
}
#prevMonth:hover, #nextMonth:hover {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}

#prevMonth{
  padding: 15px !important; /* Space for icon */
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20focusable%3D%22false%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20pid%3D%220%22%20d%3D%22M18.226%201.862A1.09%201.09%200%201016.683.32L5.774%2011.229a1.09%201.09%200%20000%201.542l10.91%2010.91a1.09%201.09%200%20101.542-1.543L8.088%2012%2018.226%201.862z%22%20fill%3D%22%23717171%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
#nextMonth{
  padding: 15px !important; /* Space for icon */
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20focusable%3D%22false%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20pid%3D%220%22%20d%3D%22M5.774%201.862A1.09%201.09%200%20117.317.32l10.909%2010.909a1.09%201.09%200%20010%201.542l-10.91%2010.91a1.09%201.09%200%2011-1.542-1.543L15.912%2012%205.774%201.862z%22%20fill%3D%22%23717171%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.month-nav-disabled {
  /*border: 1px #ccc solid !important;  
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20focusable%3D%22false%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20pid%3D%220%22%20d%3D%22M18.226%201.862A1.09%201.09%200%201016.683.32L5.774%2011.229a1.09%201.09%200%20000%201.542l10.91%2010.91a1.09%201.09%200%20101.542-1.543L8.088%2012%2018.226%201.862z%22%20fill%3D%22%23cccccc%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E")!important;
  */
    opacity: 0.2;
  }




.calendar-container {
    display: flex;
    gap: 20px;
    flex-direction: row;
}
.calendar-single {
    flex: 1;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.calendar-days, .calendar-days-names {
    display: grid;
    /*grid-template-columns: repeat(7, 1fr);*/
    grid-template-columns: repeat(7, 40px);
    gap: 0px;
    text-align: center;
    justify-content: center;
}
.calendar-days-names{
    font-size: 0.8em;
    line-height: 1;
}
.calendar-day {
    aspect-ratio: 1 / 1;
    /*padding: 5px;*/
    display: flex;         /* Flexbox is used to align content */
    justify-content: center; /* Align horizontally (center) */
    align-items: center; 
    cursor: pointer;
}
.selected {
    background-color: var(--black);
    color: white;
    border-radius: 3px;
    /*pointer-events: none;*/
}
.in-range {
    background-color: var(--third);
    border-radius: 0px;
}
.disabled {
    color: #ccc;
    pointer-events: none;
    text-decoration:line-through;
}


/* Mobile Version */
@media (max-width: 768px) {
    #calendar {
        /*padding: 0px;*/
    }

    .modal-header-mobile {
        display: flex;
    }

    .calendar-container {
        flex-direction: column;
        gap: 5px;
    }

    .calendar-single {
        width: 100%;
    }

    #dateRangeInput {
        width: 100%;
    }

    .calendar-header {
        flex-direction: row;
        justify-content: center;
    }

    .calendar-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0px;
    }

    #prevMonth, #nextMonth {
        /*background: none;
        border: none;*/
        font-size: 20px;
        cursor: pointer;
    }


    .close-modal {
        /*position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;*/

        cursor: pointer;
        font-size: 18px;
        color: #007bff;
        border: none;
        background: none;
    }

}

/*properties page h2 title*/
.title-hotel-header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}
.title-hotel-name {
font-weight: 400;
margin: 0;
}

.title-hotel-city{
  font-weight: 700;
  margin: 0;
}

/* hotel card*/

.hotel-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 0.5rem;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
  }

  .hotel-header {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .hotel-header h3{
    margin-bottom: 0px !important;

  }

  .hotel-name {
      font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
  }

  .hotel-city{
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0;
  }

  .hotel-stars {
    display: flex;
    gap: 0.15rem;
    fill:"#000000";
  }

  .ratings {
    display: flex;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
  }

  .rating-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .rating-score {
    font-weight: bold;
    color: var(--secnd);
  }

  .services {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
  }

  .service-tag, .proximamente-tag {
    background-color: #f3f4f6;
    padding: 0.25rem 0.45rem;
    border-radius: 999px;
  }

  .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .CurrentPrice{
  display: flex;
  flex-direction: column;
  align-items: baseline;
  }


  .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--secnd);
    margin: 0px;
    padding: 0px;
  }
  .decimals{
      font-size:0.5em ;
  }

  /* newsletter form styles*/
  /* bg newsletter 
  .vc_custom_1733224306540
  */
.newsletter-dark-overlay{
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .newsletter-dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 20% opacity */
    z-index: 1;
    border-radius:30px;
  }
/*pop up maker plugin fix*/
.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
display: block !important;
}
/*Toggle custom css */
body div[data-style="minimal"] .toggle h3 a {
  font-size: 18px !important;
  line-height: 1.1;
}
@media only screen and (max-width: 690px) {
.force-align-center-mobile{
  text-align: center;
}
}


/* Grupos y empresas*/
@media only screen and (max-width: 690px) {

  #grupos-empresas-box .wpb_column.child_column.tl_br_30px > .vc_column-inner > div[class*="-wrap"],
  #grupos-empresas-box .wpb_column.child_column.tl_br_30px > .vc_column-inner,
  #grupos-empresas-box .wpb_column.child_column.bl_br_30px > .vc_column-inner > div[class*="-wrap"],
  #grupos-empresas-box .wpb_column.child_column.bl_br_30px > .vc_column-inner,
  #grupos-empresas-box .wpb_column.child_column.tr_br_30px > .vc_column-inner > div[class*="-wrap"],
  #grupos-empresas-box .wpb_column.child_column.tr_br_30px > .vc_column-inner,
  #grupos-empresas-box .wpb_column.child_column.br_br_30px > .vc_column-inner > div[class*="-wrap"],
  #grupos-empresas-box .wpb_column.child_column.br_br_30px > .vc_column-inner {
    border-top-left-radius: 0px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    border-top-right-radius: 0px;
    overflow: hidden;
    border-bottom-right-radius: 0px;
    overflow: hidden;
}
}


/*home slider*/
.offer-slide-bg-01{
  background-image: url(https://www.alorahoteles.com/wp-content/uploads/2025/03/slider-home-01-05-1.webp);

}
.offer-slide-bg-02{
background-image: url(https://www.alorahoteles.com/wp-content/uploads/2025/03/oferta-slider.webp);
}

.swiper-slide .content p {
  line-height: 1;
}

/*hide recaptcha*/
.grecaptcha-badge { 
  visibility: hidden; 
  }


.no-click, .no-click a {   
    pointer-events: none;
    opacity: 0.6;
    filter: saturate(10%); /* Decreases saturation */
  }

.propertyCard_greyed{
  opacity: 0.3;
  filter: saturate(10%); /* Decreases saturation */
  pointer-events: none;
}


/* -- modal mobile responsive --*/

/* --stop body scroll function --*/
body.no-scroll,
html.no-scroll {
  margin: 0;
  padding: 0;
  overflow: hidden !important;
  height: 100%;
}
/* -- end stop body scroll function --*/

.modal-container {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/*.modal-footer, .modal-content, .modal-header-mobile {
  border-color: #660d3b;
  border-width: 10px;
}*/
.modal-content {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
}
.modal-footer {
    height: 80px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    display: flex;
justify-content: flex-end; /* Align items to the right */
align-items: center;        /* Center items vertically */
gap: 10px;  
    border-top: 1px solid #e0e0e0;
    padding: 0 20px;
    gap: 10px;
}
.modal-footer::before,
.modal-footer::after {
  content: none; /* o "" si necesario, pero mejor eliminar completamente */
  display: none;
}

.modal-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    /*padding: 0px 10px;*/
    display: none;
    z-index: 999999;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    transition: height 0.3s ease-in-out;
}
/*Responsive desktop version */
@media (min-width: 768px) {
    .modal-box {
        position: absolute;
        width: auto;
        height: auto;
        background: #ffffff;
        display: none;
        z-index: 9981;
        border-radius: 15px;
        /*padding:30px;*/
        overflow: hidden;
    }
}
