/* *********************************************************************************************************************
* PISUERGA CHALETS STYLES
*/
@import "../../../css/tooltipster.css";
.chalets-pisuerga {
  position: relative;
  box-sizing: border-box;
}
.chalets-pisuerga h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.chalets-pisuerga .chalet-selector,
.chalets-pisuerga .chalet-info {
  display: none;
}
.chalets-pisuerga .chalets {
  position: relative;
}
.chalets-pisuerga .chalets .chalet {
  position: absolute;
  top: 0;
  left: 0;
}
.chalets-pisuerga .chalets .chalet.disponible .bt {
  pointer-events: auto;
  cursor: pointer;
  background-color: #9fbc0d;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.chalets-pisuerga .chalets .chalet.disponible:hover .bt {
  opacity: 0.7;
}
.chalets-pisuerga .chalets .chalet.disponible:hover .data {
  top: 110px;
  opacity: 1;
}
.chalets-pisuerga .chalets .chalet:not(.disponible) .bt {
  pointer-events: auto;
}
.chalets-pisuerga .chalets .chalet:not(.disponible) .data {
  height: auto;
}
.chalets-pisuerga .chalets .chalet:not(.disponible) .data p {
  display: none;
}
.chalets-pisuerga .chalets .chalet:not(.disponible) .data p:first-child {
  display: flex;
  flex-direction: column;
  height: 15px;
  color: transparent;
}
.chalets-pisuerga .chalets .chalet:not(.disponible) .data p:first-child:before {
  content: "No disponible";
  text-align: center;
  color: #000;
}
.chalets-pisuerga .chalets .chalet:not(.disponible):hover .data {
  top: 110px;
  opacity: 1;
}
.chalets-pisuerga .chalets .chalet .bt {
  pointer-events: none;
  width: 34px;
  height: 101px;
  background-color: #990028;
  opacity: 0.4;
}
.chalets-pisuerga .chalets .chalet .data {
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 100px;
  padding: 15px;
  background-color: #fff;
  border: 2px solid #990028;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.chalets-pisuerga .chalets .chalet .data:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  width: 10px;
  height: 10px;
  background-color: #990028;
  border-radius: 50%;
  border: 2px solid #fff;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.chalets-pisuerga .chalets .chalet .data:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  width: 2px;
  height: 30px;
  background-color: #990028;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.chalets-pisuerga .chalets .chalet .data p {
  margin-top: 0;
  font-size: 11px;
}
.chalets-pisuerga .chalets .chalet .data p:first-child {
  margin-top: -3px;
  font-size: 12px;
  font-weight: 700;
}
.chalets-pisuerga .chalets .chalet.c1 {
  top: 153px;
  left: 526px;
}
.chalets-pisuerga .chalets .chalet.c2 {
  top: 153px;
  left: 491px;
}
.chalets-pisuerga .chalets .chalet.c3 {
  top: 153px;
  left: 458px;
}
.chalets-pisuerga .chalets .chalet.c4 {
  top: 153px;
  left: 423px;
}
.chalets-pisuerga .chalets .chalet.c5 {
  top: 153px;
  left: 388px;
}
.chalets-pisuerga .chalets .chalet.c6 {
  top: 153px;
  left: 353px;
}
.chalets-pisuerga .chalets .chalet.c7 {
  top: 153px;
  left: 320px;
}
.chalets-pisuerga .chalets .chalet.c8 {
  top: 153px;
  left: 284px;
}
.chalets-pisuerga .chalets .chalet.c9 {
  top: 153px;
  left: 251px;
}
.chalets-pisuerga .chalets .chalet.c10 {
  top: 153px;
  left: 216px;
}
.chalets-pisuerga .chalets .chalet.c11 {
  top: 51px;
  left: 88px;
}
.chalets-pisuerga .chalets .chalet.c12 {
  top: 51px;
  left: 121px;
}
.chalets-pisuerga .chalets .chalet.c13 {
  top: 51px;
  left: 156px;
}
.chalets-pisuerga .chalets .chalet.c14 {
  top: 51px;
  left: 190px;
}
.chalets-pisuerga .chalets .chalet.c15 {
  top: 51px;
  left: 224px;
}
.chalets-pisuerga .chalets .chalet.c16 {
  top: 51px;
  left: 257px;
}
.chalets-pisuerga .chalets .chalet.c17 {
  top: 51px;
  left: 290px;
}
.chalets-pisuerga .chalets .chalet.c18 {
  top: 51px;
  left: 324px;
}
.chalets-pisuerga .chalets .chalet.c19 {
  top: 51px;
  left: 358px;
}
.chalets-pisuerga .chalets .chalet.c20 {
  top: 51px;
  left: 392px;
}
.chalets-pisuerga .chalets .chalet.c21 {
  top: 51px;
  left: 426px;
}
.chalets-pisuerga .chalets .chalet.c22 {
  top: 51px;
  left: 460px;
}
.chalets-pisuerga .chalets .chalet.c23 {
  top: 51px;
  left: 494px;
}
.chalets-pisuerga .chalets .chalet.c24 {
  top: 51px;
  left: 528px;
}

@media screen and (max-width: 1350px) {
  .chalets-pisuerga .chalets {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  .chalets-pisuerga .chalets .base {
    transform: scale(1.16);
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .block-wrapper-grid:has(.chalets-pisuerga) {
    overflow: hidden;
  }
  .block-wrapper-grid:has(.chalets-pisuerga) .block-container {
    width: 730px;
  }
  .chalets-pisuerga .chalets {
    pointer-events: none;
    transform: scale(1);
  }
  .chalets-pisuerga .chalets .base {
    transform: scale(1);
  }
  .chalets-pisuerga .chalets .chalet .bt {
    pointer-events: none !important;
  }
  .chalets-pisuerga .chalets .chalet .data {
    display: none;
  }
  .chalets-pisuerga .chalets .chalet.disponible.selected .bt {
    opacity: 0.7;
  }
  .chalets-pisuerga .chalet-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .chalets-pisuerga .chalet-selector select {
    appearance: none;
    flex: 1;
    max-width: 130px;
    padding: 8px 14px;
    border: none;
    border-radius: 18px;
    background: #f1f1f1 url("https://www.pryconsa.es/media/arrow-down-icon.svg") no-repeat calc(100% - 7px) center;
    background-size: 16px;
    font-size: 14px;
  }
  .chalets-pisuerga .chalet-info {
    display: block;
    margin-bottom: 15px;
  }
  .chalets-pisuerga .chalet-info .num {
    margin: 0 0 4px;
    font-weight: 700;
  }
  .chalets-pisuerga .chalet-info .specs {
    margin: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .block-wrapper-grid:has(.chalets-pisuerga) {
    overflow: hidden;
  }
  .block-wrapper-grid:has(.chalets-pisuerga) .block-container {
    width: 340px;
  }
  .chalets-pisuerga .chalets {
    transform: scale(0.5);
  }
  .chalets-pisuerga .chalets .base {
    transform: scale(2.15);
  }
}
