/* global style */
body {
  overflow-x: hidden;
}
input {
  border-radius: 0;
}
textarea {
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}

:root {
  --color-orange: #f28f45;
  --color-white: #fff;
  --color-black: #2c2c2c;
  --color-grey-dark: #686668;
  --color-gray-light: #8f877e;
  --color-beige: #f5f0ea;
  --color-background: rgba(44, 44, 44, 0.8);
  --transition: all 0.3s ease-in;
}
body {
  font-family: "Manrope", sans-serif;
}
html {
  font-size: 62.5%; /* 10px/16px = 62.5% -> 1rem = 10px*/
  font-optical-sizing: auto;
  scroll-behavior: smooth;
  font-family: "Manrope", sans-serif;
  font-style: normal;
}
a,
a svg,
a svg path,
li,
li a,
li span {
  transition: var(--transition);
}
.bg-center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1 {
  color: var(--color-black);
  font-family: "Manrope", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
h2 {
  color: var(--color-black);
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
h3 {
  color: var(--color-black);
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
h4 {
  color: var(--color-black);
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p {
  color: var(--color-black);
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
.container {
  width: 90%;
  max-width: 144rem;
  margin: 0 auto;
}
.container2 {
  width: 90%;
  max-width: 152rem;
  margin: 0 auto;
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 100%;
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  width: 100%;
}
.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
/* Inputs */
#ic-reqInfo input[type="text"],
#ic-reqInfo input[type="email"],
#ic-reqInfo input[type="tel"],
#ic-reqInfo textarea {
  position: relative;
  width: 100%;
  height: 4.6rem;
  line-height: 4.6rem;
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #8f877e;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.6px;
  background: #fff;
  border: 0;
  outline: 0;
  text-overflow: ellipsis;
  box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  position: relative;
  width: 100%;
  height: 4.6rem;
  line-height: 4.6rem;
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #8f877e;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.6px;
  background: #fff;
  border: 0;
  outline: 0;
  text-overflow: ellipsis;
  box-shadow: none;
}
input[type="text"],
input[type="email"],
textarea {
  padding-left: 1rem;
}
#ic-reqContact textarea {
  resize: none;
  height: 6rem;
  padding-top: 1rem;
}
textarea {
  resize: none;
}
/* Buttons */
.ic-button,
.ic-button:visited,
.ic-lightBTN,
.ic-lightBTN:visited,
.ic-lineBTN,
.ic-lineBTN:visited {
  padding: 1.175rem 3.2rem;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
  font-family: "Manrope", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  text-transform: initial;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  transition: all 0.3s linear;
  width: 24.5rem;
}
#ic-searchform form .ic-button {
  padding: 1.175rem 3.2rem;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
  font-family: "Manrope", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  text-transform: initial;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  transition: all 0.3s linear;
  width: 21.4rem;
  transition: var(--transition);
}
#ic-searchform form .ic-button:hover {
  color: #2c2c2c;
  background: transparent;
}
.ic-buttonReqContact {
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  width: 18.9rem;
  height: 4rem;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: var(--transition);
}

.ic-buttonReqContact:hover {
  color: #2c2c2c;
  background: #fff;
}
.ic-button:hover,
.ic-button:focus,
.ic-button:active {
  color: var(--color-black);
  background: transparent;
}
.ic-lightBTN,
.ic-lightBTN:visited {
  border: 0;
  color: #000;
  background: #e2dad1;
}
.ic-lineBTN,
.ic-lineBTN:visited {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.ic-lightBTN:hover,
.ic-lightBTN:focus,
.ic-lightBTN:active,
.ic-lineBTN:hover,
.ic-lineBTN:focus,
.ic-lineBTN:active {
  color: #fff;
  background: #000;
  border-color: #000;
}
.ic-centerBTN {
  display: block;
  max-width: 140rem;
  text-align: center;
  margin: 0 auto;
  padding: 0 2rem;
}
.ic-centerBTN .ic-button,
.ic-centerBTN .ic-button:visited,
.ic-centerBTN .ic-lightBTN,
.ic-centerBTN .ic-lightBTN:visited {
  display: block;
  width: 100%;
  max-width: 32%;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 1.5rem 2rem;
}
#ic-whatsappBTN {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 12;
}
/* Checkbox */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + span,
[type="checkbox"]:checked + span {
  position: relative;
  padding-left: 2.2rem;
  color: #2c2c2c;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
#ic-reqContact [type="checkbox"]:not(:checked) + span a,
#ic-reqContact [type="checkbox"]:checked + span a {
  position: relative;
  color: #8f877e;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
#ic-reqContact [type="checkbox"]:not(:checked) + span,
#ic-reqContact [type="checkbox"]:checked + span {
  position: relative;
  padding-left: 2.2rem;
  color: #8f877e;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
[type="checkbox"]:not(:checked) + span a,
[type="checkbox"]:checked + span a {
  font-weight: 600;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid var(--color-black);
  background: transparent;
  box-shadow: none;
}
#ic-reqContact [type="checkbox"]:not(:checked) + span:before,
#ic-reqContact [type="checkbox"]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #8f877e;
  background: transparent;
  box-shadow: none;
}
#ic-reqInfo [type="checkbox"]:not(:checked) + span:before,
#ic-reqInfo [type="checkbox"]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #8f877e;
  background: transparent;
  box-shadow: none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #8f877e;
  background: #8f877e;
  top: 0px;
  left: 0;
  transition: all 0.3s linear;
}
#ic-reqContact [type="checkbox"]:not(:checked) + span:after,
#ic-reqContact [type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.6rem;
  background: #8f877e;
  border: 1px solid #8f877e;
  top: 0px;
  left: 0;
  transition: all 0.3s linear;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + span:before {
  box-shadow: none;
  border-color: red;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + span:after {
  color: #999;
}
[type="checkbox"]:disabled + span {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + span:before,
[type="checkbox"]:not(:checked):focus + span:before {
  border: 1px solid #c3c3c3;
}

/* CookiesUp */
.cookiesUp {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 1rem;
  text-align: center;
  z-index: 10000;
  box-sizing: border-box;
}
.cku-yes.ic-greenBTN,
.cku-no.ic-greenBTN {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 1.2rem 2rem;
  font-size: 1em;
  font-weight: 400;
  transition: all 0.3s linear;
}
.cku-label {
  margin: 0 2rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Header */
header {
  width: 100%;
  z-index: 3000;
  max-width: 100%;
  transition: all 0.3s ease-in;
}
#ic-headerGal {
  position: absolute;
  background: transparent;
}
header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  padding: 2rem 0;
}

#ic-logo,
#ic-logoQS {
}
#ic-logo img,
#ic-logoQS img {
  width: 100%;
}
#ic-logo h1,
#ic-logoQS h1 {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: -0.02em;
  margin: 0 0 1px 0;
  line-height: 1;
}
#ic-logo span,
#ic-logoQS span {
  font-size: 0.8em;
}

#ic-headerTop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
#ic-headerGal .line {
  width: 1px;
  height: 2rem;
  background: #fff;
}
.line {
  width: 1px;
  height: 2rem;
  background: #2c2c2c;
}
.lineBlack {
  width: 1px;
  height: 2rem;
  background: var(--color-black);
  margin-left: 3rem;
}
.lineBlackHorizontal {
  width: 100%;
  height: 1px;
  background: var(--color-black);
}
.lineBlackHorizontalMovil {
  display: none;
  width: 100%;
  height: 1px;
  background: var(--color-black);
}
.linegrey {
  width: 1px;
  height: 1rem;
  background: var(--color-gray-light);
}
.linegrey:last-child {
  background: none;
}

#ic-headerTop ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
#ic-headerTop #ul-languages {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#ic-headerTop .ic-dropdown ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#ic-headerTop ul li {
  padding: 0;
}
#ic-headerTop a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
}
.ic-linkDD {
  cursor: default;
}
#ic-headerGal #ic-headerTop a {
  color: #fff;
}
#heroMovil {
  display: none;
}
#ic-languages {
  position: relative;
  z-index: 1;
  color: #2c2c2c;
  cursor: pointer;
}

#ic-headerGal #ic-languages {
  position: relative;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
#ic-languages {
  margin: 0 0 0 auto;
  cursor: pointer;
}

