@font-face {
    font-family: 'Atica Light';
    src: url('/fonts/Atica-Regular.eot');
    src: url('/fonts/Atica-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Atica-Regular.woff2') format('woff2'),
        url('/fonts/Atica-Regular.woff') format('woff'),
        url('/fonts/Atica-Regular.ttf') format('truetype'),
        url('/fonts/Atica-Regular.svg#Atica-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atica Regular';
    src: url('/fonts/Atica-Regular.eot');
    src: url('/fonts/Atica-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Atica-Regular.woff2') format('woff2'),
        url('/fonts/Atica-Regular.woff') format('woff'),
        url('/fonts/Atica-Regular.ttf') format('truetype'),
        url('/fonts/Atica-Regular.svg#Atica-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atica Italic';
    src: url('/fonts/Atica-Italic.eot');
    src: url('/fonts/Atica-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Atica-Italic.woff2') format('woff2'),
        url('/fonts/Atica-Italic.woff') format('woff'),
        url('/fonts/Atica-Italic.ttf') format('truetype'),
        url('/fonts/Atica-Italic.svg#Atica-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Atica Bold';
    src: url('/fonts/Atica-Bold.eot');
    src: url('/fonts/Atica-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Atica-Bold.woff2') format('woff2'),
        url('/fonts/Atica-Bold.woff') format('woff'),
        url('/fonts/Atica-Bold.ttf') format('truetype'),
        url('/fonts/Atica-Bold.svg#Atica-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



body,
html {
  padding: 0;
  margin: 0;
  margin-bottom: -3.1vw !important;
  color: #000;
  overflow-x: hidden;
  font-family: 'Atica Regular';
}

img {
  display: block;
  width: 100%;
}
img.ratio{
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
img.ratio2{
    aspect-ratio: 2.44 / 1;
    object-fit: cover;
}

.clear {
  clear: both;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 3.1vw;
  box-sizing: border-box;
  max-width: 100%;
}

.bannerLogo {
    position: absolute;
    margin: 0 5% 0 5%;
    width: 90%;
    max-width: unset;
    bottom: 0;
}
.bannerLogo2 {
    width: 50%;
    bottom: 0;
    max-width: unset;
    margin: 1vw auto 0 auto;
}
.home {
  background: #FF5B41;
  overflow-x: hidden;
}

.home.page-template-pagina-sobre-nos {
  background: #A2E4BF;
}

body.page-template-pagina-sobre-nos p {
  margin-bottom: 1em;
}

.home.post-type-archive {
  background: #fff;
}

.logoSvg {
  width: 10%;
}

.header {}

.menu-content {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 20%;
  height: auto;
  min-height: 100px;
}

.hamburger {
  cursor: pointer;
  width: 3vw;
  height: 7vw;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
  position: fixed;
  top: 2.2vw;
  right: 3vw;
  z-index: 1202;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.hamburger span {
  width: 100%;
  height: 3px;
  background-color: black;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.2s ease;
}

.hamburger.active span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.hamburger.active span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.menu-content {
  position: fixed;
  display: none;
  background: #1f2024;
  padding: 2px 2px 0 2px;
  border-top: 0;
  z-index: 999;
  top: calc(2.2vw + 4.4vw);
  right: 0;
}

.menu-content a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5vw;
  text-decoration: none;
  padding: 0.8vw 0.6vw;
  margin-bottom: 0;
  box-sizing: border-box;
}

.menu-content a img.mi1 {
  width: 20%;
  margin: auto;
}

.menu-content .mi2 {
  width: 16px;
  height: 16px;
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.menu-content a.c0 {
  color: #000;
  background: #A2E4BF;
}

.menu-content a.c1 {
  color: #A2E4BF;
  background: #000;
}

.menu-content a.c2 {
  color: #000;
  background: #FF5B41;
  border-bottom: 0;
}

.menu-content a.radio-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.menu-content .mi3 {
  width: auto;
  height: auto;
  color: #000;
  font-size: 20px;
  line-height: 1;
}

.menu-content a.right {
    position: absolute;
    top: auto;
    bottom: -2px;
    right: 4px;
    text-align: center;
    padding: 8px;
    float: none;
    width: 34px;
    min-height: 34px;
    background: transparent;
    margin-bottom: 0;
    z-index: 2;
}

.alignLeftMenu {
    display: block;
    float: left;
    width: 80%;
    background: transparent;
    padding: 10px 0 10px 0;
}

.lang-switcher {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding-left: 6px;
}

.lang-switcher .lang-text {
  color: #A2E4BF;
  text-decoration: none;
  font-size: 1.2vw;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}

.lang-switcher .lang-text.is-current {
  color: #fff;
  font-weight: 700;
}

.alignLeftMenu ul,
.lang-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;     /* põe as <li> lado a lado */
  gap: 8px;
}

.alignLeftMenu li a img { height: 18px; width: auto; display: block; }

.lang-flag{
    width: auto !important;
    padding-left: 5% !important;
}

header {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.homeBanner {
  position: relative;
}

.homeBanner-video-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  background: #FF5B41;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeBanner-video-frame {
  position: relative;
  width: min(100%, calc(72vh * 16 / 9));
  aspect-ratio: 16 / 9;
  max-height: 72vh;
  overflow: hidden;
}

.homeBanner-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.homeText {
  font-size: 3.5vw;
  text-align: center;
  padding: 3vw 0 2vw 0;
  line-height: 3.5vw;
}

.homePic1 {
  position: relative;
  text-align: center;
  margin-bottom: -0.5vw;
}

.homeC2A1 {
  position: relative;
  background: #A2E4BF;
  font-size: 4.5vw;
  line-height: 4.25vw;
  text-align: center;
  padding: 2vw 0 2vw 0;
}

.homeC2A2 {
  position: relative;
  background: #000;
  color: #A2E4BF;
  font-size: 4.5vw;
  line-height: 4.75vw;
  text-align: center;
  padding: 2vw 0 2vw 0;
}

.homeC2A3 {
  position: relative;
  font-size: 3vw;
  text-align: center;
  padding: 0;
}

.bottomButton {
  position: Absolute;
  bottom: 0;
  left: calc(50% - 10vw);
  width: 20vw;
  font-size: 1.5vw;
  padding: 0.5vw 1vw;
  text-decoration: none;
  line-height: 2vw;
}

.bottomButton:hover {
  text-decoration: underline;
}

.bottomButton.style0 {
  background: #000;
  color: #fff;
}

.bottomButton.style1 {
  background: #FF5B41;
  color: #000;
}

.bottomButton.style2 {
  background: #A2E4BF;
  color: #000;
}

.bottomButton.style3 {
  color: #FF5B41;
  background: #000;
}

.hp-video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2vw;
  box-sizing: border-box;
}

.hp-video-overlay.is-active {
  display: flex;
}

.hp-video-frame-wrap {
  width: min(80vw, 1500px);
  aspect-ratio: 16 / 9;
  max-height: 80vh;
}

.hp-video-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.hp-video-close {
  position: absolute;
  top: 1.4vw;
  right: 1.8vw;
  width: 34px;
  min-height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hp-video-close i {
  pointer-events: none;
}

.hp-video-unmute {
  position: absolute;
  top: 1.4vw;
  left: 1.8vw;
  border: 0;
  border-radius: 0;
  background: #A2E4BF;
  color: #000;
  font-size: 1vw;
  line-height: 1;
  padding: 0.65vw 1vw;
  cursor: pointer;
  z-index: 2;
}

.homeEnd {
  position: relative;
  font-size: 1vw;
  text-align: center;
  padding: 5vw 0 5vw 0;
}

.div33 {
  width: calc(100% / 3);
  float: left;
}

.div50 {
  width: 50%;
  float: left;
}

.div66 {
  width: calc(100% / 3 * 2);
  float: left;
}

.right {
  text-align: right;
  float: right;
}

.size1 {
  width: 40%;
}

footer {
  color: #FF5B41;
}

.footerColor1 {
  background: #FF5B41;
  display: flex;
  justify-content: flex-end;
  padding: 2vw;
  margin-top: 3vw;
}

.footerColor2 {
  background: #000;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.social-icons img {
  height: 30px;
  width: auto;
  display: block;
}

.social-icons a {
  color: #000;
  text-decoration: none;
  line-height: 1;
}

.social-icons i {
  font-size: 30px;
  line-height: 1;
  display: block;
}

#backToTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: url(/wp-content/uploads/2025/08/download.png) center center no-repeat #000;
    background-size:contain;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    width:3.1vw;
    height:3.1vw;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 999;
    border: none;
    border-radius: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#backToTop svg {
  display: block;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

.sn-section1{
    background: #FF5B41;
    text-align:center;
}

.sn-section1 .title{
    display: inline-block;
    background: #000;
    color: #A2E4BF;
    margin: auto;
    font-size: 2vw;
    padding: 3vw 8vw 2.5vw 8vw;
}

.sn-section1 .title h1{
    padding: 0;
    margin:0;
    font-weight: normal;
}

.sn-section1 .text{
    font-size: 1.6vw;
    padding: 1vw 8vw;
    line-height: 2vw;
}


.sn-section2 {
    margin-left: 0px;
    margin-right: 0px;
}

.sn_banner_1{
    background: #000;
    padding: 2vw 1vw 2vw 2vw;
    margin-left: 0vw;
}

.sn_banner_1 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#A2E4BF;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_1 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #FF5B41;
    font-size: 2vw;
}

.sn_banner_2{
    background: #fff;
    padding: 2vw 2vw 2vw 2vw;
}

.sn_banner_2 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#000;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_2 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #FF5B41;
    font-size: 2vw;
}

.sn_banner_3{
    background: #FF5B41;
    padding: 2vw 1vw 2vw 2vw;
    margin-left: 0vw;
}

.sn_banner_3 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#A2E4BF;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_3 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #fff;
    font-size: 2vw;
}

.sn_banner_4{
    background: #A2E4BF;
    padding: 2vw 9vw 2vw 2vw;
}

.sn_banner_4 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#000;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_4 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #FF5B41;
    font-size: 2vw;
}

.sn_banner_5{
    background: #fff;
    padding: 2vw 1vw 2vw 2vw;
    margin-left: 0vw;
}

.sn_banner_5 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#FF5B41;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_5 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #000;
    font-size: 2vw;
}

.sn_banner_6{
    background: #000;
    padding: 2vw 2vw 2vw 2vw;
}

.sn_banner_6 .snb1{
    display: block;
    color:#FF5B41;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_6 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #fff;
    font-size: 2vw;
}
.sn-section3 {
    background: #FF5B41;
    height: 127vw;
    position: relative;
    top: 0;
    overflow: hidden;
}

.blackBg{
    background:#000;
}

.div33.margin1{
    font-size: 3vw;
    padding: 2vw 0vw 0vw 4vw;
}
.div33.margin1 span{
    display:block;
    font-size: 2vw;
    margin-top:1vw;
}
.div33.margin2, .div33.margin4{
    text-align: right;
    font-size: 3vw;
    padding: 13vw 1vw 0vw 0vw;
    color:#fff;
    line-height: 2.1vw;
}
.div33.margin2 p, .div33.margin4 p{
    font-size: 1.6vw;
    margin-top:0;
}
.div33.margin2 span, .div33.margin4 span{
    display:block;
    font-size: 2vw;
    margin-top:1vw;
}
.div33.margin3{
    color:#fff;
    font-size: 3vw;
    padding: 13vw 0vw 0vw 4vw;
}
.div33.margin3 p{
    font-size: 1.6vw;
    margin-top:0;
}
.div33.margin3 span{
    display:block;
    font-size: 2vw;
    margin-top:1vw;
}
.order1{
    position:relative;
    z-index:99;
}
.order2{
    z-index:98;
    position:relative;
    top: -10vw;
}
.order3{
    z-index:98;
    position:relative;
    top: -20vw;
}
.order4{
    z-index:97;
    position:relative;
    top: -30vw;
}

.sn-section4 {
    position: relative;
    background: #FF5B41;
    font-size:1.6vw;
    line-height: 2vw;
    text-align: center;
}

.sn-section4 h3{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 2vw 3vw;
    text-decoration: none;
    font-size: 3vw;
    line-height: 4vw;
    margin:auto;
    background: #A2E4BF;
}

.sn-section4 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
    font-size:2vw;
    line-height: 2.6vw;
}


