@charset "UTF-8";
@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Text:ital@0;1&display=swap");
html {
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Text", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: #555;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  -webkit-box-shadow: none;
}

.fancybox-slide video {
  max-height: 70%;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

a {
  transition: all 0.5s ease;
}

* {
  box-sizing: border-box;
}

.parallax-mirror {
  z-index: 1 !important;
}

a.zap {
  position: fixed;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7176470588);
  right: 12.7vw;
  bottom: 30px;
  font-size: 1.1em;
  text-align: center;
  border-radius: 50px;
  z-index: 999;
}
a.zap i {
  font-size: 1.2em;
}
a.zap:hover {
  background-color: #32ec67;
}

div#general {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general div.wrapper {
  width: 74vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
div#general a.menu {
  width: 46px;
  height: 46px;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  line-height: 46px;
  position: fixed;
  right: 7%;
  top: 35px;
  border-radius: 100px;
  z-index: 999;
  display: none;
}
div#general a.menu.roll {
  top: 15px;
}
div#general div#menu {
  z-index: 9999;
  width: 80vw;
  height: 100vh;
  position: fixed;
  right: -100vw;
  background-color: #3e3e3e;
  transition: all 0.5s ease;
}
div#general div#menu a.closemenu {
  position: absolute;
  right: 7%;
  top: 35px;
  color: #fff;
  font-size: 2em;
  border-radius: 100px;
  z-index: 999;
}
div#general div#menu div.langswitch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  background: transparent url(../img/down.svg) no-repeat left center;
  padding-left: 20px;
  margin-left: 15px;
  border: 0;
  font-size: 1.2em;
  font-weight: 200;
}
div#general div#menu div.langswitch small {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
div#general div#menu div.langswitch div.drop {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 25px;
  top: 25px;
  left: 0;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
}
div#general div#menu div.langswitch a {
  color: #333;
  line-height: 1.3em;
  margin-right: 10px;
}
div#general div#menu div.langswitch a img {
  display: none;
}
div#general div#menu ol {
  padding: 80px 7% 0;
}
div#general div#menu ol li {
  margin-bottom: 35px;
}
div#general div#menu ol li a {
  color: #fff;
  font-size: 1.8em;
}
div#general div#menu select {
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 13px 40px;
  color: #fff;
  width: 100%;
  font-size: 1.5em;
  font-weight: 200;
  margin-top: 20px;
  background: transparent url(../img/downb.png) no-repeat right center;
}
div#general div#menu ul {
  padding: 0px 7%;
}
div#general div#menu ul li {
  margin-bottom: 35px;
}
div#general div#menu ul li a {
  color: #fff;
  font-size: 1.8em;
}
div#general div#menu.menuOn {
  right: 0;
}
div#general header.default {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 260px;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.5s ease;
}
div#general header.default div.wrapper {
  justify-content: space-between;
}
div#general header.default a.logo {
  margin: 80px 0 0 0;
  height: 80px;
}
div#general header.default a.logo img {
  height: 100%;
}
div#general header.default div.langswitch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  background: transparent url(../img/down.svg) no-repeat left center;
  padding-left: 20px;
  border: 0;
  font-size: 1.2em;
  font-weight: 200;
}
div#general header.default div.langswitch small {
  font-weight: bold;
  text-transform: uppercase;
}
div#general header.default div.langswitch div.drop {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 25px;
  top: 25px;
  left: 0;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
}
div#general header.default div.langswitch a {
  color: #3a3a3a;
  line-height: 1.3em;
}
div#general header.default div.langswitch a img {
  display: none;
}
div#general header.default ul {
  display: flex;
  flex-wrap: wrap;
}
div#general header.default ul li {
  margin-top: 115px;
  margin-left: 10px;
  transition: all 0.5s ease;
}
div#general header.default ul li a {
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 10px 40px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 200;
}
div#general header.default ul li select {
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 13px 40px 13px 20px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 200;
  margin-top: -15px;
  background: transparent url(../img/downb.png) no-repeat right center;
}
div#general header.default ul li select option {
  background-color: #3a3a3a !important;
}
div#general header.default ul li:last-child a {
  background-color: #fff;
  color: #000;
}
div#general header.default.roll {
  height: 80px;
}
div#general header.default.roll a.logo {
  height: 50px;
  margin: 15px 0 0;
}
div#general header.default.roll ul li {
  margin-top: 35px;
}
div#general header.hin {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #eee;
  height: 100px;
  align-content: center;
  flex-direction: column;
  transition: all 0.5s ease;
}
div#general header.hin div.wrapper {
  justify-content: space-between;
  align-items: center;
}
div#general header.hin a.logo {
  height: 60px;
}
div#general header.hin a.logo img {
  height: 100%;
}
div#general header.hin ol {
  display: flex;
  flex-wrap: wrap;
}
div#general header.hin ol li {
  margin: 0 10px;
}
div#general header.hin ol li a {
  color: #3a3a3a;
  font-size: 1.3em;
}
div#general header.hin ol li a:hover {
  text-decoration: underline;
}
div#general header.hin select {
  background: transparent url(../img/down.svg) no-repeat left center;
  padding-left: 20px;
  border: 0;
  font-size: 1.2em;
  font-weight: 200;
}
div#general header.hin ul {
  display: flex;
  flex-wrap: wrap;
}
div#general header.hin ul li {
  margin-left: 10px;
  transition: all 0.5s ease;
}
div#general header.hin ul li a.bt {
  border: 1px solid #2e2e2e;
  border-radius: 60px;
  padding: 10px 25px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  background-color: #2e2e2e;
}
div#general header.hin ul li:nth-child(2) {
  margin-right: 20px;
}
div#general header.hin ul li:nth-child(2) a {
  background-color: transparent;
  color: #2e2e2e;
}
div#general header.hin div.langswitch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  background: transparent url(../img/down.svg) no-repeat left center;
  padding-left: 20px;
  margin-left: 15px;
  border: 0;
  font-size: 1.2em;
  font-weight: 200;
}
div#general header.hin div.langswitch small {
  font-weight: bold;
  text-transform: uppercase;
}
div#general header.hin div.langswitch div.drop {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 25px;
  top: 25px;
  left: 0;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
}
div#general header.hin div.langswitch a {
  color: #3a3a3a;
  line-height: 1.3em;
}
div#general header.hin div.langswitch a img {
  display: none;
}
div#general header.hin.roll {
  height: 80px;
}
div#general header.hin.roll a.logo {
  height: 50px;
}
div#general header.headerHome {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #eee;
  height: 160px;
  top: -200px;
  align-content: center;
  flex-direction: column;
  transition: all 0.5s ease;
}
div#general header.headerHome div.wrapper {
  justify-content: space-between;
  align-items: center;
}
div#general header.headerHome a.logo {
  height: 60px;
}
div#general header.headerHome a.logo img {
  height: 100%;
}
div#general header.headerHome ol {
  display: flex;
  flex-wrap: wrap;
}
div#general header.headerHome ol li {
  margin: 0 10px;
}
div#general header.headerHome ol li a {
  color: #3a3a3a;
  font-size: 1.3em;
}
div#general header.headerHome ol li a:hover {
  text-decoration: underline;
}
div#general header.headerHome select {
  background: transparent url(../img/down.svg) no-repeat left center;
  padding-left: 20px;
  border: 0;
  font-size: 1.2em;
  font-weight: 200;
}
div#general header.headerHome div.langswitch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  background: transparent url(../img/down.svg) no-repeat left center;
  padding-left: 20px;
  margin-left: 15px;
  border: 0;
  font-size: 1.2em;
  font-weight: 200;
}
div#general header.headerHome div.langswitch small {
  font-weight: bold;
  text-transform: uppercase;
}
div#general header.headerHome div.langswitch div.drop {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 25px;
  top: 25px;
  left: 0;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.17);
}
div#general header.headerHome div.langswitch a {
  color: #3a3a3a;
  line-height: 1.3em;
}
div#general header.headerHome div.langswitch a img {
  display: none;
}
div#general header.headerHome ul {
  display: flex;
  flex-wrap: wrap;
}
div#general header.headerHome ul li {
  margin-left: 10px;
  transition: all 0.5s ease;
}
div#general header.headerHome ul li a.bt {
  border: 1px solid #2e2e2e;
  border-radius: 60px;
  padding: 10px 25px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  background-color: #2e2e2e;
}
div#general header.headerHome ul li:nth-child(2) {
  margin-right: 20px;
}
div#general header.headerHome ul li:nth-child(2) a {
  background-color: transparent;
  color: #2e2e2e;
}
div#general header.headerHome.roll {
  height: 80px;
  top: 0;
}
div#general header.headerHome.roll a.logo {
  height: 50px;
}
div#general main {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
div#general main section {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#destaque {
  height: 100vh;
}
div#general main section#destaque div.dest {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
div#general main section#destaque div.dest .owl-nav .owl-next {
  position: absolute;
  right: 13vw;
  bottom: 22.5vh;
  color: #fff;
  font-size: 4vw;
  font-weight: 100;
}
div#general main section#destaque div.dest .owl-nav .owl-prev {
  position: absolute;
  right: 18vw;
  bottom: 22.5vh;
  color: #fff;
  font-size: 4vw;
  font-weight: 100;
}
div#general main section#destaque div.dest .owl-dots {
  position: absolute;
  z-index: 5;
  left: 13vw;
  bottom: 50px;
}
div#general main section#destaque div.dest .owl-dots .owl-dot {
  width: 70px;
  height: 4px;
  background-color: #fff;
  margin-right: 7px;
  opacity: 0.4;
}
div#general main section#destaque div.dest .owl-dots .owl-dot.active {
  opacity: 1;
}
div#general main section#destaque div.dest div.item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  animation: shrink 15s infinite alternate;
}
@keyframes shrink {
  0% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
div#general main section#destaque div.dest div.item div.mask {
  width: 100%;
  height: 100vh;
  padding-bottom: 10vh;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  bottom: 0;
}
div#general main section#destaque div.dest div.item div.wrapper {
  flex-direction: column;
  justify-content: flex-end;
}
div#general main section#destaque div.dest div.item div.wrapper h3 {
  font-size: 4.2vw;
  color: #fff;
  max-width: 80%;
  margin-bottom: 40px;
}
div#general main section#destaque div.dest div.item div.wrapper span {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 40px;
}
div#general main section#destaque div.dest div.item div.wrapper ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#destaque div.dest div.item div.wrapper ul li {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 200;
}
div#general main section#destaque div.dest div.item div.wrapper ul li.marquee {
  width: 50%;
  overflow: hidden;
  font-size: 1.2vw;
}
div#general main section#destaque div.dest div.item div.wrapper ul li.marquee p {
  white-space: nowrap;
  transform: translateX(100%);
  animation: scroll-left 15s linear infinite;
  text-transform: uppercase;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
