.carregando {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10000;
  display: none;
}
.carregando .loading-realty {
  width: 154px;
  height: 154px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  margin-left: -77px;
  margin-top: -77px;
  position: absolute;
  z-index: 9999999999;
}
.call2action {
  height: 260px;
  width: 281px;
  position: fixed;
  z-index: 999;
  top: 140px;
  right: -280px;
  overflow: visible;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.call2action .content {
  background: #5e2e91;
  height: 100%;
  width: 100%;
  transition: 0.3s 0.2s;
  text-align: center;
}

.call2action .content img {
  border-radius: 50%;
  width: 83px;
  margin: 10px 0;
}
.call2action .content p {
  padding: 0 26px;
  line-height: 1.2em;
  color: #ffffff;
  text-align: center;
}

.call2action .button {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  height: 56px;
  width: 120px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  border-radius: 28px;
  transition: width 0.3s, border-radius 0.3s, height 0.3s 0.1s, top 0.3s 0.1s,
    background 0s 0.6s;
}
.call2action .button.expanded {
  height: 250px;
  width: 90%;
  border-radius: 5px;
  top: -47%;
}
.call2action .button.full {
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 0;
  background: #f9f9f9 url('https://cbwconline.com/IMG/Codepen/Background.svg')
    no-repeat;
  background-size: 100%;
  background-position: 0 0;
  transition: 0.5s;
}

.call2action form {
  width: 100%;
  margin: auto;
  height: 100%;
  position: relative;
  text-align: center;
  transition: 0.3s 0.6s;
}
.call2action form.hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.01s;
}

.call2action input {
  display: inline-block;
  background: #f9f9f9;
  width: 90%;
  margin: 15px auto;
  border: 0;
  border-bottom: 1px solid lightgrey;
  padding: 12px 0;
  outline: 0;
  font-size: 15px;
}

.call2action .sign-up {
  width: 100%;
  height: 22px;
  padding: 18px 0;
  margin: auto;
  position: absolute;
  color: #5e2e91;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  font-size: 15px;
  font-weight: bold;
}
.call2action .sign-up.hidden {
  visibility: hidden;
  opacity: 0;
}
.call2action button {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  background: #e0a800;
  height: 50px;
  width: 120px;
  padding: 0;
  margin: auto;
  border: none;
  border-radius: 0px;
  outline: none;
  overflow: hidden;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.2em;
  transition: 0.3s 0.7s, background 0.1s 0.3s;
}
.call2action buttons {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  background: #14ffb5;
  height: 56px;
  width: 120px;
  padding: 0;
  margin: auto;
  border: none;
  border-radius: 28px;
  outline: none;
  overflow: hidden;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  color: #f9f9f9;
  font: 500 20px Roboto;
  cursor: pointer;
  transition: 0.3s 0.7s, background 0.1s 0.3s;
}
.call2action button.hidden {
  width: 0;
}
.call2action button.fab {
  background: #14ffb5 url('https://cbwconline.com/IMG/Codepen/Add.svg') center
    center no-repeat;
  width: 56px;
  height: 56px;
  margin: 0;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  transition: 0.3s;
}
.call2action .close {
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -46px;
}

#modal-whatsapp {
  display: none;
}

.show-search-area {
  display: none;
}
/* .footer-fixed {
  display: none;
} */

/** click2call **/
/* @media (max-width: 992px) {
	.click2call {
		display: none;
	}
	.footer-fixed {
		display:block;
		position:fixed;
		z-index: 99;
		width:100%;
		color: #000000;
		bottom:0;
		padding:9px;
		background-color: #fff;
		font-size:12px;
		box-shadow: 0px 3px 9px #000;
	}
	.footer-fixed a {
		color: #ffffff;
	}
	.footer-fa {
		float:left;
		font-size:43px;
		margin-right:10px
	}
	
	.footer-fixed-top-p {
		color: #fff;
	    font-size: 17px;
	    font-weight: bold;
	    margin: 0;
	    padding: 0;
		letter-spacing: 0.05em;
	}
	
	.footer-blocks-center {
		float: left;
		padding: 10px 10px;
	}
	
	.bt-call {
		width: 79%;
	    background: #d39e00;
	    border-radius: 5px;
	    text-align: center;
	    float: left;
	}
	.bt-whats {
		width: 19%;
	    background: #d39e00;
	    border-radius: 5px;
	    text-align: center;
	    float: right;
	}
	.bt-whats .fa {
		font-size: 29px;
	}
	.icon-bar {
		display: none;
	}
	.main-header {
		background: #000000;
	}
	.show-search-area {
	    z-index: 9999;
	    display: block;
	}
} */

