/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

/* Bárbara */

div[data-elementor-type="header"] > div > .e-con-inner {
  position: relative;
}

div[data-elementor-type="header"]
  .elementor-widget-nav-menu:not(.desktop-lang) {
  position: absolute;
  top: 60%;
  right: 50px;
  transform: translateY(-50%);
}

div[data-elementor-type="header"] .elementor-widget-nav-menu nav ul li a {
  color: white;
}

div[data-elementor-type="header"] .elementor-widget-nav-menu nav ul li ul li a {
  color: black;
}

.active-underline {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

div[data-elementor-type="header"]
  .elementor-widget-nav-menu
  nav
  ul
  li
  ul
  li
  a:hover {
  color: white;
}

.invert-column.elementor-element {
  display: flex !important;
  flex-direction: column !important;
}

.swiper-pagination {
  text-align: right !important;
  width: 55% !important;
}

#testemonials-slide .swiper-pagination {
  text-align: center !important;
  width: 100% !important;
}

.container-contactos .e-con-inner .elementor-element.mapa-olhao {
  display: none;
}

.elementor-203
  .elementor-element.elementor-element-6d612d1
  .e-off-canvas__overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.redes-menu {
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
}

.kyero-filter-form.controler {
  background-color: transparent;
  /* display: flex; */
  /* max-width: 1450px; */
  /* margin: 0 auto; */
  /* justify-content: flex-end; */
  width: fit-content;
}

.controlers-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
}
.controler {
  display: flex !important;
  padding: 20px 30px !important;
  padding-top: 32px !important;
}

.wrapper-order.kyero-filter-form select,
.wrapper-zone-filter.kyero-filter-form select {
  filter: invert(1);
  padding-right: 40px;
}

.btn-load-more {
  margin: 0 auto;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid black;
  padding: 10px 20px;
  display: block;
  margin-bottom: 80px;
}

.elementor-location-header .elementor-widget-off-canvas .e-off-canvas__content {
  width: 450px;
}

.lightbox-next:after {
  content: "next";
  font-family: swiper-icons;
  font-size: 30px;
  display: block;
  color: white;
}

.lightbox-next,
.lightbox-prev {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translatey(-50%);
  width: 50px;
  height: 50px;
  text-align: center;
}

.lightbox-next {
  left: unset;
  right: 12px;
}

.lightbox-prev:before {
  content: "prev";
  font-family: swiper-icons;
  font-size: 30px;
  display: block;
  color: white;
}

.our-commitment .elementor-swiper-button.elementor-swiper-button-prev,
.our-commitment .elementor-swiper-button.elementor-swiper-button-next {
  margin-top: -43px;
}

.wrapper-info {
  display: block;
  position: absolute;
  width: 100vw;
  height: fit-content;
  background-color: #ddeaf1;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 60px 60px;
  transition: right 0.4s ease;
  right: -100%;
}
.wrapper-info .elementor-icon-list-items {
  margin-block: 20px;
}
.wrapper-info.active {
  transition: right 0.5s ease;
  right: 0%;
}

.fecha-info {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.fecha-info::after,
.fecha-info::before {
  content: "";
  display: block;
  background-color: black;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.fecha-info::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wrapper-info img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.wrapper-info h5 {
  text-transform: uppercase;
}

.wrapper-info h5.gilroy-54 {
  text-indent: -3px;
}

.wrapper-equipa .elementor-widget-image,
.wrapper-equipa .elementor-widget-heading {
  cursor: pointer;
}

.wrapper-info .content {
  display: flex;
  gap: 70px;
}

.wrapper-info .text {
  width: 50%;
  max-width: 750px;
}

.wrapper-info .img {
  width: 50%;
  max-width: 570px;
}

.wrapper-slide-properties {
  width: 100%;
  overflow: hidden;
  /* margin-left: -15px; */
}

.slide-properties {
  width: 100%;
  padding-left: 100px;
  padding-top: 10px;
}

.slide-properties .slick-list {
  overflow: visible;
}

.slide-properties .slick-slide {
  margin: 0px 5px;
}

.slide-properties .container-img {
  height: 500px;
  position: relative;
}

.slide-properties .container-img img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}

.slide-properties::before {
  content: "";
  background-image: url(/wp-content/uploads/box-light-blue.svg);
  display: block;
  width: 430px;
  height: 610px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: unset;
  right: 104px;
  opacity: 0.5;
}

.slide-properties h3 {
  display: flex;
  color: black;
  font-size: 14px;
  padding: 17px 20px 0px;
  justify-content: flex-end;
}

.slide-properties a {
  background-color: transparent !important;
}

.slide-properties a:focus {
  outline: 0px;
}

.slide-properties p {
  font-size: 14px;
  color: black;
  padding-left: 20px;
  text-align: right;
}

.slide-properties p,
.slide-properties h3 {
  padding-right: 115px;
}

.slide-properties .slick-dots li {
  margin: 0px;
}

.slide-properties .slick-dots li button:before,
.slide-properties .slick-dots li button:after {
  font-size: 8px;
}

.slide-properties .slick-dots {
  bottom: 37px;
  width: calc(100% - 100px);
  display: none !important;
}

.slide-properties button.slick-next.slick-arrow,
.slide-properties button.slick-prev.slick-arrow {
  bottom: 75px;
  top: unset;
  right: 15px;
  background-color: #ffffffbf;
  width: 40px;
  height: 40px;
  border-radius: 2px;
}

.slide-properties button.slick-prev.slick-arrow {
  right: 65px;
  left: unset;
  z-index: 1;
}

.slide-properties .slick-next:before {
  content: "next";
  font-family: swiper-icons;
  color: black;
}

.slide-properties .slick-prev:before {
  content: "prev";
  font-family: swiper-icons;
  color: black;
}

.slide-properties button.slick-next:hover:before,
.slide-properties button.slick-prev:hover:before {
  color: #006f9a;
}

/* .slide-properties .container-img::after {
  content: "+";
  color: white;
  border: 1px solid white;
  width: 25px;
  height: 25px;
  display: flex;
      line-height: 1.1;
  justify-content: center;
  font-size: 25px;
  position: absolute;
  bottom: 10px;
  left: 10px;
} */

.slide-basic-info {
  position: absolute;
  bottom: 5px;
  left: 15px;
  z-index: 2;
}

.slide-basic-info .info-plus-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  align-content: flex-start;
  gap: 10px;
}

.slide-basic-info p,
.slide-basic-info span {
  padding-left: 0px;
  color: var(--white);
  font-size: 22px;
}

#header-fixed.scrolled {
  background-color: #1a1a1a8c;
}
.container-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 1;
  transition: opacity 300ms linear;
}

/*************************/

/* --------------------- BASE CONFIGURATIONS --------------------- */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* user-select: none; */
}

html.disableScroll {
  overflow-y: hidden;
}

img {
  max-width: 100%;
}

/* --------------------- CUSTOM SCROLLBAR --------------------- */

/* html {
	scrollbar-width: thin;
	scrollbar-color: #888 transparent;
}

html::-webkit-scrollbar {
	width: 4px;
}

html::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 4px;
}

html::-webkit-scrollbar-track {
	background-color: var(--white);
} */