#ic-headerGal #ic-languages li a,
#ic-headerGal .ic-shortNumber,
#ic-headerGal .shortlistCount,
#ic-headerGal #ic-languages span {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}

#ic-languages li a,
.ic-shortNumber,
.shortlistCount,
#ic-languages span {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
#ic-languages li a,
.ic-shortNumber,
.shortlistCount {
  text-transform: uppercase;
}

#ic-languages.open span::after {
  top: 12px;
  transform: rotate(-139deg);
}
#ic-headerGal #ic-languages:hover span {
  color: var(--color-orange);
}
#ic-languages:hover span {
  color: var(--color-gray-light);
}
#ic-languages:hover span::after {
  border-color: #e2dad1;
}
#ic-headerGal #ic-languages ul {
  width: auto;
  position: absolute;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
#ic-languages ul {
  display: none;
  width: auto;
  position: absolute;
  right: -2.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.175);
  width: 6rem;
  transition: var(--transition);
}

#ic-languages:hover ul {
  display: block;
}
#ic-languages ul li {
  padding: 1rem 0 0rem 0;
}
#ic-languages ul li:last-child {
  padding-bottom: 1rem;
}
#ic-languages ul li.selected {
  display: none;
}
#ic-languages li {
  display: block;
  padding: 0;
}

#ic-headerGal #ic-languages li a:hover {
  color: var(--color-orange);
}
#ic-languages li a:hover {
  color: var(--color-gray-light);
}
#ic-headerTop li::before,
#ic-languages li::before,
#ic-navigation li::before {
  display: none;
}

header#ic-headerGal.affix #ic-navigation .ic-dropdown {
  background: #000;
  padding-top: 1.2rem;
}

/* Navigation */
#ic-navigation > button,
#ic-logoXS,
#ic-menuXS {
  display: none;
}
#ic-navBTN:focus,
#ic-navBTN:active {
  outline: none;
}
#ic-navBTN {
  display: none;
  position: absolute;
  top: 2.6rem;
  z-index: 200;
  padding: 3.3rem 2.7rem;
  width: 5rem;
  height: 4.2rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  outline: none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#ic-navBTN span {
  display: block;
  position: absolute;
  height: 1px;
  width: 78%;
  background: var(--color-black);
  border-radius: 0.9rem;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#ic-navBTN span:nth-child(1) {
  top: 1.8rem;
  transform-origin: left center;
}
#ic-navBTN span:nth-child(2) {
  top: 3rem;
  transform-origin: left center;
}
#ic-navBTN span:nth-child(3) {
  top: 4.3rem;
  transform-origin: left center;
}
#ic-navBTN.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 1.9rem;
  left: 0.8rem;
}
#ic-navBTN.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#ic-navBTN.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 4.7rem;
  left: 0.8rem;
}

#ic-navigation {
  z-index: 200;
}
#ic-navbar {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}
#ic-navigation .nav {
  list-style: none;
  padding-left: 0;
}

#ic-navigation .nav li:not(:first-child) {
  position: relative;
  padding-left: 1.5rem;
}
#ic-navigation .nav li:not(:first-child)::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-white);
  font-size: 2rem;
  line-height: 1;
}
#ic-navigation .nav li {
  color: #2c2c2c;
}
#ic-headerGal #ic-navigation .nav li {
  color: var(--color-white);
}
#ic-navigation .nav > li > a,
#ic-navigation .nav > li > a:visited {
  position: relative;
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}

#ic-headerGal #ic-navigation .nav > li > a,
#ic-headerGal #ic-navigation .nav > li > a:visited {
  color: #fff;
}
#ic-headerGal #ic-headerTop #ic-navigation .ic-dropdown a:hover,
#ic-headerTop #ic-navigation .ic-dropdown a:hover,
#ic-navigation .ic-dropdown a:hover,
#ic-navigation .ic-dropdown a:focus,
#ic-navigation .nav li:hover > a,
#ic-navigation .nav li:focus > a {
  color: var(--color-orange);
}
#ic-navbar #languages-movil,
.wrapBtnMenu svg {
  display: none;
}
#ic-headerGal #ic-navigation .ic-dropdown a:hover,
#ic-headerGal #ic-navigation .ic-dropdown a:focus,
#ic-headerGal #ic-navigation .nav li:hover > a,
#ic-headerGal #ic-navigation .nav li:focus > a {
  color: var(--color-orange);
}
#ic-headerGal #ic-navigation li:hover .ic-caret,
#ic-headerGal #ic-navigation li:focus .ic-caret {
  border-color: #000;
}

#ic-navigation .ic-dropdown {
  position: absolute;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
#ic-headerGal #ic-navigation .ic-dropdown {
  padding: 2rem 0 0 0;
  box-shadow: none;
  background: transparent;
  margin-top: 0;
}
#ic-navigation .ic-dropdown {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.175);
}

#ic-navigation .ic-dropdown ul {
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}
#ic-navigation .ic-dropdown li {
  text-align: left;
}
#ic-headerGal #ic-headerTop #ic-navigation .ic-dropdown a {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
}
#ic-headerTop #ic-navigation .ic-dropdown a {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #2c2c2c;
}
#ic-navigation .nav .ic-dropdown li:not(:first-child)::after {
  content: none;
}
#ic-navigation .nav .ic-dropdown li:not(:first-child) {
  padding-left: 0rem;
}

#ic-navigation li:hover .ic-caret {
  border-color: #e2dad1;
}

/* Collapse */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* Close Menu */
.ic-XSclose {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  overflow: hidden;
  transition: none;
}
.ic-XSclose:hover::before,
.ic-XSclose:hover::after {
  background: #000;
  transition: all 0.3s linear;
}
.ic-XSclose::before,
.ic-XSclose::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  transition: all 0.3s linear;
}
.ic-XSclose::before {
  transform: rotate(45deg);
}
.ic-XSclose::after {
  transform: rotate(-45deg);
}

/* Home Gallery */
#ic-homeGallery {
  position: relative;
}

.hero-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}
#cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-bottom: 7rem;
}
#cta p {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  max-width: 69%;
}
.arrow-down {
  animation: arrowBounce 1.5s ease-in-out infinite;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Intro block */
.ic-welcome {
  width: 100%;
  max-width: 100rem;
  margin: 10rem auto;
  padding: 0 2rem;
}
.ic-welcome {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.ic-welcome > article {
  flex: 1 45%;
  max-width: 45%;
  background: #f5f1ed;
  padding: 8rem 5rem;
}
.ic-welcome > div {
  flex: 1 55%;
  max-width: 55%;
  padding-top: 53%;
}
.ic-welcome h2 {
  font-size: 2.2em;
  line-height: 1.1;
}
.ic-welcome p {
  font-size: 0.9em;
  line-height: 1.3;
}

/* Intro property type page */
#ic-propWelcome {
  background: #fff;
  position: relative;
  padding: 5rem 2rem 3rem;
}
#ic-propWelcome.ic-selectionPage {
  padding: 8rem 2rem 2rem;
}

#ic-propWelcome + #ic-hilites {
  padding: 7rem 0 10rem;
}
#ic-propWelcome > article {
  max-width: 96rem;
  margin: 0 auto;
}
#ic-propWelcome h1,
#ic-propWelcome h2 {
  font-size: 2.2em;
  line-height: 1.1;
  text-transform: uppercase;
}
#ic-propWelcome p {
  font-size: 0.9em;
  line-height: 1.3;
}
#links__areas {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#links__areas h3,
#links__areas a h3 {
  color: #8f877e;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  transition: var(--transition);
  text-transform: uppercase;
}
#links__areas h3:hover,
#links__areas a h3:hover {
  color: var(--color-orange);
}
.wrap__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.4rem;
  width: 100%;
}
.wrap__title h2 {
  width: 50rem;
  text-align: center;
  color: #2c2c2c;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
.title__trust {
  width: 31%;
}
.wrap__items-trust.grid2 {
  column-gap: 5rem;
  row-gap: 4rem;
}
/* Hilites */
#ic-hilites {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10.1rem;
  position: relative;
  margin-top: 11.4rem;
}
.wrap__counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 4rem;
  width: 36%;
  height: max-content;
}
.wrap__counter .counterReviews,
.wrap__counter .btnView {
  color: #8f877e;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.8px;
}
.wrap__counter .counter {
  color: #8f877e;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 8.8px;
}
.wrap__counter .btnView {
  z-index: 100;
}
.wrap__counter .btnView:hover {
  color: var(--color-black);
}
.wrap__swiper {
  width: 100%;
  background-color: var(--color-beige);
}
.ic-hilite {
  display: flex;
}
.ic-hilite.result {
  display: flex;
  flex-direction: column;
}
.ic-hilite.result .ic-hiliteIMG {
  position: relative;
  width: 100%;
}

