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

:root {
  --color-blue-primary: #0094df;
  --color-blue-secundary: #004a73;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-grey: #f0f1f1;
  --transition: all 0.3s ease-in;
}
body {
  font-family: "Montserrat", Arial, 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;
}

/* BASIC */
body {
  font-family: "Montserrat", Arial, serif;
}

h1 {
  text-align: center;
  font-family: "Montserrat", Arial, serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
h2 {
  text-align: center;
  font-family: "Montserrat", Arial, serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.196px;
}
p {
  font-family: "Montserrat", Arial, serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.45px;
}

.linksNav {
  font-family: "Montserrat", Arial, serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.54px;
}
.h1Internal {
  font-family: "Montserrat", Arial, serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: -0.196px;
  text-transform: initial;
}

.container {
  width: 90%;
  max-width: 188rem;
  margin: 0 auto;
}
.container2 {
  width: 90%;
  max-width: 125rem;
  margin: 0 auto;
}
.container3 {
  width: 90%;
  max-width: 150rem;
  margin: 0 auto;
}
.container4 {
  width: 90%;
  max-width: 175rem;
  margin: 0 auto;
}
.mt {
  margin-top: 10rem;
}
.mb {
  margin-bottom: 10rem;
}
.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);
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn,
.btn2 {
  position: relative;
  color: var(--color-white);
  background-color: var(--color-blue-primary);
  display: flex;
  width: max-content;
  height: 35px;
  padding: 10px 3.4rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  text-align: center;
  font-family: "Montserrat", Arial, serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.45px;
  overflow: hidden;
  transition: 1s all ease;
}
.btn2 {
  height: 42px;
}

.btn2:hover,
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 15px 20px rgba(60, 60, 60, 0.4);
  background-color: var(--color-blue-secundary);
}
.btnCards {
  color: var(--color-white);
  background-color: var(--color-blue-primary);
  display: flex;
  width: max-content;
  height: 3.5rem;
  padding: 1rem 2.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  text-align: center;
  font-family: "Montserrat", Arial, serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.45px;
}
.btnCards:hover {
  transform: translateY(-3px);
  box-shadow: 0px 15px 20px rgba(60, 60, 60, 0.4);
}
/* Inputs */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  position: relative;
  width: 100%;
  line-height: 46px;
  margin: 0;
  padding: 0 0 0 10px;
  font-family: "Montserrat", Arial, serif;
  color: #646566;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.45px;
  border-bottom: 1px solid #004a73;
  background: transparent;
  outline: 0;
  text-overflow: ellipsis;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: 0;
  border-color: #0094df;
  box-shadow: 0px 4px 32px 0px rgba(0, 74, 115, 0.25);
}

/* Buttons */

/* Checkbox */
/* Base for label styling */
.mc-field-group input[type="checkbox"] {
  position: absolute;
  display: block;
  visibility: hidden;
}
input[type="checkbox"] {
  display: none;
}

.checkbox-container {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #fbfaf8;
  border: 0.1rem solid #e2e2e2;
  position: relative;
  cursor: pointer;
  margin-right: 1rem;
}

input[type="checkbox"]:checked + .checkbox-container {
  background-color: var(--color-blue-secundary);
  border-color: var(--color-blue-secundary);
}

.checkbox-container::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  width: 0.68rem;
  height: 1.1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

input[type="checkbox"]:checked + .checkbox-container::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.privacy-span,
.privacy-span a {
  color: #004a73;
  font-family: "Montserrat", Arial, serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.45px;
}
.privacy-span a {
  text-decoration: underline;
  font-weight: 600;
  transition: var(--transition);
}
.privacy-span a:hover {
  color: var(--color-blue-primary);
}
/* 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: 10px;
  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: 12px 20px;
  font-size: 1em;
  font-weight: 400;
  transition: all 0.3s linear;
}
.cku-label {
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Header */
/* #ic-logo {
  width: 25%;
} */
#ic-logo img {
  width: 100%;
}
#ic-headerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-blue-primary);
  padding: 2rem;
}
#ic-headerMenu {
  background-color: var(--color-grey);
  padding: 2rem;
}

#ic-headerMenu.blue {
  background-color: var(--color-blue-secundary);
}
#ic-headerLanguages {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
#ic-contactHeader {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
#ic-headerWhatsapp,
#ic-headerPhone {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
#ic-headerWhatsapp a,
#ic-headerPhone a {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
  transition: var(--transition);
}