div#general main section#search {
  background-color: #eee;
  height: 102px;
}
div#general main section#search form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: space-between;
}
div#general main section#search form input, div#general main section#search form label, div#general main section#search form select {
  font-size: 1.8em;
  line-height: 1.5em;
  color: #525252;
}
div#general main section#search form select {
  background: transparent url(../img/down.svg) no-repeat left center;
  padding-left: 20px;
  border: 0;
}
div#general main section#search form input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  position: relative;
  outline: none;
  background-color: #777;
  height: 2px;
  width: 230px;
}
div#general main section#search form input[type=text] {
  border: 2px solid #777;
  background-color: transparent;
  font-size: 0.7em;
  height: 52px;
  width: 300px;
  padding: 0 10px;
  margin-top: -4px;
}
div#general main section#search form input[type=button] {
  border: 2px solid #3e3e3e;
  background-color: #3e3e3e;
  font-size: 1.7em;
  height: 102px;
  width: 300px;
  margin-top: -30px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
}
div#general main section#thebest {
  padding: 100px 0;
}
div#general main section#thebest div.wrapper h1 {
  font-size: 1.8em;
  color: #949494;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
div#general main section#thebest div.wrapper h1 strong {
  font-weight: 400;
  color: #444;
  font-family: "DM Serif Text", serif;
  font-size: 1.6em;
  margin-top: 10px;
  display: inline-block;
}
div#general main section#thebest div.wrapper ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#thebest div.wrapper ul li {
  width: 19.7%;
  height: 0;
  padding-bottom: 33%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  transition: all 0.5s ease;
}
div#general main section#thebest div.wrapper ul li a {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
}
div#general main section#thebest div.wrapper ul li div.mask {
  position: absolute;
  bottom: 0;
  padding: 30px 30px 50px;
}
div#general main section#thebest div.wrapper ul li div.mask h2 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 15px;
}
div#general main section#thebest div.wrapper ul li div.mask small {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9em;
}
div#general main section#thebest div.wrapper ul li div.mask small strong {
  font-weight: bold;
}
div#general main section#thebest div.wrapper ul li:hover {
  background-size: auto 110%;
}
div#general main section#meetceara {
  flex-direction: column;
  justify-content: center;
}
div#general main section#meetceara img {
  margin-bottom: 30px;
}
div#general main section#meetceara h2 {
  font-size: 3.2em;
  color: #444;
  font-weight: 200;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