/* --------------------- LINK RESET --------------------- */

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  /* color: var(--black); */
  cursor: pointer;
  overflow-wrap: anywhere;
}

/* --------------------- TYPOGRAPHY SMOOTHING --------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input,
a,
span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

/* --------------------- FORM COMPONENTS --------------------- */

/* Placeholder Color */
/* input::placeholder {
	color: var(--white);
	opacity: 1;
} */

/* Autofill Background/Color */
/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
	-webkit-text-fill-color: var(--white) !important;
}

.white input:-webkit-autofill,
.white select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
	-webkit-text-fill-color: var(--black) !important;
}

input:focus,
select:focus {
	outline: none !important;
} */

/* Remove number input spinners */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
} */

/* --------------------- RESET ELEMENT MARGINS --------------------- */

/* ul {
  list-style: none;
  padding: 0;
  margin: 0;
} */

/* --------------------- CUSTOM SELECT STYLE (DISABLED) --------------------- */
/*
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0 !important;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	width: 35%;
	cursor: pointer;
	background: #0d98e8 url(https://cdn1.iconfinder.com/data/icons/universal-icons-set-for-web-and-mobile/100/controls_0-12-512.png) no-repeat right center;
	background-size: 40px 37px;
}

select option {
	background-color: #fff;
	color: black;
}

select::-ms-expand {
	display: none;
}
*/

/* --------------------- FONT DEFINITIONS (DISABLED) --------------------- */
@font-face {
  font-family: "Rethink-Sans";
  src: url("assets/fonts/rethink/RethinkSans-SemiBold.woff2") format("woff2"),
    url("assets/fonts/rethink/RethinkSans-SemiBold.otf") format("opentype"),
    url("assets/fonts/rethink/RethinkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Rethink-Sans";
  src: url("assets/fonts/rethink/RethinkSans-Medium.woff2") format("woff2"),
    url("assets/fonts/rethink/RethinkSans-Medium.otf") format("opentype"),
    url("assets/fonts/rethink/RethinkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Rethink-Sans";
  src: url("assets/fonts/rethink/RethinkSans-Regular.woff2") format("woff2"),
    url("assets/fonts/rethink/RethinkSans-Regular.otf") format("otf"),
    url("assets/fonts/rethink/RethinkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*

h1, h2, h3, h4, h5 {
	font-family: "XXX";
	font-weight: 300;
	font-size: 0px;
}

p, a, label, input, select, textarea, option {
	font-family: "XXX";
	font-style: normal;
	font-size: 0px;
	resize: none;
}
    */

/* --------------------- VARIABLES --------------------- */

:root {
  --black: #000000;
  --white: #ffffff;
  --grey: #222222;
  --header-height: 50px;
  --page-margin: 25px;
  --border-radius: 4px;
  --page-top-space: 180px;
  --page-bottom-margin: 128px;
}

/* --------------------- UTILITY CLASSES --------------------- */

.noPadding {
  padding-left: 0;
  padding-right: 0;
}

/* --------------------- PROJECT-SPECIFIC RULES --------------------- */
/* Hide reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Hide WPML footer badge */
.otgs-development-site-front-end {
  display: none;
}

/* Go Up Button */
.goUp {
  cursor: pointer;
  position: fixed;
  top: 90%;
  right: 30px;
  z-index: 9995;
  opacity: 0;
  transition: 300ms opacity linear;
}

.goUp.show {
  opacity: 1;
  transition: 300ms opacity linear;
}

/****************************** ADD THE CODE HERE ************************************/

/* h2 {
	color: red;
}

p {
	color: blue;
} */

/************************ HOMEPAGE ************************/
.arrow-button a {
  background-color: transparent;
  padding: 10px 18px;
  color: black !important;
  border: 1px solid black;
  position: relative;
  display: flex;
  width: fit-content;
  gap: 20px;
  align-items: center;
  border-radius: 0px !important;
}

.arrow-button.white a {
  width: fit-content;
  display: flex !important;
  align-items: center;
}

.arrow-button.white:hover a {
  background-color: transparent !important;
}

.arrow-button a span {
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.arrow-button.white:hover a span {
  color: var(--white) !important;
}
.arrow-button.white a span {
  color: var(--black) !important;
}

.arrow-button a::after {
  content: "";
  background-image: url("/wp-content/uploads/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 10px;
  display: block;
  transition: all 300ms linear;
}

.arrow-button.white a::after {
  /* filter: invert(1) brightness(1000); */
  transition: all 300ms linear;
}
.arrow-button a:hover {
  /* color: white !important; */
  /* background-color: black; */

  background-color: #006f9a !important;
  border-color: #006f9a !important;
  transition: all 300ms linear;
}
.arrow-button a:hover::after {
  /* filter: brightness(1000) invert(1); */
  /* transition: all 300ms linear; */
}
.arrow-button.white a:hover::after {
  filter: invert(1) brightness(1000);
  transition: all 300ms linear;
}

/* BOTOES DEFAULT DO ELEMENOT */
.elementor-button:not(
    .elementor-location-header .elementor-button,
    .arrow-button.white a
  ):hover {
  /* background-color: var(--black) !important; */
  background-color: #006f9a !important;
  border-color: #006f9a !important;
}
.elementor-button:not(
    .elementor-location-header .elementor-button,
    .arrow-button.white a
  ):hover
  span {
  color: var(--white) !important;
}
.elementor-button:not(
    .elementor-location-header .elementor-button,
    .arrow-button.white a
  ):hover::after {
  filter: brightness(1000) invert(1);
}

#testemonials-slide {
  margin-top: 20px;
}

.testemonial-slide-bg div p,
.testemonial-slide-bg div span {
  color: var(--white);
}
.testemonial-slide-bg div > p,
#testemonials-slide .elementor-testimonial__text {
  position: relative;
  /* text-indent: 30px; */
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
/* Tablet */
@media (max-width: 1440px) {
  .testemonial-slide-bg div > p,
  #testemonials-slide .elementor-testimonial__text {
    font-size: 12px;
  }
}
#testemonials-slide .elementor-testimonial__text::before {
  content: "“";
  position: absolute;
  font-family: "Arial", "Gilroy";
  top: -30px;
  display: block;
  width: fit-content;
  font-size: 72px;
  text-indent: 0px !important;
  height: 30px !important;
  left: 0px;
  display: none;
}

.testemonial-slide-bg .elementor-element .e-con-full div:nth-child(1) div span,
#testemonials-slide .elementor-testimonial__name {
  font-weight: 600;
}
.testemonial-slide-bg .elementor-element .e-con-full div:nth-child(2) div span,
#testemonials-slide .elementor-testimonial__title {
  font-weight: 400;
}

#testemonials-slide .elementor-testimonial__image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.elementor-testimonial__footer,
.elementor-testimonial__image {
  height: 100%;
}

/***** EStilização dos filtro ******/

.kyero-filter-form {
  background: #1a1a1acc;
  padding: 22px 22px;
  /* display: grid;
  grid-template-columns: 220px 220px 220px 220px 107px;
  align-items: center; */
  /* gap: 20px; */
  /* justify-content: center; */
}

.kyero-filter-form > div {
  /* display: grid;
  grid-template-columns: 220px 220px 220px 220px 220px 107px;
  align-items: end;
  gap: 30px;
  justify-content: center; */
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr) auto;
  align-items: end;
  justify-content: space-between;
  max-width: 1200px;
  margin-inline: auto;
}