#ic-headerWhatsapp a:hover,
#ic-headerPhone a:hover {
  color: var(--color-blue-secundary);
}
#ic-headerMedia {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#ic-headerMedia li a {
  box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
#ic-headerMedia li a img {
  transition: filter 0.2s ease;
}

#ic-headerMedia li:hover a img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(3000%)
    hue-rotate(230deg) brightness(100%) contrast(120%);
}

#ic-languages {
  color: #fff;
  cursor: pointer;
}
#ic-languages {
  margin: 0 auto;
  cursor: pointer;
}

#ic-languages ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

#ic-languages ul li.selected {
  display: none;
}
#ic-languages ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  transition: var(--transition);
}

#ic-languages ul li a:hover {
  color: var(--color-blue-secundary);
}
#ic-languages li {
  display: block;
  padding: 0;
}

/* 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: 26px;
  z-index: 200;
  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: 2px;
  width: 78%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#ic-navBTN span:nth-child(1) {
  top: 18px;
  transform-origin: left center;
}
#ic-navBTN span:nth-child(2) {
  top: 30px;
  transform-origin: left center;
}
#ic-navBTN span:nth-child(3) {
  top: 43px;
  transform-origin: left center;
}
#ic-navBTN.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
  left: 8px;
}
#ic-navBTN.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#ic-navBTN.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 41px;
  left: 8px;
}

#ic-navigation .nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#ic-navigation .nav > li > a,
#ic-navigation .nav > li > a:visited {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.54px;
}
#ic-headerMenu.blue #ic-navigation .nav > li > a svg path {
  stroke: #ffffff;
}
#ic-headerMenu.blue #ic-navigation .nav > li > a {
  color: #ffffff;
}
/* #ic-navigation .nav > li.active a {
  color: #004a73;
  font-weight: 700;
} */
#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-blue-primary);
}
#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-blue-primary);
}

#ic-headerGal #ic-navigation .ic-dropdown {
  padding-top: 0;
  background-color: var(--color-blue-secundary);
  z-index: 1;
}
#ic-headerGal #ic-headerMenu.blue #ic-navigation .ic-dropdown {
  padding-top: 0;
  background-color: var(--color-blue-primary);
  z-index: 2;
  margin-top: 1rem;
}

#ic-headerGal #ic-headerMenu.blue #ic-navigation .ic-dropdown a:hover,
#ic-headerGal #ic-headerMenu.blue #ic-navigation .ic-dropdown a:hover {
  color: var(--color-blue-secundary);
}
#ic-navigation .ic-dropdown ul {
  margin: 0;
  padding: 0;
}
#ic-navigation .ic-dropdown li {
  text-align: left;
}
#ic-navigation .ic-dropdown a {
  display: block;
  line-height: 1;
  padding: 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.54px;
}
#ic-navigation .nav li.active a {
  color: var(--color-blue-secundary);
}

#ic-headerMenu.blue #ic-navigation .nav li.active a {
  color: var(--color-blue-primary);
}

#ic-headerMenu.blue #ic-navigation .nav .ic-dropdown li.active a {
  color: var(--color-blue-secundary);
}
#ic-headerMenu.blue #ic-navigation .nav .ic-dropdown li a {
  color: var(--color-blue-secundary);
}
/* 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: 40px;
  height: 40px;
  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: 2px;
  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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.hero-image h1 {
  color: var(--color-white);
  max-width: 94rem;
}
/* Intro block */

.ic-welcome > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

/* Hilites */
#ic-hilites {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  position: relative;
  max-width: 74%;
  margin: 10rem auto;
}
.ic-hiliteIMG {
  position: relative;
  overflow: hidden;
}
.ic-hilite {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.ic-blogPost .ic-backIMG:hover,
.ic-hilite .ic-backIMG:hover {
  scale: 1.02;
}
.wrap__price,
.wrap__ref {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap__price h3 {
  color: #000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.75px;
}
.title__card {
  flex: 1;
}
.wrap__ref {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
#ic-detTags {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.4rem;
  height: 3.1rem;
  padding: 10px 20px;
  z-index: 2;
}
.ic-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.4rem;
  padding: 10px 20px;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;

  background: var(--color-blue-secundary);
}
.ic-tag.ic-newActive,
.ic-tag.ic-status-14,
.ic-tag.ic-status-4 {
  display: block;
}
.ic-tag p,
.ic-tag.ic-status-14,
.ic-tag.ic-status-4 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;

  background: var(--color-blue-secundary);
}
#ic-detTags {
  z-index: 1;
}
.ic-tag + .ic-tag {
  top: 56px;
}