.sn-section5 {
    position: relative;
    background: #fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}
.sn-section5 h3{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    background: #A2E4BF;
}


.sn-section5 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}


.sn-section6 {
    position: relative;
    background: #fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}

.sn-section6 h5{
    font-family: 'Atica Light';
    position: absolute;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 2vw 4vw;
    text-decoration: none;
    font-size: 2.6vw;
    line-height: 3.6vw;
    margin:auto;
    color: #FF5B41;
    background: #000;
    top:0;
    left: calc(50% - 18vw);
    z-index: 99;
    width: 36vw;
}
.sn-section6 img{
    position:relative;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    display: block;
    
}

.sn-section7 {
    position: relative;
    background: #000;
    color:#fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}
.sn-section7 h5{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    color:#000;
    background: #A2E4BF;
}
.sn-section7 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}


.sn-section8 {
    position: relative;
    background: #FF5B41;
    color:#fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
    padding: 0vw 5vw 5vw 5vw;
}
.sn-section8 h5{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    color:#000;
    background: #A2E4BF;
}
.sn-section8 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}
.sn-section8 img{
    padding-top: 2vw;
}


.sn-section9 {
    position: relative;
    background: #fff;
    color:#fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
    padding: 0vw 5vw 5vw 5vw;
}
.sn-section9 h5{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    color:#000;
    background: #A2E4BF;
}
.sn-section9 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}
.sn-section9 img{
    padding-top: 2vw;
}