.ic-hilite.result .ic-hilInfo {
  padding: 2rem 5.5rem 0rem 0rem;
  gap: 3rem;
}
.ic-hiliteIMG {
  position: relative;
  width: 61.74%;
}
.mySwiperReviews,
.mySwiper {
  overflow: hidden;
}

.ic-tag {
  display: block;
  position: absolute;
  padding: 1rem;
  top: 2rem;
  left: 0;
  background: #fff;
  z-index: 2;
  color: #686668;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.ic-tag.ic-newActive,
.ic-tag.ic-status-14,
.ic-tag.ic-status-4 {
  display: block;
}
.ic-tag.ic-status-14,
.ic-tag.ic-status-4 {
}

.ic-tag + .ic-tag {
  top: 7rem;
}

.ic-tag + .ic-tag + .ic-tag {
  top: 9.2rem;
}
.ic-tag + .ic-tag + .ic-tag + .ic-tag {
  top: 14.8rem;
}
.ic-tag + .ic-tag + .ic-tag + .ic-tag + .ic-tag {
  top: 20.4rem;
}
.ic-tag + .ic-tag + .ic-tag + .ic-tag + .ic-tag + .ic-tag {
  top: 26rem;
}

.ic-hilite .ic-backIMG {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 3.33;
  height: 100%;
}
.ic-hilite .ic-backIMG::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
}

.ic-hilite .ic-backIMG:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

.ic-hilite .ic-shortlist {
  position: absolute;
  top: 4rem;
  right: 2rem;
  color: #fff;
  font-size: 1.6em;
  z-index: 2;
}

.ic-hilite .ic-button {
  width: max-content;
  padding: 11.75px 3.8rem;
}
.wrap__swiper .ic-hilite .ic-button {
  width: max-content;
  padding: 5.75px 3.8rem;
}
.ic-hilite .ic-button:hover,
.ic-hilite .ic-button:focus,
.ic-hilite .ic-button:active {
  background: transparent;
}
.tag__featured p {
  color: #8f877e;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.8px;
}
.ic-hilInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  position: relative;
  z-index: 4;
  flex: 1;
  padding: 4rem 3.2rem 1rem 3.2rem;
}
#ic-homeGallery .ic-hilInfo {
  justify-content: inherit;
}
.ic-listupd {
  display: block;
  color: #999;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.ic-hilite h3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ic-hilite h3 a {
  color: #2c2c2c;
  font-size: 3.2rem;
  font-style: normal;
  line-height: 4rem;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.refDesk {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.ic-hilite.result h3 a {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#wrapDeskHil {
  display: flex;
  justify-content: space-between;
}
.ic-hilite h3 a span {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: initial;
}

.ic-hilFlex li {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.ic-hilFlex li::before {
  display: none;
}
.ic-hilFlex li span,
.ic-hilFlex li strong {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
.ic-hilite.result .ic-hilFlex li span,
.ic-hilite.result .ic-hilFlex li strong {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.ic-hilite h4 {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
.ic-hilite.result .price__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ic-hilite.result .price__wrap .ref {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ic-hilite.result .price__wrap .price {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
.priceMovil {
  display: none;
}
.ic-hilite.result .ic-button {
  width: max-content;
}
.grid3.wrapResult {
  row-gap: 4rem;
  column-gap: 3rem;
}
/* Thanks */
.ic-thanksPage {
  padding: 18.8rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.ic-thanksPage h1 {
  color: #2c2c2c;
  text-align: center;
  font-size: 3.2rm;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
.ic-thanksPage p {
  color: #686668;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ic-thanksPage .btn-backHome {
  padding: 1.4rem 3.3rem;
  background: #2c2c2c;
  color: #fff;
  display: flex;
  border: 1px solid #2c2c2c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  cursor: pointer;
}
.ic-thanksPage .btn-backHome:hover {
  background: #fff;
  color: #2c2c2c;
}
/* Popular areas */
#ic-type-properties {
  display: flex;
  flex-direction: column;
  gap: 4.1rem;
  margin: 10.1rem auto;
}

#ic-type-properties h2 {
  text-align: center;
}

#ic-type-properties > div > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 2rem;
  height: 100%;
  aspect-ratio: 3 / 2.61;
}
#ic-type-properties > div > a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f5f0ea;
  opacity: 0;
  transition: all 0.3s linear;
}
#ic-type-properties > div > a:hover::before {
  opacity: 1;
}
#ic-type-properties > div .wrapContent {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 2rem;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s linear;
}
#ic-type-properties > div .wrapContent h3 {
  color: #2c2c2c;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
#ic-type-properties > div .wrapContent p {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: start;
}
#ic-type-properties > div > a:hover .wrapContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 1;
}
#ic-type-properties > div .wrapContent span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
#ic-type-properties > div .wrapContent span svg {
  animation: arrowBounceBottom 1.5s ease-in-out infinite;
}
@keyframes arrowBounceBottom {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

#ic-type-properties > div h3.ic-button {
  z-index: 3;
  border: 0;
}
#ic-type-properties > div h3.ic-button:hover,
#ic-type-properties > div h3.ic-button:active,
#ic-type-properties > div h3.ic-button:focus {
  background: #e2dad1;
}
#wrap-title-typeProp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#ic-type-properties > div > a h3 {
  color: #fff;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
#ic-type-properties > div > a p {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 50%;
}

/* Views */
#ic-views {
  background: #f5f0ea;
  margin-bottom: 10.1rem;
}
.trust {
  display: flex;
  justify-content: space-between;
  padding: 8rem 0;
  gap: 3rem;
}
.item__trust {
  display: flex;
  gap: 2rem;
}
.item__trust svg {
  width: 10%;
}
.item__trust div {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}
.item__trust div h3 {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
.item__trust div p {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.trust .title__trust h2 {
  color: #2c2c2c;
  font-family: Manrope;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
.views {
  display: flex;
  gap: 3rem;
  padding: 8rem 0;
}
.views .lineBlack {
  margin-left: 0;
  height: auto;
}
.title__views {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 29%;
}
.google-image {
  width: 10rem;
  height: 5.8rem;
}

.ic-review {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.wrap__items-views {
  /* gap: 3rem; */
  z-index: 1;
}
.ic-review--wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ic-review--wrap h3 {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
.date__review {
  display: flex;
  gap: 1rem;
}
.date__review .review-date {
  color: #8f877e;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
.review-text {
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 0px;

  color: #2c2c2c;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
.read-more-btn {
  border: none;
  font-family: "Manrope", sans-serif;
  text-align: start;
  color: #8f877e;
  background: none;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  transition: var(--transition);
  text-transform: uppercase;
  cursor: pointer;
  margin-top: -1rem;
  z-index: 100;
}
.read-more-btn:hover {
  color: var(--color-black);
}
.review-text.expanded {
  -webkit-line-clamp: unset;
  overflow: unset;
}
/* Categories */
#ic-categories {
  background: #e2dad1;
}
#ic-categories ul {
  max-width: 140rem;
  margin: 0 auto;
  padding: 5rem 2rem;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
#ic-categories li::before {
  display: none;
}
#ic-categories li {
  flex: 1 24%;
  max-width: 24%;
  text-align: center;
  line-height: 1.2;
  padding: 0.8rem 0;
}

/* Swiper */
.swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
  transition: var(--transition);
}

.propertyCard {
  display: flex;
  width: 100%;
  align-items: stretch;
  transition: var(--transition);
}
/* Arrows */
.swiper-BTN-prev:focus,
.swiper-BTN-next:focus,
.swiper-BTN-prev:active,
.swiper-BTN-next:active {
  outline: none;
}

.swiper-BTN-prev,
.swiper-BTN-next {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 2px 36px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.swiper-BTN-prev::before,
.swiper-BTN-next::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 0.2rem;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapSearchForm {
  background: #f5f0ea;
}
.swiper-BTN-prev::after,
.swiper-BTN-next::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.3rem;
  border-style: solid;
  border-color: #000;
  border-width: 0px 2px 2px 0px;
  transform: rotate(-45deg);
}
.swiper-BTN-prev::after {
  right: auto;
  left: 1.5rem;
  transform: rotate(135deg);
}

.swiper-BTN-prev.swiper-button-disabled,
.swiper-BTN-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-next {
  right: 0;
  left: auto;
}
.swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.9rem;
  height: 5rem;
  background: #fff;
  position: absolute;
  top: calc(100% / 2);
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
}
.mySwiperReviews .wrap__button-swiper,
.mySwiperReviews .wrap__counter,
.swiper-button-prev.review,
.swiper-button-next.review {
  display: none;
}
.swiper-BTN-prev {
  left: 0;
  right: 139rem;
}
.swiper-BTN-next {
  right: 0;
  left: 139rem;
}
@keyframes arrows-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrows-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes arrows-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@o-keyframes arrows-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Locations */
#ic-locationsSwiper .swiper-slide {
  padding-top: 30%;
}
#ic-locationsSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 43.23%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
#ic-locationsSwiper .swiper-slide h3 {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  bottom: 1rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 400;
  font-family: "Montserrat";
  letter-spacing: -0.04em;
  transition: all 0.3s linear;
}
#ic-locationsSwiper .swiper-slide:hover h3 {
  bottom: 4rem;
}