.ic-hilite .ic-backIMG {
  display: block;
  width: 100%;
  height: 30rem;
}
.slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  margin: 0;
  opacity: 0.7;
}
.ic-hilite .ic-button {
  position: absolute;
  top: -20px;
  right: 20px;
  border: 0;
}
.ic-hilite .ic-button:hover,
.ic-hilite .ic-button:focus,
.ic-hilite .ic-button:active {
  background: #e2dad1;
}
.ic-hilInfo {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem 1.5rem;
  position: relative;
  background: #fff;
  flex-grow: 1;
}

.ic-hilFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ic-hilFlex li {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wrap__hilite {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 122rem;
  width: 71%;
  overflow: hidden;
}
.ic-hilFlex li span,
.ic-hilFlex li strong {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: 0.45px;
}
.ic-hilite h4 {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.45px;
}
.ic-hilite h3 a {
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.6px;
}
/* section sales */
#property-sales {
  display: flex;
  justify-content: space-between;
}
.salesContent {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.3rem;
  width: 50%;
  padding: 10.2rem 7.7rem;
}

.salesContent h2 {
  color: #004a73;
  text-align: right;
  font-size: 7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.1px;
}

.salesContent p {
  color: #000;
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.45px;
  max-width: 65rem;
}
.salesImage {
  width: 50%;
}
.sales-image {
  width: 100%;
  aspect-ratio: 4 / 2.25;
  height: 100%;
}
/* section testimonials */
#testimonials {
  background-color: var(--color-grey);
  padding: 10rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.ic-pagination {
  margin-top: 20rem;
}
.ic-review {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  background-color: var(--color-white);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.date__review,
.title__review {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title__review h3 {
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}
.review-date,
.title__review p {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.45px;
}
.review-text {
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.45px;
}
.review-text.expanded {
  -webkit-line-clamp: unset;
  overflow: unset;
}

.read-more-btn {
  border: none;
  background: none;
  transition: var(--transition);
  cursor: pointer;
  z-index: 100;
  color: #004a73;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.45px;
  align-self: self-start;
}
/* Popular areas */
#ic-popularAreas {
  max-width: 140rem;
  margin: 10rem auto;
  padding: 0 20px;
}
#ic-popularAreas h2 {
  text-align: center;
}
#ic-popularAreas > div {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#ic-popularAreas > div > a {
  position: relative;
  display: block;
  flex: 1 32%;
  max-width: 32%;
  padding-top: 23%;
  margin-bottom: 4rem;
}
#ic-popularAreas > div > a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.3s linear;
}
#ic-popularAreas > div > a:hover::before {
  opacity: 0.6;
}
#ic-popularAreas > div p {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s linear;
}
#ic-popularAreas > div > a:hover p {
  opacity: 1;
}
#ic-popularAreas > div p span {
  color: #fff;
  margin: auto;
}
#ic-popularAreas > div h3.ic-button {
  position: absolute;
  bottom: -22px;
  right: 20px;
  z-index: 3;
  border: 0;
}
#ic-popularAreas > div h3.ic-button:hover,
#ic-popularAreas > div h3.ic-button:active,
#ic-popularAreas > div h3.ic-button:focus {
  background: #e2dad1;
}

/* Banner home */
#ic-banner > article {
  background: rgba(0, 0, 0, 0.2);
  padding: 15rem 2rem;
  text-align: center;
}
#ic-banner h3 {
  padding: 0;
  margin: 4px 0 -4px 0;
  color: #fff;
  font-size: 2.3em;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Montserrat";
  text-transform: uppercase;
}

/* 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: 8px 0;
}

/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
}
.containerSwiper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 4px;
}

.swiper-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;

  transition-property: transform;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
/* Arrows */
.swiper-BTN-prev:focus,
.swiper-BTN-next:focus,
.swiper-BTN-prev:active,
.swiper-BTN-next:active {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  background: #fff;
  border: 2px solid #004a73;
}
.swiper-BTN-prev::before,
.swiper-BTN-next::before {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper-BTN-prev::after,
.swiper-BTN-next::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 1px 1px 0px;
  transform: rotate(-45deg);
}
.swiper-BTN-prev::after {
  right: auto;
  left: 15px;
  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-prev {
  left: 0px;
  right: auto;
}
.swiper-button-next {
  right: 0px;
  left: auto;
}
.swiper-BTN-prev {
  left: 20px;
  right: auto;
}
.swiper-BTN-next {
  right: 20px;
  left: auto;
}
@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: 10px;
  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: 40px;
}