.sn-section10 {
    position: relative;
    background: #000;
    color:#fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}
.sn-section10 h5{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    color:#000;
    background: #A2E4BF;
}
.sn-section10 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}

.sn-section10 .sn10-slide p{
    width: 100%;
}
.sn-section10 .sn10-slider{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    width: 100%;
    padding: 0 1vw 3vw 1vw;
    box-sizing: border-box;
}
.sn-section10 .sn10-viewport{
    width: 82vw;
    max-width: 82vw;
    overflow: hidden;
}
.sn-section10 .sn10-track{
    display: flex;
    width: 100%;
    transition: transform 0.45s ease;
    will-change: transform;
}
.sn-section10 .sn10-slide{
    flex: 0 0 100%;
}
.sn-section10 .sn10-slide p{
    margin: 0;
}
.sn-section10 .sn10-slide p p{
    margin: 0;
}
.sn-section10 .sn10-arrow{
    border: 0;
    background: #A2E4BF;
    color: #000;
    width: 2.5vw;
    min-width: 36px;
    height: 2.5vw;
    min-height: 36px;
    line-height: 1;
    font-size: 1.4vw;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

@media (max-width: 900px) {
    .sn-section10 .sn10-slider{
        gap: 2vw;
        padding-bottom: 5vw;
    }
    .sn-section10 .sn10-viewport{
        width: calc(100% - 84px);
        max-width: calc(100% - 84px);
    }
    .sn-section10 .sn10-arrow{
        font-size: 22px;
    }
}



.pr-section1 {
  position: relative;
}

.pr-section2 {
    position: relative;
    background: #A2E4BF;
    font-size:1.6vw;
    line-height: 2vw;
    text-align: center;
    padding: 1vw;
}

.pr-section2 h1{
    display: inline-block;
    padding: 1vw 2vw;
    margin: 0;
    font-size: 3vw;
    line-height: 3vw;
    background: #000;
    color: #FF5B41;
    margin-top: -1vw;
}

.pr-section2 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}

.listagemImovel {
    position: relative;
    width: 50%;
    aspect-ratio: 3 / 2;
    background-size: cover;
    background-repeat: none;
}

.imovel-photo-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.imoveis-lista {
    padding: 1.6vw 2vw 0 2vw;
    box-sizing: border-box;
}

.imovelBottomTitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1vw 2vw;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.imovelBottomTitle a{
    color:#fff;
    text-decoration:none;
}

.listagemImovel.cor1 .imovelBottomTitle {
    background: #A2E4BF;
}

.listagemImovel.cor1 .imovelBottomTitle a{
    color:#000;
}

.listagemImovel.cor2 .imovelBottomTitle {
    background: #000;
}

.listagemImovel.cor2 .imovelBottomTitle a{
    color:#A2E4BF;
}

.listagemImovel.cor3 .imovelBottomTitle {
    background: #FF5B41;
}

.listagemImovel.cor3 .imovelBottomTitle a{
    color:#fff;
}

.plus-icon {
    height: 100%;
    aspect-ratio: 1 / 1;
    background: #FF5B41;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s;
    width: 4vw;
    position: relative;
    margin-top: -1vw;
    margin-right: -2vw;
    margin-bottom: -1vw;
}

.plus-icon:hover {
    background: #000;
    color:#A2E4BF !important;
}

.paginacao {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 1.6vw;
    padding: 2vw 0 2.8vw 0;
}

.paginacao .nav-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6vw;
    flex-wrap: wrap;
}

.paginacao .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4vw;
    height: 2.4vw;
    padding: 0 0.7vw;
    background: #000;
    color: #A2E4BF;
    text-decoration: none;
    font-size: 1.05vw;
    line-height: 1;
    border: 1px solid #A2E4BF;
}

.paginacao .page-numbers.current {
    background: #A2E4BF;
    color: #000;
    border-color: #000;
    font-weight: 700;
}

.paginacao .page-numbers.next,
.paginacao .page-numbers.prev {
    background: #FF5B41;
    color: #000;
    border-color: #000;
    font-weight: 700;
}

.paginacao .page-numbers:hover,
.paginacao .page-numbers:focus {
    text-decoration: none;
    background: #A2E4BF;
    color: #000;
    border-color: #000;
}

.price-filter-bar {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px;
    background: #FF5B41;
    color: #000;
    flex-wrap: wrap;
    font-size:1vw;
}


.price-label {
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
}

#price-slider {
  width: 40%;
  height: 1px;
  background: black;
  position: relative;
  margin: 0; /* remove margens padrão */
}

#price-slider .noUi-connect {
  background: black;
}

#price-slider .noUi-base,
#price-slider .noUi-origin {
  background: transparent;
}

#price-slider .noUi-handle {
  width: 14px;
  height: 14px;
  background: black;
  border: none;
  top: -7px; /* para centrar verticalmente no traço de 1px */
  cursor: pointer;
  box-shadow: none;
}