/* Footer */
footer {
  position: relative;
  padding: 8rem 0 6rem 0;
  color: var(--color-black);
  background: var(--color-beige);
  margin-top: 10.1rem;
}
#ic-reqNewsletter {
  display: flex;
  justify-content: space-between;
}

.wrap__partner-movil {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  width: 95%;
}
#ic-reqNewsletter article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 40%;
}
.request-newsletter--fieldset {
  width: 49%;
}
#ic-reqNewsletter article h4 {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
#ic-reqNewsletter article p {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ic-btn--newsletter {
  padding: 1.7rem 0;
  transition: all 0.3s linear;
  cursor: pointer;
  width: 29%;
  font-family: "Manrope", sans-serif;
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  border: none;
  border: 1px solid #fff;
  background: #fff;
}

.ic-btn--newsletter:hover {
  background: var(--color-black);
  color: var(--color-white);
  border: 1px solid var(--color-black);
}
#wrapInfoContact,
.wrapSocial {
  display: flex;
  gap: 8rem;
}
#wrapInfoContact .lineBlack,
.wrapSocial .lineBlack {
  height: unset;
  margin-left: 0;
}
#wrapContactFooter {
  display: flex;
  gap: 3rem;
  padding: 8rem 0;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-right: 7rem;
}
.info > div {
  display: flex;
  gap: 20rem;
}
#socialsFooter {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#contactFooter {
  display: flex;
  flex-direction: column;
}
#contactFooter h3 {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
#contactFooter .btn__googleMaps {
  margin-top: 2rem;
  text-transform: uppercase;
  color: #2c2c2c;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  transition: var(--transition);
}
#contactFooter .btn__googleMaps:hover {
  color: var(--color-orange);
}
#socialsFooter h2 {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}

footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  padding: 0;
}
footer li:before {
  display: none;
}

#ic-footerNewsletter {
  padding-bottom: 8rem;
}

#ic-footerPopular li:nth-child(1),
#ic-footerPopular li:nth-child(2),
#ic-footerPopular li:nth-child(3),
#ic-footerPopular li:nth-child(4),
#ic-footerPopular li:nth-child(5) {
  display: block;
}

#ic-footerMedia {
  display: flex;
  gap: 2rem;
}
#ic-footerMedia li:hover a svg {
  scale: 1.2;
}
#ic-footerAddress,
#ic-footerAddress a,
#ic-footerPhone a,
#ic-footerEmail a {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: var(--transition);
  cursor: pointer;
}
#ic-footerAddress:hover {
  color: var(--color-orange);
}
#contactInformation {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.links__information {
  display: flex;
  flex-direction: column;
}
#contactInformation h2 {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
.links__information a {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: var(--transition);
}
.links__information a:hover,
#ic-footerPhone a:hover,
#ic-footerEmail a:hover {
  color: var(--color-orange);
}
#partners {
  display: flex;
  flex-direction: column;
}
.partners__wrap {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding-top: 8rem;
}
.partners-left {
  display: flex;
  gap: 10rem;
}
.partners-right {
  display: flex;
  gap: 20rem;
}
.inPartnershipWith {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.inPartnershipWith h2 {
  color: #2c2c2c;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
.infocasa {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.infocasa.movil {
  display: none;
}
.infocasa > div p a,
.infocasa p {
  color: #2c2c2c;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
.infocasa > div p a:hover {
  color: var(--color-orange);
}
/* results */

.ic-bannerRES {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.bannerRES-image {
  flex-grow: 1;
  width: 100%;
}
#bannerRES {
  position: absolute;
  top: 0;
  padding: 3rem 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
#bannerRES h3 {
  color: #2c2c2c;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
#bannerRES .ic-button {
  margin-bottom: 1rem;
}
#bannerRES .ic-button:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #2c2c2c;
}
#ic-resultsList.ic-order-original .ic-hilite:nth-of-type(1),
#ic-resultsList.ic-order-original .ic-hilite:nth-of-type(2),
#ic-resultsList.ic-order-original .ic-hilite:nth-of-type(3),
#ic-resultsList.ic-order-original .ic-hilite:nth-of-type(4),
#ic-resultsList.ic-order-original .ic-hilite:nth-of-type(5),
#ic-resultsList.ic-order-original .ic-hilite:nth-of-type(6),
#ic-resultsList.ic-order-original .ic-hilite:nth-of-type(7),
#ic-resultsList.ic-order-original .ic-hilite:nth-of-type(8) {
  order: -1;
}
#ic-resultsList.ic-order-original .ic-hilite {
  order: 2;
}
/* About */
#ic-about {
  margin-top: 10.1rem;
}
#ic-about--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.about-top-text {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.icon-about {
  width: 21%;
}
.about-top-text p {
  color: #686668;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.image__about {
  width: 90%;
  max-width: 144rem;
  margin: 10.1rem auto 0 auto;
  aspect-ratio: 4 / 2.255;
}
.office-section {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.office-section.about {
  margin-top: 10.1rem;
}
.office-section--images {
  display: flex;
  justify-content: flex-end;
  gap: 3rem;
  width: 100%;
}
.office-section--text {
  width: 23%;
}
.office-wrap--item {
  display: flex;
  flex-direction: column;
  width: 45.54%;
}
.office-wrap--item h4 {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.image__office {
  width: 100%;
  height: 36.4rem;
}
.wraptext {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.wraptext h2 {
  color: #2c2c2c;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
.wraptop {
  display: flex;
  gap: 0.5rem;
}
/* SELL */
#sellTop {
  display: flex;
  justify-content: flex-end;
  gap: 3rem;
}
#sellContent {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 10.1rem;
  padding-right: 13%;
  padding-bottom: 10rem;
  width: 37.5%;
}
#sellContent p {
  color: #686668;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#sellImage {
  width: 49%;
}
.sell-image--top {
  aspect-ratio: 3 / 2;
  height: 100%;
  width: 100%;
}
.iconSell {
  margin-top: 4rem;
}
#section__benefits {
  background-color: #f5f0ea;
  padding: 10.1rem 0;
}
#sell-benefits {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
#sell-benefits h2 {
  color: #2c2c2c;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