/* Footer */
footer {
  display: flex;
  flex-direction: column;
}
#footerContent,
#footerLogos {
  background-color: var(--color-grey);
}
#footerLogos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#btn__scroll-up {
  cursor: pointer;
  transition: var(--transition);
  padding: 0;
  margin-bottom: -3px;
  background: transparent;
  z-index: 0;
}
#btn__scroll-up svg {
  top: 0%;
  animation: move-left-right 1s linear infinite;
}
#footerContent h3 {
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}
#footerContent p,
#footerContent p a,
#footerContent a {
  color: #004a73;
  font-size: 2rem;
  font-style: normal;
  font-weight: 550;
  letter-spacing: 0.54px;
  transition: var(--transition);
}
#ic-footerWhatsapp,
#ic-footerPhone,
#ic-footerEmail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#footerContent p:hover,
#footerContent p a:hover,
#footerContent a:hover {
  color: var(--color-blue-primary);
}
.propertyTypesList,
#ic-footerProertyypes,
#ic-footerLinksSite,
#ic-contactFooter {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#ic-contactFooter {
  width: 44rem;
}

.location__street-view iframe {
  width: 50rem;
  height: 30rem;
}
.wrapFooterContent {
  padding: 5rem 2rem;
  display: flex;
  justify-content: space-between;
}
.wrapFoterLogos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 8rem;
  padding: 2rem;
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.wrap-logos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 2rem;
}
.textLogos p,
.wrap-logos p {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
.textLogos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#footerCopy {
  background-color: var(--color-blue-primary);
  color: var(--color-white);
  width: 100%;
  z-index: 1;
}
.wrap-footerCopy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
.wrap-footerCopy p {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}
.wrap-footerCopy p a {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: var(--transition);
}
.wrap-footerCopy p a:hover {
  color: var(--color-blue-secundary);
}
.footerCopy-left,
.footerCopy-soials,
.footerCopy-right {
  flex-grow: 1;
  flex-basis: 0;
}
.footerCopy-left {
  display: flex;
  justify-content: flex-end;
}
.footerCopy-soials {
  display: flex;
  justify-content: center;
}
.footerCopy-soials ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footerCopy-soials li a img {
  transition: filter 0.2s ease;
}

.footerCopy-soials li:hover a img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(3000%)
    hue-rotate(230deg) brightness(100%) contrast(120%);
}
/* Contact */
#ic-contact {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding-top: 10rem;
}
#ic-contactPage {
  width: 39rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#ic-contactWhatsapp,
#ic-contactPhone,
#ic-contactEmail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#ic-contactPage p a {
  font-family: "Montserrat", Arial, serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.45px;
  color: var(--color-black);
  transition: var(--transition);
}
#ic-contactPage p a:hover {
  color: var(--color-blue-primary);
}
.wrapContactLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 35.2%;
}
.mapContact {
  margin-top: 5rem;
  width: 100%;
}
.imageOffice {
  width: 72.7rem;
  height: 52.7rem;
  margin-top: -30rem;
}
.mapContact iframe {
  width: 100%;
  height: 33rem;
}
#wrapContactPage {
  background-color: var(--color-grey);
  padding-bottom: 35.3rem;
}
.reqContactPage {
  width: 50%;
}
.containerOffice {
}
/* testimonials */
.container-testimonials {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.ic-testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.quote-left {
  display: flex;
  align-items: center;
}
.testimonial-text {
  margin-left: 10rem;
  z-index: 1;
}
.quote-right {
  display: flex;
  align-self: self-end;
  gap: 7rem;
  align-items: flex-end;
}

.quote-left-svg svg,
.quote-right-svg svg {
  z-index: 0;
}
.quote-left-svg,
.quote-right-svg {
  position: absolute;
}
.quote-left-svg {
  left: 0;
}
.quote-right-svg {
  right: 0;
}
.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  margin-right: 15rem;
  z-index: 1;
}
.testimonial__review,
.testimonial__review {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testimonial__review h3 {
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}
.testimonial__review p {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: 0.45px;
}
/* About */
#ic-about {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding: 0 2rem;
}
#content-about {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 73%;
}
.imageAbout {
  width: 100%;
  aspect-ratio: 5 / 2.4;
  background-position: right;
}
#asideBlog {
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-self: start;
  top: 1rem;
  width: 23.3%;
  background: #f0f1f1;
  padding: 3rem;
}
#ic-latestBlog {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
/* Blog */
#wrapBlogPage {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#ic-blogHome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.ic-blogPost {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ic-blogPost .ic-backIMG {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1.39;
}