/* .blogFilters .kyero-filter-form:has(input[name="ref"]) > div {
  grid-template-columns: repeat(5, 1fr) auto;
  align-items: end;
  justify-content: space-between;
  max-width: 1200px;
  margin-inline: auto;
} */

.kyero-filter-form input[name="ref"] {
  background-color: transparent;
  outline: unset;
  border: 0px !important;
  border-bottom: 1px solid white !important;
  color: white;
}

.kyero-filter-form input[name="ref"]::-webkit-input-placeholder {
  color: white !important;
  opacity: 1 !important;
}
.kyero-filter-form input[name="ref"]::-moz-placeholder {
  color: white !important;
  opacity: 1 !important;
}
.kyero-filter-form input[name="ref"]:-ms-input-placeholder {
  color: white !important;
  opacity: 1 !important;
}
.kyero-filter-form input[name="ref"]::placeholder {
  color: white !important;
  opacity: 1 !important;
}
.kyero-filter-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #969696;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.7px; /* 190% */
}

/* Botão de search */
.submitWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.submitWrapper button {
  outline: 0px !important;
  background-color: white !important;
  border: 0px !important;
  color: black !important;
  padding: 0px 10px !important;
  position: relative;
  border: unset !important;
  height: 100%;
  width: fit-content;
}



/* SLEECT DOS FILTROS */
.kyero-filter-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0px;
  font-size: 16px;
  border: 0px solid white;
  border-radius: 0px;
  cursor: pointer;
  background-image: url(/wp-content/uploads/select-arrow.svg);

  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  transition: border 0.3s, box-shadow 0.3s;
  color: white;
  text-transform: capitalize;
}

.kyero-filter-form select:focus {
  border-color: transparent;
  outline: none;
  /* box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.3); */
}
.kyero-filter-form select option {
  color: black;
}
.property-ref-energy span,
.property-description {
  font-size: 22px;
}

/* Tablet / medium screens */
@media (max-width: 768px) {
  .property-ref-energy span,
  .property-description {
    font-size: 18px;
  }
}

/* Mobile / small screens */
@media (max-width: 500px) {
  .property-ref-energy span,
  .property-description {
    font-size: 16px;
  }
}

/* ------------ LISTAGEM DE PROPRIEDADES */
.property-listing {
  margin-bottom: 93px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  row-gap: 100px;
  max-width: 1450px;
  margin-inline: auto;
  padding: 0px 22px;
}

.controlers-filter {
  max-width: 1450px;
}
.filtered-by {
  margin-top: 93px;
  margin-bottom: 24px;
  max-width: 1450px;
  margin-inline: auto;
  padding: 0px 24px;
  font-size: 22px;
  line-height: 1;
}

.property-box {
  height: 576px;
  overflow: hidden !important;
  position: relative;
  cursor: pointer;
  transition: all 300ms linear;
}

.property-box:hover {
  transition: all 300ms linear;
  box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 60%);

  -webkit-box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 60%);
  -moz-box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 60%);
}

.property-box .swiper {
  height: 100%;
  position: relative;
}
.property-box .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 1;
  transition: opacity 300ms linear;
}

.property-box .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.property-info-wrapper {
  position: absolute;
  bottom: 28px;
  left: 0px;
  z-index: 19;
  width: 100%;
  padding: 0px 32px;
}
.property-info-wrapper * {
  color: white;
}

.property-box .swiper-button-next,
.property-box .swiper-button-prev {
  width: 20px;
  height: 20px;
  color: white;
}

.property-box .swiper-button-next:after,
.property-box .swiper-button-prev:after {
  font-size: 18px;
}

.property-box .property-info-wrapper h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  text-transform: capitalize;
}
.property-box .property-info-wrapper p,
.card-price,
.card-ref {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.card-price,
.card-ref {
  font-weight: 600;
}
.plus-title-wrapper,
.info-plus-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  gap: 5px;
}

.bottom-property-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-top: 10px;
}

/* botao caixa com + */
.plus-box {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid white;
  padding: 5px;
}
.wrapper-equipa .elementor-widget-container:has(.plus-box) {
  position: relative;
}
.wrapper-equipa .plus-box {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid #006f9a;
}

.plus-horizontal,
.plus-vertical {
  position: absolute;
  background-color: white;
  border-radius: 2px;
}

.wrapper-equipa .plus-horizontal,
.wrapper-equipa .plus-vertical {
  background-color: #006f9a;
}

.plus-horizontal {
  top: 50%;
  left: 50%;
  width: 56%;
  height: 1px;
  transform: translate(-50%, -50%);
}

.plus-vertical {
  left: 50%;
  top: 50%;
  width: 1px;
  height: 56%;
  transform: translate(-50%, -50%);
}

.for-sale {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  padding: 6px 29px;
  background-color: white;
  color: #5b829b;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 186%;
}

/************************************** DETALHE DE PROPRIEDADE **************************************/

/* ------ Seção 1 - Main info + Galeria  */
.sidePadding {
  padding: 0px 10px;
}
.mainInfoWrapper {
  position: relative;
}

.post-template-default .mainInfoWrapper {
  width: fit-content;
}

.mainInfoWrapper p,
.mainInfoWrapper p span {
  color: black;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 141.667%;
  letter-spacing: 0.72px;
  text-align: center;
}
.mainInfoWrapper p span {
  color: #5b829b;
}

.mainInfoWrapper .swiper {
  height: 430px;
  overflow: hidden;
  margin-top: 30px;
  margin-inline: 60px;
  width: 90%;
  margin-inline: auto;
}

.mainInfoWrapper .swiper-button-next {
  right: 1%;
}
.mainInfoWrapper .swiper-button-prev {
  left: 1%;
}
.mainInfoWrapper .swiper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.mainInfoWrapper .swiper-buttons-wrapper {
  /* position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 70px;
  margin-right: 400px; */
}

.mainInfoWrapper .swiper-button-next,
.mainInfoWrapper .swiper-button-prev {
  /* position: relative !important;
  top: unset !important;
  margin-top: unset !important; */
  color: white !important;
  background-color: #5b829b !important;
  width: 50px !important;
  height: 50px !important;
}
.mainInfoWrapper .swiper-button-next:after,
.mainInfoWrapper .swiper-button-prev:after {
  font-size: 10px !important;
}
/* ------ Seção 2 - Icones com Informação */
.iconesWrapper {
  display: flex;
  /* display: grid; */
  /* grid-template-columns: auto auto auto; */
  gap: 80px;
  padding-top: 85px;
  padding-bottom: 85px;
  align-items: center;
  justify-content: center;
}