#price-slider .noUi-handle::before,
#price-slider .noUi-handle::after {
  display: none;
}


.price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-value {
    min-width: 80px;
    text-align: center;
    font-size: 1vw;
}

.filter1{
    font-size: 1vw;
    background: #FF5B41;
}
.filter2{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px;
    background: #000;
    color: #A2E4BF;
    flex-wrap: wrap;
    font-size: 1vw;
}

.filter2 select {
    width: 100%;
    padding: 0px 0px 1px 0px;
    font-size: 1.3vw;
    border: transparent;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#333"><path d="M7 10l5 5 5-5H7z"/></svg>);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #FF5B41;
}

.filter2 select:focus {
    outline: none;
    border-color: #0073e6;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.5);
}

.filter2 select::-ms-expand {
    display: none;
}
.wp-singular.imovel-template-default.single.single-imovel{
    background: #fff;
}


.si-section1 .title {
    text-align: center;
    width: 100%;
    background: #000;
    padding: 1vw;
    color: #A2E4BF;
}
.si-section1 .title h1 {
    font-weight: 100;
}

.si-section2{
    background: #A2E4BF;
    text-align: center;
    padding: 1.2vw 3vw 1.2vw 3vw;
}

.si-section2_1{
    background: #A2E4BF;
    text-align: center;
    padding: 0.3vw 3vw 1.6vw 3vw;
}

.si-section2_2{
    background: #fff;
    text-align: center;
    padding: 1.2vw 3vw 2vw 3vw;
}

.si-resumo--white .si-resumo-cta-btn {
    background: #FF5B41;
    color: #000;
}

.si-descricao-texto {
    max-width: 70vw;
    margin: 0 auto;
    font-size: 1.95vw;
    line-height: 1.4;
    color: #000;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.si-descricao-texto p {
    margin: 0 0 0.6em 0;
}

.si-descricao-texto p:last-child {
    margin-bottom: 0;
}

.si-descricao-texto b,
.si-descricao-texto strong {
    font-weight: bolder;
    font-size: 2vw;
    line-height: 3vw;
    margin-top: 0vw;
    display: block;
}

.si-descricao-texto.is-collapsed {
    max-height: var(--si-descricao-collapsed, 7em);
}

.si-descricao-toggle {
    display: block;
    margin-top: 2vw;
    margin-bottom: -2vw;
    margin-left: auto;
    margin-right: auto;
    background: #FF5B41;
    border: 0;
    border-radius: 0;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.1vw;
    line-height: 1.4vw;
    padding: 0.35vw 0.9vw;
    font-weight: 400;
    text-transform: none;
}

.si-descricao-toggle:hover,
.si-descricao-toggle:focus {
    color: #000;
    text-decoration: underline;
}

.si-section2_3{
    background: #000;
    text-align: center;
    padding: 0 3vw 1vw 3vw;
}

.si-section2_3 .si-resumo-cta-btn{
    background: #A2E4BF;
    color: #000;
    margin: 0;
    display: inline-block;
    width: 20vw;
    font-size: 1.5vw;
    padding: 0.5vw 1vw;
    line-height: 2vw;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
}

.si-divisoes-tabs{
    display: flex;
    justify-content: center;
    gap: 2.2vw;
    margin-top: 1.4vw;
    flex-wrap: nowrap;
}

.si-divisoes-btn{
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45vw;
}

.si-divisoes-btn.is-active{
    color: #fff;
}

.si-divisoes-icon{
    width: 5.1vw;
    min-width: 74px;
    height: 5.1vw;
    min-height: 74px;
    display: block;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 139% auto;
    background-position: center -17px;
}

.si-divisoes-btn.is-active .si-divisoes-icon{
    background-position: center calc(100% + 17px);
}

/* Single tab only: invert active/inactive sprite state */
.si-divisoes-tabs.is-single-tab .si-divisoes-btn .si-divisoes-icon{
    background-position: center calc(100% + 17px);
}

.si-divisoes-tabs.is-single-tab .si-divisoes-btn.is-active .si-divisoes-icon{
    background-position: center -16px;
}

.si-divisoes-label{
    font-size: 1.55vw;
    line-height: 1.15;
    color: #fff;
}

.si-section2_4{
    background: #FF5B41;
    padding: 1.5vw 3vw 2vw 3vw;
}

.si-section2_map{
    background: #FF5B41;
    text-align: center;
    padding: 0;
}

.si-section2_map .si-map-wrap{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.si-section2_map .si-map-wrap a,
.si-section2_map .si-map-wrap img{
    display: block;
}

.si-section2_map .si-map-wrap img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.si-section2_map .si-map-label{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: #A2E4BF;
    color: #000;
    padding: 0.4vw 1.8vw;
    line-height: 1.2;
    text-decoration: none;
}

.si-section2_map a.si-map-label:hover,
.si-section2_map a.si-map-label:focus {
    text-decoration: underline;
}

.si-divisoes-panel{
    display: none;
}

.si-divisoes-panel.is-active{
    display: block;
}

.si-divisoes-list{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 70vw;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6vw 1.2vw;
}

.si-divisoes-list li{
    display: flex;
    justify-content: space-between;
    gap: 0.5vw;
    font-size: 0.9vw;
    position: relative;
    padding-left: 1.5vw;
    align-items: flex-start;
}

.si-divisoes-list li::before{
    content: "\2713";
    color: #000;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1;
    width: 1.25vw;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.si-divisoes-list .label{
    font-weight: 700;
}

.si-divisoes-check-grid{
    list-style: none;
    margin: 1vw auto 0 auto;
    padding: 0;
    max-width: 70vw;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7vw 1.2vw;
}

.si-divisoes-check-grid li.is-check-item{
    width: 100%;
    display: grid;
    grid-template-columns: 1.25vw minmax(0, 1fr);
    align-items: center;
    gap: 0 0.5vw;
}

.si-divisoes-check-grid li.is-check-item::before{
    content: "\2713";
    color: #000;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1;
    width: 1.25vw;
    text-align: center;
}

.si-divisoes-check-grid li.is-check-item .value{
    display: block;
    text-align: left;
    font-size: 0.9vw;
}

.si-divisoes-empty{
    text-align: center;
    font-weight: 700;
}

.si-resumo {
    padding: 0;
}

.si-resumo-cta {
    margin-top: -1.2vw;
    margin-bottom: 0.6vw;
}

.si-resumo-cta-btn {
    background: #FF5B41;
    color: #000;
    display: inline-block;
    padding: 0.45vw 1.2vw;
    font-weight: 700;
    font-size: 0.9vw;
    text-transform: lowercase;
}

.si-section2 .si-resumo-cta-btn,
.si-section2_2 .si-resumo-cta-btn {
    width: 20vw;
    font-size: 1.5vw;
    padding: 0.5vw 1vw;
    line-height: 2vw;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    color: #000;
}

.si-section2 a.si-resumo-cta-btn:hover,
.si-section2_2 a.si-resumo-cta-btn:hover {
    color: #000;
    text-decoration: underline;
}

.si-section2 a.si-resumo-cta-btn:visited,
.si-section2 a.si-resumo-cta-btn:focus,
.si-section2 a.si-resumo-cta-btn:active,
.si-section2_2 a.si-resumo-cta-btn:visited,
.si-section2_2 a.si-resumo-cta-btn:focus,
.si-section2_2 a.si-resumo-cta-btn:active {
    color: #000;
    text-decoration: underline;
}

.si-resumo-linha {
    display: block;
    margin-bottom: 1.2vw;
    font-size: 2vw;
    line-height: 1.35;
}

.si-resumo-linha .item {
    display: block;
}

.si-resumo-linha .label {
    font-weight: 700;
}

.si-resumo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(4.9vw, 4.9vw));
    gap: 1.1vw 0.1vw;
    justify-content: center;
    justify-items: center;
    align-items: start;
    max-width: 26vw;
    margin: 0 auto;
}

