/*
Theme Name:     Hello Elementor Child
Description:    Child theme that contains Google Maps integration and can be used to build projects using Bakery.
Author:         Bspacy
Template:       hello-elementor
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    cristino
*/

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

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--beige);
}

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,
li,
.villa-wrapper[data-title]::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

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

/* Placeholder Color */
input::placeholder {
  color: var(--brown-light);
  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(--white) inset !important;
  -webkit-text-fill-color: var(--brown-light) !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;
}

/* ELEMETOS DE FORMLARIO GERAIS */
.inputForm:not(
    input[type="button"],
    input[type="checkbox"],
    input[type="submit"]
  ),
form
  input:not(
    input[type="button"],
    input[type="checkbox"],
    input[type="submit"]
  ) {
  border: 0px !important;
  background-color: var(--white) !important;
  color: var(--brown-light) !important;
  padding: 10px 10px !important;
  width: 100%;
  outline: unset;
}
input::placeholder,
textarea::placeholder,
.wpcf7 label {
  color: var(--brown-light) !important;
  opacity: 1;
}

input::placeholder,
::-webkit-input-placeholder {
  color: var(--brown-light) !important;
  opacity: 1;
}
input::placeholder,
::-moz-placeholder {
  color: var(--brown-light) !important;
  opacity: 1;
}
input::placeholder,
:-ms-input-placeholder {
  color: var(--brown-light) !important;
  opacity: 1;
}
input::placeholder,
::placeholder {
  color: var(--brown-light) !important;
  opacity: 1;
}

.acceptanceWrapper span {
  color: var(--brown-light) !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
.acceptanceWrapper label {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 45px !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.wpcf7 p:has(textarea) {
  margin-bottom: 14px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 10px;
  position: absolute;
  left: 5px;
  bottom: -15px;
  line-height: 1;
}

/* MENSAGENS DE ERRO */
.wpcf7-response-output {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  margin-top: 10px !important;
  color: var(--brown-text);
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/********* Alterar o scroll bar **********/
html {
  scrollbar-width: thin; /* Adjust the width of the scrollbar */
  scrollbar-color: var(--brown) transparent; /* Adjust the color of the scrollbar */
}

/* Define the style for the scrollbar track */
html::-webkit-scrollbar {
  width: 4px; /* Adjust the width of the scrollbar */
}

/* Define the style for the scrollbar thumb */
html::-webkit-scrollbar-thumb {
  background-color: var(--brown); /* Adjust the color of the scrollbar thumb */
  border-radius: 4px; /* Adjust the border radius of the scrollbar thumb */
}

/* Style for scrollbar track (background) */
html::-webkit-scrollbar-track {
  background-color: var(--white); /* Background color of the scrollbar track */
}
/********* FIM DE Alterar o scroll bar **********/

/* --------------------- RESET ELEMENT MARGINS --------------------- */
/* remover espaçamentos */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.vc_btn3-container {
  margin-bottom: 0px !important;
}
header ul,
footer 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 --------------------- */
/* INTER FONT*/
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter18pt-Light.woff2") format("woff2"),
    url("assets/fonts/inter/Inter18pt-Light.ttf") format("truetype"),
    url("assets/fonts/inter/Inter18pt-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter18pt-Regular.woff2") format("woff2"),
    url("assets/fonts/inter/Inter18pt-Regular.ttf") format("truetype"),
    url("assets/fonts/inter/Inter18pt-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter18pt-SemiBold.woff2") format("woff2"),
    url("assets/fonts/inter/Inter18pt-SemiBold.ttf") format("truetype"),
    url("assets/fonts/inter/Inter18pt-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

/* AURA FONT (400) */
@font-face {
  font-family: "AURA";
  src: local("AURA"), url("assets/fonts/aura/AURA.woff2") format("woff2"),
    url("assets/fonts/aura/AURA.otf") format("opentype"),
    url("assets/fonts/aura/AURA.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "AURA", sans-serif;
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}

h2,
.villa-wrapper[data-title]::before {
  font-family: "AURA", sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--brown-light);
}

h3 {
  font-family: "AURA", sans-serif;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--brown-light);
}

h4,
h5,
h6 {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--brown-light);
}

p,
a,
label,
input,
select,
textarea,
option,
li,
span,
button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  color: var(--black);
}

p:not(.backgroundVideo p, header p) {
  margin-bottom: 18px;
}

/* --------------------- VARIABLES --------------------- */
:root {
  --black: #534741;
  --white: #ffffff;
  --brown-light: #c8a678;
  --brown: #544740;
  --beige: #f8f6f1;
  --beige-light: #fffdf8;
  --header-height: 104;
  --page-inline: 360px;
  --paddingVert: 110px;
  --adminbar: 30px;
}

/* --------------------- UTILITY CLASSES --------------------- */
.noPadding {
  padding-left: 0;
  padding-right: 0;
}

.pagePaddings {
  padding-left: var(--page-inline);
  padding-right: var(--page-inline);
}
.verticalPadding {
  padding-top: var(--paddingVert);
  padding-bottom: var(--paddingVert);
}
body:has(#wpadminbar) .verticalPadding {
  padding-top: calc(var(--paddingVert) - var(--adminbar));
}

body:has(.obrigadoRow) header {
  display: none;
}

#main {
  min-height: 100vh;
  /* background-color: var(--beige); */
}
#to_top_scrollup {
  width: fit-content !important;
}
#to_top_scrollup img {
  width: 40px;
  height: 40px;
  transform: rotate(270deg);
}
.pageHeroSection > .vc_column_container,
.pageHeroSection .vc_column-inner,
.pageHeroSection .wpb_wrapper {
  position: relative;
  z-index: 2;
}
.backgroundOverlay {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    90deg,
    rgb(43 27 8 / 50%) 0%,
    rgb(43 27 8 / 50%) 100%
  );
  z-index: 1 !important;
  pointer-events: none;
}
.backgroundOverlay .vc_column-inner {
  display: none !important;
}

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

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

/************************ BUTTONS ************************/
.special {
  border: 0px !important;
}
.special a,
button.special,
.special .formButton {
  background-color: var(--brown-light) !important;
  padding: 10px 14px !important;
  transition: all 300ms linear !important;
  border: 1px solid var(--brown-light) !important ;
  color: var(--white) !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}
button.special:hover,
.special a:hover,
.special .formButton:hover {
  color: var(--brown-light) !important;
  background-color: transparent !important;
  transition: all 300ms linear !important;
}
button.special.brown,
.special.brown a {
  padding: 20px !important;
  background-color: var(--brown) !important;
  color: var(--beige-light) !important;
  border: 1px solid var(--brown) !important;
}
button.special.brown:hover,
.special.brown a:hover {
  color: var(--brown) !important;
  background-color: transparent !important;
}
/* .special .formButton {
  width: 205px;
} */

/* form .special {
  display: flex;
  justify-content: center;
} */

/************************ HEADER ************************/
.burguer {
  display: none;
}
/* hamburguer menu */
.menu-mobile {
  display: none;
}

header {
  padding: 35px var(--page-inline);
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9990;
  transition: all 300ms linear;
  border-bottom: 2px solid var(--brown-light);
}

header.header-colored {
  background-color: #00000026;
  transition: all 300ms linear;
}

body:has(.legalPage) header {
  background-color: #00000026 !important;
}

/* wrapper com elementos do header */
.wrapper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9999;
}
.headerMenuWrapper,
.headerMenuWrapper ul {
  display: flex;
  gap: 42px;
  align-items: center;
}

.headerMenuWrapper a,
.headerMenuWrapper span,
.headerMenuWrapper p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.wpcf7-spinner {
  display: none;
}

/* animação de underline nos a */
.gsap-underline li a {
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.gsap-underline li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
  pointer-events: none;
}

.gsap-underline li a::after {
  transform: scaleX(var(--underline-scale, 0));
  transition: transform 0.2s ease;
}
.gsap-underline .current_page_item > a::after,
.gsap-underline .wpml-ls-current-language > a::after {
  transform: scaleX(1);
}

.main-menu-wrapper .main-menu li:last-child {
  margin-left: -20px;
  position: relative; /* Needed for the ::before positioning */
}

.main-menu-wrapper .main-menu li:last-child::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 10%;
  height: 100%;
  width: 2px;
  background-color: var(--white);
}

#homepageVideoWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); /* dark overlay */
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999; /* stays above everything */
}

#homepageVideoWrapper.show {
  display: flex; /* flex only when active */
}

#homepageVideoInner {
  position: relative;

  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

#homepageVideo {
  width: 90vw;
  height: 90vh;
  display: block;
}
#closeVideo {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s ease;
}

#closeVideo:hover {
  background: rgba(0, 0, 0, 0.9);
}