.iconesWrapper .icon-info-item {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.icon-info-item p span {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.429%;
}
.iconesWrapper .icon-info-item p {
  display: flex;
  flex-direction: column;
}

.iconesWrapper .icon-info-item img {
  height: calc(105px * 0.6);
  width: auto;
  object-fit: contain;
}

/* ------ Seção 3 - 2a imagem de propriedade  */
.secondImgWrapper {
  height: 70vh;
  width: 100%;
}

/* ------ Seção 4 - Bloco com descricao + features  */
.descriptionFeaturesWrapper {
  max-width: 1182px;
  margin-inline: auto;
  background-color: #edf4f7;
  padding: 119px 111px;
  margin-top: -200px;
  margin-bottom: 100px;
}

.description-top {
  display: grid;
  grid-template-columns: 529px auto;
  gap: 44px;
  margin-bottom: 60px;
}
.description-top h2 {
  font-size: 44px;
}

/* Large tablets / small laptops */
@media (max-width: 1199px) {
  .description-top h2 {
    font-size: 38px;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .description-top h2 {
    font-size: 34px;
  }
}

/* Large phones */
@media (max-width: 767px) {
  .description-top h2 {
    font-size: 30px;
  }
}

/* Small phones */
@media (max-width: 575px) {
  .description-top h2 {
    font-size: 26px;
  }
}

.description-top p {
  color: #0a2240;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.14px;
}
.features-bottom p {
  color: #111827;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 283.333%;
  border-bottom: 1px solid #0a2240;
  margin-bottom: 40px;
}

.features-bottom ul {
  columns: 5; /* Number of columns */
  -webkit-columns: 5;
  -moz-columns: 5;
  column-gap: 1.4rem; /* Optional: space between columns */
  list-style-position: inside;
  padding-left: 0;
}

.features-bottom ul {
  list-style: none;
}
img {
  user-select: none;
}
.features-bottom ul li {
  position: relative;
  padding-left: 15px; /* space for the icon */
  margin-bottom: 10px;
  color: #0a2240;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 157.143%;
}

.features-bottom ul li::before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 50%; */
  top: 9px;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/uploads/li_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.buttons-bottom {
  margin-top: 50px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.buttons-bottom .arrow-button a:hover {
  color: var(--white) !important;
}
.buttons-bottom .arrow-button a:hover::after {
  filter: invert(1) brightness(1000);
  transition: all 300ms linear;
}

.property-back-button {
  gap: 10px;
  cursor: pointer;
  z-index: 99;
  color: var(--black);
  transition: all 300ms linear;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  max-width: 1400px;
  margin-inline: auto;
  padding: 0px 10px;
}

.property-back-button span {
  font-size: 20px;
  line-height: 1.5;
}

.property-back-button:hover {
  color: var(--black);
  transform: translateX(-15px);
  transition: all 300ms linear;
}
/* ------ Seção 5 - Mapa Google com localização da propriedade  */
.propertyGMapsWrapper {
  /* height: 70vh; */
}

/* ------ Similar Listings */
.similarListingsWrapper {
  max-width: 1450px;
  margin-inline: auto;
  padding: 0px 24px;
  margin-top: 116px;
  margin-bottom: 116px;
}

.similar-properties-grid {
  margin-top: 77px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

/* PAGISNATION */
.kyero-pagination-wrapper {
  text-align: center;
  margin-top: 14px;
  font-family: sans-serif;
  margin-bottom: 107px;
}
.kyero-pagination-progress {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  width: 273px;
  margin-left: auto;
  margin-right: auto;
}

.progress-segment {
  flex: 1;
  height: 4px;
  background-color: #ccc; /* Default grey */
  border-radius: 0;
  margin: 0; /* No gap */
  max-width: none;
}

.progress-segment.active {
  background-color: #0f3557; /* Blue for current page */
  height: 6px;
  border-radius: 10px;
  margin-top: -1px;
}

.kyero-page-text strong {
  color: #0f3557;
}

.kyero-pagination-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}

.kyero-arrow {
  font-size: 22px;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

.kyero-arrow.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.kyero-page-text {
  font-weight: 500;
}

/* BOTOES DE FILtRO GERAL NA PAGINA DE LISTAGEM */
.elementor-element.elementor-element-7acda5a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.locationButton {
  position: absolute;
  top: 45%;
}
/* posição de botões */
#westFilter {
  left: calc(50% - 350px);
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 42%;
}
#centralFilter {
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translate(-50%, 0%);
}
#eastFilter {
  left: calc(50% + 350px);
  transform: translate(-50%, 0%);
  align-items: flex-end;
  top: 40%;
}

/* Textos grandes */
.locationButton p {
  color: white;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 115.625%;
  cursor: pointer;
  transition: all 300ms linear;
}
/* botoes */
.locationButton span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.28px;
  margin-right: 10px;
  color: white;
  transition: all 300ms linear;
}
/* If any .locationButton has .is-active, make all .locationButton texts white */
body:has(.locationButton.is-active) .locationButton p,
body:has(.locationButton.is-active) .locationButton span {
  color: #ffffff !important;
}
/* 2. Active button: always blue */
body:has(.locationButton.is-active) .locationButton.is-active p,
body:has(.locationButton.is-active) .locationButton.is-active span {
  color: #5b829b !important;
}

.location-buttons .locationButton.not-active.map-section-hovered p,
.location-buttons .locationButton.not-active.map-section-hovered span {
  color: #5b829b !important;
}

/* ----- CAIXAS */
.location-buttons .locationButton.not-active .plus-box {
  border-color: white !important;
  transition: all 300ms linear;
}
.location-buttons .locationButton.not-active .plus-horizontal,
.location-buttons .locationButton.not-active .plus-vertical {
  background-color: white !important;
  transition: all 300ms linear;
}

/* If there is NO active button, keep + box blue */
.location-buttons:not(:has(.locationButton.is-active)) .plus-box {
  border-color: white !important;
  transition: all 300ms linear;
}
.location-buttons:not(:has(.locationButton.is-active)) .plus-horizontal,
.location-buttons:not(:has(.locationButton.is-active)) .plus-vertical {
  background-color: white !important;
  transition: all 300ms linear;
}

/* If any locationButton is active, make + box white */
.location-buttons .locationButton.is-active .plus-box,
/* quando é feito hover */
.location-buttons .locationButton.map-section-hovered .plus-box {
  border-color: #5b829b !important;
  transition: all 300ms linear;
}

.location-buttons .locationButton.is-active .plus-horizontal,
.location-buttons .locationButton.is-active .plus-vertical,
/* quando é feito hover */
.location-buttons .locationButton.map-section-hovered .plus-horizontal,
.location-buttons .locationButton.map-section-hovered .plus-vertical {
  background-color: #5b829b !important;
  transition: all 300ms linear;
}
/* ---- FIM CAIXAS */

#eastFilter a {
  display: flex;
  justify-content: flex-end;
}

/* Linhas */
/* .locationButton::before {
  content: "";
  background-color: white;
  height: 330px;
  width: 2px;
  position: absolute;
  top: 0px;
  left: -15px;
  transform: translateY(-235px);
  z-index: 1;
}
#centralFilter::before {
  top: 0%;
  left: 50%;
  height: 90px;
  transform: translateY(-100%);
}
#eastFilter::before {
  left: unset;
  right: -15px;
} */

/* Bolas */
/* .locationButton::after {
  content: "";
  background-image: url(/wp-content/uploads/ball.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -270px;
  left: -14px;
  transform: translateX(-50%);
  animation: pulse 1.5s infinite ease-in-out;
  opacity: 1;
}
#centralFilter::after {
  top: -150px;
  left: calc(50% + 1px);
  transform: translate(-50%, 50%);
}

#eastFilter::after {
  left: unset;
  right: -14px;
  transform: translateX(50%);
} */
@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

