/* Results */
.hero-image--results {
  width: 100%;
  height: 40rem;
}
#detailResult {
  width: 100%;
  max-width: 80.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 10.1rem;
  padding: 0 2rem;
}
#detailResult p {
  text-align: center;
  color: #686668;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contenedor__props {
  background: #f5f0ea;
  width: 100%;
  padding: 10.1rem 0;
  margin-bottom: 6.1rem;
}
.btnseeAll {
  border: 1px solid #fff;
  background: #fff;
  display: inline-flex;
  padding: 1rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #2c2c2c;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  width: max-content;
  align-self: center;
  margin-top: 6.1rem;
  transition: var(--transition);
}
.btnseeAll:hover {
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
  color: #fff;
}
.wrap-property {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  overflow: hidden;
}
#wrapSearchForm {
  background: #f5f0ea;
}
#ic-results {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 1;
  margin-top: 10.1rem;
}
#ic-resultsList {
  position: relative;
}
#ic-resultsMeta h1 {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
#ic-resultsList > div {
  position: relative;
  z-index: 1;
}
.wrap-left,
.ic-resultsCount,
#ic-resultsMeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
#ic-resultsMeta.ic-metaBottom {
  justify-content: center;
  gap: 1rem;
}
.wrap-left {
  gap: 1rem;
}
.count-list {
  color: #2c2c2c;
  text-align: right;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
#ic-resultsMeta.ic-metaBottom .count-list {
  color: #2c2c2c;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
#ic-resultsMeta.ic-metaBottom .ic-pagination li a,
#ic-resultsMeta.ic-metaBottom .ic-pagination li span {
  color: #2c2c2c;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
.ic-resultsCount {
  gap: 8rem;
}
.ic-shortlistPage .ic-resultsCount {
  gap: 2rem;
}
#ic-areaBanner > article,
#ic-contentMore {
  position: relative;
  z-index: 1;
  max-width: 140rem;
  margin: 0 auto;
  padding: 10rem 2rem 4rem;
}
#ic-contentMore {
  padding: 0 2rem 10rem;
}
#ic-areaBanner h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 1rem;
}
#ic-areaBanner h3 {
  font-family: "Open Sans";
  color: #fff;
  font-weight: 300;
}

/* META */
#ic-areaMeta {
  position: relative;
  z-index: 10;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 2rem;
}
#ic-areaIntro h1 {
  font-size: 2em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#ic-areaIntro h2 {
  margin-bottom: 2rem;
  font-size: 1.4em;
  font-weight: 300;
}
#ic-areaIntro h2,
#ic-areaIntro h3,
#ic-areaIntro h4,
#ic-areaIntro h5 {
  font-family: "Open Sans";
}
.ic-resultsMeta {
  position: relative;
  z-index: 10;
  max-width: 140rem;
  margin: 0 auto;
  padding: 3rem 2rem 2rem;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: space-between;
}
#ic-resultsInfo {
  position: relative;
  z-index: 10;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}
.ic-resultsMeta#ic-metaBottom {
  padding: 0 2rem 6rem;
}
.ic-resultsMeta > article {
  max-width: calc(100% - 30rem);
  margin: auto auto auto 0;
}
.ic-resultsMeta.ic-metaBottom > article {
  max-width: none;
}
.ic-resultsMeta h1,
.ic-resultsMeta h2 {
  margin: 0;
  font-size: 1.8em;
  text-transform: uppercase;
}
.ic-resultsMeta .ic-orderBy {
  margin: auto 0 auto auto;
  min-width: 22rem;
}
.ic-resultsMeta .ic-orderBy .options {
  width: 99%;
}
.ic-resultsMeta .ic-orderBy .option.selected {
  display: none;
}

.ic-resultsMeta h5 {
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.02em;
}
.ic-resultsMeta .ic-pagination {
  padding: 3rem 0 0;
  margin: auto 0 auto auto;
}

#ic-areaIntro span:empty + button {
  display: none;
}

#ic-results.ic-recomProps #ic-page {
  display: block;
  max-width: 76rem;
  padding: 3rem 2rem 1rem;
  text-align: center;
}
#ic-results.ic-recomProps h1 {
  text-align: center;
}

#ic-results.ic-shortlistPage .ic-resultsMeta > article {
  flex: 1 100%;
  max-width: 100%;
}
#ic-results.ic-shortlistPage h1 {
  margin-bottom: 0;
}
#ic-favShareList {
  flex: 1 80%;
  max-width: calc(100% - 30rem);
}
#ic-favShareList h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  line-height: 1;
  margin: 0;
}
#ic-favShareList a {
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 1rem 0.9rem;
  font-size: 1.2em;
  line-height: 1;
}
.swiper-areasResult .counter {
  display: none;
}

/* RWD */
@media only screen and (max-width: 1000px) {
  .hero-image--results {
    height: 20rem;
  }
}
@media only screen and (max-width: 766px) {
  .ic-resultsCount {
    gap: 3rem;
    width: 100%;
  }
  #ic-results {
    margin-top: 3rem;
  }
  .swiper-areasResult .wrap__button-swiper {
    margin-top: 4rem;
  }
  .swiper-areasResult .counter {
    display: block;
    color: #8f877e;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 6.8px;
  }
  #ic-resultsList {
    margin-top: 2rem;
    position: relative;
  }
  #ic-resultsMeta.ic-metaBottom .ic-pagination li a,
  #ic-resultsMeta.ic-metaBottom .ic-pagination li span,
  #ic-resultsMeta.ic-metaBottom .count-list {
    color: #2c2c2c;
    text-align: right;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
  }
  #ic-resultsMeta.ic-metaBottom {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 500px) {
  .ic-resultsCount {
    gap: 1rem;
  }
  #detailResult {
    gap: 2rem;
    margin-bottom: 8rem;
    align-items: flex-start;
  }
  #detailResult h1 {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  #ic-results {
    gap: 0;
  }
  #detailResult p {
    text-align: start;
  }
  .contenedor__props {
    padding: 3rem 0;
  }
  .swiper-areasResult .wrap__button-swiper {
    margin-bottom: 0;
  }
  .btnseeAll {
    margin-top: 0rem;
    background: none;
    border: none;
    color: #8f877e;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
  }
  .hero-image--results {
    height: 10rem;
  }
}