.si-resumo-item {
    color: #000;
    font-size: 1vw;
    display: grid;
    gap: 0.45vw;
    justify-items: center;
}

.si-resumo-icon {
    width: 4.9vw;
    height: 4.9vw;
    display: inline-block;
}

.si-resumo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.si-resumo-value {
    font-weight: 400;
    font-size: 1.2vw;
}

.si-section2 .marcacao {
    background: #FF5B41;
    display: inline-block;
    margin: auto;
    padding: 1vw 2vw;
}

.si-section2 .area {
    display: inline-block;
    margin: auto;
}

.si-section2 .area1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: url(/wp-content/uploads/2025/07/house.svg) center center no-repeat transparent;
    background-size: contain;
    width: 7vw;
    height: 7vw;
    color: #fff;
    text-align: center;
    padding-bottom: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.si-section2 .area1 p {
    margin: 0;
    font-size: 1.2vw;
    line-height: 1;
}
.si-section2 label {
    font-weight: 700;
}

.si-slider {
    position: relative;
    width: var(--si-slider-w);
    max-width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.si-media-top {
    --si-slider-w: 62vw;
    --si-media-h: calc(var(--si-slider-w) * 2 / 3);
    --si-media-gap: 0.7vw;
    display: flex;
    align-items: flex-start;
    gap: var(--si-media-gap);
    width: 100%;
    max-width: 100%;
}

.si-side-photos {
    display: flex;
    flex-direction: column;
    gap: var(--si-media-gap);
    height: var(--si-media-h);
    width: calc(((var(--si-media-h) - var(--si-media-gap)) / 2) * 3 / 2);
    flex: 0 0 calc(((var(--si-media-h) - var(--si-media-gap)) / 2) * 3 / 2);
    margin-left: auto;
}

.si-side-photo {
    width: 100%;
    height: calc((var(--si-media-h) - var(--si-media-gap)) / 2);
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    display: block;
}

.si-slider-track {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.45s ease;
    will-change: transform;
}

.si-slide {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: left center;
}

.si-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.2rem;
    z-index: 2;
    cursor: pointer;
}

.si-slider-btn.prev { left: 0.5rem; }
.si-slider-btn.next { right: 0.5rem; }

@media (max-width: 900px) {
    .si-media-top {
        width: 100%;
        --si-slider-w: 100%;
        --si-media-gap: 0;
    }

    .si-slider {
        width: 100%;
        max-width: 100%;
    }

    .si-side-photos {
        display: none;
    }
}





.si-section3{
    background: #fff;
}

.si-section3 .fullImage{
    width:100%;
    aspect-ratio: 2 / 1; /* largura 2x maior que altura */
    object-fit: cover;   /* opcional, útil para <img> */
    display: block;
}
.si-section3 .halfImage {
    width: calc(50% - 0.5vw);
    aspect-ratio: 2 / 1; /* largura 2x maior que altura */
    object-fit: cover;   /* opcional, útil para <img> */
    display: block;
}

.si-section3 .halfImage.mk1{
    margin-top: 1vw;
    margin-right: 0.25vw;
    float:left;
}
.si-section3 .halfImage.mk2{
    margin-top: 1vw;
    margin-left: 0.25vw;
    float:right;
}

.si-section5 span.title {
    background: #FF5B41;
    display: block;
    text-align: center;
    font-size: 2.5vw;
    line-height: 5vw;
}

.form1{
    
}

.form1 p{
    margin:0;
    padding:0;
    line-height:0;
}

.form1 .line1 {
    text-align: center;
    display: block;
    padding: 1vw;
    background: #000;
}
.form1 .line2 {
    text-align: center;
    display: block;
    padding: 1vw;
    background: #A2E4BF;
}
.form1 .line3 {
    text-align: center;
    display: block;
    padding: 1vw;
    background: #000;
}
.form1 .line4, .form1 .line5 {
    text-align: center;
    display: block;
    padding: 1vw;
    background: #A2E4BF;
}

.form1 .line5 {
    padding-bottom: 0;
}
.form1 input, .form1 textarea{
    background: transparent;
    border: none;
    width:40vw;
}
.form1 .line5 .wpcf7-submit {
    background: #000;
    color: #FF5B41;
    border: none;
    border-radius:0;
    width:15vw;
}


input::placeholder,
textarea::placeholder {
  color: #999;
  text-align: center;
}

.wpcf7-not-valid-tip {
    color: #FF5B41;
    font-size: 1vw;
    padding-top: 1vw;
}

.wpcf7-response-output{
    border: none !important;
    text-align: center;
}

.si-section4 {
    text-align: center;
    padding: 5vw 15vw;
}