/* NOVA LOFGICA COM ELEMENRTOS DE MAPA */
.algarve-map-wrapper {
  height: 90vh;
}
.algarve-map-container {
  width: fit-content;
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.algarve-map-container svg {
  transition: all 300ms linear;
}

/* se existir o atribute defino a cor com opacidade */
/* When a zone is active, dim all paths */
.algarve-map-container[data-active-zone] #algarve-map-branco path {
  fill-opacity: 0.4;
  transition: fill-opacity 0.3s ease;
}
/* When there's NO data-active-zone or it's empty → all paths fully visible */
.algarve-map-container:not([data-active-zone]) #algarve-map-branco path,
.algarve-map-container[data-active-zone=""] #algarve-map-branco path {
  fill-opacity: 0.4;
}
/* quando zona selecionada pinta branco */
.algarve-map-container[data-active-zone="east"]
  #algarve-map-branco
  #east-side
  path,
.algarve-map-container[data-active-zone="west"] #algarve-map-branco #west-side,
.algarve-map-container[data-active-zone="central"]
  #algarve-map-branco
  #central-side,
  /* hovers */
#algarve-map-branco
  #east-side.map-section-hovered
  path,
  .algarve-map-container #algarve-map-branco #west-side.map-section-hovered,
.algarve-map-container
  #algarve-map-branco
  #central-side.map-section-hovered {
  fill-opacity: 1 !important;
}

#algarve-map-branco > div,
.algarve-map-container #east-side,
.algarve-map-container #west-side,
.algarve-map-container #central-side {
  cursor: pointer;
}

/********************** SLIDESHOW DA HOMEPAGE HORIZONRAL ********************/

.kyero-horizontal .horizontal-wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh; /* Full screen height for pinning effect */
}

/* Horizontal scroll container */
.kyero-horizontal .horizontal-section {
  display: flex;
  flex-direction: row;
  /* height: 100%; */
  width: max-content; /* Expand horizontally */
  height: calc(100dvh - 100px);
  /* align-items: center; */
  /* padding: 0 100px; */
}