.item-ventaja {
  display: flex;
  gap: 2.9rem;
}
.ventaja-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ventaja-content h3 {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
.ventaja-content p {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wrap-ventajas.grid3 {
  padding-bottom: 8rem;
  border-bottom: 1px solid #686668;
  gap: 6rem;
}
#sell-tips {
  display: flex;
  gap: 3.2rem;
  padding-top: 8rem;
}
.tips-image {
  flex: 1;
}
.tips-content {
  width: 49%;
}
.tips-content h2 {
  color: #2c2c2c;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
  margin-bottom: 4rem;
}
.tips-content p {
  color: #686668;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2rem;
}
.item-tips h3,
.item-tips p {
  color: #686668;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
.tips-image {
  display: flex;
  gap: 3.1rem;
}
.sell-image--tips {
  width: 100%;
  height: 33.6rem;
}
#requestWrap {
  display: flex;
  gap: 3rem;
  margin-top: 10.1rem;
}
.requestWrap-content {
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
.requestWrap-content h2 {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
.requestWrap-content p {
  color: #686668;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#ic-requestContact {
  width: 52%;
}

/* contact us */
#office-contact {
  background: #f5f0ea;
  padding: 10.1rem 0;
  margin-top: 10.1rem;
}
#ic-footerMedia.footerMedia-contact {
  margin-top: 3.5rem;
}
.image__banner-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  height: 26rem;
  position: relative;
  margin-bottom: -10.1rem;
}

.image__banner-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(44, 44, 44, 0.8);
  z-index: 1;
}
.image__banner-contact h3 {
  color: #fff;
  text-align: right;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 2;
}
.btnBlog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 22.9rem;
  height: 4rem;
  background: #fff;
  color: #2c2c2c;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  transition: var(--transition);
}
.btnBlog:hover {
  background: var(--color-orange);
  color: #fff;
}
/* Areas */
#ic-areasHome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.card__area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}
.card__area a svg {
  display: none;
}
.image__area {
  width: 100%;
  aspect-ratio: 4 / 2.67;
  transition: var(--transition);
}
.img-area {
  position: relative;
}

.wrap__area-movil {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.card__area h3 {
  font-family: "Manrope", sans-serif;
  color: #2c2c2c;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  flex: 1;
  height: 100%;
}
.card__area-wrapMovil {
  flex: 1;
  height: 100%;
}

.card__area-button {
  border: none;
  font-family: "Manrope", sans-serif;
  text-align: start;
  background: none;
  color: #8f877e;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: var(--transition);
}

.container_card__area-button {
  height: 44px;
}
.card__area-button.movil {
  display: none;
}
.card__area-button:hover {
  color: var(--color-black);
}
.card__area .img-area:hover::after {
  background: rgba(0, 0, 0, 0.2);
}
.card__area .img-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
}
/* Blog */

ul li.control:first-child,
ul li.control:last-child {
  display: none;
}

#wrapBlogPage {
  margin-top: 10.1rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.titleBlog h1 {
  color: #2c2c2c;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
.ic-pagination.ic-blogPag.ic-pagination li a,
.ic-pagination li span {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
.grid2.containerBlogPage {
  column-gap: 3rem;
  row-gap: 8rem;
}
.imageBlog {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 6 / 4;
}
.imageBlog::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
}
.imageBlog:hover::after {
  background: rgba(0, 0, 0, 0.2);
}
.blogPage-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
.blogPage-content h4,
.blogPage-content h4 a {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
.blogPage-content p {
  color: #686668;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ic-button--blog {
  display: flex;
  padding: 0.7rem 1.7rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  width: max-content;
  text-transform: initial;
  transition: var(--transition);
}
.ic-button--blog:hover {
  background: #fff;
  color: #2c2c2c;
}
#wrapBlogPost {
  display: flex;
  gap: 3rem;
  margin-top: 10.1rem;
}
.sidebar_blog {
  position: sticky;
  top: 1rem;
  align-self: start;
  display: flex;
  padding: 4rem 4.2rem;
  flex-direction: column;
  align-items: center;
  height: max-content;
  gap: 3rem;
  background: #f5f0ea;
  width: 36.19%;
}
.latest-posts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.container__latest-posts {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.sidebar_blog .ic-blogPost {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #8f877e;
  padding-top: 4rem;
}
.post {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.post h4 a {
  color: #2c2c2c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
.post p {
  color: #686668;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wrap__bottom-blog {
  margin-top: 2rem;
}

.latest-posts h3 {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
#blog-post--content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 61.8%;
}
#blog-post--content h1 {
  color: #2c2c2c;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.64px;
}
.post-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.post-content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: inside;
}
.post-content p a,
.post-content a {
  color: var(--color-orange);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.post-content div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-content h2 {
  color: #2c2c2c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
.post-content h4 {
  color: var(--color-black);
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
.post-content ul li,
.post-content p span,
.post-content p {
  color: #686668;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

#blog-post--content img {
  width: 100%;
  height: 100%;
}
.post-meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #686668;
  padding-top: 4.3rem;
  margin-top: 5.7rem;
}
#ic-detShare button {
  display: flex;
  align-items: center;
  gap: 1rem;
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
#ic-detShare {
  position: relative;
}
#ic-detShare button span {
  color: #2c2c2c;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
#ic-detShare ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  margin-top: 1rem;
  width: 10rem;
  background: #fff;
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.175);
  z-index: 1000;
}
#ic-detShare li {
  display: inline-block;
  vertical-align: middle;
  padding: 1rem;
}
.ic-button--back {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #2c2c2c;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
/* Services */
#ic-page.ic-servicesPage {
  text-align: center;
  padding-bottom: 2rem;
}
#ic-servicesList {
  position: relative;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem 10rem;
}
.ic-service {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.ic-service .ic-backIMG {
  flex: 1 37%;
  max-width: 37%;
  padding-top: 24%;
}
.ic-service > article {
  flex: 2 60%;
  max-width: 60%;
}
.ic-service h3 {
  font-size: 1.5em;
}
.ic-service p {
  color: #999;
  font-size: 0.95em;
  line-height: 1.7;
}

/* ERROR 404 */

/* Shortlist */
.shortlistToggle {
  position: relative;
}
.slToggleState {
  display: none;
  cursor: pointer;
  position: relative;
}
.shortlistToggle .loading-icon,
.shortlistToggle .propertyId,
.shortlistToggle .propertyRef {
  display: none;
}
.shortlistToggle.loading .slToggleState,
.shortlistToggle.loading .slToggleState.active {
  display: none;
}
.shortlistToggle .active {
  display: inline;
}

/* Pagination */
.ic-pagination ul,
.ic-paging.ic-pagination {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.tag__featured-movil {
  display: none;
}
.ic-pagination li {
  padding: 0;
}
.ic-pagination li:before {
  display: none;
}
.ic-pagination li a,
.ic-pagination li span {
  display: block;
  padding: 1.2rem 0.5rem;
  color: #2c2c2c;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
.ic-pagination li.active a,
.ic-pagination li a.active,
#ic-blogPage .ic-pagination li a.active,
.ic-pagination li span {
  color: #2c2c2c;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
#ic-blogPage .ic-pagination li a {
  background: #e2dad1;
}

/* Empty pages */
#ic-emptyPage {
  position: relative;
  max-width: 140rem;
  margin: 0 auto;
  padding: 5rem 2rem 1rem;
  text-align: center;
}

#ic-emptyPage h1 span {
  display: block;
  font-size: 0.6em;
  font-weight: 300;
  margin-top: 0.3rem;
  color: #808080;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
.logoMovil {
  display: none;
}
/* FAV share */
.ic-resultsMeta .tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 1rem 1rem 0.9rem;
  font-size: 1.1em;
  line-height: 1.3;
}
#ic-iconCOPY {
  cursor: pointer;
  color: #000;
  transition: all 0.3s ease-in;
}
#ic-iconCOPY:hover,
#ic-iconCOPY:focus,
#ic-iconCOPY:active {
  color: #999;
}
.ic-resultsMeta #myInput {
  cursor: pointer;
  font-size: 0.8125rem;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  border: 0;
  border-bottom: 0;
  display: block;
  width: calc(100% - 5rem);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.7rem;
}
.image__banner-contact.work {
  margin-top: 10.1rem;
}
.ic-resultsMeta .w3-button {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 4.2rem;
  cursor: pointer;
}
.ic-resultsMeta .tooltip .tooltiptext {
  visibility: hidden;
  width: 18.1rem;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 0.6rem;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: auto;
  right: -7.2rem;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.7em;
}