.titleBlog h1 {
}
.ic-blogPost .imageBlog {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1.39;
}
.wrapTitle-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.imageDetailBlog {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 6 / 4;
}
.wrapTitleBlog {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
}
.dateBlog {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 550;
  line-height: 25px;
  letter-spacing: 0.45px;
}
.contentBlog {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contentBlog ul li,
.contentBlog ul li span {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.45px;
}
.contentBlog ul {
  list-style: inside;
}
.wrapTitle-blog h4 {
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  width: 70%;
}
.wrapTitle-blog h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}

.textBLog {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.45px;
}
.ic-datePost {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.45px;
}
.ic-blogPost .ic-button:hover,
.ic-blogPost .ic-button:focus,
.ic-blogPost .ic-button:active {
  background: #e2dad1;
}
.ic-blogPost > article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  background: #fff;
}

#ic-sharePost > span,
#ic-sharePost > strong {
  display: inline-block;
  vertical-align: middle;
}

#ic-blogPage h1,
#ic-blogPage h2:first-child {
  font-size: 2.2em;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
#ic-blogPage > #ic-blogList {
  padding: 0;
}

#ic-blogContent {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#ic-blogContent > div {
  flex: 2 80%;
  max-width: calc(100% - 280px);
}
#ic-blogContent > aside {
  flex: 1 240px;
  max-width: 240px;
}
#ic-blogContent > aside > div {
  background: #fff;
  padding: 30px 30px 36px;
}
.ic-categoriesList {
  margin-bottom: 30px;
}

#ic-metaBlog {
  display: flex;
  flex-flow: row wrap;
  line-height: 1;
  padding: 17px 2px 14px;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin-top: 35px;
  margin-bottom: 50px;
}
#ic-metaBlog .ic-datePost,
#ic-metaBlog .ic-articleTags {
  margin: auto auto auto 0;
}
#ic-metaBlog #ic-sharePost {
  margin: auto 0 auto auto;
}
#ic-sharePost > a {
  color: #999;
  padding: 0 6px;
}
#ic-sharePost > a:hover {
  color: #000;
}
#ic-metaBlog .ic-articleTags,
.smarttag-tags-wrapper a,
.smarttag-tags-wrapper a:visited {
  color: #999;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.smarttag-tags-wrapper a:hover,
.smarttag-tags-wrapper a:focus,
.smarttag-tags-wrapper a:active {
  color: #000;
}
.smarttag-tags-wrapper,
.smarttag-tags-wrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smarttag-tags-wrapper {
  margin-bottom: -7px;
}
.smarttag-tags-wrapper li::before {
  display: none;
}

/* Co-Ownership */
#ownerShip {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.scrollMovil {
  display: none;
  font-size: 1.8rem;
  color: #004a73;
  font-style: italic;
  margin-top: -2rem;
}

.table-container {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  text-align: center;
}

th,
td {
  padding: 1.7rem;
  color: white;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.45px;
}