/** chosen select **/
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
  margin-top: 0;
  zoom: 1;
  padding: 0;
}

.chzn-container .chzn-drop {
  position: absolute;
  top: 40px;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e2e3e5;
  color: #74777c;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('images/chosen-sprite.png') no-repeat 0px 2px;
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 41px;
  background-color: rgba(255, 255, 255, 0.1);
  background-clip: padding-box;
  color: #74777c;
  text-decoration: none;
  white-space: nowrap;
  line-height: 41px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.chzn-container-single .chzn-default {
  color: #74777c;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 60px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 13px;
  right: 48px;
  display: block;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s;
}
.chzn-container-single .chzn-single abbr:before {
  content: '\f00d';
}
.chzn-container-single .chzn-single abbr:hover {
  transform: scale(1.2);
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 38px;
  height: 100%;
}
.chzn-container-single .chzn-single div:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 80%;
  margin-top: 10%;
  border-left: 1px solid #e4e4e4;
}
.chzn-container-single .chzn-search:before,
.chzn-container-single .chzn-single div b {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.chzn-container-single .chzn-single div b {
  font-family: FontAwesome;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center;
}
.chzn-container-single .chzn-single div b:before {
  content: '\f078';
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input[type='text'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid rgba(116, 119, 124, 0.5);
  background-color: #fff;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-single .chzn-search:before,
.tparrows {
  font-family: FontAwesome;
  -moz-osx-font-smoothing: grayscale;
}
.chzn-container-single .chzn-search:before {
  content: '\f002';
  position: absolute;
  top: 9px;
  right: 10px;
  color: #74777c;
  line-height: 1;
}
.chzn-container-single .chzn-drop {
  border-radius: 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 210px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  transition: all 0.2s;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #333;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.sb-icon-search,
.tparrows {
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 45px 0 0;
  width: 100%;
  height: auto !important;
  background-color: transparent;
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}

.chzn-container-multi .chzn-choices li.search-field {
  margin: -45px 0 0 0;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  padding: 5px;
  z-index: 0;
  border: 1px solid #d5dadf;
  height: 44px;
  border-radius: 2px;
  background: #fff;
}
.chzn-container-multi .chzn-choices li.search-field input {
  width: 100% !important;
}
.chzn-container-multi .chzn-choices li.search-field input[type='text'] {
  height: 34px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: Lato, sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #74777c;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0 28px 0 14px;
  border: 1px solid #9F2429;
  background: #9F2429;
  color: #fff;
  line-height: 26px;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 7px;
  right: 12px;
  display: block;
  width: 12px;
  height: 12px;
  color: #74777c;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container-multi
  .chzn-choices
  li.search-choice
  .search-choice-close:before {
  color: #fff;
}
.chzn-container-multi
  .chzn-choices
  li.search-choice
  .search-choice-close:hover {
  text-decoration: none;
  transform: scale(1.2);
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  color: #adb2b6;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi
  .chzn-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-drop {
  margin-top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container-active .chzn-single {
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border-color: #adb2b6;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: 0 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close,
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li.search-field input[type='text'] {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl .chzn-drop,
.chzn-rtl.chzn-container-single-nosearch .chzn-search {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input[type='text'] {
  padding: 4px 5px 4px 20px;
  background: url(images/chzn-sprite.png) -30px -20px no-repeat;
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}

/** chosen select **/