div#general main section#meetceara h2 strong {
  font-weight: bold;
  color: #444;
}
div#general main section#meetceara div.getvideo {
  width: 100%;
  height: 0;
  padding-bottom: 700px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: shrink 15s infinite alternate;
}
div#general main section#meetceara div.getvideo iframe {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 5;
  transition: all 0.5s ease;
}
@keyframes shrink {
  0% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
div#general main section#meetceara div.getvideo a, div#general main section#meetceara div.getvideo span {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 6em;
  z-index: 6;
}
div#general main section#meetceara.visible div.getvideo {
  padding-bottom: 56.25%;
}
div#general main section#meetceara.visible div.getvideo iframe {
  opacity: 1;
}
div#general main section#explore {
  padding: 60px 0;
}
div#general main section#explore div.wrapper ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
div#general main section#explore div.wrapper ul li {
  color: #3f3f3f;
  font-size: 1.7em;
  font-weight: 200;
}
div#general main section#explore div.wrapper ul li i {
  color: #BC9A66;
  margin-right: 8px;
}
div#general main section#explore div.wrapper ul li a {
  border: 1px solid #BC9A66;
  padding: 10px 20px;
  color: #3f3f3f;
}
div#general main section#explore div.wrapper ul li a:hover {
  background-color: #BC9A66;
  color: #fff;
}
div#general main section#highlights {
  padding: 100px 0;
  background-color: #f5f5f5;
}
div#general main section#highlights div.wrapper {
  justify-content: space-between;
}
div#general main section#highlights div.wrapper div.imob {
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 1% 0;
  flex-direction: column;
  transition: all 0.5s ease;
}
div#general main section#highlights div.wrapper div.imob div.gethumb {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
div#general main section#highlights div.wrapper div.imob div.gethumb a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
div#general main section#highlights div.wrapper div.imob div.gethumb div.tagprice {
  position: absolute;
  left: 0;
  top: 0;
  color: #070707;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 1.3em;
  font-weight: 300;
}
div#general main section#highlights div.wrapper div.imob div.gethumb div.tagprice strong {
  font-weight: 300;
}
div#general main section#highlights div.wrapper div.imob div.topinfo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#highlights div.wrapper div.imob span {
  color: #070707;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0 15px;
  max-width: 57%;
}
div#general main section#highlights div.wrapper div.imob span i {
  color: #000;
  margin-right: 10px;
}
div#general main section#highlights div.wrapper div.imob div.tagprice {
  max-width: 40%;
  color: #070707;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.1em;
}
div#general main section#highlights div.wrapper div.imob h3 {
  font-size: 2em;
  line-height: 1.3em;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
  border-top: 1px solid #999;
  margin-top: 20px;
  padding-top: 20px;
}
div#general main section#highlights div.wrapper div.imob small {
  max-width: 90%;
  font-size: 1.6em;
  line-height: 1.3em;
  color: #666;
  font-weight: 300;
  padding: 0 15px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
div#general main section#highlights div.wrapper div.imob ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 40px;
}
div#general main section#highlights div.wrapper div.imob ul li {
  font-size: 1.5em;
  line-height: 1.3em;
  color: #666;
  font-weight: 300;
  margin-right: 10px;
}
div#general main section#highlights div.wrapper div.imob ul li:last-child {
  border: 0;
}
div#general main section#highlights div.wrapper div.imob a {
  text-decoration: underline;
  font-size: 1.8em;
  line-height: 1.3em;
  color: #666;
  font-weight: 200;
  padding: 0 15px;
}
div#general main section#highlights div.wrapper div.imob a i {
  font-size: 0.7em;
}
div#general main section#kite {
  padding: 100px 0;
}
div#general main section#kite div.wrapper {
  justify-content: space-between;
}
div#general main section#kite div.wrapper div.column {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
div#general main section#kite div.wrapper div.column.c1 {
  width: 27%;
}
div#general main section#kite div.wrapper div.column.c2 {
  width: 45%;
  position: relative;
}
div#general main section#kite div.wrapper div.column.c2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 5;
}
div#general main section#kite div.wrapper div.column.c2 div.getvideo.visible {
  padding-bottom: 56.25%;
}
div#general main section#kite div.wrapper div.column.c2 div.getvideo.visible iframe {
  opacity: 1;
}
div#general main section#kite div.wrapper div.column.c3 {
  width: 27%;
  margin-top: 5px;
}
div#general main section#kite div.wrapper div.column small {
  color: #070707;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 20px;
}
div#general main section#kite div.wrapper div.column small i {
  color: #000;
  margin-right: 10px;
}
div#general main section#kite div.wrapper div.column h2 {
  font-size: 4.2em;
  line-height: 1em;
  max-width: 80%;
  margin-bottom: 30px;
  color: #A6A6A6;
}
div#general main section#kite div.wrapper div.column h2 span {
  color: #3a3a3a;
}
div#general main section#kite div.wrapper div.column p {
  max-width: 70%;
  font-size: 1.8em;
  line-height: 1.3em;
  color: #666;
  font-weight: 200;
}
div#general main section#kite div.wrapper div.column div.getvideo {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
div#general main section#kite div.wrapper div.column div.getvideo a, div#general main section#kite div.wrapper div.column div.getvideo span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
}
div#general main section#kite div.wrapper div.column div.foto {
  width: 100%;
  height: 0;
  padding-bottom: 65.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 8px;
  position: relative;
}
div#general main section#kite div.wrapper div.column div.foto a {
  position: absolute;
  width: 100%;
  height: 100%;
}
div#general main section#imovel {
  padding: 100px 0;
}
div#general main section#imovel div.wrapper {
  justify-content: space-between;
}
div#general main section#imovel div.wrapper div.column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
div#general main section#imovel div.wrapper div.column.c1 {
  width: 37%;
}
div#general main section#imovel div.wrapper div.column.c2 {
  width: 35%;
}
div#general main section#imovel div.wrapper div.column.c2 div.linha1 {
  width: 100%;
  margin-bottom: 10px;
}
div#general main section#imovel div.wrapper div.column.c2 div.linha1 div.getphoto {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
div#general main section#imovel div.wrapper div.column.c2 div.linha1 div.getphoto a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 6em;
}
div#general main section#imovel div.wrapper div.column.c2 div.linha2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#imovel div.wrapper div.column.c2 div.linha2 div.getphoto {
  width: 49%;
  height: 0;
  padding-bottom: 46%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
div#general main section#imovel div.wrapper div.column.c2 div.linha2 div.getphoto a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 6em;
}
div#general main section#imovel div.wrapper div.column.c3 {
  width: 26%;
}
div#general main section#imovel div.wrapper div.column.c3 div.getvideo {
  width: 100%;
  height: 0;
  padding-bottom: 145%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
div#general main section#imovel div.wrapper div.column.c3 div.getvideo a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 6em;
}
div#general main section#imovel div.wrapper div.column small {
  color: #070707;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 20px;
}
div#general main section#imovel div.wrapper div.column small i {
  color: #BC9A66;
  margin-right: 10px;
}
div#general main section#imovel div.wrapper div.column h2 {
  font-size: 3em;
  line-height: 1em;
  max-width: 80%;
  margin-bottom: 30px;
  color: #2e2e2e;
}
div#general main section#imovel div.wrapper div.column h2 span {
  color: #3a3a3a;
}
div#general main section#imovel div.wrapper div.column div.tagprice {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2em;
  line-height: 1em;
  max-width: 80%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #555;
  color: #2e2e2e;
}
div#general main section#imovel div.wrapper div.column div.tagprice span {
  display: none;
}
div#general main section#imovel div.wrapper div.column div.tagprice select {
  background: transparent url(../img/down.svg) no-repeat left center;
  border: 0;
  font-size: 1em;
  line-height: 1em;
  padding-left: 20px;
  margin-right: 10px;
}
div#general main section#imovel div.wrapper div.column ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 40px;
}
div#general main section#imovel div.wrapper div.column ul li {
  font-size: 1.6em;
  line-height: 1.3em;
  color: #666;
  font-weight: 300;
  margin-right: 10px;
}
div#general main section#imovel div.wrapper div.column ul li:last-child {
  border: 0;
}
div#general main section#imovel div.wrapper div.column ol {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
div#general main section#imovel div.wrapper div.column ol li {
  margin-right: 10px;
}
div#general main section#imovel div.wrapper div.column ol li a {
  background-color: #070707;
  color: #fff;
  padding: 10px 30px;
  font-size: 1.5em;
  font-weight: 200;
  cursor: pointer;
}
div#general main section#imovel div.wrapper div.column ol li a:hover {
  background-color: #BC9A66;
  color: #fff;
}
div#general main section#imovel div.wrapper div.column ol li:last-child a {
  background-color: #eee;
  color: #000;
}
div#general main section#imovel div.wrapper div.column ol li:last-child a:hover {
  background-color: #BC9A66;
  color: #fff;
}
div#general main section#imovel div.wrapper div.column p {
  max-width: 70%;
  font-size: 1.8em;
  line-height: 1.3em;
  color: #666;
  font-weight: 200;
}
div#general main section#imovel div.wrapper div.column div.ƒ {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
div#general main section#imovel div.wrapper div.column div.ƒ a {
  position: absolute;
  width: 100%;
  height: 100%;
}
div#general main section#imovel div.wrapper div.column div.foto {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 8px;
}
div#general main section#meetvideo {
  padding-bottom: 100px;
}
div#general main section#meetvideo div.wrapper div.left {
  width: 72.5%;
}
div#general main section#meetvideo div.wrapper div.left div.getvideo {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
div#general main section#meetvideo div.wrapper div.left div.getvideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease;
}
div#general main section#meetvideo div.wrapper div.left div.getvideo a, div#general main section#meetvideo div.wrapper div.left div.getvideo span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 6em;
  z-index: 6;
  cursor: pointer;
}
div#general main section#meetvideo div.wrapper div.left div.getvideo.visible {
  padding-bottom: 56.25%;
}
div#general main section#meetvideo div.wrapper div.left div.getvideo.visible iframe {
  opacity: 1;
}
div#general main section#meetvideo div.wrapper div.right {
  width: 26%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
