
<script type="text/javascript">
var _gaq = _gaq || [];
  _gaq.push(['_setAccount', '']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
  </script>

<script language="javascript">
<!--

function popup1(pagina,nome,largura,altura){

	window.open(pagina,nome,'left=100,width='+largura+',height='+altura+',toolbar=no,menubar=no,resizable=no,scrollbars=no');
}

function popup2(pagina,nome,largura,altura){

	window.open(pagina,nome,'left=100,width='+largura+',height='+altura+',toolbar=no,menubar=no,resizable=no,scrollbars=yes');
}

function confirma(perg,redi) {
if (confirm(perg)) location.href=redi;
}

function imprimir(pagina,nome,largura,altura){

	window.open(pagina,nome,'left=100,width='+largura+',height='+altura+',toolbar=yes,menubar=no,resizable=no,scrollbars=yes');
}

function alterapagina(Campo) {
		Icombo = Campo.selectedIndex
		self.location.href=[Campo.options[Icombo].value]
}

-->



</script>



  
  .w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.lightbox-link-sobre {
  width: 13%;
  height: 10vw;
}

.image-sobre {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-sobre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-blockwhats {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  border-radius: 100%;
  background-color: #4ddb82;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url("https://imoveis.construtoracalaca.com.br/svg/whatsapp2.svg");
  background-position: 50% 50%;
  background-size: 2.5vw;
  background-repeat: no-repeat;
}


.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #ecedf2;
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  margin-top: 5px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 80%;
  min-width: 80%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 16vw;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.brand.w--current {
  width: 18vw;
}

.brand.rodape {
  width: 20vw;
  padding: 23px 10px;
  border-radius: 10px;
  background-color: #fff;
}

.brand.rodape.w--current {
  width: 20vw;
  padding: 23px 10px;
  border-radius: 15px;
  background-color: #333;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 98%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vw;
  max-height: 30vw;
  min-height: 30vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98%, 0.65)), to(transparent));
  background-image: linear-gradient(180deg, hsla(0, 0%, 98%, 0.65), transparent);
}

.nav-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #333;
  font-size: 1vw;
  line-height: 1.2vw;
  text-align: center;
}

.nav-link:hover {
  color: #ac997c;
}

.nav-link.w--current {
  color: #ac997c;
}

.nav-link.w--current:hover {
  color: #ac997c;
}

.nav-link.phone {
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('https://imoveis.construtoracalaca.com.br/svg/whatstopo1.svg');
  background-position: 100% 50%;
  background-size: 1vw;
  background-repeat: no-repeat;
  color: #4ddb82;
  font-weight: 700;
}

.nav-link.phone:hover {
  color: #ac997c;
}

.div-block-2 {
  position: relative;
  z-index: 2;
  width: auto;
  min-height: 205px;
  margin-top: -10px;
}

.slider-2 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-nav-2 {
  display: none;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.image-2 {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow-2 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #ac997c;
}

.left-arrow-2:hover {
  opacity: 1;
}

.div-block-3 {
  width: 70%;
  min-height: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
}

.form {
  height: 100%;
}

.div-block-4 {
  height: auto;
  min-height: 150px;
  padding: 20px 15px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  margin-right: 20px;
  padding-right: 45px;
  padding-left: 45px;
  border-bottom: 4px solid #ac997c;
  border-radius: 5px;
  background-color: transparent;
  color: #444;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 100;
}

.button-2.color {
  margin-right: 20px;
  border-bottom-color: #ac997c;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
}

.text-field {
  display: none;
  min-height: 55px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #68b9e0;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.text-field:active {
  border: 1px solid #000;
}

.text-field:focus {
  border-bottom-color: #68b9e0;
}

.submit-button {
  height: 55px;
  min-height: 55px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 35px;
  border-radius: 5px;
  background-color: #ac997c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5px;
  font-weight: 100;
  letter-spacing: 1px;
}

.submit-button:hover {
  background-color: #ac997c;
}

.select-field {
  display: block;
  min-height: 55px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  color: #888;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.select-field1 {
  min-height: 55px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  color: #888;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.select-field:active {
  border-color: #68b9e0;
}

.select-field:focus {
  border-color: #68b9e0;
}

.select-field1:active {
  border-color: #68b9e0;
}

.select-field1:focus {
  border-color: #68b9e0;
}

.text-field-2 {
  display: block;
  min-height: 55px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #68b9e0;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.text-field-2:active {
  border-color: #68b9e0;
}

.text-field-2:focus {
  border-color: #68b9e0;
}

.div-block-7 {
  margin-top: 40spx;
}

.div-block-8 {
  width: 80%;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 100;
  text-align: center;
}

.div-block-9 {
  margin-top: 50px;
}

.slider-3 {
  min-height: 35vw;
  background-color: transparent;
}

.slide-nav-3 {
  display: block;
}

.slide {
  width: 31%;
  margin-right: 1vw;
  margin-left: 1vw;
}

.div-block-10 {
  height: auto;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;

  -webkit-transition: all 400ms ease;
  vertical-align: top;
  transition: all 400ms ease;
}

.div-block-10:hover {
  box-shadow: 0 0 14px 0 #ac997c7d;
}

.div-block-10.detalhes {
  display: inline-block;
  width: 32%;
  margin-top: 1vw;
  margin-right: 0.6vw;
  margin-bottom: 0vw;
}

.link-block-3 {
  width: 100%;
  height: 18vw;
  min-height: 18vw;
}

.image-3 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -o-object-fit: cover;
  object-fit: contain;
}