.kyero-horizontal h3 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2.8px;
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.kyero-horizontal h3 img {
  object-fit: contain !important;
  width: 27px !important;
  height: 12px !important;
}
.kyero-horizontal p {
  color: #000;
  /* font-family: "Rethink Sans"; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.2px;
}

/* Each panel (screen-sized block) */
.kyero-horizontal .panel {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 512px;
  height: fit-content;
  margin-right: 20px;
  transition: transform 0.2s ease;
  margin-bottom: 0px;
  background-color: transparent;
  z-index: 3;
}

.kyero-horizontal .panel:hover {
  transform: scale(1.02);
}
.kyero-horizontal .panel img {
  max-width: 100%;
  height: 288px;
  object-fit: cover;
  display: block;
}

.kyero-horizontal .panel:nth-child(2) {
  transform: translateX(182px) translateY(107px);
}
.kyero-horizontal .panel:nth-child(3) {
  transform: translate(107px, calc(107px + 251px));
}

.kyero-horizontal .panel:nth-child(4) {
  transform: translate(300px, 107px);
}

.kyero-horizontal .panel:nth-child(5) {
  transform: translate(100px, 300px);
}

.kyero-horizontal .panel:nth-child(6) {
  transform: translate(200px, 0px);
}

.kyero-horizontal .panel:nth-child(7) {
  transform: translate(-150px, 400px);
}
.kyero-horizontal .panel:nth-child(8) {
  transform: translate(-100px, 0px);
}
.bespoke-wrapper {
  position: absolute;
  /* bottom: 150px; */
  bottom: unset;
  top: 430px;
  left: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bespoke-wrapper p,
.bespoke-wrapper span {
  font-family: "Gilroy", sans-serif;

  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 250;
  line-height: 60px; /* 93.75% */
}
.bespoke-wrapper span {
  color: #006f9a;
  margin-left: 55px;
}

.bespoke-wrapper .discover-link span,
.bespoke-wrapper .discover-link {
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: black;
  margin: 0px !important;
}
.bespoke-wrapper .discover-link {
  border: 1px solid black;
  color: black !important;
  width: 333px;
  padding: 7px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 67px !important;
}
.bespoke-wrapper .discover-link span strong {
  margin-left: 0px !important;
  color: #006f9a;
  font-weight: 300;
}

.slideText-wrapper {
  position: absolute;
  top: 20px;
  left: 32%;
  max-width: 445px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.slideText-wrapper p {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

/* SLIDE DO ALGARVE DA HOMEPAGE */
#algarve-slideshow .swiper-pagination {
  position: absolute;
  bottom: 50px;
  top: unset;
  width: 1200px !important;
  margin-inline: 0 auto;
  left: 50%;
  text-align: left !important;
}

#algarve-slideshow .elementor-widget-n-carousel .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  margin-inline-end: 20px;
  position: relative;
  transition: all linear 300ms;
  height: 10px;
  width: 10px;
}

#algarve-slideshow
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: white;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  transition: all linear 300ms;
}
.fa-envelope {
  color: var(--e-global-color-secondary) !important;
}
.elementor-location-footer .fa-envelope {
  color: #ffffff !important;
}
.wrapper-info i {
  color: var(--e-global-color-secondary) !important;
}
.wrapper-info .contact-list-placeholder span {
  color: #333;
}

.contact-list-placeholder ul {
  list-style: none;
}

.wrapper-info .elementor-widget-container h5 {
  margin-bottom: 10px;
  font-size: 18px;
}

/* filteros abertura */
.filterShow {
  display: none;
}

.know-more-link {
  /* visibility: hidden !important; */
}
/************************************** MEDIA QUERIES **************************************/
@media only screen and (max-width: 1650px) {
  /********************** SLIDESHOW DA HOMEPAGE HORIZONRAL ********************/
  .kyero-horizontal h3 {
    margin-top: 18px;
  }

  /* Each panel (screen-sized block) */
  .kyero-horizontal .panel {
    width: 400px;
  }

  .kyero-horizontal .panel img {
    height: 230px;
  }

  .kyero-horizontal .panel:nth-child(2) {
    transform: translateX(132px) translateY(97px);
  }
  .kyero-horizontal .panel:nth-child(3) {
    transform: translate(57px, calc(250px));
  }

  .kyero-horizontal .panel:nth-child(4) {
    transform: translate(150px, 107px);
  }

  .kyero-horizontal .panel:nth-child(5) {
    transform: translate(100px, 250px);
  }

  .kyero-horizontal .panel:nth-child(6) {
    transform: translate(250px, 0px);
  }

  .kyero-horizontal .panel:nth-child(7) {
    transform: translate(100px, 300px);
  }
  .kyero-horizontal .panel:nth-child(8) {
    transform: translate(200px, 80px);
  }
  .bespoke-wrapper {
    /* bottom: 100px; */
    bottom: unset;
    top: 370px;
    left: 250px;
  }

  .bespoke-wrapper p,
  .bespoke-wrapper span {
    font-size: 50px;
    line-height: 93.75%;
  }
  .bespoke-wrapper span {
    margin-left: 30px;
  }

  .bespoke-wrapper .discover-link {
    margin-top: 40px !important;
    width: 250px;
  }

  .slideText-wrapper {
    top: 20px;
    left: 30%;
    max-width: 340px;
    gap: 15px;
  }
  .slideText-wrapper p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1440px) {
  /***** EStilização dos filtro ******/
  .kyero-filter-form {
    padding: 14px 14px;
    /* display: grid;
    grid-template-columns: 160px 160px 160px 160px 80px; */
  }

  .kyero-filter-form > div {
    /* grid-template-columns: 140px 140px 140px 140px 140px 80px; */
  }
  /***** EStilização da listagem ******/
  .property-listing {
    margin-bottom: 50px;
    gap: 21px;
    row-gap: 50px;
    max-width: 1100px;
  }

  .controlers-filter {
    max-width: 1100px;
  }
  .filtered-by {
    margin-top: 50px;
    margin-bottom: 10px;
    max-width: 1100px;
  }

  .property-box {
    height: 450px;
  }

  .property-box .property-info-wrapper h3 {
    font-size: 22px;
  }
  .property-box .property-info-wrapper p,
  .card-price,
  .card-ref {
    font-size: 16px;
  }
  .property-info-wrapper {
    position: absolute;
    bottom: 20px;
    padding: 0px 24px;
  }

  .for-sale {
    padding: 6px 24px;

    font-size: 13px;
  }

  /* BOTOES DE FILtRO GERAL NA PAGINA DE LISTAGEM */

  /* posição de botões */
  #westFilter {
    left: calc(50% - 360px);
  }

  #eastFilter {
    left: calc(50% + 360px);
  }

  /* Textos grandes */
  .locationButton p {
    font-size: 56px;
  }

  /* Linhas */
  .locationButton::before {
    height: 290px;
    width: 2px;
    top: 0px;
    left: -15px;
    transform: translateY(-205px);
  }

  /* Bolas */
  .locationButton::after {
    width: 50px;
    height: 50px;
    top: -230px;
    left: -14px;
  }
  #centralFilter::after {
    top: -145px;
  }

  #eastFilter::after {
    left: unset;
    right: -14px;
    transform: translateX(50%);
  }

  /************************************** DETALHE DE PROPRIEDADE **************************************/
  /* ------ Seção 1 - Main info + Galeria  */
  .mainInfoWrapper p,
  .mainInfoWrapper p span {
    font-size: 20px;
    line-height: 141.667%;
  }

  .mainInfoWrapper .swiper {
    height: 350px;
    margin-top: 20px;
  }

  .mainInfoWrapper .swiper img {
    height: 350px;
  }

  .mainInfoWrapper .swiper-buttons-wrapper {
    /* margin-top: 40px;
    margin-right: 250px; */
  }
  .mainInfoWrapper .swiper-button-next,
  .mainInfoWrapper .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .mainInfoWrapper .swiper-button-next:after,
  .mainInfoWrapper .swiper-button-prev:after {
    font-size: 10px !important;
  }

  /* ------ Seção 3 - ICONES  */
  .iconesWrapper .icon-info-item p {
    font-size: 14px;
  }
  .iconesWrapper {
    display: flex;
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 30px;
  }
  .icon-info-item p span {
    font-size: 26px;
  }

  .iconesWrapper .icon-info-item img {
    height: calc(105px * 0.5);
  }
  /* ------ Seção 4 - Bloco com descricao + features  */
  .descriptionFeaturesWrapper {
    max-width: 980px;
    padding: 80px 70px;
    margin-top: -200px;
  }

  .description-top {
    display: grid;
    grid-template-columns: 500px auto;
    gap: 36px;
    margin-bottom: 50px;
  }

  .features-bottom p {
    font-size: 22px;
  }

  .features-bottom ul {
    columns: 4; /* Number of columns */
    -webkit-columns: 4;
    -moz-columns: 4;
    column-gap: 2rem; /* Optional: space between columns */
  }

  .property-back-button {
    top: 0px;
    left: 50px;
  }

  .property-back-button span {
    font-size: 18px;
  }

  /* ------ Seção 5 - Mapa Google com localização da propriedade  */

  /* ------ Similar Listings */
  .similarListingsWrapper {
    max-width: 1100px;
    margin-inline: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .similar-properties-grid {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .algarve-map-container svg {
    max-width: 900px;
    transition: all 300ms linear;
    width: 100% !important;
  }

  /* posição de botões */
  #westFilter {
    left: calc(50% - 280px);
  }

  #eastFilter {
    left: calc(50% + 280px);
  }

  /* Textos grandes */
  .locationButton p {
    font-size: 46px;
  }

  /*Bárbara*/
  .wrapper-info .content {
    gap: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  /*Bárbara */

  .properties-home {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 70px !important;
  }

  .slide-properties .slick-dots {
    bottom: -30px;
    width: calc(100% - 100px);
  }

  .properties-home .container-text-properties {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  /*Bárbara*/
  .wrapper-info .content {
    /* flex-direction: column; */
    gap: 40px;
  }

  .wrapper-info .img {
    width: 100%;
    max-width: unset;
  }
  .wrapper-info .text {
    width: 100%;
    max-width: 100%;
  }

  .algarve-map-container svg {
    max-width: 800px;
  }
  #westFilter {
    left: calc(50% - 240px);
  }
  #eastFilter {
    left: calc(50% + 250px);
  }
  /* Textos grandes */
  .locationButton p {
    font-size: 42px;
  }

  /********************/
  #algarve-slideshow .swiper-pagination {
    padding-inline: 25px;
    max-width: fit-content;
    left: 0px;
    transform: translateX(0%);
  }
  /***** EStilização dos filtro ******/
  .kyero-filter-form {
    padding: 14px 14px;
    /* display: grid;
    grid-template-columns: 130px 130px 130px 130px 80px; */
  }

  .kyero-filter-form > div {
    /* grid-template-columns: 110px 110px 110px 110px 110px 70px; */
    gap: 15px;
  }

  /***** EStilização da listagem ******/

  .property-listing,
  .similar-properties-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
    row-gap: 21px;
  }

  /************************************** DETALHE DE PROPRIEDADE **************************************/
  /* ------ Seção 1 - Main info + Galeria  */
  /* .mainInfoWrapper .swiper-slide {
    width: 40% !important;
  } */

  .mainInfoWrapper .swiper {
    width: 85%;
  }

  .mainInfoWrapper .swiper-buttons-wrapper {
    /* margin-top: 40px;
    margin-right: 0px; */
  }

  /* ------ Seção 2 - Icones com Informação */
  .iconesWrapper {
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline: 30px;
  }
  .icon-info-item p span {
    font-size: 20px;
    text-align: left;
  }
  .icon-info-item img {
    height: calc(105px * 0.4);
  }

  .iconesWrapper .icon-info-item p {
    font-size: 10px;
  }
  /* ------ Seção 4 - Bloco com descricao + features  */
  .descriptionFeaturesWrapper {
    max-width: 100%;
    padding: 50px 50px;
    margin: 0px 20px;
    margin-top: -200px;
    margin-bottom: 100px;
  }

  .description-top {
    display: grid;
    grid-template-columns: auto;
    gap: 36px;
    margin-bottom: 50px;
  }

  .features-bottom ul {
    columns: 3; /* Number of columns */
    -webkit-columns: 3;
    -moz-columns: 3;
    column-gap: 2rem; /* Optional: space between columns */
  }
  /* ------ Seção 5 - Mapa Google com localização da propriedade  */
  .propertyGMapsWrapper {
  }
}