/************************ FOOTER ************************/
footer {
  position: relative;
  background-color: var(--brown);
  padding: 63px var(--page-inline);
}

footer a,
footer p,
footer span,
footer li {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: var(--white);
}
.footerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1066px;
  margin-inline: auto;
}
.footerMenuWrapper ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
/****************************** LEGAL PAGES ************************************/
.legalPage {
  padding-inline: var(--page-inline);
  padding-bottom: 50px;
  padding-top: 130px;
}
body:has(#wpadminbar) .legalPage {
  padding-top: calc(150px - var(--adminbar));
}
.legalPage h1 {
  margin-top: 30px;
  color: var(--brown);
}
.legalPage h2 {
  font-size: 40px;
  line-height: 1;
  margin: 24px 0px;
}

/* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

/* TESTEEEEEEEEEEEEEE */
.wrapper-video-teste {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.wrapper-video-teste .vc_column-inner {
  padding: 0px !important;
}

.wrapper-video-teste .wpb_content_element {
  margin-bottom: 0px;
}

.wrapper-video-teste .container-video {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #2c2c2c;
  overflow: hidden;
}

.wrapper-video-teste .container-video video {
  position: absolute;
  min-width: 100%;
  min-height: 100vh;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  object-fit: cover;
}
/* TEXTOS, IMGS acima do VIDEO */

.content-inside.pageHeroSection {
  height: 100vh;
}

/* -------- Secção 0 - Hero Section -------- */
.pageHeroSection > .wpb_column {
  height: 100%;
}
.pageHeroSection .wpb_column > .vc_column-inner {
  padding-top: 0px !important;
  height: 100%;
}

.pageHeroSection .vc_column-inner > .wpb_wrapper {
  padding-inline: var(--page-inline);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.pageHeroSection.content-inside .vc_column-inner > .wpb_wrapper {
  padding-inline: calc(var(--page-inline) + 30px);
}

.pageHeroSection h1.vc_custom_heading {
  margin-top: 119px;
  max-width: 1030px;
}
.pageHeroSection .vc_single_image-wrapper img {
  width: 376px;
  height: 166px;
  object-fit: contain;
}
/* -------- Secção 1 - oasisUrbanoSection -------- */
.oasisUrbanoSection {
  position: relative;
  z-index: 2;
}
.oasisUrbanoSection .vc_column-inner {
  padding-top: 0px !important;
}
/* zona castanha com texto */
.oasisUrbanoSection
  > .wpb_column
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column {
  padding-block: 50px;
  padding-inline: var(--page-inline);
  background-color: var(--brown);
}
/* texto da zona castanha */
.oasisUrbanoSection
  > .wpb_column
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column
  p {
  color: var(--white);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.765%;
  text-transform: uppercase;
  max-width: 425px;
}

/* zona com texto e galeria */
.oasisUrbanoSection .vc_row {
  padding-top: 70px;
  padding-inline: var(--page-inline) calc(var(--page-inline) - 120px);
  /* margin-bottom: var(--paddingVert); */
}
.oasisUrbanoSection .vc_row p {
  max-width: 394px;
}
/* slideshow */
.oasisUrbanoSection .gallery-to-swiper {
  margin-top: -500px;
}
/* slideshow */
.oasisUrbanoSection .gallery-swiper {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
/* imagem do slide */
.oasisUrbanoSection .gallery-to-swiper img {
  object-fit: cover;
  height: 820px;
  width: auto;
}
.oasisUrbanoSection .swiper-controls-wrapper {
  margin-top: 18px;
}

/* -------- Secção 2 - espacoCidadeSection -------- */
.espacoCidadeSection-first {
  padding-inline: var(--page-inline);
  margin-bottom: 60px;
  padding-bottom: unset;
}

.espacoCidadeSection-first .wpb_column:nth-child(2) p {
  max-width: 394px;
}

.espacoCidadeSection-first .wpb_column:nth-child(2) .vc_column-inner {
  justify-content: end;
}
/* Row com o slide */
.espacoCidadeSection {
  margin-bottom: var(--paddingVert);
}

/* Wrapper cpom botões */
.espacoCidadeSection .bakeryButtonsWrapper .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-left: var(--page-inline);
  border-bottom: 1px solid var(--brown-light);
  position: relative;
}
.espacoCidadeSection
  .bakeryButtonsWrapper
  .vc_column-inner
  > .wpb_wrapper::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--brown-light);
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform: translateY(100%);
  z-index: 12;
}
/* botões dos lide */
.espacoCidadeSection .bakeryButtonsWrapper .slideButton button {
  background-color: transparent !important;
  border: unset !important;
  outline: unset !important;
  color: var(--brown-light) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  text-transform: uppercase;
  padding: 0px !important;
  padding-inline: 41px !important;
  border-right: 1px solid var(--brown-light) !important;
}
.espacoCidadeSection
  .bakeryButtonsWrapper
  .wpb_wrapper
  .slideButton:first-of-type
  button {
  padding-left: 0px !important;
}
.espacoCidadeSection
  .bakeryButtonsWrapper
  .wpb_wrapper
  .slideButton:nth-last-of-type(2)
  button {
  border-right: 0px solid var(--brown-light) !important;
}

/* quadrado ao lado dos buttons */
.espacoCidadeSection .bakeryButtonsWrapper .wpb_wrapper .wpb_single_image img {
  height: 75px;
  width: 75px;
  object-fit: contain;
  margin-bottom: -1px;
}

.espacoCidadeSection .bakeryButtonsWrapper .slideButton.active button {
  font-weight: 600;
}

.espacoCidadeSection .bakerySliderRow .swiper-slide img {
  height: 711px;
  object-fit: cover;
  width: 100%;
}

.espacoCidadeSection .swiper-controls-wrapper .swiper-pagination {
  order: 2;
}
.espacoCidadeSection .swiper-controls-wrapper .swiper-button-prev {
  order: 1;
}
.espacoCidadeSection .swiper-controls-wrapper .swiper-button-next {
  order: 3;
}

.espacoCidadeSection .swiper-controls-wrapper {
  justify-content: center;
  margin-top: 24px;
}
.espacoCidadeSection:has(.swiper-pagination-bullet:only-child)
  .swiper-controls-wrapper {
  display: none;
}

/* -------- Secção 3 - charmeSerenidadeSection -------- */
.charmeSerenidadeSection .vc_row {
  /* padding-inline: var(--page-inline); */
  max-width: 889px;
  margin-inline: auto;
}

.charmeSerenidadeSection .gallery-to-swiper {
  margin-top: 35px;
}

/* Each slide width fixed */
.charmeSerenidadeSection .swiper-slide {
  width: 1066px !important;
}

.charmeSerenidadeSection .gallery-swiper img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}

.charmeSerenidadeSection .swiper-controls-wrapper {
  justify-content: center;
}

.swiper-caption {
  color: var(--brown-light);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 15px;
  opacity: 0;
  transition: opacity 300ms linear;
  transition-delay: 0s; /* no delay by default */
  margin-left: 53px;
}

.swiper-slide-active .swiper-caption {
  opacity: 1;
  transition-delay: 300ms; /* delay of 0.5 seconds */
  transition-duration: 300ms;
}