div#general main section#meetvideo div.wrapper div.right p {
  max-width: 70%;
  font-size: 2.2em;
  line-height: 1.3em;
  color: #666;
  font-weight: 200;
  padding-left: 40px;
}
div#general main section#meetvideo div.wrapper div.right a {
  text-decoration: underline;
  font-size: 1.8em;
  line-height: 1.3em;
  color: #666;
  font-weight: 400;
  margin-left: 40px;
}
div#general main section#meetvideo div.wrapper div.right a i {
  font-size: 0.7em;
}
div#general main section#more {
  padding-bottom: 100px;
}
div#general main section#more div.wrapper div.top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#more div.wrapper div.top h2 {
  font-size: 3.2em;
  line-height: 1em;
  margin-bottom: 60px;
  color: #3a3a3a;
}
div#general main section#more div.wrapper div.top h2 span {
  color: #A6A6A6;
}
div#general main section#more div.wrapper ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#more div.wrapper ul li {
  width: 19.5%;
  filter: grayscale(1);
  transition: all 0.5s ease;
}
div#general main section#more div.wrapper ul li:hover {
  margin: -10px 0 10px;
  filter: grayscale(0);
}
div#general main section#more div.wrapper ul li div.gethumb {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}
div#general main section#more div.wrapper ul li p {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #666;
  font-weight: 300;
  margin-bottom: 30px;
}
div#general main section#more div.wrapper ul li a {
  text-decoration: underline;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #666;
  font-weight: 300;
}
div#general main section#more div.wrapper ul li a i {
  font-size: 0.7em;
}
div#general main section#invest {
  background: url(../img/foot.webp) no-repeat center top;
  background-size: cover;
  height: 450px;
}
div#general main section#about {
  padding-bottom: 160px;
}
div#general main section#about div.wrapper {
  justify-content: space-between;
}
div#general main section#about div.left {
  width: 60%;
  position: relative;
}
div#general main section#about div.left div.sku {
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 1.5em;
  color: #666;
}
div#general main section#about div.left div.sku strong {
  font-weight: bold;
}
div#general main section#about div.left h3 {
  font-size: 3.2em;
  line-height: 1em;
  margin-bottom: 60px;
  color: #3a3a3a;
}
div#general main section#about div.left h3 span {
  color: #A6A6A6;
}
div#general main section#about div.left p {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 300;
  color: #525252;
  margin-bottom: 30px;
}
div#general main section#about div.left p strong {
  font-weight: bold;
}
div#general main section#about div.left p a {
  color: #000;
  text-decoration: underline;
}
div#general main section#about div.left small {
  border-top: 1px solid #aaa;
  padding-top: 30px;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 300;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 100%;
}
div#general main section#about div.left ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#general main section#about div.left ul li {
  width: 35%;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 300;
  color: #525252;
  margin-bottom: 20px;
}
div#general main section#about div.left ul li.frentemar {
  background: url(../img/icon2.svg) no-repeat left center;
  padding-left: 36px;
}
div#general main section#about div.left ul li.vistamar {
  background: url(../img/icon2.svg) no-repeat left center;
  padding-left: 36px;
}
div#general main section#about div.left ul li.chavenamao {
  background: url(../img/icon6.svg) no-repeat left center;
  padding-left: 36px;
}
div#general main section#about div.left ul li.piscina {
  background: url(../img/icon4.svg) no-repeat left center;
  padding-left: 36px;
}
div#general main section#about div.left ul li img {
  margin-right: 10px;
  display: inline-block;
}
div#general main section#about div.right {
  width: 30%;
  border-left: 1px solid #aaa;
}
div#general main section#about div.right h3 {
  font-size: 3.2em;
  line-height: 1em;
  margin-bottom: 60px;
  color: #3a3a3a;
  border-bottom: 1px solid #aaa;
  margin-bottom: 30px;
  padding-left: 10%;
  padding-bottom: 30px;
}
div#general main section#about div.right h3 span {
  color: #A6A6A6;
}
div#general main section#about div.right p.inf {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 300;
  color: #525252;
  padding-left: 10%;
  margin-bottom: 40px;
}
div#general main section#about div.right form {
  padding-left: 10%;
}
div#general main section#about div.right form input[type=text],
div#general main section#about div.right form input[type=email],
div#general main section#about div.right form input[type=tel] {
  width: 100%;
  padding: 15px;
  background-color: #eee;
  color: #000;
  font-weight: 200;
  border: 0;
  font-size: 1.2em;
  height: 52px;
  margin-bottom: 10px;
}
div#general main section#about div.right form input[type=checkbox] {
  -webkit-appearance: checkbox !important;
}
div#general main section#about div.right form textarea {
  width: 100%;
  padding: 15px;
  background-color: #eee;
  color: #000;
  font-weight: 300;
  font-size: 1.2em;
  border: 0;
  height: 152px;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
}
div#general main section#about div.right form input[type=submit] {
  width: 100%;
  padding: 15px;
  background-color: #070707;
  color: #fff;
  font-weight: 200;
  border: 0;
  font-size: 1.2em;
  height: 52px;
  margin-bottom: 10px;
}
div#general main section#location {
  padding-bottom: 120px;
}
div#general main section#location div.wrapper div.top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
div#general main section#location div.wrapper div.top h3 {
  font-size: 3.2em;
  line-height: 1em;
  margin-bottom: 60px;
  color: #3a3a3a;
  margin-bottom: 60px;
}
div#general main section#location div.wrapper div.top h3 span {
  color: #A6A6A6;
}
div#general main section#location div.wrapper div.top small {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 300;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
div#general main section#location div.wrapper iframe {
  width: 100%;
  height: 500px;
}
div#general main section#imvDestaque {
  padding: 80px 0;
}
div#general main section#imvDestaque .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 5%;
}
div#general main section#imvDestaque .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 7px 0 0;
}
div#general main section#imvDestaque .owl-dots .owl-dot.active {
  background-color: #BC9A66;
}
div#general main section#imvDestaque div.imv {
  width: 100%;
  height: 538px;
}
div#general main section#imvDestaque div.imv div.item {
  border-radius: 76px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 538px;
}
div#general main section#imvDestaque div.imv div.item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #32ec67;
  justify-content: flex-end;
  position: relative;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 1%, rgba(0, 0, 0, 0) 100%);
}
div#general main section#imvDestaque div.imv div.item a span {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  right: 5%;
  bottom: 40px;
  border-radius: 100px;
  color: #000;
  font-size: 2.3em;
  text-align: center;
  line-height: 60px;
}
div#general main section#imvDestaque div.imv div.item a ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 5%;
  margin-bottom: 60px;
}
div#general main section#imvDestaque div.imv div.item a ul li {
  color: #fff;
  font-size: 1.3em;
  text-decoration: underline;
  margin-right: 3px;
}
div#general main section#searchIn hgroup {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
div#general main section#searchIn hgroup h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #525252;
}
div#general main section#searchIn hgroup h1 {
  font-size: 3em;
  font-weight: bold;
  color: #525252;
}
div#general main section#searchIn form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  height: auto;
  position: relative;
  z-index: 7;
  overflow: visible;
}
div#general main section#searchIn form div.line1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
div#general main section#searchIn form div.line2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div#general main section#searchIn form div.rng {
  width: 200px;
  position: relative;
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  padding: 8px 25px 8px 45px;
  border-radius: 100px;
  margin: 0 5px;
  cursor: pointer !important;
}
div#general main section#searchIn form div.rng img {
  position: absolute;
  top: 19px;
  left: 20px;
  transition: all 0.5s ease;
}
div#general main section#searchIn form div.rng div.handlerprice {
  position: absolute;
  background-color: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #ddd;
  width: 500px;
  padding: 30px 20px 30px 16px;
  left: calc(50% - 250px);
  top: 58px;
  display: none;
  /* para o Fire Fox */
  /* para browsers da MS */
}
div#general main section#searchIn form div.rng div.handlerprice div.inputs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
div#general main section#searchIn form div.rng div.handlerprice div.outputs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#searchIn form div.rng div.handlerprice div.outputs span.output {
  display: flex;
  flex-wrap: wrap;
  background-color: #3a3a3a;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #3a3a3a;
  width: 48%;
  text-align: center;
  justify-content: center;
  margin-left: 4px;
}
div#general main section#searchIn form div.rng div.handlerprice div.outputs span.output strong {
  font-weight: bold;
  margin-right: 5px;
}
div#general main section#searchIn form div.rng div.handlerprice input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  position: relative;
  outline: none;
  background-color: #777;
  height: 2px;
  width: 49%;
  left: 5px;
}
div#general main section#searchIn form div.rng div.handlerprice input[type=range]#preco_max {
  right: 0;
  left: 0;
}
div#general main section#searchIn form div.rng div.handlerprice input[type=range] {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-color: #777;
  outline: none;
}
div#general main section#searchIn form div.rng div.handlerprice input[type=range]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #777;
  border: none;
}
div#general main section#searchIn form div.rng div.handlerprice input[type=range]::-ms-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #777;
  border: none;
}
div#general main section#searchIn form div.rng div.handlerprice input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* remove a aparencia padão */
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f2f2f2;
  border: 2px solid #000;
}
div#general main section#searchIn form div.rng label {
  font-size: 1.5em;
  line-height: 1.5em;
}
div#general main section#searchIn form div.rng.on img {
  transform: rotate(180deg);
}
div#general main section#searchIn form input[type=text] {
  border: 2px solid #f2f2f2;
  background-color: #f2f2f2;
  font-size: 1.5em;
  line-height: 1.5em;
  width: 300px;
  padding: 8px 10px 8px 55px;
}
div#general main section#searchIn form input.src {
  border: 2px solid #f2f2f2;
  background-color: #f2f2f2;
  background-image: url(../img/lupa.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  font-size: 1.5em;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  max-width: 200px;
}
div#general main section#searchIn form input.src::-moz-placeholder {
  color: #000;
}
div#general main section#searchIn form input.src::placeholder {
  color: #000;
}
div#general main section#searchIn form select {
  border: 2px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 8px 25px 8px 45px;
  border-radius: 100px;
  background-position: 20px center;
  font-size: 1.3em;
}
div#general main section#searchIn form input[type=submit] {
  border: 2px solid #000;
  padding: 8px 25px 8px 25px;
  border-radius: 100px;
  background-color: #3a3a3a;
  color: #fff;
  cursor: pointer;
  font-size: 1.3em;
  transition: all 0.5s ease;
}
div#general main section#searchIn form input[type=submit]:hover {
  background-color: #BC9A66;
  border-color: #BC9A66;
}
div#general main section#searchIn form p.check {
  border: 2px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 8px 25px 8px 25px;
  border-radius: 100px;
  background-position: 20px center;
  font-size: 1.3em;
}
div#general main section#searchIn form input, div#general main section#searchIn form label, div#general main section#searchIn form select {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #525252;
}
div#general main section#searchIn form p {
  margin: 0 5px;
}
div#general main section#searchIn form p small {
  font-size: 1.2em;
  line-height: 1.5em;
}
div#general main section#searchIn form input[type=checkbox] {
  -webkit-appearance: checkbox !important;
  background-color: #000;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