.ic-resultsMeta .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5rem;
  border-width: 0.5rem;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.ic-resultsMeta .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 700px) {
  .ic-resultsMeta .tooltip:hover .tooltiptext,
  .ic-resultsMeta .tooltip .tooltiptext {
    display: none;
  }
}
.arrow__bottom {
  display: none;
}
.trust__movil {
  display: none;
}
/* Page */
#ic-page {
  margin-top: 5rem;
}
#ic-page article ol,
#ic-page article {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#ic-page article h1 {
  text-align: center;
}
#ic-page article div,
#ic-page article ol li,
#ic-page article ol li a {
  color: var(--color-black);
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
#ic-page article p a,
#ic-page article a,
#ic-page article ol li a {
  color: var(--color-orange);
}
#ic-page h2:first-child {
  font-size: 2.2em;
  font-weight: 300;
  margin-bottom: 3rem;
  text-align: center;
}
#ic-page h3 {
  margin-bottom: 1rem;
}

/* Map*/
#ic-page.ic-mapPage {
  max-width: 140rem;
  padding: 8rem 0 10rem;
}

/* Contact */
#ic-page.ic-contactPage {
  background: #f5f1ed;
  max-width: none;
  padding: 0;
}
#ic-page.ic-contactPage > article {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 2rem 2rem;
}
#ic-page.ic-contactPage #ic-reqContact h3 {
  display: none;
}
#noResults {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24.5rem 0 24.5rem 0;
}
#noResults h1 {
  text-align: center;
}
/* ------ RESPONSIVE ------ */
@media only screen and (min-width: 1000px) {
  #ic-navigation li:hover .ic-dropdown {
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
}
@media only screen and (max-width: 1500px) {
  .wrap__counter {
    bottom: 2rem;
    padding-right: 4rem;
    width: 36%;
  }
}
@media only screen and (max-width: 1450px) {
  .swiper-BTN-prev {
    left: 0;
    right: auto;
  }
  .swiper-BTN-next {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 1400px) {
  .ic-hilInfo {
    gap: 2rem;
  }
  .partners-right {
    gap: 5rem;
  }
  .ic-hilite h3 a {
    line-height: 4rem;
  }
  #sellContent {
    width: 45%;
    padding-right: 0%;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 1300px) {
  #ic-type-properties > div .wrapContent h3,
  #ic-type-properties > div > a h3 {
    font-size: 2rem;
  }
  .mySwiperReviews .wrap__button-swiper,
  .mySwiperReviews .wrap__counter,
  .swiper-button-prev.review,
  .swiper-button-next.review {
    display: flex;
  }
  .swiper-button-prev.review,
  .swiper-button-next.review {
    bottom: 0;
    top: unset;
  }
  .mySwiperReviews .wrap__counter {
    align-items: center;
    justify-content: center;
    z-index: 0;
  }

  .mySwiperReviews .wrap__counter {
    bottom: 0rem;
    padding-right: 0;
    width: 100%;
  }
  .ic-review {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 1250px) {
  #wrapContactFooter {
    display: grid;
    grid-template-areas:
      "social social"
      "info contact";
  }
  #sell-tips {
    flex-direction: column;
  }
  .tips-content {
    width: 100%;
  }
  .grid3.wrapResult {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapSocial {
    grid-area: social;
  }
  #wrapInfoContact {
    grid-area: contact;
  }
  #contactInformation {
    grid-area: info;
  }
  .info > div {
    gap: 5rem;
  }
  .partners__wrap {
    flex-direction: column;
  }

  .grid4 {
    grid-template-columns: repeat(3, 1fr);
  }
  #wrapContactFooter .lineBlack {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lineBlack {
    margin-left: 0rem;
  }
  .ic-hilite {
    flex-direction: column;
  }
  .ic-hiliteIMG {
    width: 100%;
  }
  .wrap__swiper {
    width: 100%;
  }
  .swiper.container {
    width: 70rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: calc(100% / 3);
  }
  .ic-hilInfo {
    gap: 4rem;
    padding: 4rem 3rem 10rem 0rem;
  }
  .wrap__counter {
    padding-left: 0rem;
    padding-right: 0rem;
    width: 100%;
  }
  #ic-hilites {
    gap: 8rem;
  }
}
@media only screen and (max-width: 1030px) {
}
@media only screen and (max-width: 1020px) {
}
@media only screen and (max-width: 1000px) {
  .sidebar_blog {
    display: none;
  }
  #cookiescript_badge,
  #ic-whatsappBTN {
    bottom: 7rem !important;
  }
  .wrap__partner-movil {
    flex-wrap: wrap;
  }

  #ic-headerTop #ul-languages {
    display: none;
  }
  #blog-post--content {
    width: 100%;
  }
  #wrapBlogPost {
    margin-top: 4rem;
  }
  .office-section.about,
  .image__banner-contact,
  .office-section {
    flex-direction: column;
  }
  .image__banner-contact h3 {
    text-align: center;
  }
  .image__banner-contact {
    padding: 0 2rem;
  }
  .image__about,
  #ic-about {
    margin-top: 4rem;
  }
  .office-section.about,
  .office-section {
    margin-top: 8rem;
  }
  .office-section--text {
    width: 100%;
  }
  .office-wrap--item {
    width: 50%;
  }

  #sellTop {
    flex-direction: column;
  }
  #sellContent {
    width: 100%;
    padding: 4rem 2rem;
  }
  #sellImage {
    width: 100%;
  }
  .views,
  .trust {
    flex-direction: column;
  }
  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }
  #ic-views {
    margin-bottom: 8rem;
  }
  .wrap__items-views.grid3,
  .trust .grid2 {
    grid-template-columns: repeat(1, 1fr);
  }
  #ic-logo {
    display: flex;
    position: relative;
    left: 0;
  }
  #ic-navbar #languages-movil {
    display: flex;
    padding: 0 2rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
  }
  #ic-headerGal #ic-navbar #languages-movil {
    display: flex;
    padding: 0 2rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
  }
  #ic-languages li a,
  .ic-shortNumber,
  .shortlistCount,
  #ic-languages span,
  #ic-navigation .nav > li > a,
  #ic-navigation .nav > li > a:visited {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6.6rem;
    letter-spacing: 0.52px;
  }
  #ic-headerGal #ic-headerTop #ic-navigation .ic-dropdown a,
  #ic-headerTop #ic-navigation .ic-dropdown a,
  #ic-headerGal #ic-languages li a,
  #ic-headerGal .ic-shortNumber,
  #ic-headerGal .shortlistCount,
  #ic-headerGal #ic-languages span,
  #ic-headerGal #ic-navigation .nav > li > a,
  #ic-headerGal #ic-navigation .nav > li > a:visited {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6.6rem;
    letter-spacing: 0.52px;
  }

  #ic-viewshortlist svg path {
    fill: var(--color-black);
  }
  #ic-headerTop .line,
  #ic-headerTop ul {
    display: none;
  }

  #ic-headerTop li {
    padding: 0 1.5rem 0 0;
  }
  #ic-languages ul {
    background-color: transparent;
    box-shadow: none;
    width: unset;
    right: 0;
  }
  #ic-languages ul li:last-child {
    padding-bottom: 0rem;
  }
  #ic-languages ul {
    display: flex;
    gap: 2rem;
    position: relative;
  }
  #ic-headerGal #ic-languages ul {
    display: flex;
    gap: 2rem;
    position: relative;
  }
  #ic-languages ul a {
    color: #000;
  }

  #ic-languages span {
    display: none;
  }
  #ic-languages span::after {
    top: 1.2rem;
    transform: rotate(-139deg);
  }
  #ic-languages.open span::after {
    top: 0.8rem;
    transform: rotate(45deg);
  }

  body.menuOpen #ic-headerTop {
    display: flex;
  }
  body.menuOpen {
    position: fixed;
    z-index: -100;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #ic-logoXS {
    max-width: 25rem;
    margin: 0 auto;
  }

  #ic-headerGal #ic-navigation::before {
    display: none;
  }
  #ic-navBTN {
    top: 0.5rem;
    right: 0;
    padding: 3rem 0;
  }
  #ic-navBTN,
  #ic-logoXS,
  #ic-menuXS,
  #ic-navigation .nav > li.first > .ic-dropdown > ul > li:last-child ul {
    display: block;
  }
  #languages-movil {
    display: flex;
  }
  .lineBlack {
    display: none;
  }
  #ic-navbar {
    overflow-y: auto;
    display: block;
    transform: translateX(100%);
    transition: transform 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #f5f0ea;
    padding-top: 15rem;
    text-align: left;
    z-index: 11;
  }
  #ic-navbar.menuOpen {
    visibility: visible;
    transform: translateX(0%);
    transition: transform 0.5s;
  }
  #ic-navigation .nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 2rem;
    gap: 0;
  }
  #ic-languages {
    margin: 0;
  }
  .ic-thanksPage {
    padding: 16rem 0;
  }
  #ic-navigation .nav li:not(:first-child)::after {
    content: none;
  }
  #ic-navigation .nav li:not(:first-child) {
    padding-left: 0;
  }
  #ic-navigation .nav > li > .ic-dropdown {
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto;
    padding: 0 0 1rem;
    transition: none;
    background: transparent;
    box-shadow: none;
  }
  #ic-navigation .nav > li > .ic-dropdown > ul {
    padding: 0;
  }
  #ic-navigation .nav > li > a,
  #ic-navigation .nav > li > a:visited {
    text-align: left;
  }
  #ic-navigation .nav > li > a:hover,
  #ic-navigation .nav > li > a:focus,
  #ic-headerGal #ic-navigation .nav li:hover > a,
  #ic-headerGal #ic-navigation .nav li:focus > a {
    color: var(--color-orange);
  }
  #ic-navigation .nav > li > .ic-dropdown > ul > li > a {
    display: block;
    width: 100%;
    text-transform: none;
    color: #2c2c2c;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0.52px;
  }
  .title__trust,
  .title__views {
    width: 100%;
  }
  #ic-headerGal #ic-navigation .nav > li > .ic-dropdown > ul > li > a {
    color: #2c2c2c;
  }
  #ic-headerGal #ic-navigation .ic-dropdown {
    padding-top: 0rem;
  }
  #ic-navigation .ic-caret.expanded {
    transform: rotate(-136deg);
    top: 2.3rem;
  }
  #ic-navigation .nav > li > .ic-dropdown > ul > li > .ic-dropdown {
    display: none;
    padding: 0;
    margin-top: -1px;
    margin-left: -2rem;
    width: calc(100% + 4rem);
    background: #636363;
  }
  #ic-navigation .ic-dropdown > ul > li:last-child {
    margin-top: 0;
  }
  #ic-navigation .ic-dropdown > ul > li:last-child > a {
    color: #fff;
    font-weight: 400;
    text-transform: none;
  }
  #ic-navigation .nav > li > .ic-dropdown > ul {
    display: block;
  }
  #ic-navigation .nav > li.first > .ic-dropdown > ul > li:last-child,
  #ic-navigation .nav > li.first > .ic-dropdown > ul > li:last-child ul > li {
    max-width: none;
  }
  #ic-navigation .nav > li > .ic-dropdown > ul > li > .ic-dropdown a {
    font-size: 1em;
    padding: 1rem 0 1rem 2rem;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  #ic-navigation .ic-dropdown > ul > li > ul > li > a {
    font-size: 1em;
    padding: 0.3rem 0 0.3rem 1.5rem;
  }
  #ic-navigation .nav li#ic-phoneMenuXS {
    display: block !important;
    color: #fff;
    text-align: left;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #ic-phoneMenuXS span {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  #cta {
    padding-bottom: 2rem;
  }
  #ic-navigation .nav li#ic-phoneMenuXS a {
    padding: 0;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    border: none;
  }
  #ic-hilites {
    margin-top: 4rem;
  }
  #ic-categories li {
    flex: 1 33%;
    max-width: 33%;
  }

  #ic-headerGal #ic-languages li a,
  #ic-headerGal .ic-shortNumber,
  #ic-headerGal .shortlistCount,
  #ic-headerGal #ic-languages span,
  #ic-headerGal #ic-navigation .nav > li > a,
  #ic-headerGal #ic-navigation .nav > li > a:visited {
    color: var(--color-black);
  }
}