thead th {
  background-color: #014c7b;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

tbody td {
  background-color: #0096d6;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

/* Services */
.tabs {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.content-service {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.content-service p {
  max-width: 43rem;
}
.content-service.left {
  justify-content: flex-start;
}

.content-service p {
  color: #1e2031;
  font-size: 2rem;
  font-style: normal;
  font-weight: 550;
  line-height: 25px;
  letter-spacing: 0.6px;
}
.imageService {
  width: 50%;
  aspect-ratio: 4 / 2.3;
}
/* Locations*/
.ic-locationItem {
  position: relative;
  overflow: hidden;
}
.imageLocation {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 2 / 1.39;
  height: 100%;
  min-height: 26.8rem;
  padding: 3rem;
  position: relative;
}

.imageLocation::before {
  content: "";
  position: absolute;

  transition: background 0.4s ease-in-out;
  z-index: 1;
}
.titleLocation,
.textLocation {
  position: relative;
  z-index: 2;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.textLocation {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.45px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
.titleLocation {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: translateY(30px);
}

.imageLocation:hover::before {
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
}

.imageLocation:hover .titleLocation {
  opacity: 0;
  transform: translateY(-20px);
}

.imageLocation:hover .textLocation {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.imageDetailLocation {
  height: 100%;
  aspect-ratio: 217/96;
}
.containerRl {
  padding: 0 2rem;
}
#reqLocation #ic-reqContact {
  max-width: 93%;
}
/* 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;
  gap: 1rem;
}

.ic-pagination li:before {
  display: none;
}
.ic-pagination li a,
.ic-pagination li span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  color: var(--color-blue-secundary);
  padding: 10px 10px;
}
.ic-pagination li,
.item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #004a73;
  color: var(--color-blue-secundary);
  background: #fff;
  width: 4.2rem;
  height: 4.2rem;
}
.ic-pagination li.control,
.item.last,
.item.first,
.item.prev,
.item.next {
  border: none;
  width: unset;
  height: unset;
}

.item.last a,
.item.first a,
.item.prev a,
.item.next a {
  padding: 0;
}
.ic-pagination li.active,
.ic-pagination li:hover,
.ic-pagination li.active,
#ic-blogPage .ic-pagination li:hover,
#ic-blogPage .ic-pagination li.active,
.ic-pagination li span {
  color: #fff;
  background: var(--color-blue-primary);
  border: 1px solid var(--color-blue-primary);
}
.ic-pagination li:hover a {
  color: #fff;
}
.ic-pagination li.control:hover,
.ic-pagination li.control:hover a,
.item.last:hover,
.item.last:hover a,
.item.first:hover,
.item.first:hover a,
.item.prev:hover,
.item.prev:hover a,
.item.next:hover,
.item.next:hover a {
  background: transparent;
  border: none;
  color: var(--color-blue-secundary);
}
#ic-blogPage .ic-pagination li a {
  background: #e2dad1;
}

/* Empty pages */
#ic-emptyPage {
  position: relative;
  max-width: 140rem;
  margin: 0 auto;
  padding: 50px 20px 10px;
  text-align: center;
}

#ic-emptyPage h1 span {
  display: block;
  font-size: 0.6em;
  font-weight: 300;
  margin-top: 3px;
  color: #808080;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

/* FAV share */
.ic-resultsMeta .tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 10px 10px 9px;
  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% - 50px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 7px;
}

.ic-resultsMeta .w3-button {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 42px;
  cursor: pointer;
}
.ic-resultsMeta .tooltip .tooltiptext {
  visibility: hidden;
  width: 181px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: auto;
  right: -72px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.7em;
}

.ic-resultsMeta .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  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;
  }
}

/* Page */
#ic-page {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px 100px;
}

/* Map*/

/* Contact */
#ic-page.ic-contactPage {
  background: #f5f1ed;
  max-width: none;
  padding: 0;
}
#ic-page.ic-contactPage > article {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px 20px;
}
#ic-page.ic-contactPage #ic-reqContact h3 {
  display: none;
}
::-webkit-scrollbar {
  width: 100px;
}

::-webkit-scrollbar-track {
  background-color: #004a73;
}

::-webkit-scrollbar-thumb {
  background-color: #004a73;
  border-radius: 30px;
  border: 2px solid #0094df;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #004a73 #0094df;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes move-left-right {
  0% {
    transform: translateY(0rem);
  }
  33% {
    transform: translateY(0.5rem);
  }
  66% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
/* ------ RESPONSIVE ------ */
@media only screen and (min-width: 1000px) {
  #ic-navigation li:hover .ic-dropdown {
    visibility: visible;
    opacity: 1;
  }
  #ic-navigation .ic-dropdown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transition: all 0.3s linear;
  }
}

@media only screen and (max-width: 1600px) {
  #ic-hilites {
    max-width: 95%;
  }
  #content-about {
    width: 65%;
  }
  #asideBlog {
    width: 30%;
  }
  .quote-left-svg svg,
  .quote-right-svg svg {
    z-index: 0;
    width: 20rem;
    height: 20rem;
  }
  .quote-right {
    gap: 5rem;
    align-items: center;
  }
}