div#general main section#searchIn form input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -4px;
  left: -4px;
  border-radius: 50px;
  background-color: #000;
}
div#general main section#searchIn form input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #f2f2f2;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 2px;
}
div#general main section#searchIn form select {
  background: #f2f2f2 url(../img/down.svg) no-repeat 20px center;
  border: 0;
  border: 2px solid #f2f2f2;
  padding: 8px 25px 8px 45px;
  border-radius: 100px;
  max-width: 250px;
}
div#general main section#result {
  padding: 100px 0;
  background-color: #fff;
}
div#general main section#result div.wrapper {
  justify-content: center;
}
div#general main section#result div.wrapper div.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 25px;
  border-radius: 100px;
  justify-content: center;
}
div#general main section#result div.wrapper div.pagination .wp-pagenavi {
  padding: 15px 25px;
  border: 2px solid #888;
  border-radius: 100px;
}
div#general main section#result div.wrapper div.pagination a {
  color: #000;
  padding: 10px;
  font-size: 1.5em;
}
div#general main section#result div.wrapper div.pagination a:hover {
  color: #BC9A66;
}
div#general main section#result div.wrapper div.pagination span {
  padding: 10px;
  font-size: 1.5em;
}
div#general main section#result div.wrapper div.pagination span.current {
  color: #BC9A66;
  text-decoration: underline;
}
div#general main section#result div.wrapper div.imob {
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 1% 80px;
  flex-direction: column;
  transition: all 0.5s ease;
}
div#general main section#result div.wrapper div.imob div.gethumb {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
div#general main section#result div.wrapper div.imob div.gethumb a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
div#general main section#result div.wrapper div.imob div.gethumb div.tagprice {
  position: absolute;
  left: 0;
  top: 0;
  color: #070707;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 1.3em;
  font-weight: 300;
}
div#general main section#result div.wrapper div.imob div.gethumb div.tagprice strong {
  font-weight: 300;
}
div#general main section#result div.wrapper div.imob div.topinfo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#result div.wrapper div.imob span {
  color: #070707;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0 15px;
  max-width: 60%;
}
div#general main section#result div.wrapper div.imob span i {
  color: #000;
  margin-right: 10px;
}
div#general main section#result div.wrapper div.imob div.tagprice {
  max-width: 40%;
  color: #070707;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.1em;
}
div#general main section#result div.wrapper div.imob h3 {
  font-size: 1.8em;
  line-height: 1.3em;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
  font-family: "DM Sans", sans-serif;
  border-top: 1px solid #999;
  margin-top: 20px;
  padding-top: 20px;
}
div#general main section#result div.wrapper div.imob small {
  max-width: 90%;
  font-size: 1.6em;
  line-height: 1.3em;
  color: #666;
  font-weight: 300;
  padding: 0 15px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