.image-3:hover {
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-2 {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 700;
}

.div-block-11 {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-3 {
  margin-top: 5px;
  color: #666;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3vw;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(236, 237, 242, 0.5);
}

.text-block-4 {
  margin-top: 15px;
  color: #333;
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 700;
  text-align: center;
}

.text-block-4.detalhesdoimovel {
  margin-top: 0px;
  font-family: 'Proximanova reg', sans-serif;
  font-weight: 100;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.mask {
  height: 100%;
}

.slide-2 {
  height: 100%;
  max-height: 100.0040869619332%;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mask-2 {
  padding-top: 5px;
}

.button-3 {
  padding: 15px 34px;
  border-radius: 10px;
  background-color: #ac997c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.button-3:hover {
  background-color: #ac997c;
}

.button-3.enviar {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-align: center;
}

.button-3.enviar._2 {
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.image-4 {
  width: 2vw;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-4:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  margin-left: 5px;
  color: #ac997c;
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 700;
}

.div-block-15 {
  margin-bottom: 100px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vw;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  width: 30%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 28vw;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.div-block-19:hover {
  background-color: #fff;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vw;
  min-height: 12vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border: 1px solid #ac997c;
  border-radius: 20px;
}

.text-block-6 {
  margin-top: 15px;
  color: #333;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 700;
  text-align: center;
}

.text-block-7 {
  margin-top: 5px;
  color: #444;
  font-size: 1.2vw;
  line-height: 1.5vw;
  text-align: center;
}

.image-5 {
  width: 65%;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  min-width: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21.rodape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1vw;
}

.link-block-4 {
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 5px;
  margin-left: 5px;
}

.image6 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image6:hover {
  -webkit-filter: none;
  filter: none;
}

.div-block-22 {
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-8 {
  margin-bottom: 20px;
  color: #333;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 700;
}

.div-block-26 {
  min-height: 20px;
  margin-top: 10px;
}

.link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #666;
  font-size: 1.2vw;
  line-height: 1.2vw;
  text-decoration: none;
}

.link:hover {
  color: #ac997c;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ac997c;
  margin-top: 20px;
}

.text-block-9 {
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #333;
  text-decoration: none;
}

.link-block-6:hover {
  color: #ac997c;
}

.image-6 {
  width: 2vw;
}


.image-07 {
  width: 5vw;
}

.text-block-11 {
  margin-left: 5px;
  font-size: 1.2vw;
  font-weight: 100;
}

.link-2 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #ac997c;
}

.div-block-31 {
  min-height: 250px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 50px;
}

.div-block-33 {
  width: 100%;
  min-height: 500px;
  margin-top: -55px;
  padding: 20px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(162, 37, 44, 0.15);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #888;
}

.div-block-33:hover {
  box-shadow: 0 0 14px 0 #ac997c7d;
}

.div-block-33.detalhes2 {
  width: 97%;
  min-height: auto;
  margin: 0px auto 25px;
}

.div-block-33.detalhes2.localizacao {
  width: 97%;
  margin-bottom: 0px;
}

.div-block-34 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 38%;
  max-height: 100%;
  min-height: 100%;
  padding-top: 0px;
  border-radius: 10px;
  background-color: transparent;
}

.div-block-34.busca {
  width: 28%;
  margin-top: 0vw;
  padding-top: 1vw;
}

.div-block-35 {
  position: -webkit-sticky;
  position: sticky;
  top: 6vw;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(162, 37, 44, 0.15);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-35:hover {
  box-shadow: 0 0 14px 0 #ac997c7d;
}

.div-block-35.filtro {
  top: 7vw;
  min-height: auto;
}

.div-block-35.detalhes2 {
  position: static;
  width: 97%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 400;
}

.heading-3.edit2 {
  margin-bottom: 10px;
  line-height: 3vw;
}

.text-block-12 {
  color: #666;
  font-size: 1vw;
  line-height: 1vw;
}

.div-block-41 {
display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; align-content: space-between; }

.div-block-40 { display: flex; min-width: 80%; margin-top: 0px; margin-right: auto; margin-bottom: 5px; margin-left: auto; padding-top: 5px; padding-right: 11px; padding-bottom: 5px; padding-left: 11px; flex-direction: row; justify-content: space-between; align-items: flex-start; border-top-style: solid; border-top-width: 1px; border-top-color: hsla(254.59459459459458, 80.43%, 18.04%,0.09); border-right-style: solid; border-right-width: 1px; border-right-color: hsla(254.59459459459458, 80.43%, 18.04%,0.09); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: hsla(254.59459459459458, 80.43%, 18.04%,0.09); border-left-style: solid; border-left-width: 1px; border-left-color: hsla(254.59459459459458, 80.43%, 18.04%,0.09); border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: white; box-shadow: 0 0 11px 0 hsla(51.29533678756477, 100.00%, 37.84%, 0.05); text-align: center; }
.div-block-53 {
  display: inline-block;
  width: 2vw;
  height: 2vw;
}

.text-block-29 {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  color: #666;
  font-size: 1.2vw;
  line-height: 2vw;
}

.text-block-29._2 {
  color: #ac997c;
  font-size: 1.2vw;
  font-weight: 900;
}

.div-block-54 {
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.div-block-55 {
  margin-top: 50px;
  margin-right: 30px;
  margin-left: 30px;
}

.heading-4 {
  margin-top: 0px;
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 400;
}

.text-block-30 {
  color: #666;
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-weight: 100;
  text-align: justify;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ac997c;
}

.html-embed {
  height: 30vw;
  max-height: 30vw;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.form-2 {
  text-align: left;
}

.form-block {
  margin-top: 15px;
  margin-bottom: 0px;
}

.field-wrap {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-field-label {
  position: absolute;
  z-index: 10;
  display: inline-block;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  background-color: #fff;
  color: #333;
  font-size: 1.2vw;
  line-height: 1vw;
  font-weight: 100;
}

.form-field {
  position: relative;
  z-index: 1;
  min-height: 2.5vw;
  margin-bottom: 5px;
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdd;
  border-radius: 5px;
  background-color: transparent;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.form-field:active {
  border-color: #333;
}

.form-field:focus {
  border-color: #333;
}

.form-field::-webkit-input-placeholder {
  color: #d8d8d8;
}

.form-field:-ms-input-placeholder {
  color: #d8d8d8;
}

.form-field::-ms-input-placeholder {
  color: #d8d8d8;
}

.form-field::placeholder {
  color: #d8d8d8;
}

.field-wrap-2 {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-wrap-2._2 {
  padding-bottom: 0px;
}

.textarea-2 {
  width: 100%;
  max-width: 99.8807466947115%;
  min-height: 50px;
  min-width: auto;
  padding-top: 11px;
  border: 1px solid #dcdcdd;
  border-radius: 5px;
  font-size: 1.5vw;
  line-height: 2vw;
}

.textarea-2:focus {
  border-color: #333;
}

.div-block-58 {
  width: 70%;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-59 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.text-block-33 {
  margin-top: 5px;
  color: #666;
  font-size: 1vw;
  line-height: 1.5vw;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  margin-bottom: 0px;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ac997c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.dropdown-toggle:hover {
  background-color: #ac997c;
}

.dropdown {
  display: block;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.div-block-61 {
  overflow: auto;
  max-height: 100%;
  margin-top: 15px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-61._2 {
  overflow: visible;
  max-height: none;
  margin-top: 10px;
}

.div-block-62 {
  min-height: 350px;
  padding-top: 5vw;
}

.div-block-63 {
  position: relative;
  width: 90%;
  min-height: 100px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25%;
}

.text-block-34 {
  margin-bottom: 5px;
  color: #666;
  font-size: 1.2vw;
  line-height: 1.2vw;
  font-weight: 100;
}

.field-wrap-3 {
  position: relative;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-field-label-2 {
  position: absolute;
  z-index: 10;
  display: inline-block;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  background-color: #fff;
  color: #333;
  font-size: 1.2vw;
  line-height: 1vw;
  font-weight: 400;
}

.form-field-2 {
  position: relative;
  z-index: 1;
  height: 50px;
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdd;
  background-color: transparent;
}

.form-field-2:focus {
  border-color: #ac997c;
}

.form-field-2::-webkit-input-placeholder {
  color: #ac997c;
}

.form-field-2:-ms-input-placeholder {
  color: #ac997c;
}

.form-field-2::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field-2::placeholder {
  color: #ac997c;
}

.form-field-2.select-field {
  padding-top: 8px;
}

.form-field-2.select-field.wide {
  display: block;
  height: auto;
  min-height: 3vw;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #333;
  font-size: 1vw;
  line-height: 1vw;
  cursor: pointer;
}

.form-field-2.select-field.wide:focus {
  border-color: #ac997c;
  color: #ac997c;
}

.field-wrap-4 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-field-3 {
  position: relative;
  z-index: 1;
  min-height: 3vw;
  margin-bottom: 5px;
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdd;
  border-radius: 5px;
  background-color: transparent;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.form-field-3:focus {
  border-color: #333;
}

.form-field-3::-webkit-input-placeholder {
  color: #d8d8d8;
}

.form-field-3:-ms-input-placeholder {
  color: #d8d8d8;
}

.form-field-3::-ms-input-placeholder {
  color: #d8d8d8;
}

.form-field-3::placeholder {
  color: #d8d8d8;
}

.div-block-65 {
  width: 70%;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-66 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.text-block-35 {
  margin-bottom: 10px;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-align: center;
}

.div-block-67 {
  display: block;
  text-align: center;
}

.button-5 {
  margin: 5px;
  border-radius: 5px;
  background-color: #ac997c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1.5vw;
  line-height: 1..5vw;
}

.button-5:hover {
  background-color: #ac997c;
}

.button-5.w--current {
  background-color: #ac997c;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 250px;
  margin: 50px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-69 {
  width: 100%;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(162, 37, 44, 0.15);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-69:hover {
  box-shadow: 0 0 14px 0 #ac997c7d;
}

.div-block-69._2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.form-3 {
  margin-top: 25px;
}

.div-block-70 {
  margin-top: 15px;
}

.columns-5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkbox-label {
  font-size: 1.5vw;
  line-height: 2vw;
}

.checkbox-label-2 {
  font-size: 1.5vw;
  line-height: 2vw;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 120px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 10px;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.image-8 {
  border-radius: 10px;
}

.lightbox-link-2 {
  margin-right: 5px;
  margin-left: 5px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-74 {
  width: 1px;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ac997c;
}

.bold-text {
  font-size: 1vw;
  line-height: 1vw;
}

.codigo {
  padding-right: 45px;
  padding-left: 45px;
  border-bottom: 4px solid  #ac997c;
  border-radius: 5px;
  background-color: transparent;
  color: #444;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 100;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-78 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  max-height: 100%;
  min-height: 100vw;
  margin-top: 5vw;
  margin-right: auto;
  margin-left: auto;
}

.collection-list {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 55.3vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-79 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.div-block-80 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-5 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 0 14px 0 rgba(162, 37, 44, 0.15);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.slider-5:hover {
  box-shadow: 0 0 14px 0 #ac997c7d;
}

.button-6 {
  padding: 10px 34px;
  border-radius: 10px;
  background-color: #ffcc29;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #72614e;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.button-6:hover {
  background-color: #72614e;
  color: #ffcc29;
}

.button-6.whats {
  display: block;
  margin-bottom: 5px;
  padding: 10px 0vw 10px 2vw;
  background-color: #00e676;
  background-image: url('https://imoveis.construtoracalaca.com.br/images/2whatsapp_12whatsapp.png');
  background-position: 10vw 50%;
  background-size: 2vw;
  background-repeat: no-repeat;
  color: #000;
  font-size: 1.5vw;
  line-height: 2vw;
  text-align: center;
}

.button-6.whats:hover {
  background-color: #00b45c;
  background-image: url('https://imoveis.construtoracalaca.com.br/images/22whatsapp_122whatsapp.png');
  color: #fff;
}

.div-block-81 {
  width: 100%;
  min-height: 500px;
  margin-top: -55px;
  padding: 20px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(255, 204, 41, 0.25);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #888;
}

.div-block-81:hover {
  box-shadow: 0 0 14px 0 rgba(255, 204, 41, 0.5);
}

.div-block-81.second {
  min-height: auto;
  margin-top: 20px;
  box-shadow: 0 0 14px 0 rgba(255, 204, 41, 0.15);
}

.div-block-81.second:hover {
  box-shadow: 0 0 14px 0 rgba(255, 204, 41, 0.5);
}

.div-block-81.second.detalhes2 {
  width: 97%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.slider-6 {
  min-height: 35vw;
  background-color: rgba(114, 97, 78, 0.1);
}

.html-embed-2 {
  width: 100.0507530799279%;
  height: 100%;
}

.div-block-85 {
  min-height: 32vw;
}

.html-embed-3 {
  height: 32vw;
  min-height: 32vw;
}

.slide-nav-5 {
  display: none;
}

.lightbox-link-4 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.image-10 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-10.detalhes {
  object-fit: contain;
}

.slide-4 {
  border-radius: 10px;
}

.text-block-36 {
  font-size: 1.5vw;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-37 {
  margin-right: 5px;
  color: #666;
  font-size: 1vw;
  line-height: 1vw;
}

.div-block-87 {
  min-height: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

.div-block-88 {
  position: relative;
}

.image-15 {
  margin-top: 0vw;
  border-radius: 5px;
}

.button-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vw;
  height: 3vw;
  margin-top: -1vw;
  margin-right: -1vw;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ac997c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 2vw;
  line-height: 2vw;
}

.button-7:hover {
  margin-top: -1vw;
  margin-right: -1vw;
  background-color: #333;
  color: #ac997c;
}

.image-10-1 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: contain;
}

@media screen and (max-width: 991px) {

  .div-block-68 {
  width: 90%;
}


    .div-block-78 {
      width: 90%;
  }

  .div-block-58 {
  width: 90%;

}

    .link-blockwhats {
    z-index: 9999999999;
    width: 9vw;
    height: 9vw;
      background-size: 5vw;

  }
  .brand {
    width: 20vw;
  }
  .brand.w--current {
    width: 25vw;
  }
  .brand.rodape {
    width: 15vw;
    padding-left: 0px;
  }
  .nav-menu {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #a2252ced;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.36);
  }
  .div-block {
    height: 45vw;
    max-height: 45vw;
    min-height: 45vw;
  }
  .nav-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 3vw;
    line-height: 3vw;
    text-align: right;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.phone {
      color: #fff;
      margin-left: auto;
    margin-right: auto;
    padding-right: 25px;
    background-size: 2.5vw;
  }
  .div-block-4 {
    padding-top: 10px;
  }
  .div-block-5 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .button-2 {
    margin-right: 0px;
    padding-right: 37px;
    padding-left: 37px;
    font-size: 3vw;
    line-height: 2vw;
  }
  .button-2.color {
    margin-right: 0px;
    padding-right: 50px;
    padding-left: 50px;
    line-height: 2vw;
  }
  .text-field {
    margin-left: 0px;
    font-size: 3vw;
    line-height: 3vw;
  }
  .submit-button {
    margin-right: 0px;
    font-size: 3vw;
    line-height: 3px;
  }
  .select-field {
    font-size: 3vw;
    line-height: 3vw;
  }
  .select-field1 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .text-field-2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .slider-3 {
    min-height: 45vw;
  }
  .slide {
    width: 31%;
    margin-right: 1vw;
    margin-left: 1vw;
  }
  .link-block-3 {
    height: 18vw;
    min-height: 18vw;
  }
  .text-block-2 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .text-block-3 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .div-block-12 {
    min-height: 6vw;
    margin-top: 5px;
  }
  .text-block-4 {
    font-size: 2.5vw;
    line-height: 3vw;
    text-align: left;
  }
  .text-block-4.detalhesdoimovel {
    font-size: 3vw;
  }
  .button-3 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .button-3.enviar {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2vw;
    line-height: 2vw;
  }
  .button-3.enviar._2 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

  }
  .image-4 {
    width: 3vw;
  }
  .div-block-19 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-20 {
    width: 15vw;
    min-height: 15vw;
  }
  .text-block-6 {
    font-size: 2vw;
  }
  .text-block-7 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .div-block-21 {
    padding: 8px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }
  .div-block-21.rodape {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
  }
  .link-block-4 {
    width: 3vw;
    height: 3vw;
  }
  .div-block-22 {
    min-height: 350px;
    padding-bottom: 50px;
  }
  .div-block-25 {
    width: 30%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .text-block-8 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .link {
    font-size: 2vw;
    line-height: 2vw;
  }
  .text-block-9 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .image-6 {
    width: 3vw;
  }

    .image-07 {
    width: 6vw;
  }
  .text-block-11 {
    font-size: 2vw;
    line-height: 3vw;
  }
  .menu-button {
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #ac997c;
  }
  .menu-button.w--open {
    border-radius: 10px;
    background-color: #ac997c;
  }
  .div-block-31 {
    margin-top: 15vw;
    padding-top: 0px;
  }
  .div-block-33 {
    min-height: 250px;
    margin-top: -20px;
  }
  .div-block-35 {
    top: 12vw;
    padding: 10px 20px;
  }
  .heading-3.edit2 {
    font-size: 4vw;
    line-height: 4vw;
  }
  .text-block-12 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-29 {
    font-size: 2vw;
  }
  .text-block-29._2 {
    font-size: 2vw;
  }
  .div-block-54 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-55 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading-4 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .text-block-30 {
    font-size: 2vw;
    line-height: 2.5vw;
  }
  .div-block-56 {
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-block {
    margin-top: 5px;
  }
  .field-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-field-label {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }
  .form-field {
    min-height: 6vw;
    font-size: 1.5vw;
    line-height: 1.5vw;
  }
  .field-wrap-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .textarea-2 {
    min-height: 50px;
    border-radius: 5px;
    font-size: 2vw;
  }
  .text-block-33 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .div-block-60 {
    margin-bottom: 10px;
  }
  .dropdown-toggle {
    margin-bottom: 15px;
    padding: 10px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
  }
  .div-block-62 {
    padding-top: 10vw;
  }
  .div-block-63 {
    margin-top: 25px;
  }
  .field-wrap-3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-field-label-2 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .form-field-2.select-field.wide {
    min-height: 6vw;
    color: #a0a0a0;
    font-size: 2vw;
    line-height: 2vw;
  }
  .field-wrap-4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-field-3 {
    min-height: 6vw;
    font-size: 2vw;
    line-height: 2vw;
  }
  .text-block-35 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .button-5 {
    font-size: 3vw;
    line-height: 2vw;
  }
  .div-block-68 {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .checkbox-label {
    font-size: 2vw;
  }
  .checkbox-label-2 {
    font-size: 2vw;
  }
  .link-block-7 {
    width: 20%;
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .div-block-73 {
    margin-top: 5px;
  }
  .bold-text {
    font-size: 2vw;
  }
  .codigo {
    font-size: 3vw;
    line-height: 2vw;
  }
  .div-block-77 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .collection-list {
    top: 15vh;
    min-height: 50vh;
  }
  .button-6 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .button-6.whats {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 9vw 50%;
    font-size: 2vw;
    line-height: 2vw;
    text-align: center;
  }
  .div-block-81 {
    min-height: 250px;
    margin-top: -20px;
  }
  .text-block-36 {
    font-size: 2vw;
  }
  .text-block-37 {
    font-size: 2vw;
    line-height: 2vw;
  }
  .div-block-87 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-7 {
    width: 5vw;
    height: 5vw;
    margin-top: -2vw;
    margin-right: -2vw;
    font-size: 3vw;
    line-height: 3vw;
  }
  .button-7:hover {
    margin-top: -2vw;
    margin-right: -2vw;
  }

  .div-block-3 {
  width: 90%;
}
}

@media screen and (max-width: 767px) {

    .lightbox-link-sobre {
    width: 40%;
    height: 25vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-block-sobre {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

    .link-blockwhats {
    width: 8vw;
    height: 8vw;
    background-size: 7vw;

  }

  .brand {
    width: 28vw;
    padding-left: 0px;
  }
  .brand.w--current {
    width: 30vw;
  }
  .brand.rodape {
    width: 35vw;
    padding-right: 12px;
    padding-left: 12px;
  }
  .div-block {
    height: 50vw;
    max-height: 50vw;
    min-height: 50vw;
  }
  .nav-link {
    font-size: 4vw;
    line-height: 4vw;
  }
  .nav-link.w--current {
    font-size: 4vw;
    line-height: 4vw;
  }
  .nav-link.phone {
    padding-right: 25px;
    background-size: 3vw;
  }
  .div-block-2 {
    margin-top: -25px;
  }
  .div-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .button-2 {
    padding-right: 30px;
    padding-left: 30px;
    line-height: 2vw;
  }
  .button-2.color {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .select-field {
    margin-right: auto;
    margin-left: auto;
  }
  .select-field1 {
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .heading-2 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .slider-3 {
    min-height: 65vw;
  }
  .slide {
    width: 48%;
  }
  .div-block-10.detalhes {
    width: 48.8%;
    margin-right: 0.5vw;
    margin-bottom: 1vw;
    margin-left: 0.5vw;
  }
  .link-block-3 {
    height: 25vw;
    min-height: 25vw;
  }
  .text-block-2 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .text-block-3 {
    margin-top: 10px;
    font-size: 3.2vw;
    line-height: 3.5vw;
  }
  .div-block-12 {
    min-height: 7vw;
  }
  .text-block-4 {
    font-size: 4vw;
    line-height: 5vw;
    text-align: center;
  }
  .button-3.enviar {
    font-size: 3vw;
    line-height: 3vw;
  }
  .button-3.enviar._2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .image-4 {
    width: 4vw;
  }
  .text-block-5 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .div-block-20 {
    width: 18vw;
    min-height: 18vw;
  }
  .text-block-6 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .text-block-7 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .link-block-4 {
    width: 6vw;
    height: 6vw;
  }
  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-25 {
    width: 100%;
    min-height: auto;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .text-block-8 {
    margin-bottom: 10px;
    font-size: 4vw;
    line-height: 4vw;
  }
  .div-block-26 {
    margin-top: 5px;
  }
  .link {
    font-size: 3vw;
  }
  .text-block-9 {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .image-6 {
    width: 4vw;
  }
    .image-07 {
    width: 7vw;
  }
  .text-block-11 {
    font-size: 3vw;
  }
  .div-block-31 {
    padding-top: 1px;
  }
  .div-block-33 {
    margin-top: 20px;
  }
  .div-block-33.detalhes2 {
    width: 100%;
  }
  .div-block-33.detalhes2.localizacao {
    width: 100%;
  }
  .div-block-34 {
    position: relative;
    width: 100%;
  }
  .div-block-34.busca {
    width: 100%;
    margin-bottom: 15px;
  }
  .div-block-35 {
    min-height: auto;
    margin-top: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-35.detalhes2 {
    width: 100%;
    margin-top: 0px;
  }
  .heading-3 {
    font-size: 4vw;
    line-height: 4vw;
  }
  .text-block-12 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .div-block-40 {
    align-items: center;
  }
  .div-block-53 {
    width: 4vw;
    height: 4vw;
  }
  .text-block-29 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .div-block-54 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-55 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .heading-4 {
    font-size: 4vw;
    line-height: 4vw;
  }
  .text-block-30 {
    margin-bottom: 0px;
    font-size: 3vw;
    line-height: 3.5vw;
  }
  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-field-label {
    font-size: 3vw;
    line-height: 3vw;
  }
  .form-field {
    min-height: 8vw;
    font-size: 3vw;
    line-height: 3vw;
  }
  .textarea-2 {
    max-width: 100%;
    min-width: auto;
    font-size: 3vw;
    line-height: 3vw;
  }
  .div-block-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown-toggle {
    font-size: 3vw;
    line-height: 3vw;
  }
  .div-block-62 {
    padding-top: 18vw;
  }
  .div-block-63 {
    padding-right: 0%;
  }
  .text-block-34 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .form-field-label-2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .form-field-2.select-field.wide {
    min-height: 8vw;
    font-size: 3vw;
    line-height: 3vw;
  }
  .form-field-3 {
    min-height: 8vw;
    font-size: 3vw;
    line-height: 3vw;
  }
  .text-block-35 {
    font-size: 4vw;
    line-height: 4vw;
  }
  .div-block-68 {
    margin-top: 0px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-69 {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .checkbox-label {
    font-size: 3vw;
    line-height: 3vw;
  }
  .checkbox-label-2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .link-block-7 {
    width: 25%;
    margin-bottom: 15px;
  }
  .bold-text {
    font-size: 2vw;
    line-height: 2vw;
  }
  .div-block-77 {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-78 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
      width: 90%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-list {
    width: 100%;
  }
  .div-block-79 {
    width: 100%;
    margin-top: 25px;
  }
  .div-block-80 {
    position: relative;
    width: 100%;
  }
  .button-6.whats {
    background-position: 32vw 50%;
    background-size: 4vw;
    font-size: 3vw;
    line-height: 3vw;
  }
  .div-block-81 {
    margin-top: 20px;
  }
  .div-block-81.second.detalhes2 {
    width: 100%;
  }
  .div-block-85 {
    min-height: 55vw;
  }
  .html-embed-3 {
    height: 55vw;
    min-height: 55vw;
  }
  .text-block-36 {
    font-size: 3vw;
  }
  .text-block-37 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .button-7 {
    width: 7vw;
    height: 7vw;
    font-size: 5vw;
    line-height: 5vw;
  }
}

@media screen and (max-width: 479px) {
    .link-blockwhats {
    width: 13vw;
    height: 13vw;
      background-size: 8vw;

  }
  .brand {
    width: 45vw;
  }
  .brand.w--current {
    width: 45vw;
  }
  .brand.rodape {
    width: 75vw;
  }
  .div-block {
    height: 60vw;
    max-height: 60vw;
    min-height: 60vw;
    margin-top: 22vw;
  }
  .nav-link {
    display: block;

    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 5vw;
    line-height: 5vw;
  }
  .nav-link:hover {
    display: block;
  }
  .nav-link.w--current {
    font-size: 5vw;
    line-height: 5vw;
  }
  .nav-link.phone {

    background-size: 5vw;
  }
  .div-block-2 {
    margin-top: 0px;
  }
  .left-arrow-2 {
    margin-top: auto;
    margin-bottom: auto;
  }
  .div-block-4 {
    margin-top: 20px;
  }
  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .button-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
  }
  .button-2.color {
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
  }
  .div-block-6 {
    margin-top: 20px;
  }
  .text-field {
    font-size: 5vw;
    line-height: 5vw;
  }
  .text-field:focus {
    border-color: #333;
  }
  .submit-button {
    font-size: 5vw;
    line-height: 5px;
  }
  .select-field {
    margin-right: auto;
    margin-left: auto;
    font-size: 5vw;
    line-height: 5vw;
  }
  .select-field1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 5vw;
    line-height: 5vw;
  }
  .select-field:active {
    border-color: #333;
  }
  .select-field1:active {
    border-color: #333;
  }
  .text-field-2 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .text-field-2:focus {
    border-color: #333;
  }
  .heading-2 {
    font-size: 9vw;
    line-height: 9vw;
  }
  .slider-3 {
    min-height: 110vw;
  }
  .slide {
    width: 100%;
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .div-block-10.detalhes {
    width: 100%;
    margin-right: auto;
    margin-bottom: 5vw;
    margin-left: auto;
  }
  .link-block-3 {
    height: 50vw;
    min-height: 50vw;
  }
  .text-block-2 {
    font-size: 9vw;
    line-height: 9vw;
  }
  .text-block-3 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .div-block-12 {
    min-height: 12vw;
  }
  .text-block-4 {
    font-size: 8vw;
    line-height: 8vw;
    text-align: center;
  }
  .text-block-4.detalhesdoimovel {
    font-size: 8vw;
  }
  .button-3 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .button-3.enviar {
    font-size: 5vw;
    line-height: 5vw;
  }
  .button-3.enviar._2 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .image-4 {
    width: 8vw;
  }
  .text-block-5 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-18 {
    width: 100%;
  }
  .div-block-19 {
    margin-bottom: 15px;
  }
  .div-block-20 {
    width: 40vw;
    min-height: 40vw;
  }
  .text-block-6 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .text-block-7 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .link-block-4 {
    width: 7vw;
    height: 7vw;
  }
  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-25 {
    width: 100%;
    min-height: auto;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 5vw;
    line-height: 6vw;
    text-align: center;
  }
  .div-block-26 {
    margin-top: 3px;
    text-align: center;
  }
  .link {
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
  }
  .text-block-9 {
    font-size: 4vw;
    line-height: 5vw;
    text-align: center;
  }
  .link-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-block-6._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-6 {
    width: 6vw;
  }

    .image-07 {
    width: 9vw;
  }
  .text-block-11 {
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 5vw;
    line-height: 6vw;
    text-align: justify;
  }
  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-31 {
    margin-top: 25vw;
    padding-top: 0px;
  }
  .div-block-33.detalhes2 {
    width: 100%;
  }
  .div-block-35.detalhes2 {
    width: 100%;
  }
  .heading-3 {
    margin-bottom: 25px;
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }
  .heading-3.edit2 {
    font-size: 7vw;
    line-height: 7vw;
  }
  .text-block-12 {
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
  }
  .div-block-40 {
    margin-bottom: 5px;
  }
  .div-block-53 {
    width: 8vw;
    height: 8vw;
  }
  .text-block-29 {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .text-block-29._2 {
    font-size: 4vw;
  }
  .heading-4 {
    font-size: 6vw;
    line-height: 6vw;
    text-align: center;
  }
  .text-block-30 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .html-embed {
    height: 75vw;
    max-height: 75vw;
  }
  .form-2 {
    text-align: center;
  }
  .form-field-label {
    font-size: 5vw;
    line-height: 5vw;
  }
  .form-field {
    min-height: 15vw;
    font-size: 5vw;
    line-height: 5vw;
  }
  .textarea-2 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .text-block-33 {
    font-size: 4vw;
    line-height: 4vw;
  }
  .div-block-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-toggle {
    font-size: 5vw;
    line-height: 5vw;
  }
  .div-block-62 {
    padding-top: 25vw;
  }
  .text-block-34 {
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
  }
  .form-field-label-2 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .form-field-2.select-field.wide {
    min-height: 15vw;
    font-size: 5vw;
    line-height: 5vw;
  }
  .form-field-3 {
    min-height: 15vw;
    font-size: 5vw;
    line-height: 5vw;
  }
  .text-block-35 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .button-5 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .checkbox-field {
    text-align: left;
  }
  .checkbox-label {
    font-size: 5vw;
    line-height: 5vw;
  }
  .checkbox-label-2 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .link-block-7 {
    width: 100%;
    margin-bottom: 15px;
  }
  .div-block-71 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-73 {
    margin-top: 10px;
  }
  .bold-text {
    font-size: 4vw;
    line-height: 4vw;
  }
  .codigo {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
  }
  .div-block-76 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-77 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .collection-list {
    min-height: 50vw;
  }
  .button-6 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .button-6.whats {
    background-position: 23vw 50%;
    background-size: 6vw;
    font-size: 5vw;
    line-height: 5vw;
  }
  .div-block-81.second.detalhes2 {
    width: 100%;
  }
  .text-block-36 {
    font-size: 5vw;
  }
  .div-block-86 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-37 {
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
  }
  .button-7 {
    width: 10vw;
    height: 10vw;
  }
}

@font-face {
  font-family: 'Proxima nova alt';
  src: url('https://imoveis.construtoracalaca.com.br/fonts/Proxima-Nova-Alt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('https://imoveis.construtoracalaca.com.br/fonts/Proxima-Nova-Alt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('https://imoveis.construtoracalaca.com.br/fonts/Proxima-Nova-Alt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://imoveis.construtoracalaca.com.br/fonts/Proxima-Nova-Bold.ttf') format('truetype'), url('https://imoveis.construtoracalaca.com.br/fonts/Proxima-Nova-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://imoveis.construtoracalaca.com.br/fonts/Proxima-Nova-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://imoveis.construtoracalaca.com.br/fonts/Proxima-Nova-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('https://imoveis.construtoracalaca.com.br/fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova reg';
  src: url('https://imoveis.construtoracalaca.com.br/fonts/Proximanova-reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