@media only screen and (max-width: 768px) {
  /*Bárbara*/
  .wrapper-info {
    width: 100vw;
  }
  .wrapper-info .content {
    flex-direction: column;
    gap: 40px;
  }

  .wrapper-info .content img {
  }
  /********************** SLIDESHOW DA HOMEPAGE HORIZONRAL ********************/

  /* Each panel (screen-sized block) */
  .kyero-horizontal .panel {
    width: 270px;
  }

  .kyero-horizontal .panel img {
    height: 180px;
  }
  .kyero-horizontal h3 {
    margin-top: 14px;
  }

  .kyero-horizontal .panel:nth-child(2) {
    transform: translateX(30px) translateY(97px);
  }
  .kyero-horizontal .panel:nth-child(3) {
    transform: translate(-80px, calc(350px));
  }

  .kyero-horizontal .panel:nth-child(4) {
    transform: translate(150px, 107px);
  }

  .kyero-horizontal .panel:nth-child(5) {
    transform: translate(0px, 380px);
  }

  .kyero-horizontal .panel:nth-child(6) {
    transform: translate(40px, 30px);
  }

  .kyero-horizontal .panel:nth-child(7) {
    transform: translate(-40px, 350px);
  }
  .kyero-horizontal .panel:nth-child(8) {
    transform: translate(-30px, 80px);
  }

  .bespoke-wrapper {
    top: 500px;
    left: 90px;
  }

  .bespoke-wrapper p,
  .bespoke-wrapper span {
    font-size: 45px;
  }
  .bespoke-wrapper span {
    margin-left: 24px;
  }

  .bespoke-wrapper .discover-link {
    margin-top: 30px !important;
    width: 230px;
  }

  .slideText-wrapper {
    top: 100px;
    left: 27%;
    max-width: 300px;
    gap: 15px;
  }
  .slideText-wrapper p {
    font-size: 11px;
  }

  /************* LISTAGEME PROPRIEDAES */
  .descriptionFeaturesWrapper h2 {
    font-size: 40px !important;
  }

  .kyero-filter-form > div {
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
  }

  .submitWrapper button {
    height: 50px;
  }

  /************************************** DETALHE DE PROPRIEDADE **************************************/

  /* ------ Seção 2 - Icones com Informação */
  .iconesWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* justify-items: center; */
    width: fit-content;
    margin-inline: auto;
  }
  .icon-info-item p span {
    font-size: 26px;
    text-align: left;
  }

  /* ------ Seção 4 - Bloco com descricao + features  */
  .descriptionFeaturesWrapper {
    padding: 40px 40px;
    margin: 0px 20px;
    margin-top: -200px;
  }

  .description-top {
    display: grid;
    grid-template-columns: auto;
    gap: 24px;
    margin-bottom: 40px;
  }

  .features-bottom ul {
    columns: 2; /* Number of columns */
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 2rem; /* Optional: space between columns */
  }

  .similarListingsWrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* properties listing elementos mapa */
  .algarve-map-container svg {
    max-width: 600px;
  }
  .locationButton {
    top: 48%;
  }
  #westFilter {
    left: calc(50% - 185px);
    top: 45%;
  }
  #eastFilter {
    left: calc(50% + 210px);
    top: 43%;
  }
  /* Textos grandes */
  .locationButton p {
    font-size: 28px;
  }

  .slide-properties p,
  .slide-properties h3 {
    padding-right: 0px;
  }

  .slide-properties h3 {
    justify-content: flex-start;
  }

  .slide-properties p {
    text-align: left;
  }

  .elementor-element:has(.filterShowWrapper) {
    overflow: hidden;
  }

  .filterShow {
    display: block;
    background: #1a1a1acc;
    display: flex;
    justify-content: flex-end;
    padding: 14px;
    padding-top: 30px;
  }

  .filterShowWrapper {
    position: relative;
  }

  .filterShowWrapper svg {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: all 300ms linear;
  }

  .filterShowWrapper svg.active {
    position: absolute;
    top: unset;
    bottom: -30px;
    transform: translate(-50%, -100%) rotate(180deg);
    transition: all 300ms linear;
  }
  .filterShow span {
    color: #fff;
  }
  /* Esconde ambos os elementos no carregamento */
  .filterShow,
  form.kyero-filter-form {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s;
  }

  /* Classe que será adicionada pelo JS após 1 segundo */
  .filterShow.is-ready,
  .kyero-filter-form.is-ready {
    opacity: 1;
    visibility: visible;
  }

  /* Mantém a transição de margem que já tinhas para o efeito de toggle */
  form.kyero-filter-form {
    transition: margin-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s;
  }
}

#listing-zone-filter {
  scroll-margin-top: 80px;
}

@media only screen and (max-width: 600px) {
  #listing-zone-filter {
    /* scroll-margin-top: 450px; */
  }
  /***** EStilização da listagem ******/

  .property-listing,
  .similar-properties-grid {
    grid-template-columns: auto;
  }
  .property-box {
    height: 350px;
  }

  /************************************** DETALHE DE PROPRIEDADE **************************************/
  /* ------ Seção 1 - Main info + Galeria  */
  /* .mainInfoWrapper .swiper-slide {
    width: 60% !important;
  } */
  /* ----- */

  /* properties listing elementos mapa */
  .algarve-map-container svg {
    /* max-width: 500px; */
  }
  .locationButton {
    top: 48%;
  }
  #westFilter {
    left: 20%;
    top: 45%;
  }
  #eastFilter {
    left: unset;
    right: 0%;
    top: 43%;
  }
  /* Textos grandes */
  .locationButton p {
    font-size: 21px;
  }

  .mainInfoWrapper .swiper {
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  /*Bárbara */
  .logo-header a svg {
    max-width: 200px;
  }

  .slide-properties::before {
    width: 100vw;
    height: 500px;
    top: 100px;
    left: 5px;
  }
  .wrapper-slide-properties {
    overflow: visible;
  }
  .slide-properties h3 {
    padding: 17px 0px 0px;
  }
  .slide-properties p {
    padding-left: 0px;
  }
  .elementor-location-header
    .elementor-widget-off-canvas
    .e-off-canvas__content {
    width: 100%;
  }
  .wrapper-info {
    position: fixed;
    padding: 30px 30px;
  }

  .wrapper-info.active {
    height: 100dvh;
    padding-top: 140px;
    overflow: scroll;
  }

  .fecha-info {
    top: 100px;
    right: 10px;
  }

  .wrapper-info h5 {
    font-size: 30px;
  }
  .wrapper-info .content {
    gap: 30px;
  }
  /*********************/
  body:has(.property-detail) h1 {
    font-size: 40px;
  }
  .descriptionFeaturesWrapper h2 {
    font-size: 30px !important;
  }
  /************************************** DETALHE DE PROPRIEDADE **************************************/

  /* ------ Seção 2 - Icones com Informação */
  .iconesWrapper {
    display: grid;
    grid-template-columns: auto auto;

    gap: 30px;
  }
  /************************************** DETALHE DE PROPRIEDADE **************************************/

  /* ------ Seção 4 - Bloco com descricao + features  */
  .descriptionFeaturesWrapper {
    padding: 24px 24px;
    margin-top: -200px;
    margin-bottom: 50px;
  }

  .features-bottom ul {
    columns: 2; /* Number of columns */
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 1.5rem; /* Optional: space between columns */
  }

  .features-bottom p {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .features-bottom ul li {
    font-size: 12px;
  }

  /* properties listing elementos mapa */
  .algarve-map-container svg {
    width: 90% !important;
  }
  .locationButton {
    top: 48%;
  }
  #westFilter {
    left: 20%;
    top: 48%;
  }
  #eastFilter {
    right: 12%;
    top: 44%;
  }
  /* Textos grandes */
  .locationButton p {
    font-size: 18px;
  }
  .locationButton span {
    font-size: 12px;
    margin-right: 8px;
  }
  .plus-box {
    width: 15px;
    height: 15px;
    padding: 5px;
  }

  .kyero-filter-form > div {
    gap: 20px;
  }
}