@media only screen and (max-width: 900px) {
  .wrap__items-views {
    gap: 0rem;
  }
}
@media only screen and (max-width: 860px) {
  #ic-categories li {
    flex: 1 50%;
    max-width: 50%;
  }
  #ic-about--top,
  .office-section--images {
    flex-direction: column;
  }
  .icon-about,
  .about-top-text,
  .office-wrap--item {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  #ic-hilites > article > div {
    display: block;
  }
  .grid2.containerBlogPage {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
  }
  .ic-button--blog,
  .blogPage-content {
    margin-top: 2rem;
  }
  #wrapBlogPage {
    margin-top: 4rem;
    gap: 4rem;
  }
  #ic-reqNewsletter {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  .request-newsletter--fieldset,
  #ic-reqNewsletter article {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .card__area-wrapMovil {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .card__area-button {
    display: none;
  }
  .card__area-button.movil {
    display: block;
    height: inherit;
  }
  .container_card__area-button {
    height: inherit;
  }
  #requestWrap.requestWrap-contact {
    margin-top: 4rem;
  }
  #requestWrap.requestWrap-contact .requestWrap-content {
    gap: 1rem;
  }
  #requestWrap.requestWrap-contact #ic-footerMedia.footerMedia-contact {
    margin-top: 3rem;
  }
  #requestWrap.requestWrap-contact #ic-requestContact {
    margin-top: 4rem;
  }
  #office-contact {
    display: none;
  }
  .image__banner-contact {
    margin-top: 8rem;
  }
  .tips-image {
    display: none;
  }
  .grid3,
  .grid3.wrapResult {
    grid-template-columns: repeat(1, 1fr);
  }
  #ic-requestContact,
  .requestWrap-content {
    width: 100%;
  }
  #requestWrap {
    margin-top: 8rem;
  }
  #section__benefits {
    padding: 8rem 0;
  }
  .ic-bannerRES {
    display: none;
  }
  #requestWrap {
    flex-direction: column;
  }
  #wrapContactFooter {
    grid-template-areas:
      "social social"
      "contact contact"
      "info info";
  }
  #wrapContactFooter {
    padding: 0rem;
  }
  .mySwiperReviews .wrap__counter {
    justify-content: flex-end;
    position: absolute;
    top: -11.3rem;
    height: 100%;
  }
  .grid4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .wrap__area-movil {
    width: 100%;
  }
  .card__area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #f5f0ea;
    padding-top: 2rem;
  }
  .card__area:last-child {
    border-bottom: 1px solid #f5f0ea;
    padding-bottom: 2rem;
  }
  .card__area .image__area::after {
    content: none;
  }
  .image__area {
    display: none;
  }
  .card__area a svg {
    display: block;
  }
  .views {
    display: flex;
    gap: 3rem;
    padding: 8rem 0 0 0;
  }
  .ic-review {
    margin-bottom: 4rem;
  }

  .trust {
    display: none;
  }
  .trust__movil {
    display: flex;
  }
  .lineBlackHorizontalMovil {
    display: block;
  }
  .imageTrueBanner {
    display: flex;
    padding: 4rem;
    width: 100%;
    height: 48rem;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .title__views {
    align-items: center;
    justify-content: center;
  }
  .btnMoreInfo {
    border: 1px solid #fff;
    background: #fff;
    padding: 1.3rem 2.4rem;
    color: #2c2c2c;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
  }
  .btnMoreInfo:hover {
    color: #fff;
    background: #2c2c2c;
    border: 1px solid #2c2c2c;
  }
  .imageTrueBanner h2 {
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  #ic-type-properties {
    margin: 8rem auto;
  }
  .arrow__bottom {
    display: block;
  }
  #ic-type-properties .grid3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  #ic-type-properties > div > a p {
    width: 100%;
  }
  #ic-type-properties > div > a {
    flex-direction: row;
    align-items: center;
    height: 100%;
    aspect-ratio: unset;
    padding: 1rem 0rem;
    border-top: 1px solid #f5f0ea;
  }
  #ic-type-properties > div:last-child {
    border-bottom: 1px solid #f5f0ea;
  }

  .image__typeProp {
    background-image: none !important;
  }
  #ic-type-properties > div > a p,
  #ic-type-properties > div > a h3 {
    color: #2c2c2c;
  }
  #ic-type-properties > div > a::before {
    content: none;
  }
  #ic-type-properties > div .wrapContent {
    display: none !important;
  }
  .lineBlackHorizontal {
    display: none;
  }

  #ic-headerGal {
    background: #fff;
    position: relative;
  }
  .ic-hilInfo {
    gap: 4rem;
    padding: 4rem 3rem 4rem 0rem;
  }
  header > div {
    flex-wrap: nowrap;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .logoDesk {
    display: none;
  }
  .logoMovil {
    display: block;
    z-index: 12;
  }
  .ic-hilite h3 a {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
  }
  #wrapMovil {
    display: flex;
    justify-content: space-between;
  }
  .priceMovil {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .refMovil {
    color: #2c2c2c;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .wrap__counter {
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    gap: 7rem;
  }

  .tag__featured-movil {
    display: block;
  }
  .tag__featured-movil p {
    color: #2c2c2c;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 4rem;
  }
  .ic-hilite .priceDesk,
  .refDesk {
    display: none;
  }

  .swiper-BTN-prev.swiper-button-disabled,
  .swiper-BTN-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    display: flex;
  }
  body.menuOpen .wrapBtnMenu svg {
    display: flex;
    z-index: 100;
  }
  body.menuOpen .wrapBtnMenu {
    display: flex;
    z-index: 100;
    margin: 2rem 0 0 0;
  }
  .wrap__button-swiper {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    flex-direction: row-reverse;
    background: #fff;
    justify-content: space-between;
    margin-bottom: 10rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 50%;
    background: #fff;
    position: unset;
    z-index: 1;
    cursor: pointer;
  }
  .wrap__swiper {
    width: 100%;
    padding-top: 4rem;
  }
  .tag__featured {
    display: none;
  }
  .swiper.container {
    width: 90%;
  }

  #ic-navbar {
    width: 100%;
  }
  #ic-locationsSwiper .swiper-slide {
    padding-top: 66%;
  }

  #ic-blogList {
    display: block;
  }
  .wrap__counter {
    padding-left: 0rem;
    padding-right: 0rem;
    width: 100%;
  }
  .ic-hilFlex li {
    display: flex;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 660px) {
  #ic-type-properties > div {
    display: block;
  }
  .ic-hilite .ic-backIMG {
    aspect-ratio: 5 / 3.5;
  }

  #ic-locList,
  #ic-teamList,
  #ic-promotions > article > div {
    display: block;
  }
  #ic-locList > div,
  #ic-teamList > article,
  .ic-promo {
    max-width: none;
  }
  .img-area {
    display: none;
    position: relative;
  }
  #ic-areasList.grid4 {
    gap: 1.5rem;
  }
  #ic-homeGallery #ic-areasList.grid4 {
    width: 100%;
  }
  .card__area {
    padding-top: 1.5rem;
  }
  .ic-hilite.result .ic-hilInfo {
    padding: 2rem 0rem 0rem 0rem;
    gap: 1rem 1rem;
  }
  #ic-areasHome {
    gap: 3rem;
  }
  #ic-reqNewsletter article {
    gap: 1rem;
  }
  #ic-searchform form .ic-button {
    width: 100%;
    padding: 0.8rem 2.6rem;
  }
  #contactFooter h3 {
    color: #2c2c2c;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
  }

  .infocasa.movil {
    width: 100%;
    margin-top: 6rem;
  }
  #ic-reqNewsletter {
    gap: 3rem;
  }
  .card__area h3 {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  .wrap__area-movil {
    gap: 1rem;
  }
  .wrap__title h2 {
    color: #2c2c2c;
    text-align: center;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
    width: 90%;
  }
  #ic-type-properties {
    margin: 7rem auto;
  }
  .btnMoreInfo {
    padding: 0.7rem 2rem;
  }
  #ic-type-properties h2 {
    color: #2c2c2c;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
  }
  .title__views {
    gap: 1rem;
  }
  .ic-review {
    gap: 2rem;
  }
  .review-text {
    -webkit-line-clamp: 4;
  }
  .wrap__counter .counterReviews {
    letter-spacing: 6.8px;
  }

  .mySwiperReviews .wrap__counter {
    top: -10.3rem;
  }

  #ic-type-properties > div > a h3 {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  .ic-hilite .ic-shortlist {
    top: 2.5rem;
  }
  .wrap__button-swiper {
    margin-bottom: 9rem;
  }
  .wrap__counter {
    gap: 5rem;
  }
  .wrap__counter .btnView {
    margin-bottom: 1rem;
    z-index: 0;
  }
  #ic-hilites {
    margin-top: 3rem;
  }
  #wrap-title-typeProp {
    gap: 1.2rem;
  }
  .imageTrueBanner {
    gap: 2rem;
  }
  .imageTrueBanner h2 {
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.52px;
    width: 68%;
  }
  .ic-hilite .ic-button {
    margin-top: 1rem;
  }
  .ic-hilFlex li span,
  .ic-hilFlex li strong {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .ic-hilInfo {
    gap: 1rem;
    padding: 2rem 1rem 3rem 0rem;
  }
  .tag__featured-movil p {
    margin-bottom: 3rem;
  }
  #links__areas {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
  }
  .linegrey {
    width: 1px;
    height: 1rem;
  }
  .wrap__title {
    gap: 3rem;
  }
  #ic-headerTop {
    padding: 0 2rem;
  }
  #ic-headerTop a .fa-envelope,
  #ic-headerTop a .fa-phone {
    display: block;
  }

  #ic-headerTop li {
    padding: 0;
  }
  #ic-menuShortlist #ic-viewshortlist {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 550px) {
}