body.page-template-pagina-contactos{
  background: linear-gradient(
    to bottom,
    #FF5B41 0px,
    #FF5B41 500px,
    #FFF 500px,
    #FFF 100%
  );
}

.co_text{
    position:relative;
    text-align:center;
    margin:0vw -3.1vw;
    background: #FF5B41;
}
.co_text_inside{
    padding:5vw 26.2vw;
    background: #FF5B41;
    width: calc(100% - 6.2vw);
    margin: 0 3.1vw;
}

.co_form{
    position:relative;
    text-align:center;
    margin:0vw -3.1vw;
    background: #FF5B41;
}
.co_form_inside{
    background: #FF5B41;
    width: calc(100% - 6.2vw);
    margin: 0 3.1vw;
}

.co_image1{
    position: relative;
    text-align:center;
    padding: 0;
    margin:0vw -3.1vw;
    background: #fff;
}

.co_image1 img{
    margin:0vw 3.1vw;
    width:calc(100% - 6.2vw);
}

.co_text2{
    position:relative;
    text-align:center;
    margin:0vw -3.1vw;
    background: #fff;
}
.co_text2_inside{
    padding:5vw 26.2vw;
    background: #A2E4BF;
    width: calc(100% - 6.2vw);
    margin: 0 3.1vw;
    font-size: 3vw;
    line-height: 3.6vw;
}

.co_text3{
    position:relative;
    text-align:center;
    margin:0vw -3.1vw;
    background: #fff;
}
.co_text3_inside{
    padding:5vw 16.2vw;
    width: calc(100% - 6.2vw);
    margin: 0 3.1vw;;
    font-size: 2vw;
    line-height: 2.6vw;
}