@media only screen and (max-width: 430px) {
  /************************************** DETALHE DE PROPRIEDADE **************************************/
  /* ------ Seção 1 - Main info + Galeria  */
  /* .mainInfoWrapper .swiper-slide {
    width: 70% !important;
  } */

  .mainInfoWrapper .swiper {
    width: 100%;
  }

  .mainInfoWrapper .swiper-button-next,
  .mainInfoWrapper .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: unset !important;
    margin-top: 10px !important;
  }

  .mainInfoWrapper .swiper-buttons-wrapper {
    display: flex;
    justify-content: flex-end;
    height: 40px;
  }
  .mainInfoWrapper .swiper img,
  .mainInfoWrapper .swiper {
    height: 250px;
  }

  /* properties listing elementos mapa */
  .locationButton {
    top: 49%;
  }
  #westFilter {
    left: 22%;
    top: 47%;
  }
  #eastFilter {
    right: 12%;
    top: 44%;
  }
  /* Textos grandes */
  .locationButton p {
    font-size: 16px;
    line-height: 1;
  }
  .locationButton span {
    font-size: 11px;
    margin-right: 4px;
  }
  .plus-box {
    width: 13px;
    height: 13px;
  }

  #testemonials-slide .elementor-testimonial {
    flex-direction: column-reverse;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}
/**
 * **********************************************
 * GOOGLE MAPS SETTINGS PAGE CONFIGURATION
 * **********************************************
 */
/* Ensure the map container also has a position context for absolute positioning */
.googleMapsWrapper {
  overflow: hidden;
}
#map {
  position: relative; /* Important for absolute positioning of the infowindow inside/relative to it */
  height: 550px;
  width: 100%;
  /* padding-bottom: 100px; */
  /* margin-top: 30px; */
}

/* Map Wrapper */
.map-menu-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffffa8;
  padding: 10px;
  border-radius: 5px;
  z-index: 100;
  overflow: visible;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: -1px 1px 15px 0px #232323;
}

.map-menu-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Map Filter Wrapper */
div#map-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Styles for markers that do NOT start with 'adicional_' */
.googleMapsWrapper .default-marker-icon {
  width: 20px !important;
  height: 20px !important;

  /* Especifico para o THE FRAME */
  box-shadow: -1px 1px 15px 0px #232323;
  border-radius: 100%;
}

/* Styles for markers whose ID DOES start with 'adicional_' */
.googleMapsWrapper .adicional-marker-icon {
  width: auto !important; /* Make them larger, use !important if necessary */
  height: 70px !important;
  /* transform: translate(50%, 50%); */
}
/* Menu Map Title */
.map-menu-title {
  font-size: 30px;
  line-height: 1.2;
  color: black;
  margin-bottom: 15px;
}
#map-menu button {
  display: flex;
  gap: 15px;
  outline: unset;
  padding: unset;
  border: unset;
  color: black;
  background-color: unset;
  cursor: pointer;
  align-items: center;
  font-family: "Lofty Chic", Sans-serif;
}
#map-menu button:active,
#map-menu button:focus,
#map-menu button:hover {
  background-color: transparent;
  color: inherit;
  color: black;
}
#map-menu button img {
  width: 25px;
  height: 25px;
}

/* POI side bar with information */
div#poi-sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #000000c4;
  height: 100%;
  min-width: 200px;
  width: 400px;
  padding: 20px;
  transform: translate(120%, 0px);
  transition: all 300ms linear;
  -webkit-box-shadow: -7px 1px 16px 3px rgb(0 0 0 / 41%);
  color: white;
  z-index: 1001;
}
div#poi-sidebar.open {
  transform: translate(0%, 0px);
  transition: all 300ms linear;
}

.POIWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#poi-sidebar h2,
#poi-sidebar p,
#poi-sidebar a,
#poi-sidebar span {
  color: white;
}

#poi-sidebar a {
  text-decoration: underline;
}
/* Side bar close button wrapper */
#poi-sidebarbutton {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  color: white;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0px !important;
}
#sidebar-close-btn {
  padding: 0px !important;
  border: unset !important;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}
span.line {
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  background-color: white;
  transform: rotate(45deg);
}
span.line:nth-child(2) {
  top: 50%;
  left: 0px;
  transform: rotate(-45deg);
}

#sidebar-poi-category {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}
#sidebar-poi-title {
  font-size: 30px;
  margin-bottom: 10px;
}

#poi-sidebar p,
#poi-sidebar a,
#poi-sidebar span {
  font-size: 14px;
}

#sidebar-poi-img img {
  height: 170px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#map-menu button {
  gap: 8px;
}

.map-bottom {
  display: flex;
  gap: 10px;
  background-color: white;
  border-radius: 0px 10px 00px 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px 10px;
}

/****************************** MEDIA QUERIES ************************************/
/* Intermédio 1 */
@media only screen and (max-width: 1750px) {
}
/* Intermédio 2 */
@media only screen and (max-width: 1650px) {
}
/* HD READY - Resolução Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1250px) {
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1200px) {
}

/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
  .filter-wrapper form .row {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    margin: 0px !important;
  }

  .filter-wrapper form .row > div {
    padding: 0px 10px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .search-wrapper2 .search2 button.submit {
    width: 100% !important;
  }

  .search-wrapper2 .search2 .form-control {
    margin: 0px 0px;
  }
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
}

@media only screen and (max-width: 600px) {
  .map-menu-wrapper {
    max-width: 300px;
  }

  div#poi-sidebar {
    width: 300px;
  }

  #sidebar-poi-img img {
    height: 150px !important;
  }
  #sidebar-poi-category {
    font-size: 12px;
  }

  #sidebar-poi-title {
    font-size: 24px;
    line-height: 1;
  }

  #poi-sidebar p,
  #poi-sidebar a,
  #poi-sidebar span {
    font-size: 14px;
  }

  .map-bottom span {
    font-size: 12px;
  }
}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
  div#map-menu {
    gap: 10px;
  }
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}