div#general main section#result div.wrapper div.imob ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 40px;
}
div#general main section#result div.wrapper div.imob ul li {
  font-size: 1.5em;
  line-height: 1.3em;
  color: #666;
  font-weight: 300;
  margin-right: 10px;
}
div#general main section#result div.wrapper div.imob ul li:last-child {
  border: 0;
}
div#general main section#result div.wrapper div.imob a {
  text-decoration: underline;
  font-size: 1.8em;
  line-height: 1.3em;
  color: #666;
  font-weight: 200;
  padding: 0 15px;
}
div#general main section#result div.wrapper div.imob a i {
  font-size: 0.7em;
}
div#general main section#aboutin {
  padding: 80px 0;
}
div#general main section#aboutin div.aboutus {
  border-radius: 76px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
  height: 538px;
}
div#general main section#aboutin div.aboutus div.wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 1%, rgba(0, 0, 0, 0) 100%);
}
div#general main section#aboutin div.aboutus div.wrap h1 {
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 5%;
  font-size: 4em;
}
div#general main section#textabout {
  padding: 20px 0 120px;
}
div#general main section#textabout div.wrapper {
  justify-content: center;
  flex-direction: column;
}
div#general main section#textabout div.wrapper img {
  margin-bottom: 40px;
}
div#general main section#textabout div.wrapper p {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 150px;
}
div#general main section#textabout div.wrapper a {
  background-color: #070707;
  color: #fff;
  font-size: 1.5em;
  border-radius: 50px;
  padding: 13px 25px;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  margin-top: 40px;
}
div#general main section#textabout div.wrapper a i {
  margin-right: 10px;
}
div#general main section#textabout div.wrapper a:hover {
  background-color: #BC9A66;
}
div#general main section#gal {
  padding: 80px 0;
}
div#general main section#gal div.wrapper {
  justify-content: center;
  flex-direction: column;
}
div#general main section#gal h2 {
  font-size: 3em;
  color: #000;
  margin-bottom: 100px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
div#general main section#gal ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#general main section#gal ul li {
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 30px;
  filter: grayscale(1);
  transition: all 0.5s ease;
}
div#general main section#gal ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
div#general main section#gal ul li:nth-child(1) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:nth-child(2) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:nth-child(3) {
  width: 32%;
  padding-bottom: 22%;
}
div#general main section#gal ul li:nth-child(4) {
  width: 32%;
  padding-bottom: 22%;
}
div#general main section#gal ul li:nth-child(5) {
  width: 32%;
  padding-bottom: 22%;
}
div#general main section#gal ul li:nth-child(6) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:nth-child(7) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:nth-child(8) {
  width: 32%;
  padding-bottom: 22%;
}
div#general main section#gal ul li:nth-child(9) {
  width: 32%;
  padding-bottom: 22%;
}
div#general main section#gal ul li:nth-child(10) {
  width: 32%;
  padding-bottom: 22%;
}
div#general main section#gal ul li:nth-child(11) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:nth-child(12) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:nth-child(1) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:nth-child(2) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:nth-child(3) {
  width: 32%;
  padding-bottom: 22%;
}
div#general main section#gal ul li:nth-child(4) {
  width: 32%;
  padding-bottom: 22%;
}
div#general main section#gal ul li:nth-child(5) {
  width: 32%;
  padding-bottom: 22%;
}
div#general main section#gal ul li:nth-child(13) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:nth-child(14) {
  width: 49%;
  padding-bottom: 32%;
}
div#general main section#gal ul li:hover {
  filter: grayscale(0);
}
div#general footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #070707;
  padding: 80px 0;
}
div#general footer div.wrapper {
  justify-content: space-between;
}
div#general footer div.wrapper ul {
  margin-left: 80px;
}
div#general footer div.wrapper ul li a {
  color: #fff;
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1.8em;
  text-decoration: underline;
}
div#general footer div.wrapper div.ft {
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
div#general footer div.wrapper div.foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-self: flex-end;
  text-align: right;
  flex-direction: column;
}
div#general footer div.wrapper div.foot p {
  color: #555;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
}
div#general footer div.wrapper div.foot a {
  color: #fff;
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1.1em;
  text-decoration: underline;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
}