@media only screen and (max-width: 1500px) {
  .container-locations.grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1400px) {
  .salesContent {
    padding: 102px 20px;
  }

  .wrapFooterContent {
    display: grid;
    grid-template-areas:
      "contact crs types"
      "map map map";
    gap: 3rem;
  }
  #ic-contactFooter {
    grid-area: contact;
    width: 35rem;
  }
  #ic-footerLinksSite {
    grid-area: crs;
  }
  #ic-footerProertyypes {
    grid-area: types;
  }
  .location__street-view {
    grid-area: map;
  }
  .location__street-view iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 50%;
  }
  .ic-pagination li a,
  .ic-pagination li span {
    padding: 7px 10px;
  }
  .imageService {
    aspect-ratio: 3 / 2.5;
  }
  .quote-left-svg svg,
  .quote-right-svg svg {
    width: 20rem;
    height: 20rem;
  }
}
@media only screen and (max-width: 1100px) {
  #ic-hilites .ic-hilite .ic-backIMG {
    height: 100%;
    aspect-ratio: 8 / 6;
  }
}
@media only screen and (max-width: 1000px) {
  body.menuOpen #ic-headerTop {
    display: flex;
  }
  #ic-headerGal #ic-headerMenu.blue #ic-navigation .ic-dropdown {
    background-color: transparent;
  }

  #ic-headerGal #ic-headerMenu.blue #ic-navigation .ic-dropdown a:hover,
  #ic-headerGal #ic-headerMenu.blue #ic-navigation .ic-dropdown a:hover {
    color: var(--color-white);
    font-weight: 500;
  }
  #ic-headerMenu.blue #ic-navigation .nav .ic-dropdown li.active a {
    color: var(--color-white);
    font-weight: 500;
  }
  #ic-contact {
    flex-direction: column;
  }
  #ic-headerMenu.blue #ic-navigation .nav .ic-dropdown li a {
    color: var(--color-white);
    font-weight: 500;
  }
  .wrapContactLeft,
  .reqContactPage {
    width: 100%;
  }
  .imageOffice {
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
  }
  #ic-contactPage {
    width: 100%;
  }
  .mapContact iframe {
    aspect-ratio: 2 / 1;
    height: 100%;
  }
  .titleLocation,
  .textLocation {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto;
  }
  .ic-hilite .ic-backIMG {
    aspect-ratio: 5 / 4;
    height: 100%;
  }
  .quote-left-svg svg,
  .quote-right-svg svg {
    width: 10rem;
    height: 10rem;
  }
  .testimonial__review h3 {
    font-size: 1.8rem;
  }
  #ic-headerGal #ic-headerMenu.blue #ic-navigation .ic-dropdown {
    margin-top: 0;
  }
  .ic-testimonial,
  .container-testimonials {
    gap: 3rem;
  }

  #ic-headerMenu {
    padding: 0;
  }
  .containerSwiper {
    max-width: 95rem;
  }
  #ic-headerTop {
    align-items: flex-start;
    padding-right: 13rem;
  }
  #ic-headerLanguages {
    gap: 3rem;
  }
  .ic-linkDD svg path {
    stroke: var(--color-white);
  }
  body.menuOpen {
    position: fixed;
    z-index: -100;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #ic-logoXS {
    max-width: 250px;
    margin: 0 auto;
  }

  #ic-headerGal #ic-navigation::before {
    display: none;
  }
  #ic-navBTN {
    top: 5px;
    right: 30px;
  }
  #ic-navBTN,
  #ic-logoXS,
  #ic-menuXS,
  #ic-navigation .nav > li.first > .ic-dropdown > ul > li:last-child ul {
    display: block;
  }
  #ic-navbar {
    overflow-y: auto;
    display: block;
    transform: translateX(100%);
    transition: transform 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    z-index: 2;
    background-color: var(--color-blue-secundary);
    padding-top: 100px;
    text-align: left;
  }
  #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 20px;
  }
  #ic-navigation .nav > li > .ic-dropdown {
    position: relative;
    opacity: 1;
    top: auto;
    transition: none;
  }
  #ic-navigation .ic-dropdown a {
    padding: 2rem 0 0 0;
  }
  /*  a[title="About us"] svg {
    display: none;
  } */
  .ic-linkDD svg {
    display: none;
  }
  #ic-navigation .nav > li > .ic-dropdown > ul {
    padding: 0;
  }
  #ic-navigation .ic-dropdown a,
  #ic-navigation .nav > li > a,
  #ic-navigation .nav > li > a:visited {
    color: var(--color-white);
    font-size: 2rem;
  }
  #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-blue-primary);
  }

  #ic-navigation .ic-caret.expanded {
    transform: rotate(-136deg);
    top: 23px;
  }
  #ic-navigation .nav > li > .ic-dropdown > ul > li > .ic-dropdown {
    display: none;
    padding: 0;
    margin-top: -1px;
    margin-left: -20px;
    width: calc(100% + 40px);
    background: #636363;
  }
  #ic-navigation .ic-dropdown > ul > li:last-child {
    margin-top: 0;
  }

  #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: 10px 0 10px 20px;
    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: 3px 0 3px 15px;
  }
  #ic-navigation .nav li#ic-phoneMenuXS {
    display: block !important;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #asideBlog {
    background-color: transparent;
  }
  #ic-phoneMenuXS span {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  #ic-navigation .nav li#ic-phoneMenuXS a {
    padding: 0;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    border: none;
  }

  #ic-categories li {
    flex: 1 33%;
    max-width: 33%;
  }

  .hero-image {
    height: 45vh;
  }
  h1 {
    font-size: 5rem;
    line-height: 50px;
  }
  .hero-image h1 {
    max-width: 85rem;
  }
  .salesContent h2 {
    font-size: 5rem;
  }
  .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapFoterLogos img {
    width: 70%;
  }
  .wrapFoterLogos {
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .wrap-footerCopy p {
    font-size: 1.5rem;
    text-align: center;
  }
  .wrap-footerCopy {
    gap: 1rem;
  }
  #ic-about {
    flex-direction: column;
  }
  #asideBlog,
  #content-about {
    width: 100%;
  }
  #ic-latestBlog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  #reqLocation #ic-reqContact {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .containerSwiper {
    max-width: 90rem;
  }
}
@media only screen and (max-width: 800px) {
  #property-sales {
    flex-direction: column-reverse;
  }
  #ic-hilites .ic-hilite .ic-backIMG {
    aspect-ratio: 5 / 4;
    height: 100%;
  }
  .salesContent,
  .salesImage {
    width: 100%;
  }
  .salesContent {
    padding: 50px 20px;
  }
  #ic-latestBlog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  #ic-logo img {
    width: 30rem;
  }
  .wrapFooterContent {
    display: flex;
    flex-direction: column;
  }
  .tab {
    flex-direction: column;
  }
  .content-service,
  .imageService {
    width: 100%;
  }
  .content-service p {
    max-width: 100%;
  }

  .tab.reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 4rem;
    line-height: 40px;
  }
  h2 {
    font-size: 2rem;
  }
  .h1Internal {
    font-size: 3rem;
  }
  .mb {
    margin-bottom: 5rem;
  }
  #ic-contact {
    padding-top: 5rem;
  }
  .mt {
    margin-top: 5rem;
  }
  #ic-latestBlog,
  .grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .container-locations.grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .quote-left {
    align-items: flex-start;
  }
  .testimonial__review svg {
    width: 10rem;
  }
  .testimonial-content {
    gap: 1rem;
  }
  .quote-right {
    align-items: flex-end;
    gap: 0;
  }
  .imageAbout {
    height: 50rem;
    background-position: bottom right;
  }
  .hero-image h1 {
    max-width: 90%;
  }
  .hero-image {
    height: 70vh;
  }
  #ic-navbar {
    width: 80%;
  }
  #ic-headerTop {
    flex-direction: column;
    padding-right: 2rem;
    gap: 1rem;
  }
  #ic-headerLanguages {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
  }
  #ic-navBTN {
    top: 14px;
    right: 10px;
  }
  #ic-languages {
    margin: 0;
  }
  #ic-languages ul {
    flex-direction: row;
  }
  #ic-contactHeader {
    display: grid;
    grid-template-areas:
      "whatsapp phone"
      "media media";
  }
  #ic-headerWhatsapp {
    grid-area: whatsapp;
  }
  #ic-headerPhone {
    grid-area: phone;
  }
  #ic-headerMedia {
    grid-area: media;
  }
  #ic-hilites {
    max-width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .containerSwiper {
    position: relative;
  }
  #ic-contactFooter {
    width: 100%;
  }
  .wrap-footerCopy {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .swiper-button-prev,
  .swiper-button-next {
    border: none;
    bottom: 40%;
  }
  .swiper-button-prev {
    left: 23px;
  }
  .swiper-button-next {
    right: 23px;
  }
  .salesContent h2 {
    font-size: 4rem;
  }
  #ic-navBTN.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 44px;
    left: 8px;
  }
  .testimonial-text {
    margin-left: 2.5rem;
    z-index: 1;
  }
  .testimonial-content {
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 45%;
  }
  .swiper-button-next {
    right: 17px;
  }
  .swiper-button-prev {
    left: 17px;
  }
}