@media (max-width: 768px) {
    body.page-template-pagina-sobre-nos h1 {
        font-size: 1.5em;
        margin: 0.67em 0;
    }
    body {
        font-size: 4vw;
        line-height: 5vw;
        text-align: center;
    }
    img.ratio, img.ratio2{
        aspect-ratio: 1 / 0.5;
        object-fit: cover;
    }
    .homeBanner-video-frame {
        width: 100%;
        max-height: 72vh;
    }
    .logoSvg {
        width: 30%;
    }
    
    #backToTop {
        width:10vw;
        height:10vw;
    }
    .homeText {
        font-size: 6.5vw;
        text-align: center;
        padding: 3vw 0 2vw 0;
        line-height: 7.5vw;
    }
    .homeC2A1, .homeC2A2 {
        font-size: 6.75vw;
        line-height: 7.25vw;
    }
    .bottomButton {
        width: 50vw;
        left: calc(50% - 25vw);
        font-size: 4vw;
        line-height: 5vw;
    }
    .hp-video-overlay {
        padding: 4vw;
    }
    .hp-video-frame-wrap {
        width: 92vw;
        max-height: 70vh;
    }
    .hp-video-close {
        top: 3vw;
        right: 3vw;
        width: 11vw;
        min-height: 11vw;
        font-size: 9vw;
    }
    .hp-video-unmute {
        top: 3vw;
        left: 3vw;
        font-size: 3.4vw;
        padding: 2vw 3vw;
    }
    .si-section2 .si-resumo-cta-btn,
    .si-section2_2 .si-resumo-cta-btn,
    .si-section2_3 .si-resumo-cta-btn,
    .si-section2_map .si-resumo-cta-btn {
        width: 50vw;
        font-size: 4vw;
        line-height: 5vw;
    }
    .si-section5 span.title {
        background: #FF5B41;
        display: block;
        text-align: center;
        font-size: 6.5vw;
        line-height: 11vw;
    }
    .si-section2_map {
        padding: 0 0 0vw 0;
    }
    .si-section2_map .si-map-wrap {
        max-width: 100%;
    }
    .si-section2_map .si-map-label {
        padding: 1.4vw 4vw;
        font-size: 4.2vw;
    }
    .si-resumo-linha {
        font-size: 4.1vw;
        margin-bottom: 3.5vw;
    }
    .si-resumo-grid {
        grid-template-columns: repeat(auto-fit, minmax(8vw, 15vw));
        max-width: 78vw;
        gap: 3vw 4.5vw;
        justify-content: center;
    }
    .si-resumo-icon {
        width: 18vw;
        height: 18vw;
    }
    .si-resumo-value {
        font-size: 4vw;
    }
    .si-divisoes-tabs {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(22vw, 22vw));
        justify-content: center;
        gap: 4vw 3vw;
        overflow: visible;
        padding: 1vw 0 3vw 0;
    }
    .si-divisoes-btn {
        width: 22vw;
        gap: 1.8vw;
        padding-bottom: 1vw;
    }
    .si-divisoes-icon {
        width: 22vw;
        min-width: 72px;
        height: 22vw;
        min-height: 72px;
        background-size: 122% auto;
        background-position: center -8px;
    }
    .si-divisoes-btn.is-active .si-divisoes-icon {
        background-position: center calc(100% + 8px);
    }
    .si-divisoes-tabs.is-single-tab .si-divisoes-btn .si-divisoes-icon {
        background-position: center calc(100% + 8px);
    }
    .si-divisoes-tabs.is-single-tab .si-divisoes-btn.is-active .si-divisoes-icon {
        background-position: center -14px;
        background-size: 140%;
    }
    .si-divisoes-label {
        font-size: 5.3vw;
        line-height: 1.1;
    }
    .si-descricao-texto {
        max-width: 88vw;
        font-size: 4.2vw;
        line-height: 5.6vw;
    }
    .si-descricao-texto b,
    .si-descricao-texto strong {
        font-weight: bolder;
        font-size: 5vw;
        line-height: 6vw;
        margin-top: 2vw;
        display: block;
    }
    .si-descricao-toggle {
        margin-top: 2vw;
        font-size: 3.5vw;
        line-height: 5vw;
        padding: 0.9vw 2.5vw;
    }
    .si-divisoes-list {
        grid-template-columns: 1fr;
        max-width: 88vw;
        gap: 2.4vw;
    }
    .si-divisoes-list li {
        font-size: 4vw;
        line-height: 1.25;
        gap: 2vw;
        padding-left: 6vw;
    }
    .si-divisoes-list li::before,
    .si-divisoes-check-grid li.is-check-item::before {
        font-size: 5.2vw;
        width: 5.2vw;
    }
    .si-divisoes-check-grid {
        max-width: 88vw;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2vw;
    }
    .si-divisoes-check-grid li.is-check-item {
        grid-template-columns: 5.2vw minmax(0, 1fr);
        gap: 0 1vw;
    }
    .si-divisoes-check-grid li.is-check-item .value {
        font-size: 3.4vw;
    }
    .homeEnd .div50{
        width:100%;
        clear:both;
        text-align: center;
    }
    .size1, .size1.right {
        width: 80%;
        margin:auto;
        float:none;
        clear:both;
        text-align: center;
        margin-top:10vw;
    }
    .size1.right {
        margin-bottom:7vw;
    }
    .homeEnd {
        font-size: 4vw;
        line-height: 5vw;
    }
    .social-icons {
        width: 100%;
    	display: flex;
    	justify-content: center;
    	gap: 10px;
    }
    footer .div50, footer .div50.right{
        float:unset;
        clear:both;
        width: 100%;
        text-align: center;
    }
    .hamburger {
        width: 11vw;
        height: 10vw;
        top: 10vw;
        right: 3vw;
    }
    .menu-content {
        top: 22vw;
        right: 0px;
        width: 100%;
        padding: 14px 14px 0 14px;
    }
    .menu-content a {
        font-size: 4.5vw;
        padding: 3.6vw 2vw;
        margin-bottom: 2px;
    }
    .menu-content a.radio-item {
        gap: 8px;
    }
    .menu-content .mi3 {
        width: auto;
        height: auto;
        font-size: 18px;
    }
    .alignLeftMenu {
        width: 80%;
        padding: 3.4vw 0;
    }
    .menu-content a.right {
        top: auto;
        bottom: 4px;
        right: 4px;
        width: 34px;
        min-height: 34px;
        padding: 8px;
        background: transparent;
        margin-bottom: 0;
    }
    .lang-switcher .lang-text {
        font-size: 4.5vw;
    }
    .lang-switcher {
        gap: 1.6vw;
        padding-left: 2vw;
    }
    .co_text3_inside {
        font-size: 4vw;
        line-height: 5.6vw;
    }
    .form1 .line5 .wpcf7-submit {
        width: auto;
        min-width: 34vw;
        padding: 2.8vw 5vw;
        font-size: 4.2vw;
        line-height: 1.2;
        white-space: normal;
    }

    /* Sobre Nos: mobile real (evita efeito desktop encolhido) */
    body.page-template-pagina-sobre-nos .container section > img:first-child {
        width: 100%;
        display: block;
        aspect-ratio: auto;
        object-fit: cover;
    }

    body.page-template-pagina-sobre-nos .sn-section1 .title {
        font-size: 6.5vw;
        padding: 6vw 8vw 4.5vw 8vw;
        width: calc(100% - 12vw);
    }

    body.page-template-pagina-sobre-nos .sn-section1 .text {
        font-size: 4.4vw;
        line-height: 5.8vw;
        padding: 5vw 6vw 6vw 6vw;
    }

    body.page-template-pagina-sobre-nos .sn-section2 {
        width: 100%;
        margin: 0;
    }

    body.page-template-pagina-sobre-nos .sn-section2 .div50 {
        width: 100%;
        float: none;
        text-align: center;
        padding: 5vw 6vw;
        box-sizing: border-box;
    }

    body.page-template-pagina-sobre-nos .sn-section2 .snb1 {
        font-size: 7vw !important;
        line-height: 1.08;
        margin-bottom: 2vw;
    }

    body.page-template-pagina-sobre-nos .sn-section2 .snb2 {
        font-size: 5vw !important;
        line-height: 1.2;
    }

    body.page-template-pagina-sobre-nos .sn-section3 {
        height: auto;
        top: 0;
        padding: 0;
        overflow: visible;
    }

    body.page-template-pagina-sobre-nos .sn-section3 .order1,
    body.page-template-pagina-sobre-nos .sn-section3 .order2,
    body.page-template-pagina-sobre-nos .sn-section3 .order3,
    body.page-template-pagina-sobre-nos .sn-section3 .order4 {
        position: static;
        top: auto;
        z-index: auto;
    }

    body.page-template-pagina-sobre-nos .sn-section3 .div33 {
        width: 100%;
        float: none;
        text-align: left;
    }

    body.page-template-pagina-sobre-nos .sn-section3 .order2 .div33:first-child,
    body.page-template-pagina-sobre-nos .sn-section3 .order3 .div33:last-child,
    body.page-template-pagina-sobre-nos .sn-section3 .order4 .div33:first-child {
        display: none;
    }

    body.page-template-pagina-sobre-nos .sn-section3 .order2,
    body.page-template-pagina-sobre-nos .sn-section3 .order4 {
        display: flex;
        flex-direction: column;
    }

    body.page-template-pagina-sobre-nos .sn-section3 .order2 .div33:nth-child(3),
    body.page-template-pagina-sobre-nos .sn-section3 .order4 .div33:nth-child(3) {
        order: 1; /* foto */
    }

    body.page-template-pagina-sobre-nos .sn-section3 .order2 .margin2,
    body.page-template-pagina-sobre-nos .sn-section3 .order4 .margin4 {
        order: 2; /* nome + texto */
    }

    body.page-template-pagina-sobre-nos .sn-section3 .img1,
    body.page-template-pagina-sobre-nos .sn-section3 .img2,
    body.page-template-pagina-sobre-nos .sn-section3 .img3,
    body.page-template-pagina-sobre-nos .sn-section3 .img4 {
        width: 100%;
        display: block;
        aspect-ratio: unset;
        object-fit: cover;
    }

    body.page-template-pagina-sobre-nos .sn-section3 .margin1,
    body.page-template-pagina-sobre-nos .sn-section3 .margin2,
    body.page-template-pagina-sobre-nos .sn-section3 .margin3,
    body.page-template-pagina-sobre-nos .sn-section3 .margin4 {
        padding: 5vw 6vw 2vw 6vw;
        font-size: 7vw;
        line-height: 1.1;
        text-align: left;
        color: #000;
    }

    body.page-template-pagina-sobre-nos .sn-section3 .margin2,
    body.page-template-pagina-sobre-nos .sn-section3 .margin4 {
        color: #fff;
    }

    .div33.margin1 span {
        display: block;
        font-size: 6vw;
        margin-top: 1vw;
    }
    .div33.margin2 span, .div33.margin4 span {
        display: block;
        font-size: 6vw;
        margin-top: 1vw;
    }
    .div33.margin3 span {
        display: block;
        font-size: 6vw;
        margin-top: 1vw;
    }

    body.page-template-pagina-sobre-nos .sn-section3 .margin1 p,
    body.page-template-pagina-sobre-nos .sn-section3 .margin2 p,
    body.page-template-pagina-sobre-nos .sn-section3 .margin3 p,
    body.page-template-pagina-sobre-nos .sn-section3 .margin4 p,
    body.page-template-pagina-sobre-nos .sn-section3 .order1 > .div33:last-child p {
        font-size: 4.4vw;
        line-height: 5.8vw;
        margin: 0;
        padding: 0 6vw 6vw 6vw;
    }

    body.page-template-pagina-sobre-nos .sn-section4 h3,
    body.page-template-pagina-sobre-nos .sn-section5 h3,
    body.page-template-pagina-sobre-nos .sn-section6 h5,
    body.page-template-pagina-sobre-nos .sn-section7 h5,
    body.page-template-pagina-sobre-nos .sn-section8 h5,
    body.page-template-pagina-sobre-nos .sn-section9 h5,
    body.page-template-pagina-sobre-nos .sn-section10 h5 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 5.8vw;
        line-height: 1.15;
        min-height: 14vw;
        padding: 2.8vw 6vw;
        width: fit-content;
        max-width: calc(100% - 12vw);
        margin: 0 auto;
        left: auto !important;
        top: auto !important;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        transform: none;
    }

    body.page-template-pagina-sobre-nos .sn-section4 h3,
    body.page-template-pagina-sobre-nos .sn-section5 h3 {
        margin: 0 !important;
        left: auto !important;
        transform: none !important;
        display: table;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.page-template-pagina-sobre-nos .sn-section7 h5 {
        margin: 0 !important;
        left: auto !important;
        transform: none !important;
        display: table;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.page-template-pagina-sobre-nos .sn-section4 p,
    body.page-template-pagina-sobre-nos .sn-section5 p,
    body.page-template-pagina-sobre-nos .sn-section7 p,
    body.page-template-pagina-sobre-nos .sn-section10 p {
        width: auto;
        padding: 4vw 6vw 6vw 6vw;
        font-size: 4.4vw;
        line-height: 5.8vw;
    }
    body.page-template-pagina-sobre-nos .sn-section10 .sn10-slide p {
        width: 100%;
    }

    body.page-template-pagina-sobre-nos .sn-section6 img {
        width: calc(100%);
        display: block;
        box-sizing: content-box;
        margin-top: -14vw;
    }

    body.page-template-pagina-sobre-nos .sn-section8 img,
    body.page-template-pagina-sobre-nos .sn-section9 img {
        width: calc(100% - 8vw);
        display: block;
        padding-top: 3vw;
        padding-left: 4vw;
        padding-right: 4vw;
        padding-bottom: 4vw;
        box-sizing: content-box;
    }

    body.page-template-pagina-sobre-nos .sn-section8,
    body.page-template-pagina-sobre-nos .sn-section9 {
        padding: 0;
    }

    body.page-template-pagina-sobre-nos .sn-section10 .sn10-slider {
        gap: 2vw;
        padding: 0 2vw 6vw 2vw;
    }

    body.page-template-pagina-sobre-nos .sn-section10 .sn10-viewport {
        width: calc(100% - 88px);
        max-width: calc(100% - 88px);
    }

    body.page-template-pagina-sobre-nos .sn-section10 .sn10-arrow {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        font-size: 24px;
    }

    /* Imoveis (mobile) */
    .pr-section2 {
        padding: 3vw 4vw;
    }

    .pr-section2 h1 {
        font-size: 6vw;
        line-height: 1.15;
        padding: 2.5vw 4vw;
        margin-top: -2vw;
    }

    .pr-section2 p {
        width: auto;
        font-size: 3.1vw;
        line-height: 4.2vw;
        padding: 2vw 1vw 0 1vw;
    }

    .filter1,
    .filter2 {
        width: 100%;
        float: none;
        display: block;
        padding: 3vw 4vw;
        box-sizing: border-box;
    }

    .price-filter-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 3vw;
        row-gap: 1.8vw;
        padding: 0;
        font-size: 3.8vw;
        align-items: center;
    }

    .price-label,
    .price-value {
        font-size: 4.2vw;
        line-height: 1.2;
    }

    .price-label {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: start;
    }

    #price-min-display {
        grid-column: 1;
        grid-row: 3;
        justify-self: start;
        min-width: 0;
    }

    #price-slider {
        grid-column: 1 / -1;
        grid-row: 2;
        width: calc(100% - 24px);
        margin: 1vw 12px 0 12px;
    }

    #price-max-display {
        grid-column: 2;
        grid-row: 3;
        justify-self: end;
        min-width: 0;
    }

    .filter2 select {
        font-size: 4.2vw;
        line-height: 1.2;
        padding: 1.2vw 0 1.6vw 0;
        border-radius: 0;
        background-position: right center;
        background-size: 18px;
    }

    .imoveis-lista .listagemImovel,
    .listagemImovel.div50 {
        width: 100% !important;
        float: none !important;
        clear: both;
        aspect-ratio: 16 / 10;
    }

    .imoveis-lista {
        padding: 3vw 1.8vw 0 1.8vw;
    }

    .imovelBottomTitle {
        padding: 2.6vw 3vw;
    }

    .imovelBottomTitle a {
        font-size: 4.2vw;
        line-height: 1.1;
    }

    .plus-icon {
        width: 10vw;
        margin-top: -2.6vw;
        margin-right: -3vw;
        margin-bottom: -2.6vw;
    }

    .paginacao {
        margin-top: 4vw;
        padding: 4.5vw 0 6vw 0;
    }

    .paginacao .nav-links {
        gap: 1.6vw;
    }

    .paginacao .page-numbers {
        min-width: 8.8vw;
        height: 8.8vw;
        padding: 0 2vw;
        font-size: 3.8vw;
    }
}