.charmeSerenidadeSection .gallery-to-swiper,
.charmeSerenidadeSection .gallery-swiper {
  position: relative;
  overflow: visible;
}
/* elemento top left slide */
.charmeSerenidadeSection .gallery-to-swiper::after {
  content: "";
  background-image: url(/wp-content/uploads/el-slide-top-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 241px;
  display: block;
  position: absolute;
  top: -75px;
  transform: translateX(-100%);
  left: calc(50% - 533px);
  z-index: 3;
}
/* Elemento bottom leftide */
.charmeSerenidadeSection .gallery-to-swiper::before {
  content: "";
  background-image: url(/wp-content/uploads/el-slide-bottom-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 67px;
  display: block;
  position: absolute;
  bottom: -5px;
  transform: translateX(-100%);
  left: calc(50% - 533px);
  z-index: 3;
}
/* elemento top right slide */
.charmeSerenidadeSection .gallery-swiper::after {
  content: "";
  background-image: url(/wp-content/uploads/el-slide-top-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 67px;
  display: block;
  position: absolute;
  top: -66px;
  transform: translateX(100%);
  right: calc(50% - 533px);
  z-index: 3;
}
/* Elemento bottom right side */
.charmeSerenidadeSection .gallery-swiper::before {
  content: "";
  background-image: url(/wp-content/uploads/el-slide-bottom-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 241px;
  display: block;
  position: absolute;
  bottom: -13px;
  right: calc(50% - 533px);
  transform: translateX(100%);
  z-index: 3;
}

.charmeSerenidadeSection .special {
  margin-top: 35px;
}

/* -------- Secção 4 - ritmoEspacoSection -------- */
.ritmoEspacoSection {
  /* padding-bottom: 0px !important; */
}
.mapaSection,
.ritmoEspacoSection {
  padding-top: 0px !important;
}
.villa-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.villa-wrapper[data-title]::before {
  content: attr(data-title);
  position: absolute;
  top: 300px;
  left: var(--page-inline);
  z-index: 3;
  max-width: 405px;
  transform: translateY(-100%);
}

.villa-wrapper[data-title]::after {
  content: "";
  background-image: url(/wp-content/uploads/above_map_shape.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 198px;
  height: 250px;
  position: absolute;
  top: 176px;
  left: 50%;
  z-index: 0;
}

h2.anim-section-title {
  position: absolute;
  top: 200px;
  z-index: 3;
}

.villa-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 43px;
  padding-left: var(--page-inline);
  opacity: 1;
  /* no opacity change */
  transform: translateY(100%);
  box-sizing: border-box;
  /* background-color: var(--beige); */
  /* align-items: center; */
  margin-top: 300px;
}

.villa-row:first-child {
  position: relative;
  transform: translateY(0);
  z-index: 1;
}

.villa-left {
  width: 500px;
  opacity: 0;
  transition: opacity 0.8s ease;
  padding-block: 90px;
  background-color: var(--beige);
  display: flex;
  gap: 24px;
  position: relative;
  height: fit-content;
}

.villa-left::after {
  content: "";
  height: 1px;
  width: 85%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--brown-light);
}

.villa-left::before {
  content: "";
  background-image: url(/wp-content/uploads/el-slide-bottom-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 43px;
  width: 43px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform: rotate(90deg);
}

.villa-row:first-child .villa-left {
  opacity: 1;
  /* first row visible from start */
}

.villa-title {
  margin-bottom: 20px;
  max-width: 175px;

  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.villa-content {
  margin-bottom: 20px;
  padding-left: 20px;
}
.villa-content p {
  text-align: right;
}

.villa-content p:nth-child(1) {
  color: var(--brown-light);
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.villa-icon {
  margin-bottom: 32px;
}
.villa-icon img {
  max-width: unset;
  width: auto;
  height: 177px;
  object-fit: contain;
}

.villa-right {
  width: fit-content;
}

.villa-right img {
  width: 1049px;
  height: 580px;
  object-fit: cover;
  display: block;
}

/* -------- Secção 5 - listagemApartamentosSection -------- */
.listagemApartamentosSection .vc_custom_heading {
  max-width: 727px;
  margin-inline: auto;
}

.tabela-apartamentos-wrapper {
  max-width: 1300px;
  margin-inline: auto;
}

.tipologia-filters {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 43px;
  margin-block: 47px;
}
.tabela-apartamentos-wrapper:not(:has(.tipologia-filters))
  .tabela-apartamentos {
  margin-top: 20px;
}
.tipologia-filter {
  color: var(--black);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 0px !important;
  background-color: transparent;
}

.tipologia-filter.active {
  color: #a27f50;

  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 6px;
}

/* tabela apartamentos */
.tabela-apartamentos {
  display: grid;
  row-gap: 5px;
}
/* letra */
.tabela-apartamentos * {
  font-family: "Inter", sans-serif;
  color: var(--brown-light);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tabela-header,
.tabela-row {
  display: grid;
  grid-template-columns: 183px 1fr 1fr;
  gap: 5px;
  justify-items: center;
}

.tabela-apartamentos-wrapper.completa .tabela-header,
.tabela-apartamentos-wrapper.completa .tabela-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 182px 182px 182px 1fr 1fr;
  gap: 5px;
  justify-items: center;
}

.tabela-header {
  font-weight: bold;
}

.tabela-header div {
  background: var(--brown-light);
  padding: 14px;
  width: 100%;
  color: var(--beige);
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabela-row div {
  background: transparent;
  padding: 14px;
  width: 100%;
  font-weight: 500;
  text-align: center;
}
/* ✅ ADD this */
.tabela-row.even div {
  background-color: var(--beige-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabela-row.odd div {
  background-color: #f5f2e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabela-row a {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.unavailable,
.unavailable span {
  color: #c8a67869;
}

.show-more-apartamentos {
  margin-inline: auto;
  margin-top: 57px;
  display: block;
  opacity: 1;
  transition: all 0.3s linear;
}
.show-more-apartamentos.notShowing {
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.tabela-line.line-side.line-left {
  position: absolute;
  left: -90px;
  bottom: 0px;
  height: 220px;
  width: 1px;
  background-color: var(--brown-light);
}
.tabela-line.line-bottom.line-left {
  position: absolute;
  left: -90px;
  bottom: 0px;
  width: 220px;
  height: 1px;
  background-color: var(--brown-light);
}

.tabela-line.line-side.line-right {
  position: absolute;
  right: -90px;
  bottom: 0px;
  height: 220px;
  width: 1px;
  background-color: var(--brown-light);
}
.tabela-line.line-bottom.line-right {
  position: absolute;
  right: -90px;
  bottom: 0px;
  width: 220px;
  height: 1px;
  background-color: var(--brown-light);
}

.tabela-apartamentos-wrapper .box {
  position: absolute;
  left: -90px;
  bottom: 1px;
  transform: translate(-100%, 100%) rotate(270deg);
}

.tabela-apartamentos-wrapper .box.right-box {
  position: absolute;
  left: unset;
  right: -90px;
  bottom: 1px;
  transform: translate(100%, 100%);
}

/* -------- Secção 6 - mapaSection -------- */
.homepageRow.mapaSection .vc_custom_heading {
  margin-bottom: 32px;
  max-width: 560px;
  margin-inline: auto;
}
.homepageRow.mapaSection
  .wpb_column
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column {
  margin-bottom: 66px !important;
  max-width: 536px;
  margin-inline: auto;
}

.homepageRow.mapaSection .googleMapsWrapper {
  position: relative;
}

.homepageRow.mapaSection .googleMapsWrapper::before {
  content: "";
  background-image: url(/wp-content/uploads/above_map_shape.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 173px;
  height: 175px;
  position: absolute;
  top: 0px;
  left: calc(50% - 370px);
  transform: translate(-50%, -100%);
  z-index: 3;
}
.homepageRow.mapaSection #map {
  height: 855px;
}

.homepageRow.mapaSection .map-menu-wrapper > div {
  background-color: var(--brown);
  padding: 54px 39px;
  color: var(--brown-light);
}
.homepageRow.mapaSection .map-menu-wrapper .map-title {
  color: var(--brown-light);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.homepageRow.mapaSection .map-menu-wrapper .map-description {
  color: var(--beige);
  margin: 0px;
}

/* FILTROS COM O TIPO */
.map-menu[data-parent="tipo"] {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: space-between;
}
.map-menu[data-parent="tipo"] button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: transparent;
  border: unset;
  outline: unset;
  color: #e9e9e9;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  cursor: pointer;
  padding: 0px;
  transition: all 300ms linear;
  align-items: center;
}

.map-menu[data-parent="tipo"] button.active {
  color: var(--brown-light);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.map-menu[data-parent="tipo"] button img {
  transition: all 300ms linear;
}
.map-menu[data-parent="tipo"] button.active img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(14%) saturate(856%)
    hue-rotate(355deg) brightness(91%) contrast(91%);
}

.menu-filter-elements:has(.menu-side-logo) {
  display: flex;
  align-items: center;
  gap: 43px;
}
div.map-menu[data-parent="tempo"] button,
div.map-menu.fake button,
div.map-menu.fake button span {
  display: flex;
  gap: 3px;
  outline: unset;
  padding: unset;
  border: unset;
  background-color: unset;
  cursor: pointer;
  align-items: flex-end;
  color: var(--beige);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  transition: all 300ms linear;
  justify-content: center;
}

div.map-menu[data-parent="tempo"] button.active {
  position: relative;
  font-weight: 600;
  color: var(--brown-light);

  transition: all 300ms linear;
}
/* fake menu para ter as bolas */
.fake button {
  position: relative;
  cursor: default !important;
  pointer-events: none;
}
.fake button span {
  color: transparent !important;
}
.fake button::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -28px;
  height: 1px;
  width: 78px;
  background-color: var(--beige);
  transform: translate(-50%, 0%);
  transition: all 300ms linear;
}

.fake button.fill::before,
.fake button.hasLine::before {
  background-color: var(--brown-light);
  transition: all 300ms linear;
}
.fake button::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: var(--beige);
  transform: translate(-50%, 0%);
  border-radius: 100%;
  transition: all 300ms linear;
}
.fake button.hasLine::after {
  width: 10px;
  height: 10px;
  background-color: var(--brown-light);
}
img.menu-side-logo {
  margin-top: -12px;
}

/* -------- Secção 7 - contactSection -------- */
.contactSection {
  padding-inline: var(--page-inline);
}
.contactSection .vc_custom_heading {
  margin-bottom: 35px;
}

.contactSection form {
  margin-top: 45px;
  max-width: 806px;
  margin-inline: auto;
}

.twoInputsWrapper {
  margin-bottom: 18px;
}
.twoInputsWrapper p {
  display: flex;
  gap: 18px;
  justify-content: space-between;
}
.contactSection .special p {
  text-align: center;
}
.contactSection .special button {
  width: 212px !important;
  margin-inline: auto !important;
  background-color: var(--brown) !important;
  color: var(--beige-light) !important;
  border: 1px solid var(--brown) !important;
}

.contactSection .special button:hover {
  color: var(--brown) !important;
}

/* -------- Secção 8 - teamSection -------- */

/* mostrar o texto equipa ou promotor com base no slide */
/* .teamSection #equipaText.vc_custom_heading,
.teamSection #promotorText.vc_custom_heading {
  display: none;
} */

.teamSection .wpb_column .vc_column-inner > .wpb_wrapper {
  max-width: fit-content;
  margin-inline: auto;
}

.equipa-slide-wrapper {
  margin-top: 40px;
  position: relative;
  box-shadow: inset 0 0 0 2px var(--brown-light);
  display: flex;
}
.equipa-slide-wrapper .swiperAllElementsWrapper {
  max-width: 420px;
  padding: 38px 76px 47px;
}
.left-lines,
.right-lines {
  height: 100%;
  width: auto;
  object-fit: contain; /* keeps image proportional */
}

.right-lines-down,
.left-lines-down {
  display: none;
}

.equipa-slide-wrapper p:nth-child(1) {
  color: var(--brown-light);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}
.equipa-slide-wrapper p:nth-child(2) {
  margin-bottom: 0px !important;
}

.swiper-pagination {
  position: relative !important;
  text-align: left !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: unset !important;
  top: unset !important;
  left: unset !important;
  width: fit-content !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  top: unset !important;
  width: 19px !important;
  height: 15px !important;
  margin-top: unset !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: unset;
  font-size: unset;
  font-variant: unset;
  line-height: unset;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
  background-image: url("/wp-content/uploads/slide-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px !important;
  height: 15px !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: unset !important;
  right: unset !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
  background-image: url("/wp-content/uploads/slide-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px !important;
  height: 15px !important;
}

.swiper-controls-wrapper {
  display: flex;
  gap: 29px;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  display: inline-block;
  border-radius: unset !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 1px solid var(--brown-light);
}

.swiper-pagination-bullet-active {
  background: var(--brown-light) !important;
}

.equipa-slide-wrapper .swiper-controls-wrapper {
  margin-top: 54px;
}

/* ============================================================
   ========================  APARTAMENTOS  =========================
   ============================================================ */
.apartamentosRow.pageHeroSection h1.vc_custom_heading {
  margin-top: 119px;
  max-width: 778px;
  font-size: 96px;
}

/* hero text */
.apartamentosRow.pageHeroSection .wpb_text_column {
  margin-top: 14px;
  max-width: 919px;
}
.apartamentosRow.pageHeroSection .wpb_text_column p {
  color: var(--beige);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
}

/* aqui */

/****************************** MEDIA QUERIES ************************************/
/* PARA ECRAS 4k - criar container para nao ir para as pontas */
@media (min-width: 2250px) {
  :root {
    --bigpage-container: 1440px;
    --page-inline: calc((100% - var(--bigpage-container)) / 2);
  }
  /* colocar esta classe onde quiser limitar o crescimento em divs genéricas */
  .bigscreen-limit {
    max-width: var(--bigpage-container);
    margin-inline: auto;
  }
  /*Colocar esta classe nas rows principais das páginas para forçar o container*/
  .vc_row_bigscreen-limit {
    padding-left: calc((100% - var(--bigpage-container)) / 2);
    padding-right: calc((100% - var(--bigpage-container)) / 2);
    box-sizing: border-box;
  }
  .villa-row {
    padding: 0px;
    margin-top: 300px;
    max-width: var(--bigpage-container);
    margin-inline: auto;
  }

  .villa-row:not(.first) {
    left: 50%;
  }
}
/* Intermédio 2 */
@media print, screen and (max-width: 1750px) {
  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */
  .oasisUrbanoSection .gallery-to-swiper img {
    object-fit: cover;
    height: 700px;
    width: auto;
  }
  /* -------- Secção 4 - ritmoEspacoSection -------- */

  /* -------- Secção 6 - mapaSection -------- */
}

@media print, screen and (max-width: 1550px) {
  h1 {
    font-size: 60px;
  }

  h2,
  .villa-wrapper[data-title]::before {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4,
  h5,
  h6 {
    font-size: 24px;
  }

  /* --------------------- VARIABLES --------------------- */
  :root {
    --header-height: 104px;
    --page-inline: 200px;
    --paddingVert: 70px;
  }
  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 0 - Hero Section -------- */

  .pageHeroSection h1.vc_custom_heading {
    margin-top: 80px;
    max-width: 800px;
  }
  .pageHeroSection .vc_single_image-wrapper img {
    width: 320px;
    height: auto;
  }

  /* -------- Secção 2 - espacoCidadeSection -------- */
  .espacoCidadeSection-first {
    margin-bottom: 40px;
  }

  /* Wrapper cpom botões */
  .espacoCidadeSection .bakeryButtonsWrapper .vc_column-inner > .wpb_wrapper {
    margin-bottom: 30px;
  }

  /* botões dos lide */
  .espacoCidadeSection .bakeryButtonsWrapper .slideButton button {
    font-size: 15px;
  }

  /* quadrado ao lado dos buttons */
  .espacoCidadeSection
    .bakeryButtonsWrapper
    .wpb_wrapper
    .wpb_single_image
    img {
    height: 65px;
    width: 65px;
    margin-bottom: -1px;
  }

  .espacoCidadeSection .bakerySliderRow .swiper-slide img {
    height: 550px;
  }
  /* -------- Secção 4 - ritmoEspacoSection -------- */

  /* -------- Secção 5 - listagemApartamentosSection -------- */

  .tabela-apartamentos-wrapper {
    max-width: 1100px;
  }

  .tipologia-filters {
    gap: 43px;
    margin-block: 30px;
  }

  .tipologia-filter {
    font-size: 20px;
  }

  /* letra */
  .tabela-apartamentos * {
    font-size: 12px;
  }
  /* header e conteudo */
  .tabela-apartamentos-wrapper.completa .tabela-header,
  .tabela-apartamentos-wrapper.completa .tabela-row {
    grid-template-columns: 1fr 1fr 1fr 162px 162px 162px 1fr 1fr;
  }

  .show-more-apartamentos {
    margin-top: 30px;
  }

  .tabela-line.line-side.line-left {
    left: -70px;
    height: 200px;
  }
  .tabela-line.line-bottom.line-left {
    left: -70px;
    width: 200px;
  }

  .tabela-line.line-side.line-right {
    right: -70px;
    height: 200px;
  }
  .tabela-line.line-bottom.line-right {
    right: -70px;
    width: 200px;
  }

  .tabela-apartamentos-wrapper .box {
    left: -70px;
  }

  .tabela-apartamentos-wrapper .box.right-box {
    right: -70px;
  }

  .listagemApartamentosSection .vc_custom_heading {
    max-width: 650px;
    margin-inline: auto;
  }

  /* ============================================================
   ========================  APARTAMENTOS  =========================
   ============================================================ */
  .apartamentosRow.pageHeroSection h1.vc_custom_heading {
    margin-top: 80px;
    max-width: 680px;
    font-size: 80px;
  }

  /* hero text */
  .apartamentosRow.pageHeroSection .wpb_text_column {
    max-width: 850px;
  }
  .apartamentosRow.pageHeroSection .wpb_text_column p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 60px;
  }

  h2,
  .villa-wrapper[data-title]::before {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4,
  h5,
  h6 {
    font-size: 24px;
  }

  /* --------------------- VARIABLES --------------------- */
  :root {
    --page-inline: 60px;
    --paddingVert: 50px;
  }

  /* ============================================================
   ========================  HEADER  =========================
   ============================================================ */
  .headerMenuWrapper a,
  .headerMenuWrapper span,
  .headerMenuWrapper p {
    font-size: 12px;
  }
  header {
    padding: 20px var(--page-inline);
  }
  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 1 - oasisUrbanoSection -------- */

  /* zona castanha com texto */
  .oasisUrbanoSection
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_text_column {
    padding-block: 36px;
  }
  /* texto da zona castanha */
  .oasisUrbanoSection
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_text_column
    p {
    font-size: 28px;
  }

  /* zona com texto e galeria */
  .oasisUrbanoSection .vc_row {
    padding-top: 50px;
    padding-inline: var(--page-inline);
    margin-bottom: var(--paddingVert);
  }

  /* slideshow */
  .oasisUrbanoSection .gallery-to-swiper {
    margin-top: -300px;
  }

  /* imagem do slide */
  .oasisUrbanoSection .gallery-to-swiper img {
    height: 600px;
  }

  /* -------- Secção 2 - espacoCidadeSection -------- */
  .espacoCidadeSection-first {
    padding-inline: calc(var(--page-inline) * 3);
  }

  .espacoCidadeSection .bakeryButtonsWrapper .vc_column-inner > .wpb_wrapper {
    margin-left: calc(var(--page-inline) * 3);
  }

  .espacoCidadeSection-first .vc_custom_heading {
    max-width: 350px;
  }

  .espacoCidadeSection .bakerySliderRow .swiper-slide img {
    height: 64vh;
  }
  /* -------- Secção 3 - charmeSerenidadeSection -------- */
  .charmeSerenidadeSection .vc_row {
    max-width: 800px;
  }

  /* Each slide width fixed */
  .charmeSerenidadeSection .swiper-slide {
    width: 900px !important;
  }

  .charmeSerenidadeSection .gallery-swiper img {
    height: 450px;
  }
  .swiper-caption {
    font-size: 16px;
    margin-top: 7px;
  }

  /* elemento top left slide */
  .charmeSerenidadeSection .gallery-to-swiper::after {
    width: 63px;
    height: 227px;
    top: -70px;
    left: calc(50% - 450px);
  }
  /* Elemento bottom leftide */
  .charmeSerenidadeSection .gallery-to-swiper::before {
    width: 63px;
    height: 63px;
    bottom: -13px;
    left: calc(50% - 450px);
  }
  /* elemento top right slide */
  .charmeSerenidadeSection .gallery-swiper::after {
    width: 63px;
    height: 63px;
    top: -61px;
    right: calc(50% - 450px);
  }
  /* Elemento bottom right side */
  .charmeSerenidadeSection .gallery-swiper::before {
    width: 63px;
    height: 227px;
    bottom: -22px;
    right: calc(50% - 450px);
  }

  /* -------- Secção 4 - ritmoEspacoSection -------- */
  .villa-row {
    margin-top: 220px;
  }
  .villa-wrapper[data-title]::before {
    top: 220px;
    max-width: 320px;
  }

  .villa-wrapper[data-title]::after {
    top: 120px;
  }

  .villa-left {
    width: 500px;
    gap: 24px;
    padding-block: 50px;
  }

  .villa-left::after {
    width: 80%;
  }

  .villa-title {
    margin-bottom: 0px;
    max-width: 175px;

    font-size: 28px;
  }

  .villa-content p:nth-child(1) {
    font-size: 24px;
  }

  .villa-icon {
    margin-bottom: 24px;
  }
  .villa-icon img {
    height: 150px;
  }

  .villa-right img {
    width: 1049px;
    height: 450px;
    object-fit: cover;
    display: block;
  }

  /* -------- Secção 5 - listagemApartamentosSection -------- */
  .tabela-line.line-side.line-left {
    left: -50px;
    height: 180px;
  }
  .tabela-line.line-bottom.line-left {
    left: -50px;
    width: 180px;
  }

  .tabela-line.line-side.line-right {
    right: -50px;
    height: 180px;
  }
  .tabela-line.line-bottom.line-right {
    right: -50px;
    width: 180px;
  }

  .tabela-apartamentos-wrapper .box {
    left: -50px;
  }

  .tabela-apartamentos-wrapper .box.right-box {
    right: -50px;
  }
  /* -------- Secção 6 - mapaSection -------- */
  .homepageRow.mapaSection .vc_custom_heading {
    margin-bottom: 24px;
    max-width: 420px;
  }
  .homepageRow.mapaSection
    .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_text_column {
    margin-bottom: 50px !important;
    max-width: 536px;
  }

  .homepageRow.mapaSection .googleMapsWrapper::before {
    width: 143px;
    height: 145px;
    left: calc(50% - 370px);
  }
  .homepageRow.mapaSection #map {
    height: 90dvh;
  }

  .homepageRow.mapaSection .map-menu-wrapper > div {
    padding: 32px 24px;
  }
  .homepageRow.mapaSection .map-menu-wrapper .map-title {
    font-size: 20px;
  }

  .map-menu-wrapper {
    gap: 10px !important;
  }
  .map-menu[data-parent="tipo"] button {
    font-size: 12px;
  }

  .map-menu[data-parent="tipo"] button.active {
    font-size: 12px;
  }
  .map-menu[data-parent="tipo"] button img {
    transition: all 300ms linear;
    height: 22px;
    width: auto;
  }

  div.map-menu[data-parent="tempo"] button,
  div.map-menu.fake button,
  div.map-menu.fake button span {
    font-size: 16px;
  }
  .fake button::before {
    left: -28px;
    width: 70px;
  }

  .fake button.hasLine::after {
    width: 8px;
    height: 8px;
  }
  img.menu-side-logo {
    margin-top: -12px;
    width: 18px;
    height: auto;
  }
  /* -------- Secção 7 - contactSection -------- */
  .contactSection .vc_custom_heading {
    margin-bottom: 32px;
  }

  .contactSection form {
    margin-top: 32px;
  }
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1250px) {
  /* -------- Secção 2 - espacoCidadeSection -------- */
  .espacoCidadeSection-first {
    padding-inline: calc(var(--page-inline));
  }

  .espacoCidadeSection .bakeryButtonsWrapper .vc_column-inner > .wpb_wrapper {
    margin-left: calc(var(--page-inline));
  }

  .espacoCidadeSection-first .vc_custom_heading {
    max-width: 350px;
  }

  .espacoCidadeSection .bakeryButtonsWrapper .slideButton button {
    font-size: 13px;
    padding-inline: 25px !important;
  }

  /* .espacoCidadeSection .bakerySliderRow .swiper-slide img {
    height: 64vh;
  } */

  /* -------- Secção 5 - listagemApartamentosSection -------- */

  .tabela-apartamentos-wrapper {
    max-width: 950px;
  }

  .tipologia-filters {
    gap: 36px;
    margin-block: 24px;
  }

  .tipologia-filter {
    font-size: 18px;
  }

  /* header e conteudo */
  .tabela-apartamentos-wrapper.completa .tabela-header,
  .tabela-apartamentos-wrapper.completa .tabela-row {
    grid-template-columns: 1fr 1fr 1fr 142px 142px 142px 1fr 1fr;
  }

  .tabela-line.line-side.line-left {
    left: -50px;
    height: 180px;
  }
  .tabela-line.line-bottom.line-left {
    left: -50px;
    width: 180px;
  }

  .tabela-line.line-side.line-right {
    right: -50px;
    height: 180px;
  }
  .tabela-line.line-bottom.line-right {
    right: -50px;
    width: 180px;
  }

  .tabela-apartamentos-wrapper .box {
    left: -50px;
  }

  .tabela-apartamentos-wrapper .box.right-box {
    right: -50px;
  }

  button.special.brown,
  .special.brown a {
    padding: 16px !important;
    font-size: 14px;
  }

  /* -------- Secção 4 - ritmoEspacoSection -------- */

  /* .villa-wrapper[data-title]::before {
    top: 300px;
    max-width: 320px;
  } */

  .villa-left {
    width: 600px;
    gap: 30px;
  }

  .villa-right img {
    width: auto;
    height: 500px;
    object-fit: cover;
    display: block;
  }
}

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

  /* -------- Secção 4 - ritmoEspacoSection -------- */

  /* -------- Secção 6 - mapaSection -------- */
  .map-menu-wrapper {
    left: 24px !important;
  }
  .homepageRow.mapaSection #map {
    height: 80dvh;
  }

  .homepageRow.mapaSection .map-menu-wrapper > div {
    padding: 24px 20px;
  }
  .homepageRow.mapaSection .map-menu-wrapper .map-title {
    font-size: 18px;
  }

  div.map-menu[data-parent="tempo"] button,
  div.map-menu.fake button,
  div.map-menu.fake button span {
    font-size: 15px;
  }
  .fake button::before {
    left: -28px;
    width: 68px;
  }
}

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

  h2,
  .villa-wrapper[data-title]::before {
    font-size: 44px;
  }

  h3 {
    font-size: 32px;
  }

  h4,
  h5,
  h6 {
    font-size: 22px;
  }

  /* --------------------- VARIABLES --------------------- */
  :root {
    --page-inline: 40px;
  }
  /************************ HEADER ************************/
  .main-menu-wrapper,
  .fakeIdioma:not(.menu-mobile .fakeIdioma) {
    display: none;
  }

  .menu-mobile .fakeIdioma {
    color: var(--white);
    font-size: 18px;
    line-height: 1;
  }

  /* MENU NORMAL */
  .burguer {
    height: 20px;
    width: 20px;
    display: block;
    transition: all 300ms linear;
    position: relative;
  }

  .burguer.open {
    height: 25px;
    width: 25px;
  }

  .burguer .line {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: var(--white);
    transition: all linear 300ms;
    border-radius: var(--border-radius);
  }

  .burguer .line:nth-child(1),
  .burguer .line:nth-child(2),
  .burguer .line:nth-child(3) {
    top: 0%;
    opacity: 1;
  }

  .burguer .line:nth-child(2) {
    top: 50%;
  }

  .burguer .line:nth-child(3) {
    top: 100%;
  }

  /* QUANDO SE ADICIONA A CLASSE - colocar os dois traços que cruzam a 50% e apenas dar rotação para ficarem o X */
  /* hambuerguer aberto */
  .burguer.open .line:nth-child(1) {
    width: 100%;
    top: 50%;
    transform: rotate(45deg);
  }

  .burguer.open .line:nth-child(2) {
    opacity: 0;
  }

  .burguer.open .line:nth-child(3) {
    width: 100%;
    top: 50%;
    transform: rotate(-45deg);
  }

  /* menu mobile */
  .menu-mobile {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100dvh;
    width: 100%;
    z-index: 9980;
    background-color: var(--black);
    transform: translate(0%, -100%);
    transition: all 500ms linear;
    padding: var(--page-inline);
    padding-top: calc(var(--header-height) + 20px);
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 20px;
  }

  .menu-mobile.open {
    transform: translateY(0%);
    transition: all 500ms linear;
  }

  .menu-mobile ul {
    display: grid;
    gap: 20px;
  }

  .menu-mobile ul li {
    width: fit-content;
  }

  .menu-mobile ul li a,
  .menu-mobile ul li a span {
    font-size: 22px;
    line-height: 1.1;
    color: var(--white);
    display: block;
    text-transform: uppercase;
  }

  .menu-mobile ul li.wpml-ls-current-language a span {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 4 - ritmoEspacoSection -------- */

  .villa-icon img {
    height: 140px;
  }

  .villa-title {
    margin-bottom: 0px;
    max-width: 175px;
    font-size: 34px;
  }
  /* -------- Secção 5 - listagemApartamentosSection -------- */

  /* -------- Secção 6 - mapaSection -------- */
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2,
  .villa-wrapper[data-title]::before {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4,
  h5,
  h6 {
    font-size: 22px;
  }

  /* --------------------- VARIABLES --------------------- */
  :root {
    --page-inline: 40px;
  }
  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 0 - Hero Section -------- */

  .pageHeroSection h1.vc_custom_heading {
    margin-top: 50px;
    max-width: 670px;
  }
  .pageHeroSection .vc_single_image-wrapper img {
    width: 320px;
    height: auto;
  }
  /* -------- Secção 1 - oasisUrbanoSection -------- */

  /* texto da zona castanha */
  .oasisUrbanoSection
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_text_column
    p {
    font-size: 23px;
  }

  .oasisUrbanoSection
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_text_column
    p {
    max-width: 36%;
    padding-right: 20px;
  }
  /* -------- Secção 2 - espacoCidadeSection -------- */
  .espacoCidadeSection-first {
    margin-bottom: 20px;
  }
  .espacoCidadeSection .bakeryButtonsWrapper .slideButton button {
    font-size: 12px;
    padding-inline: 20px !important;
  }

  /* -------- Secção 3 - charmeSerenidadeSection -------- */
  .charmeSerenidadeSection .vc_row {
    max-width: 650px;
  }

  /* Each slide width fixed */
  .charmeSerenidadeSection .swiper-slide {
    width: 700px !important;
  }

  .charmeSerenidadeSection .gallery-swiper img {
    height: 400px;
  }

  /* elemento top left slide */
  .charmeSerenidadeSection .gallery-to-swiper::after {
    /* width: 63px;
    height: 227px;
    top: -70px; */
    left: calc(50% - 350px);
  }
  /* Elemento bottom leftide */
  .charmeSerenidadeSection .gallery-to-swiper::before {
    /* width: 63px;
    height: 63px;
    bottom: -13px; */
    left: calc(50% - 350px);
  }
  /* elemento top right slide */
  .charmeSerenidadeSection .gallery-swiper::after {
    /* width: 63px;
    height: 63px;
    top: -61px; */
    right: calc(50% - 350px);
  }
  /* Elemento bottom right side */
  .charmeSerenidadeSection .gallery-swiper::before {
    /* width: 63px;
    height: 227px;
    bottom: -22px; */
    right: calc(50% - 350px);
  }

  /* -------- Secção 4 - ritmoEspacoSection -------- */

  .villa-icon img {
    height: 120px;
  }

  .villa-title {
    margin-bottom: 0px;
    max-width: 150px;
    font-size: 28px;
  }
  .villa-left {
    width: 700px;
    gap: 24px;
  }

  .villa-right img {
    width: auto !important;
  }

  .villa-wrapper[data-title]::after {
    width: 150px;

    left: 60%;
  }
  /* -------- Secção 5 - listagemApartamentosSection -------- */
  .listagemApartamentosSection .vc_custom_heading {
    max-width: 550px;
    margin-inline: auto;
  }
  .tabela-apartamentos-wrapper {
    max-width: unset;
    padding-inline: var(--page-inline);
  }

  .tipologia-filters {
    gap: 36px;
    margin-block: 24px;
  }

  .tipologia-filter {
    font-size: 16px;
  }

  .tabela-apartamentos-wrapper.completa .tabela-header,
  .tabela-apartamentos-wrapper.completa .tabela-row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .tabela-header,
  .tabela-row {
    grid-template-columns: 100px 1fr 1fr;
  }

  .tabela-line.line-side.line-right,
  .tabela-line.line-side.line-left {
    display: none;
  }
  .tabela-line.line-bottom.line-left {
    left: var(--page-inline);
    width: 180px;
  }

  .tabela-line.line-bottom.line-right {
    right: var(--page-inline);
    width: 180px;
  }

  .tabela-apartamentos-wrapper .box {
    left: var(--page-inline);
  }

  .tabela-apartamentos-wrapper .box.right-box {
    right: var(--page-inline);
  }
  .tabela-header div,
  .tabela-row div {
    padding: 10px;
  }

  /* -------- Secção 6 - mapaSection -------- */
  .map-menu-wrapper {
    max-width: 360px !important;
  }
  .map-menu[data-parent="tipo"] {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  .homepageRow.mapaSection .map-menu-wrapper > div {
    padding: 20px;
  }
  .homepageRow.mapaSection .map-menu-wrapper .map-title {
    font-size: 18px;
  }
  .homepageRow.mapaSection .map-menu-wrapper .map-description {
    font-size: 14px !important;
  }
  div.map-menu[data-parent="tempo"],
  div.map-menu.fake {
    gap: 35px !important;
  }
  .fake button::before {
    left: -17px;
    width: 44px;
  }
  div.map-menu[data-parent="tempo"] button,
  div.map-menu.fake button,
  div.map-menu.fake button span {
    font-size: 13px;
  }
  .menu-filter-elements:has(.menu-side-logo) {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .fake button::after {
    width: 4px;
    height: 4px;
  }
  .fake button.hasLine::after {
    width: 6px;
    height: 6px;
  }

  /* ============================================================
      ========================  APARTAMENTOS  =========================
      ============================================================ */
  .apartamentosRow.pageHeroSection h1.vc_custom_heading {
    margin-top: 60px;
    max-width: 530px;
    font-size: 60px;
  }

  /* hero text */
  .apartamentosRow.pageHeroSection .wpb_text_column {
    max-width: 600px;
  }
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
  h1 {
    font-size: 44px;
  }

  h2,
  .villa-wrapper[data-title]::before {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4,
  h5,
  h6 {
    font-size: 20px;
  }

  /* --------------------- VARIABLES --------------------- */
  :root {
    --page-inline: 24px;
  }

  /************************ FOOTER ************************/
  .footerWrapper,
  .footerMenuWrapper ul {
    display: flex;
    flex-direction: column;
  }

  /****************************** LEGAL PAGES ************************************/
  .legalPage {
    padding-top: 80px;
  }
  body:has(#wpadminbar) .legalPage {
    padding-top: calc(80px - var(--adminbar));
  }

  .legalPage h2 {
    font-size: 30px;
    margin: 18px 0px;
  }
  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 0 - Hero Section -------- */

  .pageHeroSection h1.vc_custom_heading {
    margin-top: 40px;
  }
  /* -------- Secção 1 - oasisUrbanoSection -------- */

  /* texto da zona castanha */
  .oasisUrbanoSection
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_text_column
    p {
    font-size: 26px;
    text-align: center;
  }

  .oasisUrbanoSection
    > .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_text_column
    p {
    max-width: unset;
    padding-right: 0px;
  }
  .oasisUrbanoSection .gallery-to-swiper {
    margin-top: 40px;
  }
  .oasisUrbanoSection .vc_row p {
    max-width: unset;
    text-align: center;
  }

  .oasisUrbanoSection .swiper-controls-wrapper {
    justify-content: center;
  }
  /* -------- Secção 2 - espacoCidadeSection -------- */
  .espacoCidadeSection-first .vc_custom_heading {
    max-width: 300px;
    margin-bottom: 18px;
  }

  .espacoCidadeSection-first .wpb_column:nth-child(2) p {
    max-width: unset;
  }

  .espacoCidadeSection .bakeryButtonsWrapper .slideButton button {
    font-size: 11px;
    padding-inline: 16px !important;
  }

  .espacoCidadeSection
    .bakeryButtonsWrapper
    .wpb_wrapper
    .wpb_single_image
    img {
    height: 40px;
    width: 40px;
    margin-bottom: -1px;
    margin-right: var(--page-inline);
  }

  /* -------- Secção 3 - charmeSerenidadeSection -------- */
  .charmeSerenidadeSection .vc_row {
    max-width: unset;
    padding-inline: var(--page-inline);
  }
  .charmeSerenidadeSection .vc_custom_heading {
    margin-bottom: 18px;
  }

  /* Each slide width fixed */
  .charmeSerenidadeSection .swiper-slide {
    width: 600px !important;
  }

  .charmeSerenidadeSection .gallery-swiper img {
    height: 400px;
  }

  .swiper-controls-wrapper {
    margin-top: 20px;
  }

  /* Elemento bottom leftide */
  .charmeSerenidadeSection .gallery-to-swiper::after,
  .charmeSerenidadeSection .gallery-to-swiper::before {
    left: calc(50% - 300px);
  }

  /* Elemento bottom right side */
  .charmeSerenidadeSection .gallery-swiper::after,
  .charmeSerenidadeSection .gallery-swiper::before {
    right: calc(50% - 300px);
  }

  .charmeSerenidadeSection .gallery-to-swiper::before {
    bottom: 15px;
  }
  .charmeSerenidadeSection .gallery-swiper::before {
    bottom: 5px;
  }
  .charmeSerenidadeSection .gallery-to-swiper {
    margin-top: 100px;
  }
  /* -------- Secção 4 - ritmoEspacoSection -------- */
  .villa-row {
    margin-top: 190px;
    gap: 24px;
  }
  .villa-wrapper[data-title]::before {
    top: 190px;
  }

  .villa-wrapper[data-title]::after {
    top: 90px;
  }

  .villa-icon img {
    height: 100px;
  }

  .villa-title {
    margin-bottom: 0px;
    max-width: 150px;
    font-size: 28px;
  }
  .villa-content p:nth-child(1) {
    font-size: 20px;
  }
  .villa-left {
    width: 100%;
    gap: 24px;
    flex-direction: column;
  }

  .left-content {
    display: flex;
    gap: 14px;
    align-items: center;
  }
  .villa-icon {
    margin-bottom: 0px;
  }
  .villa-content p:nth-child(1),
  .villa-content p {
    text-align: left;
  }

  /* -------- Secção 6 - mapaSection -------- */
  .homepageRow.mapaSection .googleMapsWrapper::before {
    display: none;
  }
  .homepageRow.mapaSection #map {
    height: 135vh;
  }
  .homepageRow.mapaSection
    .wpb_column
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_text_column {
    margin-bottom: 24px !important;
  }

  .map-menu-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    max-width: unset !important;
    left: var(--page-inline) !important;
    right: var(--page-inline) !important;
    top: var(--page-inline) !important;
  }

  .map-header-text {
    grid-area: 1 / 1 / 2 / 3 !important;
  }
  .menu-filter-elements.parent-group-1 {
    grid-area: 2 / 1 / 3 / 2 !important;
  }
  .menu-filter-elements.parent-group-2 {
    grid-area: 2 / 2 / 3 / 3 !important;
  }

  div#poi-sidebar {
    top: unset !important;
    bottom: 0px !important;
    right: 0px !important;

    height: fit-content !important;
    min-width: unset !important;
    width: 100% !important;
  }

  /* -------------- */
  .twoInputsWrapper p {
    display: flex;
    flex-direction: column;
  }
  .contactSection .vc_custom_heading {
    margin-bottom: 18px;
  }
  .contactSection form {
    margin-top: 18px;
  }

  /* -------- Secção 8 - teamSection -------- */

  .equipa-slide-wrapper {
    margin-top: 30px;
  }
  .equipa-slide-wrapper .swiperAllElementsWrapper {
    padding: 32px 32px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: relative !important;
    top: unset !important;
    width: 29px !important;
    height: 25px !important;
    margin-top: unset !important;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    width: 29px !important;
    height: 25px !important;
  }

  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }

  .equipa-slide-wrapper .swiper-controls-wrapper {
    margin-top: 40px;
  }

  .listagemApartamentosSection .vc_custom_heading {
    max-width: 400px;
    margin-inline: auto;
  }

  /* ============================================================
      ========================  APARTAMENTOS  =========================
      ============================================================ */
  .apartamentosRow.pageHeroSection h1.vc_custom_heading {
    margin-top: 40px;
    max-width: 400px;
    font-size: 40px;
  }

  /* hero text */
  .apartamentosRow.pageHeroSection .wpb_text_column {
    max-width: 450px;
  }
}

@media only screen and (max-width: 600px) {
  .special.brown a {
    padding: 14px !important;
  }
  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 2 - espacoCidadeSection -------- */

  .espacoCidadeSection .bakeryButtonsWrapper .slideButton button {
    font-size: 10px;
    padding-inline: 14px !important;
  }

  .espacoCidadeSection
    .bakeryButtonsWrapper
    .wpb_wrapper
    .wpb_single_image
    img {
    display: none;
  }
  .espacoCidadeSection .bakeryButtonsWrapper .vc_column-inner > .wpb_wrapper {
    padding-bottom: 16px;
  }

  /* -------- Secção 3 - charmeSerenidadeSection -------- */
  .charmeSerenidadeSection .vc_row {
    max-width: unset;
    padding-inline: var(--page-inline);
  }
  .charmeSerenidadeSection .vc_row .vc_column-inner {
    padding: 0px !important;
  }

  /* Each slide width fixed */
  .charmeSerenidadeSection .swiper-slide {
    width: calc(100vw - var(--page-inline) * 2 - 60px) !important;
  }

  .charmeSerenidadeSection .swiper-controls-wrapper {
    margin-top: 24px;
  }

  .charmeSerenidadeSection .gallery-swiper img {
    height: 350px;
  }
  .swiper-caption {
    font-size: 14px;
  }
  /* -------- Secção 4 - ritmoEspacoSection -------- */
  .villa-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .villa-left {
    padding-block: 20px;
    gap: 14px;
  }

  .villa-wrapper[data-title]::after {
    display: none;
  }

  .villa-right img {
    width: 100% !important;
    height: 250px;
  }

  .villa-right {
    width: 100%;
    padding-right: var(--page-inline);
  }
  .villa-icon img {
    height: 40px;
  }
  .villa-title {
    max-width: unset;
    font-size: 22px;
  }

  .ritmoEspacoSection {
    padding-bottom: var(--paddingVert) !important;
  }
  .villa-content p:nth-child(1) {
    font-size: 16px;
  }
  /* -------- Secção 5 - listagemApartamentosSection -------- */

  .tabela-apartamentos * {
    font-size: 10px;
  }

  .tabela-header div,
  .tabela-row div {
    padding: 8px;
  }

  .show-more-apartamentos {
    margin-top: 20px;
  }

  .tabela-line.line-bottom.line-right,
  .tabela-line.line-bottom.line-left {
    bottom: -30px;
  }

  .tabela-apartamentos-wrapper .box.right-box,
  .tabela-apartamentos-wrapper .box.left-box {
    bottom: -29px;
  }
  .tabela-row a {
    text-underline-offset: 0px;
  }

  #apartamentos {
    padding-bottom: 80px;
  }

  /* -------- Secção 6 - mapaSection -------- */
  .map-menu-wrapper {
    grid-template-columns: auto !important;
    grid-template-rows: unset !important;
  }

  .map-header-text,
  .menu-filter-elements.parent-group-1,
  .menu-filter-elements.parent-group-2 {
    grid-area: unset !important;
  }

  .homepageRow.mapaSection .map-menu-wrapper > div {
    padding: 14px;
  }
  .map-menu[data-parent="tipo"] {
    display: flex;
  }
  .homepageRow.mapaSection .map-menu-wrapper > div {
    padding: 20px;
  }

  /* -------- Secção 8 - teamSection -------- */
  .listagemApartamentosSection .vc_custom_heading {
    max-width: 370px;
    margin-inline: auto;
  }
  .equipa-slide-wrapper {
    margin-top: 24px;
  }
  .equipa-slide-wrapper .swiperAllElementsWrapper {
    max-width: 300px;
    padding: 20px;
  }

  .equipa-slide-wrapper .swiper-controls-wrapper {
    margin-top: 24px;
  }
  .equipa-slide-wrapper p:nth-child(1) {
    margin-bottom: 24px;
  }
  .equipa-slide-wrapper p:nth-child(1) {
    font-size: 18px;
  }

  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 1 - oasisUrbanoSection -------- */
  .oasisUrbanoSection .gallery-to-swiper img {
    height: 400px;
  }
  .oasisUrbanoSection .swiper-controls-wrapper {
    margin-top: 10px;
  }

  /* -------- Secção 3 - charmeSerenidadeSection -------- */
  /* Elemento bottom leftide */
  .charmeSerenidadeSection .gallery-to-swiper::after,
  .charmeSerenidadeSection .gallery-to-swiper::before {
    left: calc(var(--page-inline) + 30px);
  }

  /* Elemento bottom right side */
  .charmeSerenidadeSection .gallery-swiper::after,
  .charmeSerenidadeSection .gallery-swiper::before {
    right: calc(var(--page-inline) + 30px);
  }

  .charmeSerenidadeSection .gallery-to-swiper::before {
    bottom: 15px;
  }
  .charmeSerenidadeSection .gallery-swiper::before {
    bottom: 5px;
  }
  .charmeSerenidadeSection .gallery-to-swiper {
    margin-top: 100px;
  }

  .swiper-caption {
    margin-inline: auto;
    text-align: center;
  }
  /* ========================================================================== */
  /*                               APARTAMENTOS PAGE                               */
  /* ========================================================================== */
  .tabela-apartamentos * {
    font-size: 10px;
  }

  .tabela-header div,
  .tabela-row div {
    padding: 8px;
  }

  .show-more-apartamentos {
    margin-top: 20px;
  }

  .tabela-apartamentos-wrapper.completa .tabela-header,
  .tabela-apartamentos-wrapper.completa .tabela-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tabela-apartamentos .mobileHidden {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 40px;
  }

  h2,
  .villa-wrapper[data-title]::before {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4,
  h5,
  h6 {
    font-size: 20px;
  }
  button.special.brown,
  .special.brown a {
    padding: 14px !important;
    font-size: 12px;
  }
  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 4 - ritmoEspacoSection -------- */

  /* -------- Secção 5 - listagemApartamentosSection -------- */
  .tabela-apartamentos-wrapper {
    padding-inline: calc(var(--page-inline) / 2);
  }
  .tabela-apartamentos * {
    font-size: 9px;
  }

  .tabela-line.line-bottom.line-right,
  .tabela-line.line-bottom.line-left {
    width: 100px;
  }
  .tabela-header div,
  .tabela-row div {
    padding: 4px;
  }

  /* -------- Secção 6 - mapaSection -------- */

  .map-menu[data-parent="tipo"] {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }

  .googleMapsWrapper .custom-marker .adicional-marker-icon {
    height: 40px !important;
  }
  .googleMapsWrapper .default-marker-icon {
    width: 30px !important;
    height: auto !important;
  }
  /* -------- Secção 8 - teamSection -------- */
  .equipa-slide-wrapper {
    flex-direction: column;
    margin-inline: var(--page-inline);
  }

  .equipa-slide-wrapper .swiperAllElementsWrapper {
    max-width: unset;
  }

  .left-lines,
  .right-lines {
    display: none;
  }

  .right-lines-down,
  .left-lines-down {
    display: block;
  }

  /* ========================================================================== */
  /*                               APARTAMENTOS PAGE                               */
  /* ========================================================================== */
  /* .tabela-apartamentos-wrapper {
    padding-inline: calc(var(--page-inline) / 2);
  } */
  .tabela-apartamentos * {
    font-size: 9px;
  }

  .tabela-header div,
  .tabela-row div {
    padding: 4px;
  }
}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 1 - oasisUrbanoSection -------- */
  .oasisUrbanoSection .gallery-to-swiper img {
    height: 300px;
  }

  /* -------- Secção 3 - charmeSerenidadeSection -------- */

  .charmeSerenidadeSection .gallery-swiper img {
    height: 220px;
  }
  /* -------- Secção 4 - ritmoEspacoSection -------- */

  /* -------- Secção 5 - listagemApartamentosSection -------- */

  /* -------- Secção 6 - mapaSection -------- */
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
  h1 {
    font-size: 34px;
  }

  h2,
  .villa-wrapper[data-title]::before {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4,
  h5,
  h6 {
    font-size: 20px;
  }

  /* ============================================================
   ========================  HOMEPAGE  =========================
   ============================================================ */

  /* -------- Secção 0 - Hero Section -------- */
  .pageHeroSection .vc_single_image-wrapper img {
    width: 250px;
    height: auto;
  }
  .pageHeroSection h1.vc_custom_heading {
    margin-top: 24px;
  }

  /* -------- Secção 4 - ritmoEspacoSection -------- */

  /* -------- Secção 5 - listagemApartamentosSection -------- */

  /* ============================================================
      ========================  APARTAMENTOS  =========================
      ============================================================ */
  .apartamentosRow.pageHeroSection h1.vc_custom_heading {
    margin-top: 24px;
    max-width: unset;
    font-size: 34px;
  }

  /* hero text */
  .apartamentosRow.pageHeroSection .wpb_text_column {
    max-width: unset;
  }

  .apartamentosRow.pageHeroSection .wpb_text_column p {
    font-size: 16px;
  }
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}

/**
 * ********************************************************************************************
 * ********************************************** 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; */
}

.gm-style-moc {
  display: none !important;
}

/* Map Wrapper */
.map-menu-wrapper {
  position: absolute;
  top: 0px;
  left: calc(50% - 600px);
  z-index: 100;
  overflow: visible;
  /* max-width: 584px; */
  max-width: 650px;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

.map-menu-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Map Filter Wrapper */
div.map-menu[data-parent="tempo"],
div.map-menu.fake {
  display: flex;
  gap: 56px;
  justify-content: center;
  position: relative;
}

/* Styles for markers that do NOT start with 'adicional_' */
/* .googleMapsWrapper .default-marker-icon {
  width: 38px !important;
  height: 47px !important;
} */
.googleMapsWrapper .default-marker-icon {
  width: 32.3px !important; /* 38 * 0.85 */
  height: 39.95px !important; /* 47 * 0.85 */
}

/* Styles for markers whose ID DOES start with 'adicional_' */
.googleMapsWrapper .custom-marker:has(.adicional-marker-icon) {
  transform: translateY(50%);
}
.googleMapsWrapper .adicional-marker-icon {
  width: auto !important; /* Make them larger, use !important if necessary */
  height: 65px !important;
  /* transform: translateY(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: 20px;
  right: 20px;
  background-color: #544740cf;
  height: fit-content;
  min-width: 200px;
  width: 400px;
  padding: 20px;
  padding-bottom: 40px;
  transform: translate(120%, 0%);
  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;
  margin-top: 10px;
}

.POIWrapper p {
  margin-bottom: 0px !important;
}
#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;
}
#sidebar-close-btn span.line {
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  background-color: white;
  transform: rotate(45deg);
}
#sidebar-close-btn 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;
  letter-spacing: 2.5px;
  margin-block: 10px;
  text-transform: capitalize;
}

#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;
}

gmp-advanced-marker:has(img.adicional-marker-icon) {
  z-index: 2;
  position: relative;
}
gmp-advanced-marker:has(img.default-marker-icon) {
  z-index: 1;
  position: relative;
}

.map-label {
  position: absolute;
  white-space: nowrap;
  color: var(--brown);
  font-family: "Inter", "sans-serif";
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.48px;
  transform: translate(-40%, -120%);
  z-index: 333;
}
.map-svg-overlay {
  z-index: 233 !important;
}
.map-svg-overlay .map-svg-img {
  width: 50px;
  height: 50px;
  opacity: 1;
}

@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;
  }
}
@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;
  }
}
@media only screen and (max-width: 430px) {
  div.map-menu[data-parent="tempo"],
  div.map-menu.fake {
    gap: 10px;
  }
}