@media only screen and (max-width: 500px) {
  #ic-navigation .nav > li > .ic-dropdown > ul {
    margin-left: 3rem;
  }
  #ic-headerTop a {
    justify-content: flex-end;
  }
  #blog-post--content h1 {
    color: #2c2c2c;
    font-size: 2.6rem;
    letter-spacing: 0.52px;
  }
  .post-content h2 {
    color: #2c2c2c;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .ic-pagination.ic-blogPag {
    margin-top: 4rem;
  }
  .titleBlog h1 {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  .ic-thanksPage h1 {
    color: #2c2c2c;
    text-align: center;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  .image__banner-contact {
    height: 28rem;
  }
  .requestWrap-content h1 {
    color: #2c2c2c;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
  }
  .about-top-text h1 {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  .image__about {
    width: 100%;
    aspect-ratio: 4 / 2.5;
  }
  .image__office {
    width: 100%;
    height: 30rem;
  }
  .office-wrap--item h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .wraptext h2 {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  .wraptext svg {
    display: none;
  }
  .about-top-text {
    gap: 1rem;
  }
  .tips-content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: normal;
  }
  .requestWrap-content {
    gap: 1rem;
  }
  #wrapSearchForm {
    margin-top: 1rem;
  }
  .ic-buttonReqContact {
    width: 100%;
    margin-top: 2rem;
  }
  .tips-content p {
    margin-bottom: 1rem;
  }
  #sell-benefits h2 {
    font-size: 2.6rem;
  }
  #sell-benefits {
    gap: 4rem;
  }
  .wrap-ventajas.grid3 {
    gap: 4rem;
  }
  #sellContent h1 {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  #sellContent {
    gap: 2rem;
  }
  .iconSell {
    margin-top: 2rem;
  }
  #sellTop {
    gap: 0rem;
  }
  .sell-image--top {
    aspect-ratio: 3 / 1.88;
  }
  .hero-image {
    height: 100%;
    min-height: 73rem;
  }
  .info > div {
    flex-direction: column;
    align-items: center;
  }
  #ic-reqNewsletter article {
    align-items: center;
    justify-content: center;
  }
  #ic-reqNewsletter article p {
    text-align: center;
  }
  .request-newsletter--fieldset .ic-fieldset {
    justify-content: center;
  }
  #wrapContactFooter {
    justify-items: center;
    row-gap: 8rem;
  }
  #socialsFooter {
    align-items: center;
  }
  .info {
    padding-right: 0;
    align-items: center;
    justify-content: center;
  }
  #contactFooter {
    align-items: center;
  }
  .partners-left .logo {
    display: none;
  }
  .infocasa.movil {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .links__information {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .infocasa {
    display: none;
  }
  .wrap__partner-movil {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .partners__wrap {
    align-items: center;
  }
  .ic-btn--newsletter {
    width: 37%;
  }
  #contactFooter .btn__googleMaps {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .info > div {
    gap: 4rem;
  }
  footer {
    margin-top: 8rem;
  }
  .swiper-BTN-prev {
    left: 0;
  }
  .swiper-BTN-next {
    right: 0;
  }
}
