.bh__content {
  padding: 150px 0px;
  [data-ref~="target"] {
    will-change: transform, opacity;
  }
  @media (max-width: 992px) {
    padding: 120px 0 0 0px;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  h3 {
    font-size: var(--body-regular-size);
    font-weight: var(--body-regular-weight);
    line-height: var(--body-regular-line);
    margin-bottom: 10px;
    color: #656565;
  }
  h2 {
    font-size: var(--heading-1-size);
    font-weight: var(--heading-1-weight);
    line-height: var(--heading-1-line);
    margin-bottom: 20px;
    color: #000;
  }
  p {
    font-size: var(--body-regular-size);
    font-weight: var(--body-regular-weight);
    line-height: var(--body-regular-line);
    color: #656565;
  }
  a {
    font-size: var(--body-bold-size);
    font-weight: var(--body-bold-weight);
    line-height: var(--body-bold-line);
    color: #000;
  }
  #resetFilters {
    padding: 0;
    border: 2px solid var(--color-grey-text);
    border-radius: 20px;
    background-color: #fff;
  }
  #resetFilters.active,
  #capacidadSelect.active,
  #zonaSelect.active {
    background-color: var(--color-grey-text);
    color: #fff;
    h6 {
      color: #fff;
    }
  }
  #resetFilters h6 {
    font-size: var(--body-small-bold-size);
    font-weight: var(--body-small-bold-weight);
    line-height: var(--body-small-bold-line);
    color: var(--color-grey-text);
    padding: 7px 15px;
  }
  @media (max-width: 768px) {
    #resultContainer .row {
      margin-left: 0px;
      margin-right: 0px;
    }
    #resetFilters {
      display: inline-block;
    }
  }
  .link-arrow span::after,
  .link-arrow span::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 8.7' style='enable-background:new 0 0 18 8.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cg%3E%3Crect x='0.5' y='3.6' class='st0' width='15.2' height='1.5'/%3E%3C/g%3E%3Cg%3E%3Cpolygon class='st0' points='13.2,8.7 12.1,7.6 15.4,4.3 12.1,1.1 13.2,0 17.5,4.3 '/%3E%3C/g%3E%3C/svg%3E ");
  }
  .btn-link:hover {
    color: #000;
  }
  .btn-link::after {
    border-bottom: 2px solid #000;
  }
  .filters-search input {
    background: rgba(101, 101, 101, 0.2);
    padding: 0 10px 0 45px;
    border-radius: 0px;
  }
  .filters-search button {
    left: 0px;
    border-radius: 0px;
  }
  .filters-search button:not(:disabled):hover {
    color: #fff;
    background-color: #656565 !important;
  }
  .filters-search input::placeholder {
    color: #656565;
  }
  .bh__content__items > div {
    padding-left: 10px !important;
    padding-right: 10px !important;
    /* min-height: 100%; */
  }
  .bh__content__items {
    margin-top: 68px;
    .bh__content__item__chip {
      position: absolute;
      top: 27px;
      left: 42px;
      background-color: white;
      padding: 10px;
      font-size: 16px;
      font-weight: 600;
      line-height: 16px;
      svg {
        position: relative;
        top: -2px;
        margin-right: 5px;
      }
    }
    [class^="col-"] {
      padding-left: 0px;
      padding-right: 0px;
    }
    .hero__button {
      font-size: 16px;
      font-weight: bold;
      line-height: 16px;
      padding: 12px 23.5px;
    }
    @media (max-width: 1200px) {
      .hero__button {
        font-size: 16px;
        font-weight: bold;
        line-height: 31px;
        padding: 0px 30px;
      }
    }
    dialog {
      padding: 0;
      border: none;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      max-width: 90vw;
      max-height: 90vh;
      overflow: auto;
      width: 100%;
      max-width: 1140px;
      .modal-header {
        border-bottom: none;
        .modal-title {
          font-size: 25px;
          font-weight: 600;
          line-height: 38px;
          color: #212121;
          margin-top: 50px;
        }
        p {
          font-size: 21px;
          font-weight: 400;
          line-height: 30px;
          color: #656565;
          margin-bottom: 6px;
        }
      }
      .modal-body {
        padding-top: 0px;
        .modal_gallery .swiper-wrapper .slick-list img {
          height: 290px;
        }
        .modal_gallery .swiper-container .swiper-wrapper {
          .slick-next {
            right: 10px;
          }
          .slick-next::before {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.28613%201.1665L0.952798%204.49984L4.28613%207.83317%22%20stroke%3D%22%239C9E9F%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
            transform: rotate(180deg);
            margin-right: 3px;
          }
          .slick-prev {
            left: 10px;
          }
          .slick-prev::before {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.28613%201.1665L0.952798%204.49984L4.28613%207.83317%22%20stroke%3D%22%239C9E9F%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
            transform: rotate(0deg);
            margin-left: 3px;
          }
        }
        .modal_gallery .swiper-wrapper .slick-arrow {
          width: 25px;
          height: 25px;
        }
        .modal_content_left {
          padding-left: 25px;
          padding-right: 20px;
          strong {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #000;
            text-transform: uppercase;
          }
          span {
            font-size: 14px;
            font-weight: lighter;
            line-height: 24px;
            color: #656565;
          }
          p {
            font-size: 16px;
            font-weight: normal;
            line-height: 24px;
            color: #656565;
          }
        }
        .modal_content_right {
          padding-left: 30px;
          padding-right: 30px;
          strong {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #000;
            text-transform: uppercase;
          }
          li {
            color: #656565;
            margin-bottom: 10px;
            break-inside: avoid;
            i {
              font-size: 20px;
              margin-right: 16px;
            }
          }
          .list-unstyled {
            margin-top: 33px;
            column-count: 2;
            column-gap: 20px;
          }
        }
        .modal_button {
          padding-left: 25px;
          .hero__button {
            padding: 7px 17px;
          }
        }
      }
      .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
        background-color: transparent;
        border: 0;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: 0.5;
        cursor: pointer;
      }

      .close:hover {
        opacity: 0.75;
      }
    }
    dialog::backdrop {
      background-color: rgba(0, 0, 0, 0.5);
    }
    .hospedaje-card {
      display: block;
      /* height: 100%; */

      .hospedaje-header {
        padding: 15px 15px 0px 15px;
      }
      .hospedaje-header .icon .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 80px;
        color: #fff;
      }
      .hospedaje-content {
        padding: 10px 15px 25px 15px;
      }
      .hospedaje-content p {
        margin: 0;
        padding: 0;
        text-align: left;
        color: #606060;
        min-height: 3em;
        font-size: var(--modal-regular-size);
        font-weight: var(--modal-regular-weight);
        line-height: var(--modal-regular-line);
      }
      .hospedaje-content h3 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: var(--main-lead-bold-size);
        font-weight: var(--main-lead-bold-weight);
        line-height: var(--main-lead-bold-line);
        text-align: left;
        color: #000;
      }
      .hospedaje-content ul {
        margin-top: 10px;
        margin-bottom: 25px;
      }
      .hospedaje-content ul li {
        img {
          margin-right: 10px;
        }
      }
      .hospedaje-content ul li span {
        color: #606060;
        font-size: var(--modal-regular-size);
        font-weight: var(--modal-regular-weight);
        line-height: var(--modal-regular-line);
      }
      @media (max-width: 1200px) {
        .hospedaje-content ul {
          margin-top: 0.5rem;
          margin-bottom: 25px;
        }
      }
      @media (min-width: 999px) {
        .hospedaje-header img {
          object-fit: cover;
          height: 227px !important;
        }
      }
    }
  }
  .highlight {
    background-color: rgba(101, 101, 101, 0.2);
    color: #000;
    padding: 0 2px;
    border-radius: 3px;
  }
  .padding10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.pagination {
  margin: 15px 0;
}
.pagination a {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  padding: 4px;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background-color: #f3efeb;
}

.pagination a.jp-previous {
  margin-right: 15px;
}
.pagination a.jp-next {
  margin-left: 15px;
}
.pagination a.jp-current,
a.jp-current:hover {
  color: #656565;
  font-weight: bold;
}
.pagination a.jp-current,
a.jp-current:hover,
.pagination a.jp-disabled,
a.jp-disabled:hover {
  cursor: default;
  background-color: #656565;
}
.pagination span {
  margin: 0 5px;
}
