/* reset by patrimovel:dev ;) */
* { margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-size: 100%; list-style: none; line-height: 1; outline: 0px; background: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; }

/* var */
:root { --black: #111; --gray: #6E6E6E; --lightgray: #E3E3E3; --red: #FF1A00; --green: #00ff66; }

/* global class */
.container { display: block; width: auto; max-width: 1420px; height: auto; margin: 0px auto; }

/* base */
a { text-decoration: none; color: var(--black); transition: all .3s ease; }
body { background: #F5F5F5; color: var(--black); font: normal 15px 'Urbanist', sans-serif; overflow-x: hidden; }
body#int { margin-top: 100px; }
input, textarea, select, button { font: normal 15px 'Urbanist', sans-serif; appearance: none; -webkit-appearance: none; border-radius: 0px; cursor: pointer; }
input[type=submit], button { transition: all .5s ease; }
figure { margin: 0px; }

/* header */
#header { position: fixed; z-index: 5000; top: 0px; left: 0px; width: 100%; height: 100px; padding: 0px 20px; display: flex; align-items: center; justify-content: space-between; background-color: #F5F5F5; transition: all .3s ease; }
body.home #header { z-index: 1000; }
#header span.logo img  { width: 200px; }
#header form { position: relative; }
#header form label input { width: 340px; height: 46px; padding: 0px 20px 0px 50px; background: #fff; background-size: 20px; border: 1px solid #E3E3E3; border-radius: 23px; font-size: 14px; }
#header form label i { position: absolute; top: 50%; left: 20px; font-size: 20px; transform: translateY(-50%); opacity: .3; }
#header nav ul { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
#header nav ul li a { padding: 10px 20px; border-radius: 30px; font-weight: 600; }
#header nav ul li.on a { background-color: var(--black); color: #fff; }
#header a { display: flex; align-items: center; gap: 5px; }
#header a b { width: auto; padding: 10px 20px; background-color: var(--black); color: #fff; border-radius: 30px; font-weight: 600; transition: all .3s ease; }
#header a i { width: 35px; height: 35px; background-color: var(--black); color: #fff; text-align: center; line-height: 35px; border-radius: 100%; font-size: 20px; transition: all .3s ease; }
#header a:hover b,
#header a:hover i { background-color: var(--red); }

  /* header -> on */
  #header.on { height: 60px; background-color: #F5F5F570; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);  }

/* banner */
#banner { width: 100%; height: 60vh; max-height: 580px; margin-top: 100px; padding: 0px 20px; }
#banner section article { position: relative; width: 100%; height: 100%; background-color: #000; border-radius: 40px; overflow: hidden; }
#banner section article::before { position: absolute; z-index: 2; bottom: 0px; left: 0px; width: 100%; height: 60%; background: linear-gradient(to top, rgba(0,0,0,.7), transparent); content: ''; }
#banner section article figcaption { position: absolute; z-index: 3; bottom: 140px; left: 50%; width: 800px; transform: translateX(-50%); text-align: center; }
#banner section article figcaption h2 { display: block; font-weight: 900; font-size: 60px; color: #fff; }
#banner section article figcaption strong { display: block; margin-top: 20px; font-weight: 500; font-size: 24px; color: #fff; }
#banner section article figure { width: 100%; height: 60vh; max-height: 580px; }
#banner section article figure img { width: 100%; height: 100%; object-fit: cover; opacity: .95; }

/* busca */
#busca { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 1420px; height: 140px; margin: -70px auto 0px auto; padding: 0px 40px; border-radius: 40px; background-color: #fff; box-shadow: 0px 60px 60px rgba(0,0,0,.2); }
#busca h3 { width: 40%; padding-right: 20px; font-weight: 700; font-size: 30px; flex-shrink: 0; line-height: 1.2; }
#busca form { width: 60%; }
#busca form fieldset label { position: relative; display: block; padding: 16px 0px; height: 76px; border-radius: 20px; background-color: #F7F7F7; border: 1px solid #c4c4c4; cursor: pointer; transition: all .3s ease; }
#busca form fieldset label img.icon { position: absolute; top: 16px; left: 16px; width: 20px; height: auto; transition: all .3s ease; }
#busca form fieldset label strong { display: block; margin: 0px 0px 10px 50px; font-size: 14px; }
#busca form fieldset label button img { position: absolute; top: 50%; left: 50%; width: 40%; height: auto; transform: translate(-50%, -50%); }
#busca form fieldset label input { display: block; width: 100%; padding: 0px 10px 0px 50px; font-weight: 500; font-size: 14px; }
#busca form fieldset label input::placeholder { color: #A0A0A0; }

  /* result suggest */
  .box-result { position: relative; }
  .smart-result { position: absolute; z-index: 1001; display: flex; flex-direction: column; gap: 20px; min-width: 600px; width: 100%; padding: 20px; background-color: rgba(0,0,0,.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 20px; }
  .smart-result a { display: flex; align-items: center; }
  .smart-result figure { width: 150px; height: 100px; background-color: #000; border-radius: 20px; overflow: hidden; flex-shrink: 0; }
  .smart-result figure img { width: 100%; height: 100%; object-fit: cover; }
  .smart-result figcaption { width: calc(100% - 150px); height: auto; padding-left: 20px; }
  .smart-result figcaption small { display: block; color: #fff; }
  .smart-result figcaption h6 { display: block; margin: 10px 0px 12px 0px; font-weight: 600; font-size: 16px; line-height: 1.2; color: #fff; }
  .smart-result figcaption .t-main { display: flex; align-items: center; gap: 20px; }
  .smart-result figcaption .t-main span { font-size: 13px; color: #fff; }
  .smart-result figcaption .t-main span img { display: inline-block; width: 20px; height: auto; margin-right: 5px; vertical-align: middle; filter: invert(1); }
  .smart-result figcaption .t-sec { display: flex; align-items: center; gap: 20px; }
  .smart-result.not { color: #fff; }

/* feat */
#feat { margin-bottom: 80px; }
#feat .slick-list { overflow: visible; }
#feat section article { display: flex; align-items: center; gap: 20px; }
#feat section article figure { position: relative; width: 60%; height: 440px; border-radius: 40px; overflow: hidden; background-color: var(--lightgray); }
#feat section article figure img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: all .3s ease; }
#feat section article figure sub a { position: absolute; bottom: 20px; right: 20px; width: 80px; height: 80px; background-color: #fff; font-size: 30px; text-align: center; line-height: 80px; border-radius: 100%; }
#feat section article figure sub a:hover { background-color: var(--red); color: #fff; }
#feat section article .desc { width: 40%; height: auto; padding: 0px 50px; opacity: 0; transition: all .3s ease; }
#feat section article .desc small { padding: 5px 10px; background-color: var(--black); color: #fff; border-radius: 40px; font-weight: 600; font-size: 13px; }
#feat section article .desc h3 { display: block; margin: 15px 0px 10px 0px; font-size: 60px; }
#feat section article .desc p { display: block; line-height: 1.6; }
#feat section article .desc .t-main { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
#feat section article .desc .t-main span { padding: 10px 20px; border-radius: 40px; font-size: 13px; background-color: var(--lightgray); }
#feat section article .desc .t-main span img { display: inline-block; width: 20px; height: auto; margin-right: 5px; vertical-align: middle; }
#feat section article.slick-active figure img { opacity: 1; }
#feat section article.slick-active .desc { opacity: 1; }
#feat .slick-dots { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 40px; }
#feat .slick-dots li { width: 14px; height: 14px; border-radius: 14px; border: 2px solid var(--black); text-indent: -9999em; cursor: pointer; transition: all .3s ease; }
#feat .slick-dots li.slick-active { width: 40px; background-color: var(--black); }

/* calculadora */
#calculadora { padding-bottom: 200px; }
#calculadora header { position: relative; z-index: 1; display: flex; padding: 240px 0px 80px 0px; flex-direction: column; text-align: center; gap: 20px; width: 100%; background-color: var(--black); }
#calculadora header h1 { position: relative; z-index: 3; display: block; width: 900px; margin: 0px auto; font-weight: bold; font-size: 60px; text-align: center; color: #fff; }
#calculadora header h2 { position: relative; z-index: 3; display: block; width: 900px; margin: 0px auto; font-weight: 400; font-size: 30px; text-align: center; color: #fff; }
#calculadora header video { position: absolute; z-index: -1; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
#calculadora .choose { display: grid; width: 500px; grid-template-columns: 1fr 1fr; grid-gap: 30px; margin: 0px auto; padding-top: 40px; }
#calculadora .choose label { display: flex; align-items: center; gap: 20px; cursor: pointer; }
#calculadora .choose label input { position: relative; width: 25px; height: 25px; border: 1px solid var(--black); border-radius: 50%; flex-shrink: 0; }
#calculadora .choose label input:checked::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; background-color: var(--black); transform: translate(-50%, -50%); border-radius: 100%; content: ''; }
#calculadora .choose label i { font-size: 30px; }
#calculadora .choose label small { font-size: 16px; line-height: 1.2; }
#calculadora .choose label small b { font-weight: bold; }
#calculadora input.field-real { display: block; width: 500px; height: 100px; margin: 0px auto; font-size: 30px; text-align: center; border-bottom: 1px solid var(--black); margin-top: 40px; color: var(--black); }
#calculadora input.field-real::placeholder { color: var(--black); }
#calculadora span.potencial { display: block; width: 500px; margin: 50px auto 0px auto; text-align: center; }
#calculadora span.potencial p { display: block; margin-bottom: 10px; font-weight: bold; font-size: 16px; color: #666; }
#calculadora span.potencial span.item { display: block; font-weight: bold; font-size: 48px; }
#calculadora .list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px; width: 600px; height: auto; margin: 50px auto 0px auto; padding: 40px; background-color: #e7e7e7; border-radius: 50px; }
#calculadora .list p { display: block; margin-bottom: 5px; font-weight: 400; }
#calculadora .list span.item { font-weight: bold; font-size: 24px; }
#calculadora button.send { display: none; width: 600px; height: 70px; margin: 20px auto 0px auto; background-color: var(--red); color: #FFF; text-align: center; font-weight: bold; font-size: 20px; border-radius: 70px; transition: all .3s ease; }
#calculadora button.send:hover { background-color: #e61600; }
#calculadora span.logo-p { position: absolute; z-index: 2; top: 160px; left: -30px; width: 570px; height: 600px; background: transparent url(../img/p.png) no-repeat; background-size: contain; transition: all .5s ease; opacity: 0; }
#calculadora span.logo-p.on { top: 200px; opacity: 1; }

/* Tooltips */
.tooltip-item {
  position: relative;
  cursor: help;
}

.tooltip-box {
  position: absolute;
  z-index: 1000;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
  display: none;
  max-width: 250px;
  white-space: normal;
  line-height: 1.4;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.tooltip-box::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}

/* press */
#press { padding-bottom: 200px; }
#press header { position: relative; z-index: 1; display: flex; padding: 240px 0px 80px 0px; flex-direction: column; text-align: center; gap: 20px; width: 100%; background-color: var(--black); }
#press header h1 { display: block; width: 900px; margin: 0px auto; font-weight: bold; font-size: 60px; text-align: center; color: #fff; }
#press header h2 { display: block; width: 900px; margin: 0px auto; font-weight: 400; font-size: 30px; text-align: center; color: #fff; }
#press header video { position: absolute; z-index: -1; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
#press input.field-cep { display: block; width: 500px; height: 100px; margin: 0px auto; font-size: 30px; text-align: center; border-bottom: 1px solid var(--black); margin-top: 40px; color: var(--black); }
#press input.field-cep::placeholder { color: var(--black); }
#press form { display: none; width: 900px; margin: 50px auto 0px auto; padding: 40px; background-color: #e7e7e7; border-radius: 50px; }
#press form h3 { display: block; margin-bottom: 30px; font-size: 24px; }
#press form .grid { display: grid; margin-bottom: 30px; grid-gap: 30px; }
#press form .grid:nth-of-type(1) { grid-template-columns: 50% 15% 1fr; }
#press form .grid:nth-of-type(2) { grid-template-columns: repeat(4, 1fr); }
#press form .grid:nth-of-type(3),
#press form .grid:nth-of-type(5) { grid-template-columns: 1fr 1fr; }
#press form label strong { display: block; margin-bottom: 7px; font-weight: bold; font-size: 12px; text-transform: uppercase; }
#press form label input { width: 100%; height: 50px; padding: 0px 20px; background-color: #fff; border-radius: 50px; }
#press form label select { width: 100%; height: 50px; padding: 0px 20px; background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") no-repeat right 20px center; background-size: 16px; border-radius: 50px; }
#press form input[type=submit] { width: 100%; height: 70px; background-color: var(--black); color: #FFF; text-align: center; font-weight: bold; font-size: 20px; border-radius: 70px; transition: all .3s ease; }
#press form input[type=submit]:disabled { background-color: #ccc; color: #888; cursor: not-allowed; }
#press form input[type=submit]:not(:disabled):hover { background-color: var(--red); }

/* map */
#map { display: none; margin: 0px 20px 40px 20px; position: relative; z-index: 1; }
#map #leaflet-map { width: 100%; height: 60vh; border-radius: 40px; min-height: 400px; position: relative; z-index: 1; }
#map.show { display: block !important; visibility: visible !important; opacity: 1 !important; }

/* buildings */
#buildings { margin-bottom: 80px; }
#buildings header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; }
#buildings header h1 { width: 50%; font-weight: 700; font-size: 60px; }
body#int #buildings header { margin-top: 40px; justify-content: center; flex-direction: column; }
body#int #buildings header h1 { width: 100%; text-align: center; }
body#int #buildings header p { display: block; margin-top: 20px; }
#buildings header span a { font-weight: 700; font-size: 24px; text-decoration: underline; }
#buildings section { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px; }
#buildings section article { position: relative; height: 460px; border-radius: 40px; background-color: #000; overflow: hidden; }
#buildings section article img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; }
#buildings section article .desc { position: absolute; z-index: 2; bottom: 16px; left: 16px; width: calc(100% - 32px); height: 150px; padding: 20px; border-radius: 30px; background-color: rgba(255,255,255,.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: all .3s ease; }
#buildings section article .desc .t-main { display: flex; align-items: center; gap: 20px; }
#buildings section article .desc .t-main span { font-size: 13px; }
#buildings section article .desc .t-main span img { position: relative; display: inline-block; width: 20px; height: auto; margin-right: 5px; vertical-align: middle; }
#buildings section article .desc h3 { display: flex; margin-bottom: 5px; align-items: center; height: 70px; font-size: 24px; line-height: 1.2; }
#buildings section article .desc .t-sec { display: flex; align-items: center; }
#buildings section article .desc .t-sec span.price { font-weight: 600; }
#buildings section article .desc .t-sec span.price::after { display: inline-block; width: 5px; height: 5px; margin: 0px 10px; background-color: var(--black); border-radius: 100%; vertical-align: middle; content: ''; }
#buildings section article .desc .t-sec strong { font-size: 13px; }
#buildings section article .t-top { position: absolute; z-index: 2; top: 16px; left: 16px; display: flex; align-items: center; gap: 20px; }
#buildings section article .t-top span { padding: 10px 16px; border-radius: 30px; background-color: rgba(255,255,255,.5); color: var(--black); font-weight: 600; font-size: 13px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
#buildings section article:hover .desc { background-color: rgba(255,255,255,.8); transform: scale(1.02) translateY(-1px); }
#buildings footer { display: block; width: 100%; height: auto; margin-top: 60px; text-align: center; }
#buildings footer span a { display: inline-block; width: auto; padding: 20px 100px; background-color: var(--black); color: #fff; border-radius: 30px; font-weight: 500; }
#buildings footer span a:hover { background-color: var(--red); }

/* estate */
#estate { margin-bottom: 80px; }
#estate header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; }
#estate header h1 { width: 40%; font-weight: 700; font-size: 60px; }
#estate header span a { font-weight: 700; font-size: 24px; text-decoration: underline; }
body#int #estate header { margin-top: 40px; justify-content: center; flex-direction: column; }
body#int #estate header h1 { width: 100%; text-align: center; }
body#int #estate header p { display: block; margin-top: 20px; }
#estate section { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px; }
#estate section article { position: relative; height: 460px; border-radius: 40px; background-color: #000; overflow: hidden; }
#estate section article img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; }
#estate section article .desc { position: absolute; z-index: 2; bottom: 16px; left: 16px; width: calc(100% - 32px); height: 200px; padding: 20px; border-radius: 30px; background-color: rgba(0,0,0,.4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: all .3s ease; }
#estate section article .desc .t-main { display: flex; align-items: center; gap: 20px; }
#estate section article .desc .t-main span { font-size: 13px; color: #fff; }
#estate section article .desc .t-main span img { position: relative; display: inline-block; width: 20px; height: auto; margin-right: 5px; vertical-align: middle; filter: invert(1); }
#estate section article .desc h3 { display: flex; margin-bottom: 5px; align-items: center; height: 120px; font-size: 24px; line-height: 1.2; color: #fff; }
#estate section article .desc .t-sec { display: flex; align-items: center; }
#estate section article .desc .t-sec span.price { font-weight: 600; color: #fff; }
#estate section article .desc .t-sec span.price::after { display: inline-block; width: 5px; height: 5px; margin: 0px 10px; background-color: #fff; border-radius: 100%; vertical-align: middle; content: ''; }
#estate section article .desc .t-sec strong { font-size: 13px; color: #fff; }
#estate section article .t-top { position: absolute; z-index: 2; top: 16px; left: 16px; display: flex; align-items: center; gap: 20px; }
#estate section article .t-top span { padding: 10px 16px; border-radius: 30px; background-color: rgba(0,0,0,.5); color: #fff; font-weight: 600; font-size: 13px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
#estate section article:hover .desc { background-color: rgba(0,0,0,.8); transform: scale(1.02) translateY(-1px); }
#estate footer { display: block; width: 100%; height: auto; margin-top: 60px; text-align: center; }
#estate footer span a { display: inline-block; width: auto; padding: 20px 100px; background-color: var(--black); color: #fff; border-radius: 30px; font-weight: 500; }
#estate footer span a:hover { background-color: var(--red); }

/* filter */
#filter { display: flex; align-items: center; padding: 0px 20px 20px 20px; overflow: hidden; }
#filter .filter { height: 110px; padding: 0px 20px; }
#filter .filter span { width: 100%; }
#filter .filter span a { position: relative; display: block; color: #fff; font-weight: 600; font-size: 13px; border-radius: 30px; line-height: 1.3; white-space: nowrap; }
#filter .filter span img { position: absolute; top: 0px; width: 26px; height: 20px; object-fit: contain; }
#filter .filter span img.invert { filter: invert(1); }
#filter .filter-1 { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 63%; margin-right: 1%; padding: 0px 30px; background-color: var(--black); border-top-right-radius: 40px; border-bottom-right-radius: 40px; }
#filter .filter-1::before { position: absolute; top: 0px; left: -500px; width: 500px; height: 100%; background-color: var(--black); content: ''; }
#filter .filter-1 span a { padding-top: 30px; }
#filter .filter-1 span a img { top: 0px; left: 0px; transform: none; }
#filter .filter-1 span a:hover { color: #bbb; }
#filter .filter-2 { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 36%; background-color: var(--lightgray); border-top-left-radius: 40px; border-bottom-left-radius: 40px; }
#filter .filter-2::before { position: absolute; top: 0px; right: -500px; width: 500px; height: 100%; background-color: var(--lightgray); content: ''; }
#filter .filter-2 span a { padding: 20px 20px 20px 60px; background-color: #F1F1F1; color: var(--black); }
#filter .filter-2 span a img { top: 50%; left: 20px; transform: translateY(-50%); transition: all .3s ease; }
#filter .filter-2 span a:hover { background-color: #ccc; }
#filter .filter-2 span a.on { background-color: var(--black); color: #fff; }
#filter .filter-2 span a.on img { filter: invert(1); }

  /* filter -> more */
  .filter-more { display: none; margin: 0px 20px 40px 20px; padding: 20px; background-color: var(--lightgray); border-radius: 40px; }
  .filter-more .list { display: grid; grid-template-columns: 250px repeat(5, 1fr); grid-gap: 20px; margin-bottom: 20px; }
  .filter-more .list label { position: relative; width: 100%; padding: 16px 0px; height: 76px; border-radius: 20px; background-color: #F7F7F7; border: 1px solid #E9E9E9; cursor: pointer; transition: all .3s ease; }
  .filter-more .list label img { position: absolute; top: 16px; left: 16px; width: 20px; height: auto; }
  .filter-more .list label img.invert { filter: invert(1); }
  .filter-more .list label strong { display: block; margin: 0px 0px 10px 50px; font-size: 14px; }
  .filter-more .list label input { display: block; width: 100%; padding: 0px 10px 0px 50px; font-weight: 500; font-size: 14px; }
  .filter-more .list label input::placeholder { color: #A0A0A0; }
  .filter-more .list label:first-of-type strong { margin-left: 20px; }
  .filter-more .list label:first-of-type input { padding-left: 20px; }
  .filter-more .list-checkbox { display: flex; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
  .filter-more .list-checkbox label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
  .filter-more .list-checkbox label input { position: relative; width: 20px; height: 20px; background-color: #fff; border-radius: 100%; }
  .filter-more .list-checkbox label input:checked::before { position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; background-color: var(--red); transform: translate(-50%, -50%); border-radius: 100%; content: ''; }
  .filter-more .list-checkbox label strong { font-weight: 600; font-size: 13px; }

/* single -> feat */
#single-feat { display: grid; grid-template-columns: 1fr 35%; grid-gap: 20px; margin: 0px 20px 40px 20px; }
#single-feat .foto_1 { position: relative; width: 100%; height: 60vh; background-color: #000; border-radius: 40px; overflow: hidden; }
#single-feat .foto_1::before { position: absolute; z-index: 2; bottom: 0px; left: 0px; width: 100%; height: 60%; background: linear-gradient(to top, rgba(0,0,0,.7), transparent); content: ''; }
#single-feat .foto_1 ul { position: absolute; z-index: 2; bottom: 40px; left: 40px; width: auto; display: flex; align-items: center; gap: 10px; }
#single-feat .foto_1 ul li a { position: relative; width: auto; padding: 10px 20px; background-color: #fff; border-radius: 60px; font-weight: 600; font-size: 14px; }
#single-feat .foto_1 ul li:last-of-type a { margin-left: 20px; background-color: transparent; border: 1px solid #fff; color: #fff; }
#single-feat .foto_1 ul li:last-of-type a::before { position: absolute; top: 50%; left: -15px; width: 1px; height: 20px; background-color: #fff; transform: translateY(-50%); content: ''; }
#single-feat .foto_1 ul li a:hover { background-color: var(--red); border-color: var(--red); color: #fff; }
#single-feat .fotos { display: grid; grid-template-columns: 1fr; grid-gap: 20px; }
#single-feat .fotos figure { position: relative; width: 100%; height: 100%; background-color: #000; border-radius: 40px; overflow: hidden; }
#single-feat img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; }

/* single -> cont */
#single-cont .container { display: flex; align-items: flex-start; }
#single-cont section { width: 75%; padding-right: 40px; }
#single-cont section h1 { display: block; font-size: 60px; line-height: 1.2; }
#single-cont section .tipologia { display: flex; align-items: center; gap: 20px; margin: 20px 0px; }
#single-cont section .tipologia span { padding: 20px; border-radius: 40px; background-color: #fff; }
#single-cont section .tipologia span img { display: block; width: 26px; height: 26px; margin-bottom: 20px; object-fit: contain; transition: all .3s ease; }
#single-cont section .tipologia span strong,
#single-cont section .tipologia span address { display: block; font-weight: 600; font-style: normal; }
#single-cont section .tipologia span.gps { padding: 0px; }
#single-cont section .tipologia span a { display: block; padding: 20px; background-color: #fff; border-radius: 40px; }
#single-cont section .tipologia span a:hover { background-color: var(--red); color: #fff; }
#single-cont section .tipologia span a:hover img { filter: invert(1); }
#single-cont section article { position: relative; display: block; margin-bottom: 40px; padding: 20px 40px 40px 40px; border-radius: 40px; background-color: #fff; }
#single-cont section article p { display: block; margin-top: 20px; line-height: 1.8; font-size: 1.1rem; }
#single-cont section article p strong { font-weight: bold; }
#single-cont section article :where(h1, h2, h3, h4) { display: block; margin-top: 20px; font-weight: 600; font-size: 24px; }
#single-cont section article ul { margin-top: 20px; padding-left: 30px; }
#single-cont section article ul li { position: relative; display: block; margin-bottom: 10px; line-height: 1.8; }
#single-cont section article ul li::before { position: absolute; top: 0px; left: -25px; font-family: 'Font Awesome 6 Pro'; color: var(--green); content: '\f560'; }
#single-cont section article ul li p { margin-top: 0px; }
#single-cont section article span.speech { position: absolute; top: -10px; right: 30px; padding: 5px 10px; font-weight: 600; font-size: 12px; border-radius: 30px; background-color: var(--black); color: #fff; cursor: pointer; transition: all .3s ease; }
#single-cont section article span.speech:hover { background-color: var(--red); }

  /* single -> sidebar */
  #single-cont aside { width: 25%; }
  #single-cont aside span.price { display: flex; margin-bottom: 30px; flex-direction: column; gap: 10px; }
  #single-cont aside span.price strong { display: block; font-weight: 800; font-size: 30px; }
  #single-cont aside span.scheduled a { position: relative; display: block; width: 100%; height: auto; margin-bottom: 40px; padding: 40px 80px 40px 40px; border-radius: 40px; background-color: var(--lightgray); font-size: 24px; }
  #single-cont aside span.scheduled a i { position: absolute; top: 50%; right: 30px; width: 60px; height: 60px; background-color: #fff; border-radius: 100%; transform: translateY(-50%); line-height: 60px; text-align: center; transition: all .3s ease; }
  #single-cont aside span.scheduled a:hover { background-color: var(--red); color: #fff; }
  #single-cont aside span.scheduled a:hover i { color: var(--red); }
  #single-cont aside .form { display: block; width: 100%; margin-bottom: 40px; padding: 40px; background-color: var(--black); border-radius: 40px; }
  #single-cont aside .form legend { display: block; margin-bottom: 20px; font-size: 24px; color: #fff; }
  #single-cont aside .form input { display: block; width: 100%; height: 50px; margin-bottom: 10px; border-bottom: 1px solid var(--lightgray); }
  #single-cont aside .form input::placeholder { color: var(--lightgray); }
  #single-cont aside .form button { width: 100%; height: 60px; margin-top: 20px; background-color: #fff; border-radius: 40px; font-weight: 600; }
  #single-cont aside .form button:hover { background-color: var(--red); color: #fff; }
  #single-cont aside .book { position: relative; width: 100%; height: 250px; border-radius: 40px; background-color: #851407; overflow: hidden; }
  #single-cont aside .book img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: luminosity; opacity: .3; }
  #single-cont aside .book strong { position: absolute; z-index: 2; bottom: 40px; left: 0px; width: 100%; height: auto; padding: 0px 40px; color: #fff; font-size: 30px; }

  /* single -> price list */
  .price-list { width: 100%; margin-bottom: 80px; padding: 20px; border-radius: 40px; background-color: var(--black); }
  .price-list .tr { display: flex; justify-content: space-between; align-items: center; height: 30px; padding: 20px; border-radius: 40px; }
  .price-list .tr span { display: flex; justify-content: center; color: #fff; width: 100%; }
  .price-list .tr.head span { font-weight: 600; }
  .price-list .tr.body:nth-of-type(even) { background-color: #343434; }

  /* single -> gal */
  .gal { margin-bottom: 80px; }
  .gal h6 { display: block; margin-bottom: 40px; font-weight: 700; font-size: 36px; }
  .gal section { padding: 0px 40px; }
  .gal section figure { width: 100%; height: 250px; margin: 0px 20px; border-radius: 40px; overflow: hidden; background-color: #000; }
  .gal section figure img { width: 100%; height: 100%; object-fit: cover; transition: all .3s ease; }
  .gal section figure:hover img { opacity: .8; }
  .gal section .arrow { position: absolute; top: 50%; font-size: 24px; transform: translateY(-50%); }
  .gal section .arrow.arrow-prev { left: 0px; }
  .gal section .arrow.arrow-next { right: 0px; }

  /* single -> faq */
  #faq { margin-bottom: 80px; }
  #faq h6 { display: block; margin-bottom: 40px; font-weight: 700; font-size: 36px; }
  #faq details { position: relative; display: block; margin-bottom: 20px; border-radius: 40px; background-color: #fff; cursor: pointer; transition: all .3s ease; }
  #faq details:hover { background-color: var(--lightgray); }
  #faq details.active { background-color: var(--black); }
  #faq details.active summary,
  #faq details.active p { color: #fff; }
  #faq details summary { display: block; padding: 40px; font-weight: 500; font-size: 20px; }
  #faq details.active summary { padding-bottom: 20px; }
  #faq details::after { position: absolute; z-index: 2; top: 30px; right: 30px; font-size: 36px; color: var(--black); font-weight: 100; font-family: 'Font Awesome 6 Pro'; content: '\f055'; }
  #faq details.active::after { color: #fff; content: '\f056'; }
  #faq details p { display: block; padding: 0px 40px 40px 40px; line-height: 1.8; }

  /* single -> localizacao */
  #localizacao { margin-bottom: 80px; }
  #localizacao h6 { display: block; margin-bottom: 40px; font-weight: 700; font-size: 36px; }
  #localizacao iframe { width: 100%; height: 60vh; border-radius: 40px; }

/* call */
#call { margin-bottom: 80px; }
#call .container { display: flex; gap: 30px; }
#call .calc { position: relative; width: 878px; height: 500px; border-radius: 40px; background-color: #000; overflow: hidden; }
#call .calc figcaption { position: absolute; z-index: 2; bottom: 40px; left: 40px; width: 60%; }
#call .calc h6 { display: block; font-weight: 600; font-size: 60px; color: #fff; }
#call .calc p { display: block; margin-top: 20px; font-weight: 600; font-size: 20px; color: #fff; line-height: 1.4; }
#call .calc sub a { position: absolute; z-index: 2; bottom: 40px; right: 40px; width: 80px; height: 80px; background-color: #fff; font-size: 30px; text-align: center; line-height: 80px; border-radius: 100%; }
#call .calc sub a:hover { background-color: var(--red); color: #fff; }
#call .calc img { width: 100%; height: 100%; object-fit: cover; }
#call .calc::before { position: absolute; z-index: 2; bottom: 0px; left: 0px; width: 100%; height: 60%; background: linear-gradient(to top, rgba(0,0,0,.7), transparent); content: ''; }
#call .post { position: relative; width: calc(100% - 878px); height: 500px; border-radius: 40px; background-color: #000; transition: all .3s ease; }
#call .post a { display: block; width: 100%; height: 100%; }
#call .post img { position: absolute; top: 40px; left: 40px; width: 120px; height: auto; }
#call .post h6 { position: absolute; bottom: 40px; width: 100%; height: auto; padding: 0px 40px; font-weight: 600; font-size: 60px; color: #fff; }
#call .post:hover { background-color: #444; }

/* links */
#links { margin-bottom: 80px; }
#links .container { padding: 40px; border-radius: 40px; background-color: var(--lightgray); }
#links h6 { display: block; margin-bottom: 20px; font-weight: 600; font-size: 60px; }
#links nav { display: grid; margin-left: -10px; grid-template-columns: repeat(3, 1fr); }
#links nav li { display: block; margin: 20px 0px; }
#links nav li a { padding: 5px 10px; border-radius: 60px; font-weight: 500; }
#links nav li a:hover { background-color: var(--black); color: #fff; }

/* footer */
#footer { margin-bottom: 80px; overflow: hidden; }
#footer .container { display: flex; align-items: center; }
#footer .column { position: relative; }
#footer .column:first-of-type { width: 35%; min-height: 370px; padding: 50px 0px; background-color: var(--black); border-top-right-radius: 40px; border-bottom-right-radius: 40px; }
#footer .column:first-of-type span.logo img { display: block; width: 210px; height: auto; margin-left: -4px; }
#footer .column:first-of-type ul.social { display: flex; align-items: center; gap: 40px; margin: 30px 0px 60px 0px; }
#footer .column:first-of-type ul.social li a { color: #fff; }
#footer .column:first-of-type ul.social li a:hover { color: var(--red); }
#footer .column:first-of-type ul.item { display: flex; align-items: center; margin-bottom: 80px; }
#footer .column:first-of-type ul.item a { font-weight: 500; color: #fff; }
#footer .column:first-of-type ul.item a:hover { text-decoration: underline; }
#footer .column:first-of-type ul.item li:first-of-type a::after { display: inline-block; width: 5px; height: 5px; margin: 0px 10px; background-color: #fff; border-radius: 100%; vertical-align: middle; content: ''; }
#footer .column:first-of-type small { color: #fff; font-weight: 600; font-size: 13px; }
#footer .column:first-of-type:after { position: absolute; top: 0px; left: -1000px; width: 1000px; height: 100%; background-color: var(--black); content: ''; }
#footer .column:last-of-type { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; width: 60%; min-height: 370px; margin-left: 5%; padding: 60px 60px 40px 60px; background-color: #fff; border-top-left-radius: 40px; border-bottom-left-radius: 40px; }
#footer .column:last-of-type:after { position: absolute; top: 0px; right: -1000px; width: 1000px; height: 100%; background-color: #fff; content: ''; }
#footer .column:last-of-type nav li a { display: block; padding: 12px 0px; font-weight: 500; }
#footer .column:last-of-type nav li a.t,
#footer .column:last-of-type nav strong { display: block; margin-bottom: 20px; padding: 0px; font-weight: 600; font-size: 20px; }
#footer .column:last-of-type nav li a.t { margin-bottom: 35px; }
#footer .column:last-of-type nav li a:hover { text-decoration: underline; }

/* body dark */
body.dark { margin-top: 0px !important; }
body.dark #header { background-color: transparent; }
body.dark #header nav ul li a { color: #fff; }
body.dark #header form label input { background-color: transparent; border: 1px solid #fff; color: #fff; }
body.dark #header form label input::placeholder { color: #fff; }
body.dark #header form label i { color: #fff; }
body.dark #header a b,
body.dark #header a i { background-color: var(--red); }
body.dark #header nav ul li.on a { background-color: #fff; color: var(--black); }

/* Leaflet Map Styles */
.custom-pin {
  background: transparent !important;
  border: none !important;
}

.pin-marker {
  position: relative;
  width: 28px;
  height: 34px;
}

.pin-top {
  width: 20px;
  height: 20px;
  background-color: #dc2626;
  border-radius: 50% 50% 50% 0;
  position: absolute;
  left: 4px;
  top: 0;
  transform: rotate(-45deg);
  border: 3px solid white;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

.pin-bottom {
  width: 0;
  height: 0;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 1;
}

.pin-top::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.leaflet-popup-content-wrapper {
  border-radius: 12px !important; /* Bordas mais arredondadas */
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important; /* Sombra mais suave */
  background: #ffffff !important; /* Fundo branco puro */
  border: 1px solid rgba(0,0,0,0.08) !important; /* Borda sutil */
}

.leaflet-popup-content {
  margin: 16px !important; /* Mais espaçamento */
  line-height: 1.5 !important; /* Melhor legibilidade */
  color: #2c3e50 !important; /* Cor mais suave */
}

.leaflet-popup-tip {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important; /* Sombra mais suave */
  background: #ffffff !important;
}

/* Popup personalizado claro */
.custom-popup-clear .leaflet-popup-content-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
}

.custom-popup-clear .leaflet-popup-close-button {
  color: #95a5a6 !important;
  font-size: 18px !important;
  padding: 4px 8px !important;
  transition: color 0.2s ease !important;
}

.custom-popup-clear .leaflet-popup-close-button:hover {
  color: #e74c3c !important;
  background: transparent !important;
}

/* Otimizações de performance para o mapa */
.leaflet-container {
  font-family: inherit !important;
  background-color: #ffffff !important; /* Fundo branco puro para CartoDB Light */
}

/* Performance otimizada para tiles */
.leaflet-tile {
  will-change: transform !important;
  image-rendering: optimizeSpeed !important;
}

/* Filtros para Google Maps - saturação reduzida */
.leaflet-tile-pane {
  filter: brightness(1.0) contrast(1.0) saturate(0.7) !important;
}

/* Remover controles desnecessários para visual mais limpo */
.leaflet-control-attribution {
  display: none !important;
}

.leaflet-control-zoom {
  border: none !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important; /* Sombra estilo Google */
  border-radius: 2px !important; /* Bordas Google style */
}

.leaflet-control-zoom a {
  color: #444 !important; /* Cinza escuro estilo Google */
  font-weight: 500 !important;
  background: #ffffff !important; /* Branco estilo Google */
  border-radius: 2px !important; /* Bordas menos arredondadas como Google */
}

/* Estilos para clusters de marcadores - performance otimizada */
.marker-cluster-custom {
  background-clip: padding-box;
  border-radius: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-cluster-custom div {
  background: var(--black);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.marker-cluster-custom div span { 
  font-weight: bold; 
  font-size: 14px;
}

.marker-cluster-small div {
  background: var(--black);
  width: 40px;
  height: 40px;
}

.marker-cluster-medium div {
  background: var(--black);
  width: 45px;
  height: 45px;
}

.marker-cluster-large div {
  background: var(--black);
  width: 50px;
  height: 50px;
}

/* Popup customizado otimizado */
.custom-popup h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.custom-popup .price {
  margin: 4px 0;
  font-size: 16px;
  font-weight: bold;
  color: #e74c3c;
}

.custom-popup .details {
  margin: 4px 0;
  font-size: 12px;
  color: #666;
}

.custom-popup .location {
  margin: 4px 0 8px 0;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
}

.custom-popup .btn-popup {
  display: inline-block;
  padding: 6px 12px;
  background: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.2s;
}

.custom-popup .btn-popup:hover {
  background: #2980b9;
  transition: all 0.2s ease !important;
  border: 1px solid rgba(0,0,0,0.15) !important; /* Borda sutil */
}

.leaflet-control-zoom a:hover {
  background-color: #f8f8f8 !important; /* Hover cinza claro */
  color: #222 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important; /* Sombra estilo Google */
}

/* Pins otimizados para performance */
.custom-pin-optimized {
  background: transparent !important;
  border: none !important;
}

.pin-dot {
  width: 18px;
  height: 18px;
  background: #ff4757; /* Vermelho mais suave e moderno */
  border: 3px solid #ffffff; /* Borda branca mais espessa */
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2); /* Sombra mais suave */
  transition: all 0.3s ease;
  position: relative;
  top: 1px;
  left: 1px;
}

.custom-pin-optimized:hover .pin-dot {
  transform: scale(1.4); /* Aumento maior no hover */
  background: #ff3742; /* Cor ligeiramente mais escura no hover */
  box-shadow: 0 4px 12px rgba(255, 71, 87, 0.4); /* Sombra colorida */
  z-index: 1000;
}