@media screen and (max-width: 1600px) {
  html div.wrapper, div#general div.wrapper {
    width: 85vw !important;
  }
  html a.zap, div#general a.zap {
    right: 7.5vw;
  }
  html header.headerHome div.wrapper a.logo, html header.hin div.wrapper a.logo, div#general header.headerHome div.wrapper a.logo, div#general header.hin div.wrapper a.logo {
    max-width: 250px;
  }
  html header.headerHome div.wrapper a.logo img, html header.hin div.wrapper a.logo img, div#general header.headerHome div.wrapper a.logo img, div#general header.hin div.wrapper a.logo img {
    width: 100%;
  }
  html header.headerHome div.wrapper ol li a, html header.hin div.wrapper ol li a, div#general header.headerHome div.wrapper ol li a, div#general header.hin div.wrapper ol li a {
    font-size: 1.3em;
  }
  html header.headerHome div.wrapper ul li a, html header.hin div.wrapper ul li a, div#general header.headerHome div.wrapper ul li a, div#general header.hin div.wrapper ul li a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1440px) {
  html div.wrapper, div#general div.wrapper {
    width: 85vw !important;
  }
  html a.zap, div#general a.zap {
    right: 7.5vw;
  }
  html header.headerHome div.wrapper a.logo, html header.hin div.wrapper a.logo, div#general header.headerHome div.wrapper a.logo, div#general header.hin div.wrapper a.logo {
    max-width: 250px;
  }
  html header.headerHome div.wrapper a.logo img, html header.hin div.wrapper a.logo img, div#general header.headerHome div.wrapper a.logo img, div#general header.hin div.wrapper a.logo img {
    width: 100%;
  }
  html header.headerHome div.wrapper ol li a, html header.hin div.wrapper ol li a, div#general header.headerHome div.wrapper ol li a, div#general header.hin div.wrapper ol li a {
    font-size: 1.1em;
  }
  html header.headerHome div.wrapper ul li a, html header.hin div.wrapper ul li a, div#general header.headerHome div.wrapper ul li a, div#general header.hin div.wrapper ul li a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1370px) {
  html div.wrapper, div#general div.wrapper {
    width: 86vw !important;
  }
  html a.zap, div#general a.zap {
    right: 7.5vw;
  }
  html header.headerHome div.wrapper a.logo, html header.hin div.wrapper a.logo, div#general header.headerHome div.wrapper a.logo, div#general header.hin div.wrapper a.logo {
    max-width: 200px;
  }
  html header.headerHome div.wrapper a.logo img, html header.hin div.wrapper a.logo img, div#general header.headerHome div.wrapper a.logo img, div#general header.hin div.wrapper a.logo img {
    width: 100%;
  }
  html header.headerHome div.wrapper ol li a, html header.hin div.wrapper ol li a, div#general header.headerHome div.wrapper ol li a, div#general header.hin div.wrapper ol li a {
    font-size: 1.1em;
  }
  html header.headerHome div.wrapper ul li a, html header.hin div.wrapper ul li a, div#general header.headerHome div.wrapper ul li a, div#general header.hin div.wrapper ul li a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1280px) {
  html div.wrapper, div#general div.wrapper {
    width: 85vw !important;
  }
  html a.zap, div#general a.zap {
    right: 7.5vw;
  }
  html header.headerHome div.wrapper a.logo, html header.hin div.wrapper a.logo, div#general header.headerHome div.wrapper a.logo, div#general header.hin div.wrapper a.logo {
    max-width: 200px;
  }
  html header.headerHome div.wrapper a.logo img, html header.hin div.wrapper a.logo img, div#general header.headerHome div.wrapper a.logo img, div#general header.hin div.wrapper a.logo img {
    width: 100%;
  }
  html header.headerHome div.wrapper ol li a, html header.hin div.wrapper ol li a, div#general header.headerHome div.wrapper ol li a, div#general header.hin div.wrapper ol li a {
    font-size: 1.1em;
  }
  html header.headerHome div.wrapper ul li a, html header.hin div.wrapper ul li a, div#general header.headerHome div.wrapper ul li a, div#general header.hin div.wrapper ul li a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1200px) {
  html div.wrapper, div#general div.wrapper {
    width: 95vw !important;
  }
  html a.zap, div#general a.zap {
    right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  html, div#general {
    width: 100% !important;
    overflow-x: hidden !important;
  }
  html div.wrapper, div#general div.wrapper {
    width: 86% !important;
    padding: 0% !important;
    left: inherit !important;
    margin: 0 7% !important;
  }
  html a.menu, div#general a.menu {
    display: block;
  }
  html a.zap, div#general a.zap {
    right: 7%;
  }
  html header.default, div#general header.default {
    height: 120px !important;
  }
  html header.default div.wrapper a.logo, div#general header.default div.wrapper a.logo {
    width: 200px;
    margin: 20px 0 0;
  }
  html header.default div.wrapper a.logo img, div#general header.default div.wrapper a.logo img {
    width: 100%;
  }
  html header.default div.wrapper ul, div#general header.default div.wrapper ul {
    display: none;
  }
  html header.headerHome div.wrapper ol, html header.headerHome div.wrapper ul, html header.hin div.wrapper ol, html header.hin div.wrapper ul, div#general header.headerHome div.wrapper ol, div#general header.headerHome div.wrapper ul, div#general header.hin div.wrapper ol, div#general header.hin div.wrapper ul {
    display: none;
  }
  html main section#destaque, div#general main section#destaque {
    height: 40vh;
  }
  html main section#destaque div.dest, div#general main section#destaque div.dest {
    height: 40vh;
  }
  html main section#destaque div.dest div.item, div#general main section#destaque div.dest div.item {
    height: 40vh;
  }
  html main section#destaque div.dest div.item div.mask, div#general main section#destaque div.dest div.item div.mask {
    height: 40vh;
  }
  html main section#destaque div.dest div.item div.wrapper, div#general main section#destaque div.dest div.item div.wrapper {
    height: 40vh;
    padding-bottom: 50px;
  }
  html main section#destaque div.dest div.item div.wrapper h3, div#general main section#destaque div.dest div.item div.wrapper h3 {
    margin-bottom: 20px;
    font-size: 2em;
  }
  html main section#destaque div.dest div.item div.wrapper span, div#general main section#destaque div.dest div.item div.wrapper span {
    margin-bottom: 20px;
  }
  html main section#destaque div.dest div.item div.wrapper ul li, div#general main section#destaque div.dest div.item div.wrapper ul li {
    padding-bottom: 50px;
    font-size: 1.3em;
  }
  html main section#destaque div.dest div.item div.wrapper ul li.marquee, div#general main section#destaque div.dest div.item div.wrapper ul li.marquee {
    display: none;
  }
  html main section#searchIn form div.line1, div#general main section#searchIn form div.line1 {
    margin-bottom: 0px !important;
  }
  html main section#searchIn form p, div#general main section#searchIn form p {
    margin-bottom: 10px;
    width: 100%;
  }
  html main section#searchIn form p small, div#general main section#searchIn form p small {
    font-size: 1em;
  }
  html main section#searchIn form p select, html main section#searchIn form p input[type=text], div#general main section#searchIn form p select, div#general main section#searchIn form p input[type=text] {
    width: 100%;
    max-width: inherit !important;
  }
  html main section#searchIn form p.check, div#general main section#searchIn form p.check {
    width: 45%;
    margin-bottom: 20px;
    padding: 8px 10px;
  }
  html main section#searchIn form div.rng, div#general main section#searchIn form div.rng {
    width: 100%;
    justify-content: center;
  }
  html main section#searchIn form div.rng input[type=range], div#general main section#searchIn form div.rng input[type=range] {
    width: 48% !important;
  }
  html main section#searchIn form div.rng div.handlerprice, div#general main section#searchIn form div.rng div.handlerprice {
    width: 100%;
    left: 0 !important;
  }
  html main section#searchIn form p, div#general main section#searchIn form p {
    width: 100%;
  }
  html main section#searchIn form p.sub, div#general main section#searchIn form p.sub {
    width: 100%;
  }
  html main section#searchIn form select, div#general main section#searchIn form select {
    margin: 20px 0 0;
  }
  html main section#searchIn form input.src, div#general main section#searchIn form input.src {
    width: 100%;
    margin: 20px 0 0;
    padding: 8px 10px 8px 55px;
    max-width: inherit;
  }
  html main section#searchIn form input[type=submit], div#general main section#searchIn form input[type=submit] {
    width: 100%;
    margin: 20px 0 0;
  }
  html main section#thebest, div#general main section#thebest {
    padding: 50px 0 80px;
  }
  html main section#thebest div.wrapper h1, div#general main section#thebest div.wrapper h1 {
    font-size: 1.3em;
  }
  html main section#thebest div.wrapper h1 strong, div#general main section#thebest div.wrapper h1 strong {
    font-size: 1.7em;
    padding-top: 10px;
    display: inline-block;
  }
  html main section#thebest div.wrapper ul li, div#general main section#thebest div.wrapper ul li {
    width: 48%;
    padding-bottom: 80%;
    margin-bottom: 15px;
  }
  html main section#thebest div.wrapper ul li div.mask, div#general main section#thebest div.wrapper ul li div.mask {
    padding: 20px 20px 30px;
  }
  html main section#thebest div.wrapper ul li div.mask h2, div#general main section#thebest div.wrapper ul li div.mask h2 {
    font-size: 1.3em;
  }
  html main section#thebest div.wrapper ul li:last-child, div#general main section#thebest div.wrapper ul li:last-child {
    width: 100% !important;
    padding-bottom: 35%;
    background-size: cover !important;
  }
  html main section#meetceara div.getvideo, div#general main section#meetceara div.getvideo {
    height: 250px;
  }
  html main section#explore div.wrapper ul li, div#general main section#explore div.wrapper ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  html main section#explore div.wrapper ul li a, div#general main section#explore div.wrapper ul li a {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
  }
  html main section#highlights div.wrapper div.imob, div#general main section#highlights div.wrapper div.imob {
    width: 100%;
    margin-bottom: 50px;
  }
  html main section#kite div.wrapper div.column.c1, div#general main section#kite div.wrapper div.column.c1 {
    width: 100%;
  }
  html main section#kite div.wrapper div.column.c1 p, div#general main section#kite div.wrapper div.column.c1 p {
    width: 100%;
    max-width: inherit;
    margin-bottom: 40px;
  }
  html main section#kite div.wrapper div.column.c2, div#general main section#kite div.wrapper div.column.c2 {
    width: 100%;
    margin-bottom: 10px;
  }
  html main section#kite div.wrapper div.column.c2 div.getvideo, div#general main section#kite div.wrapper div.column.c2 div.getvideo {
    padding-bottom: 60%;
  }
  html main section#kite div.wrapper div.column.c3, div#general main section#kite div.wrapper div.column.c3 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  html main section#kite div.wrapper div.column.c3 div.foto, div#general main section#kite div.wrapper div.column.c3 div.foto {
    width: 48%;
    padding-bottom: 45%;
  }
  html main section#meetvideo div.wrapper, div#general main section#meetvideo div.wrapper {
    flex-direction: column-reverse;
  }
  html main section#meetvideo div.wrapper div.left, div#general main section#meetvideo div.wrapper div.left {
    width: 100%;
  }
  html main section#meetvideo div.wrapper div.left div.getvideo, div#general main section#meetvideo div.wrapper div.left div.getvideo {
    padding-bottom: 60%;
  }
  html main section#meetvideo div.wrapper div.right, div#general main section#meetvideo div.wrapper div.right {
    width: 100%;
  }
  html main section#meetvideo div.wrapper div.right p, div#general main section#meetvideo div.wrapper div.right p {
    padding-left: 0;
    max-width: inherit;
    font-size: 1.5em;
  }
  html main section#meetvideo div.wrapper div.right a, div#general main section#meetvideo div.wrapper div.right a {
    padding-left: 0;
    margin: 30px 0;
  }
  html main section#more div.wrapper ul li, div#general main section#more div.wrapper ul li {
    width: 48%;
    margin-bottom: 25px;
  }
  html main section#more div.wrapper ul li:last-child, div#general main section#more div.wrapper ul li:last-child {
    width: 100% !important;
    background-size: cover !important;
  }
  html main section#more div.wrapper ul li:last-child div.gethumb, div#general main section#more div.wrapper ul li:last-child div.gethumb {
    padding-bottom: 55%;
  }
  html main section#imvDestaque div.wrapper div.imv, div#general main section#imvDestaque div.wrapper div.imv {
    height: 300px;
  }
  html main section#imvDestaque div.wrapper div.item, div#general main section#imvDestaque div.wrapper div.item {
    border-radius: 40px !important;
    height: 300px !important;
  }
  html main section#imvDestaque div.wrapper div.item ul, div#general main section#imvDestaque div.wrapper div.item ul {
    max-width: 70% !important;
  }
  html main section#aboutin div.wrapper div.aboutus, div#general main section#aboutin div.wrapper div.aboutus {
    height: 300px;
    border-radius: 40px !important;
  }
  html main section#textabout div.wrapper img, div#general main section#textabout div.wrapper img {
    max-width: 100%;
  }
  html main section#textabout div.wrapper p, div#general main section#textabout div.wrapper p {
    max-width: 100%;
    padding: 0;
    font-size: 1.3em;
  }
  html main section#result, div#general main section#result {
    padding: 0 0 80px;
  }
  html main section#result div.wrapper div.imob, div#general main section#result div.wrapper div.imob {
    width: 100%;
  }
  html main section#imovel, div#general main section#imovel {
    padding: 40px 0 80px;
  }
  html main section#imovel div.wrapper div.column.c1, div#general main section#imovel div.wrapper div.column.c1 {
    width: 100%;
  }
  html main section#imovel div.wrapper div.column.c1 h2, div#general main section#imovel div.wrapper div.column.c1 h2 {
    max-width: inherit;
  }
  html main section#imovel div.wrapper div.column.c1 .tagprice, div#general main section#imovel div.wrapper div.column.c1 .tagprice {
    max-width: inherit;
  }
  html main section#imovel div.wrapper div.column.c2, div#general main section#imovel div.wrapper div.column.c2 {
    width: 100%;
    margin-top: 40px;
  }
  html main section#imovel div.wrapper div.column.c3, div#general main section#imovel div.wrapper div.column.c3 {
    width: 100%;
    margin-top: 10px;
  }
  html main section#imovel div.wrapper div.column.c3 div.getvideo, div#general main section#imovel div.wrapper div.column.c3 div.getvideo {
    padding-bottom: 55%;
  }
  html main section#about, div#general main section#about {
    padding-bottom: 80px;
  }
  html main section#about div.wrapper div.left, div#general main section#about div.wrapper div.left {
    width: 100%;
  }
  html main section#about div.wrapper div.left .sku, div#general main section#about div.wrapper div.left .sku {
    font-size: 1.2em;
    left: 0;
    top: 65px;
  }
  html main section#about div.wrapper div.left ul, div#general main section#about div.wrapper div.left ul {
    margin-bottom: 80px;
  }
  html main section#about div.wrapper div.left ul li, div#general main section#about div.wrapper div.left ul li {
    width: 48%;
    font-size: 1.2em;
  }
  html main section#about div.wrapper div.right, div#general main section#about div.wrapper div.right {
    width: 100%;
    border: 0;
  }
  html main section#about div.wrapper div.right h3, html main section#about div.wrapper div.right p, html main section#about div.wrapper div.right form, div#general main section#about div.wrapper div.right h3, div#general main section#about div.wrapper div.right p, div#general main section#about div.wrapper div.right form {
    padding-left: 0;
  }
  html main section#location, div#general main section#location {
    padding-top: 0px;
  }
  html main section#location div.wrapper div.top h3, div#general main section#location div.wrapper div.top h3 {
    margin-bottom: 20px;
  }
  html main section#invest, div#general main section#invest {
    background: url(../img/foot_m.jpg) no-repeat center;
    background-size: auto 100%;
    height: 210px;
  }
  footer div.wrapper div.ft {
    width: 38% !important;
    max-width: inherit !important;
    flex-direction: column;
  }
  footer div.wrapper div.ft ul {
    margin: 20px 0 !important;
  }
  footer div.wrapper div.ft ul li a {
    font-size: 1.1em !important;
  }
  footer div.wrapper div.foot {
    width: 55% !important;
    align-self: flex-start !important;
  }
  footer div.wrapper div.foot p {
    width: 100%;
    font-size: 1.1em !important;
  }
}/*# sourceMappingURL=style.css.map */