@import "fontawesome/css/font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);

*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #464646;
	font-weight: 300;
	background: #F1F1F1;
	overflow-x: hidden;
}
img {
	display: block;
	border: none;
	max-width: 100% !important;
	vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	color: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html button[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
ul {
	list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/** BOOTSTRAP **/
.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13 {
  float: left;
}
.col-xs-13 {
  width: 20%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13 {
	float: left;
	}
	.col-sm-13 {
		width: 20%;
	}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
 }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13 {
    float: left;
  }
	.col-md-13 {
		width: 20%;
	}
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  }
label {
	display: inline-block;
	max-width: 100%;
	font-weight: 700;
	margin-bottom: 5px;
}
.form-control {
	display: block;
	width: 100%;
	height: 44px;
	background-color: #FFF;
	font-size: 16px;
	color: #555;
	padding: 9px 14px;
	border: 1px solid #CCC;
}
textarea.form-control {
	height: auto;
	resize: none;
}

.form-group {
	margin-bottom: 15px;
}
.btn {
	display: inline-block;
	border: 1px solid transparent;
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
	line-height: 42px;
	white-space: nowrap;
	vertical-align: middle;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.btn-primary {
	background-color: #062D4A;
	color: #FFF;
}
.btn-primary:hover {
	background-color: #444;
}
.btn-outline-primary {
	color: #AE841A;
	background-color: transparent;
	border-color: #AE841A;
}
.btn-outline-primary:hover {
	color: #333;
	background-color: #FFF;
	border-color: #333;
}
.btn-block {
	width: 100%;
}
.clearfix:before, .clearfix:after,
.container:before, .container:after,
.row:before, .row:after {
	display: table;
	content: " ";
}
.clearfix:after,
.container:after,
.row:after {
	clear: both;
}

.visible-xs {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.bg-white {
	background-color: #FFF;
}
.banner-area {
	position: relative;
}
.banner-area:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}


.outer-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
  }
  .outer-menu .checkbox-toggle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	width: 60px;
	height: 60px;
	opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div {
	transform: rotate(135deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu-x {
	pointer-events: auto;
	visibility: visible;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu-x > div {
	transform: scale(1);
	transition-duration: 0.75s;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu-x > div > div {
	opacity: 1;
	transition: opacity 0.4s ease 0.4s;
  }
  .outer-menu .checkbox-toggle:hover + .hamburger {
	/* box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); */
  }
  .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
	transform: rotate(225deg);
  }
  .outer-menu .hamburger {
	  display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 50px;
	height: 50px;
	padding: 1.8em 1em;
	/* background: rgba(33, 150, 243, 0.75); */
	border-radius: 0 0.12em 0.12em 0;
	cursor: pointer;
	transition: box-shadow 0.4s ease;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	
	align-items: center;
	justify-content: center;
  }
  .outer-menu .hamburger > div {
	position: relative;
	flex: none;
	width: 100%;
	height: 2px;
	background: #FFF;
	transition: all 0.4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .outer-menu .hamburger > div:before,
  .outer-menu .hamburger > div:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	background: inherit;
	transition: all 0.4s ease;
  }
  .outer-menu .hamburger > div:after {
	top: 8px;
  }
  .outer-menu .menu-x {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	outline: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .outer-menu .menu-x > div {
	width: 500vw;
	height: 500vw;
	color: #FEFEFE;
	background: rgba(0, 0, 0, 0.97);
	border-radius: 50%;
	transition: all 0.4s ease;
	flex: none;
	transform: scale(0);
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .outer-menu .menu-x > div > div {
	text-align: center;
	max-width: 90vw;
	max-height: 100vh;
	opacity: 0;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .outer-menu .menu-x > div > div > ul {
	list-style: none;
	padding: 0 1em;
	margin: 0;
	display: block;
	max-height: 100vh;
  }
  .outer-menu .menu-x > div > div > ul > li {
	padding: 0;
	margin: 1em;
	font-size: 24px;
	display: block;
  }
  .outer-menu .menu-x > div > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
	transition: color 0.4s ease;
  }
  .outer-menu .menu-x > div > div > ul > li > a:hover {
	color: #e5e5e5;
  }
  .outer-menu .menu-x > div > div > ul > li > a:hover:after {
	width: 100%;
  }
  .outer-menu .menu-x > div > div > ul > li > a:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -0.15em;
	left: 0;
	width: 0;
	height: 2px;
	background: #e5e5e5;
	transition: width 0.4s ease;
  }
  body.nav-active {
	  overflow: hidden;
  }

.navbar-area {
	position: absolute;
	top: 0;
	width: 100%;
	/* background: #000;
	border-top: 3px solid #AE841A; */
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
	z-index: 900;
}
.navbar-top {

	padding: 11px 0 2px;
}
.navbar-top ul > li {
	display: inline-block;
    list-style: none;
    margin-right: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    color: rgba(255,255,255,.9);
}
.navbar-top-contact i {
	margin-right: 5px;
}
.navbar-top-right {
	text-align: right;
}
.social-area-header li a {
	display: inline-block;
	margin-left: 10px;
}
/* HEADER */
.header {
	/* background: rgba(0,0,0,0.7); */
    background: #062D4A;
}

.header-filter-call {
	display: none;
	font-size: 26px;
	color: #FFF;
}

.link {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    color: #FFF;
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

.link--leda {
    overflow: hidden;
	line-height: 2;

}

.link--leda::before {
    height: 2px;
    top: calc(100% - 5px);
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link--leda:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.link--leda::after {
    content: attr(data-text);
    height: 100%;
    top: 0;
    background: none;
    transform-origin: 100% 50%;
    transform: translate3d(150%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link--leda:hover::after {
    transform: translate3d(0, 0, 0);
}

.link--leda span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link--leda:hover span {
    transform: translate3d(-150%, 0, 0);
}

@keyframes show {
	0% {
	  opacity: 0;
	  transform: translateY(-10px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  .header-logo, .header-menu li:nth-child(1) {
	animation: show 0.2s 1.0s ease 1 both;
  }
  
  .header-menu li:nth-child(2) {
	animation: show 0.2s 1.2s ease 1 both;
  }
  
  .header-menu li:nth-child(3) {
	animation: show 0.2s 1.3s ease 1 both;
  }
  
  .header-menu li:nth-child(4) {
	animation: show 0.2s 1.4s ease 1 both;
  }
  
  .header-menu li:nth-child(5) {
	animation: show 0.2s 1.5s ease 1 both;
  }

.header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}
.header-logo {
	flex: 1 1 auto;
}
.header-logo a {
	display: inline-block;
}
.header-logo img {
	height: 55px;
	transition: all .5s ease-out;
}

/* nav-icon-5 */
.nav-icon-5{
	width: 35px;
	height: 30px;
	margin: 10px 10px;
	position: relative;
	cursor: pointer;
	display: inline-block;
  }
  .nav-icon-5 span{
	background-color:#fff;
	position: absolute;
	border-radius: 2px;
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	width:100%;
	height: 4px;
	transition-duration: 500ms
  }
  .nav-icon-5 span:nth-child(1){
	top:0px;
	left: 0px;
  }
  .nav-icon-5 span:nth-child(2){
	top:13px;
	left: 0px;
	opacity:1;
  }
  .nav-icon-5 span:nth-child(3){
	bottom:0px;
	left: 0px;
  }
  .nav-icon-5:not(.nav-open):hover span:nth-child(1){
	transform: rotate(-3deg) scaleY(1.1);
  }
  .nav-icon-5:not(.nav-open):hover span:nth-child(2){
	transform: rotate(3deg) scaleY(1.1);
  }
  .nav-icon-5:not(.nav-open):hover span:nth-child(3){
	transform: rotate(-4deg) scaleY(1.1);
  }
  .nav-icon-5.nav-open span:nth-child(1){
	transform: rotate(45deg);
	top: 13px;
  }
  .nav-icon-5.nav-open span:nth-child(2){
	opacity:0;
  }
  .nav-icon-5.nav-open span:nth-child(3){
	transform: rotate(-45deg);
	top: 13px;
  }
@media (max-width: 991px) {
	.header-logo {
		width: 100%;
		text-align: center;
	}
	.header-menu-wrap {
		position: relative;
		top: auto;
		right: auto;
		display: table;
		width: 100%;
		margin: 10px 0 0 0;
	}
	.header-menu {
		float: none;
		display: table;
		width: 100%;
	}
	.header-menu > li {
		float: none;
		display: table-cell;
	}
}
.header-shrink {
	background-color: #FFF/*rgba(255,255,255,0.9)*/;
	/*padding: 5px 0 0;*/
	box-shadow: 0 -3px 10px 0px #111;


}
.header-shrink .header-wrapper {
	padding: 5px 0;
}

/*.header-logo img {
	transition: all .5s ease-out;
	height: 55px;
}*/
.header-contacts {
	display: flex;
	align-items: center;
}
.header-contacts-item {
	display: flex;
	align-items: center;
	color: #FFF;
	margin-right: 20px;
	text-align: right;
}
.header-contacts-item strong {
	display: block;
	font-size: 20px;
	font-weight: 400;
}
.header-contacts-item span {
	font-size: 14px;
}
.header-contacts-item i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 3px solid #FFF;
	border-radius: 50%;
	font-size: 20px;
	margin-right: 10px;
}
.header-shrink .header-logo img {
	transition: all .5s ease-out;
	height: 40px;
}

.header-menu-wrap {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 600;
}
.header-menu {
	float: right;
}
.header-menu > li {
	display: block;
	position: relative;
	float: left;
	padding: 0 25px 0 0;
}
.header-menu > li:last-child {
	padding-right: 0;
}
.header-menu > li > a {
	display: inline-block;
	position: relative;
	/*min-height: 48px;*/
	font-family: 'Nunito', sans-serif;
	color: #FFF;
	/* padding-left: 25px; */
	/*padding: 2px 0 1px 45px;*/
/*	line-height: 22px;*/
}
.header-menu > li > a span {
	/* display: block; */
	/* font-size: 14px; */
	
}
.header-menu > li > a .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #AE841A;
	/*line-height: 48px;*/
}
.header-menu > li > a .fa-phone {
	top: 1px;
	left: 0;
}
.header-menu > li > a > strong {
	font-size: 18px;
	color: #AE841A;
	margin-bottom: 8px;
}
.menu-bars {
    cursor: pointer;
}

/* MAIN MENU */
.main-menu {
	position: relative;
	background-color: #000;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	z-index: 900;
}
.menu {
	display: table;
	width: 100%;
	height: 55px;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	line-height: 55px;
}
.menu li {
	display: table-cell;
	position: relative;
}
.menu li a {
	display: block;
	padding: 0 10px;
	text-align: center;
}
/*.menu li a:hover {
	background-color: #00036A;
}*/

/* FOOTER */
.footer {
	position: relative;
	background: #1E1E1E url(../images/bg-pattern-5.png) bottom repeat-x;
}
.footer-top {
	position: relative;
}

.footer-top-menu {
	display: block;
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 12px 20px rgba(1,84,85,.1);
	padding: 20px 0;
	text-align: center;
	z-index: 110;
}
.footer-top-menu li {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	vertical-align: middle;
}
.footer-top-menu li:last-child {
	padding-right: 0;
}
.footer-top-menu > li > a {
	display: inline-block;

/*	min-height: 22px;*/
font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #FFF;
	/*padding: 2px 0 1px 45px;*/
	padding-left: 25px;
	/*line-height: 22px;*/
	cursor: pointer;
}
.footer-top-menu > li > a > .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #FFF;
}
.footer-top-menu > li > a > .fa-phone {
	top: 1px;
}
.footer-top-menu > li > a > .fa-envelope-o {
	top: -1px;
}
.footer-middle {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 1.2em;
	text-align: center;
}
.footer-middle h4 {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer-inner {
	position: relative;
	padding: 60px 0 45px;
}
.footer-inner > div {
	position: relative;
	z-index: 2;
}
.footer-logo {
	margin-bottom: 28px;
}
.footer-logo img {
	display: inline-block;
	height: 75px;
}
.footer-text {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 15px;
	line-height: 1.2;
}
.footer-text i {
	margin-right: 5px;
}
.footer-social {
	display: inline-block;
	border: 2px solid #FFF;
	border-radius: 50px;
	margin: 20px 0;
	padding: 10px 15px;
}
.footer-social li {
	display: inline-block;
}
.footer-social li + li {
	margin-left: 5px;
}
.footer-social li a i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 18px;
	color: #FFF;
	transition: all .3s;
}
.footer-social li a i:hover {
	background-color: #FFF;
	color: #000;
}
.footer-get-in-touch li {
	display: block;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 1.5;
}
.footer-get-in-touch li span {
	display: table-cell;
	vertical-align: top;
}
.footer-get-in-touch li span:first-child {
	color: #FFF;
	padding-top: 4px;
	padding-right: 10px;
}
.footer-categorias li {
	display: inline-block;
}
.footer-categorias li a {
	font-size: 14px;
	color: #FFF;
	margin-right: 3px;
	transition: color .35s ease-in-out;
}
.footer-categorias li a:hover {
	text-decoration: underline;
	/*color: #000;*/
}
.footer-bottom-inner {
	border-top: 2px solid #FFF;
}
.footer-bottom .copy {
	color: #FFF;
	padding: 15px 0 5px 0;
	text-align: center;
}
.footer-bottom .dev {
	padding-bottom: 15px;
	text-align: center;
}
.footer-bottom .dev img {
	display: inline-block;
}

.content {
	position: relative;
	padding: 70px 0;
}
.white-block {
	min-height: 200px;
	background-color: #FFF;
}

/* HOME */
.header-home {
	position: relative;
	margin-bottom: 35px;
	line-height: 1.2;
	text-transform: uppercase;
}
.header-home:after {
	content: '';
    display: block;
    width: 100px;
    height: 5px;
	border-radius: 5px;
    margin-top: 5px;
    background-color: #000;
}
.header-home > h1 {
	font-family: 'Nunito', sans-serif;
	font-size: 34px;
	font-weight: 400;
	color: #000;
}
.header-home span {
	display: inline-block;
	font-weight: 800;
	margin-bottom: 5px;
}

.banner {
	position: relative;
	background-color: #FFF;
}
.busca .tl {
	font-size: .8rem;
    color: #000;
    font-weight: 700;
}
.busca .border {
	border-right: 1px solid #CCC;
}
.home .busca {
	border-top: none;
}

.busca-btn {
	background-color: #000;
	border-radius: 5px;
	padding: 4px 0;
}
.busca-btn i {
	margin-right: 8px;
	/* display: block;
	font-size: 24px; */
}
.busca .wrapper-dropdown-4, .busca .code {
	height: 30px;
	border: none;
	padding: 5px 10px 5px 0;
}
.wrapper-dropdown-input {
	padding: 10px
}
@media (min-width: 768px) {
	/*.home*/ .busca {
		position: absolute;
		/*top: 50%;*/
		bottom: -30px;
		left: 0;
		width: 100%;
		
		/*bottom: 0;*/
		/*transform: translateY(calc(-50% + 50px));*/
		z-index: 300;
	}
}

.busca-inner {
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px 5px;
	z-index: 320;
}
.animacao-box {
	overflow: hidden;
	position: relative;
	height: calc(100vh - 80px);
	background-color: #FFF;
	/*clip-path: polygon(100% 85%, 45% 100%, 0 90%, 0% 0%, 100% 0%);*/
}
.animacao {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
   /* filter: contrast(65%);*/
    animation-name: bgmotion;
    animation-duration: 10s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
}
@keyframes bgmotion{
	from {
		transform:scale(1,1)
	}
	to {
		transform:scale(1.2,1.2)
	}
}
.home-slogan {
	font-size: 55px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 2px 2px #000000;
}
.home-slogan p {
	margin-bottom: 10px;
}
.home-slogan span {
	font-size: 18px;
	font-weight: 400;
}
/* CAMPOS */
.campos {
	display: block;
}
.busca .campo {
	display: block;
	float: left;
	width: 16%;
	margin: 0 1% 9px 0;
}
.busca .row {
	margin-right: -5px;
	margin-left: -5px;
}
/* .busca div[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
} */
.busca .btn {
	width: 100%;
}
.busca-rapida {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 15px;
/*	background-color: #FFF;*/
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
	z-index: 300;
}
.busca-rapida-container {
	margin-left: -10px;
	margin-right: -10px;
}
.busca-rapida-opt {
	display: table;
	border-spacing: 10px;
	width: 100%;
	margin: 10px 0;
	transition: all 0.3s ease-in-out;
}
.busca-rapida-opt li {
	display: table-cell;
	background-color: #062D4A;
	border-radius: 10px;
	vertical-align: middle;
}
.busca-rapida-opt li.active {
	background-color: #444;
	/* border: 1px solid #000; */
}
.busca-rapida-opt li.active a {
	color: #FFF;
}
.busca-rapida-opt li a {
	display: block;
	position: relative;
	font-weight: 400;
	color: #FFF;
	padding: 15px;
	text-align: center;
}
.busca-rapida-opt li:last-child a {
	margin-right: 0;
}

.sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 -3px 10px 0px #111;
  transform: none;
  z-index: 999;
}
.sticky .busca-rapida-opt {
	margin: 0;
}



/*hover */
.hvr-rect-out {
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	transition-property: color;
	transition-duration: 0.3s;
}
.hvr-rect-out:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	transform: scale(0);
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	z-index: -1;
}
.hvr-rect-out:hover:before, .hvr-rect-out:focus:before, .hvr-rect-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* CONTATO */
.map-section {
	position: relative;
	width: 100%;
	border: 1px solid #D4D4D4;
	vertical-align: middle;
}
#map-canvas {
	height: 430px;
}
.contact-info {
	/* padding: 50px; */
}
.contact-info-header {
	margin-bottom: 30px;
}
.contact-info-header h2 {
	font-size: 28px;
	text-transform: uppercase;
}
.contact-info-opts {
	padding-top: 50px;
}
.contact-info-opts li {
	display: block;
	position: relative;
	padding-left: 60px;
}
.contact-info-opts li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border: 2px solid #000;
	border-radius: 50%;
	color: #AE841A;
	line-height: 40px;
	text-align: center;
}

.contact-info-opts li:nth-last-child(n+2) {
    padding-bottom: 30px;
    border-bottom: 1px dashed #b3bcc1;
    margin-bottom: 30px;
}
.contact-info-opts-text {
	color: #333;
}
.contact-info-opts-title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-info-opts-desc {
	display: block;
	line-height: 20px;
}

.contact-form-box, .anuncie-form-box {
	background-color: #D4D4D4;
	padding-top: 60px;
	padding-bottom: 30px;
}
.anuncie-form-box {
	background-color: transparent;
}
.contact-form-box p, .anuncie-form-box p {
	margin-bottom: 30px;
}
.contact-form {
	background-color: #FFF;
	border-radius: 10px;
	padding: 50px 0 0;
}
.contact-form form {
	background: none;
}
.form-holder .has-icon {
	position: relative;
}
.form-holder .has-icon i {
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 16px;
	color: #BBB;
	transform: translateY(-50%);
}
.form-holder .has-textarea i {
	top: 13px;
	transform: translateY(0);
}
.form-holder .form-control {
	padding-left: 32px;
}
/* PROPERTY ITEM */
.property-grid {
	background-color: #FFF;
	position: relative;
	border-radius: 15px;
	margin-bottom: 30px;
	min-height: 200px;
}

.property-grid-content {
	/*display: inline-block;*/
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	/* box-shadow: 0 12px 20px rgba(1,84,85,.1); */
	/* width: calc(100% - 20px); */
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	z-index: 100;
}
.property-grid-title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.property-grid-location {
	display: block;
	font-size: 16px;
	color: #777;
	padding: 5px 0;
}
.property-grid-location i {
	margin-right: 5px;
}
.property-grid-text {
	height: 100px;
	padding: 20px 0;
}
.property-grid-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.8606793059020483) 12%, rgba(0,0,0,0) 100%);
	border-radius: 0 0 10px 10px;
	z-index: 100;
}
.property-grid-meta:after {
	display: table;
    content: " ";
    clear: both;
	/* display: flex;
	justify-content: space-between; */
}
.property-grid-meta li {
	position: relative;
	float: left;
	width: 25%;
	font-size: 14px;
	color: #FFF;
	padding: 15px 0 10px;
	text-align: center;
}
.property-grid-meta li:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 30px;
	background-color: rgba(255,255,255,.7);
	transform: translateY(-50%);
}
.property-grid-meta li:last-child {
	margin-right: 0;
}
.property-grid-meta li:last-child:after {
	background: none;
}
.property-grid-meta li i {
	display: block;
	margin-bottom: 5px;
}
.property-grid-price {
	/* border-top: 1px solid #DDD; */
	background-color: #062D4A;
	border-radius: 0 0 10px 10px;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	margin-top: -10px;
	padding: 25px 0 15px;
	text-align: center;
}
/* FAV GRID */
.property-grid-fav {
	position: absolute;
	bottom: 20px;
	right: 25px;
}
.property-grid-fav i {
	font-size: 20px;
}
.property-grid-img {
	position: relative;
	height: 300px;
	/*background: #EEE;*/
	border-radius: 10px;
	/* filter: drop-shadow(-1px 3px 3px rgba(50, 50, 0, 0.2)); */
	z-index: 999;
}
.property-grid-img:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background-color: rgba(125, 125, 125, 0.5);
	border-radius: 50%;
	margin: -10px 0 0 -10px;
	animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite;
	z-index: 90;
}
@keyframes bobble {
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	35% {
		opacity: 1;
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		transform: translateY(0);
	}
}
.property-grid-img figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: 300px;
	border-radius: 10px;
	/*background-color: #EEE;*/
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.35s ease;
	/* clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%); */
	z-index: 100;
}
/* .property-grid-img figure:after, .property-grid-img figure:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	background-color: #FFF;
	opacity: 0.3;
	transition: all 0.35s ease;
} */
.property-grid-img figure:before {
	bottom: 0;
	right: 0;
}
.property-grid-img figure:after {
	top: 0;
	left: 0;
}
.property-grid-img figure:hover:after, .property-grid-img figure:hover:before,
.property-grid:hover figure:after, .property-grid:hover figure:before {
	height: 100%;
}
.property-grid-img figcaption {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0;
	z-index: 1;
	transition: all 0.35s ease;
}
.property-grid-img .property-grid-goto {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -60px;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px;
	text-align: center;
	transform: scale(0);
	transition: all 0.35s ease-in-out;
}
.property-grid figure .property-grid-goto:hover {
	background-color: #FFF;
	color: #333;
}
.property-grid:hover figure .property-grid-goto {
	transform: scale(1);
	z-index: 10;
}
.property-grid-img figure:hover figcaption,
.property-grid:hover figure figcaption {
	opacity: 0.6;
	transition-delay: 0.21s;
}
.property-grid-img .property-grid-url {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.property-grid-img figure img {
	width: calc(100% + 50px);
	height: 300px;
	min-height: 300px;
	object-position: center;
	object-fit: cover;
}
.property-grid-code {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #062D4A;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	padding: 5px 15px;
	z-index: 105;
}
.property-grid-result {
	margin-bottom: 25px;
}
.property-grid-total {
	font-size: 18px;
	line-height: 28px;
}

.property-grid-condo {
	margin-top: 30px;
}
.property-grid-condo .property-grid {
	background-color: #F1F1F1;
}
.busca-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.busca-info-left {
	font-size: 18px;
}
/* ORDER BY */
.order {
	display: inline-flex;
	border: 2px solid #000;
	border-radius: 50px;
	padding: 5px;
	text-align: center;
}
.order li {
	margin-right: 5px;
}
.order li:last-child {
	margin: 0;
}
.order a {
	display: block;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 15px;
	white-space: nowrap;
}
.order a:hover {
	background-color: #444;
	color: #FFF;
}
.order a.ativo {
	background-color: #000;
	color: #FFF;
}
.no-result-search {
  background-color: #FFF;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  margin: 0 15px 35px;
  padding: 65px;
  text-align: center;
}
.no-result-search-icon {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.no-result-search-icon img {
	margin: 0 auto;
}
.no-result-search-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.no-result-search-text {
  display: inline-block;
  width: 60%;
}
.no-result-search-text > * {
  color: #979797;
  font-size: 20px;
}


/* PROPERTY SINGLE */
.property-single-header {
	position: relative;
	margin-bottom: 10px;
}
.property-single-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
}
.property-single-title span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #777;
}
.property-single-location {
	font-size: 18px;
    font-weight: 300;
    color: #777;
}
.property-single-price-code {
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 10;
}
.property-single-code {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 30px;
	background-color: #062D4A;
	border-radius: 5px;
	font-size: 14px;
	color: #FFF;
	padding: 10px 30px 10px 15px;
	z-index: 10;
}
.property-single-price {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	/* padding: 15px 35px 15px 15px; */
}


.property-single-cover {
    /* position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    min-height: 570px;
    background-position: center;
    background-size: cover;
    filter: blur(5px); */
}
.property-single-cover-overlay {
    /* content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -1px;
    background: rgba(0,0,0,0.5);
    z-index: 10; */
}
.property-single-sliderbox {
	position: relative;
	/* background: url(../images/bg-pattern-2.png); */
	margin-bottom: 30px;
	/* padding: 50px 0; */
}
.property-single-carousel {
	/* padding: 15px 0; */
	/* max-height: 280px;
	overflow: hidden; */
}
.responsive a {
	display: block;
	position: relative;

}
.responsive img {
	width: 100%;

	object-fit: cover;
	object-position: center;
}
@media (min-width: 768px) {
	.responsive a {
		height: 410px;
	}
	.responsive img {
		height: 410px;
		max-height: 410px;
	}
}
.property-single-image-box {
	position: relative;
	overflow: hidden;
	height: 500px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.property-single-image-box img {
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: 5px;
	object-fit: cover;
	object-position: center;
	z-index: 10;
}
.property-single-img-protect {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.95);
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
    z-index: 1;
}
.property-single-img-protect ~ a {
	filter: blur(6px);
}


/* .property-single-cover {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    min-height: 570px;
    background-position: center;
    background-size: cover;
    filter: blur(5px);
}
.property-single-cover-overlay {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -1px;

    z-index: 10;
}
.property-single-sliderbox {
	position: relative;
	margin-bottom: 50px;
}
.property-single-carousel {

	padding: 15px 0;
}
.responsive a {
	display: block;
	position: relative;
	height: 180px;
	margin: 0 5px;
}
.responsive img {
	width: 100%;
	height: 180px;
	max-height: 180px;
	object-fit: cover;
	object-position: center;
}
.property-single-image-box {
	position: relative;
	overflow: hidden;
	height: 500px;
}
.property-single-image-box img {
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center;
	z-index: 10;
} */
.property-single-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin: 0 0 30px;
}
.property-single-meta li {
	display: flex;
	align-items: center;
	padding: 15px;
}
.property-single-meta li:first-child, .property-single-meta li:last-child {
	padding: 15px 0;
}
.property-single-meta li i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #FFF;
	border-radius: 50%;
	font-size: 20px;
}
.property-single-meta li div {
	padding: 0 15px;
}
.property-single-meta li span {
	display: block;
	font-size: 14px;
	/* font-weight: 700; */
}
.property-single-detail {
	background-color: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 25px;
}
.property-single-detail-header {
	margin-bottom: 30px;
}
.property-single-detail-title {
	margin-bottom: 5px;
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px !important;
	text-transform: uppercase;
}
.property-single-detail-text {
	font-size: 18px;
	line-height: 24px;
}
.property-single-amenities li {
	position: relative;
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 24px;
}
.property-single-amenities li i {
	display: inline-block;
	width: 20px;
	font-size: 18px;
	color: #000;
	margin: -3px 10px 0 0;
	text-align: center;
	vertical-align: middle;
}
.property-single-flip {
	position: relative;
	width: 100%;
	height: 70px;
	cursor: pointer;
	transform-style: preserve-3d;
	transform-origin: center right;
	transition: transform 1s;
}
.property-single-flip.is-flipped {
	transform: translateX(-100%) rotateY(-180deg);
}
.property-single-call, .property-single-call-opts {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.property-single-actions li {
	margin-bottom: 30px;
}
.property-single-actions li a {
	/* display: block; */
	background: #FFF;
	font-size: 18px;
	padding: 15px 20px;
	line-height: 1.2;
	text-align: center;
}
/* .property-single-actions i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #FFF;
	border-radius: 50%;
	font-size: 26px;
	margin-bottom: 15px;
} */
.property-single-actions i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #FFF;
	border-radius: 50%;
	font-size: 24px;
}
.property-single-actions i.fa-comment-o:before {
	margin-top: -4px;
}
.property-single-actions li a span {
	display: block;
	font-size: 18px;
	color: #FFF;
}
.property-single-actions .property-single-call {
	display: flex;
	align-items: center;
	background: #000;
	border-radius: 10px;
	padding: 15px 20px;
	transition: all .3s ease-in-out;
	cursor: pointer;
	/* color: #FFF; */
}
.property-single-call:hover {
	background-color: #333;
}
.property-single-call span {
	font-size: 18px;
	color: #FFF;
	margin-left: 10px;
}
.property-single-call-opts {
	display: flex;
	align-items: center;
	border-radius: 10px;
	transform: rotateY(180deg);
}
.property-single-call-opts a {
	display: flex;
	align-items: center;
	width: 50%;
}
.property-single-call-opts a span {
	display: flex;
	margin-left: 10px;
}
.property-single-actions .property-wpp {
	background: #25d366;
	border-radius: 0 10px 10px 0;
	transition: all .3s ease-in-out;
	/* color: #FFF; */
}
.property-single-actions .property-wpp:hover {
	background-color: #0DC152;
}
.property-single-actions .property-phone {
	background: #000;
	border-radius: 10px 0 0 10px;
	transition: all .3s ease-in-out;
}
.property-single-actions .property-phone:hover {
	background-color: #333;
}
.property-single-form-box {
	background-color: #FFF;
	border-radius: 10px;
}
.property-single-form {
	/* background-color: #FFF; */
	padding: 20px 20px 10px 20px;
}
.property-single-form-title {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #464646;
	padding: 20px 20px 0;
	line-height: 1.25em;
	letter-spacing: 2px !important;
	text-transform: uppercase;
}
.property-single-form .btn {
	width: 100%;
}
.property-single-login {
	overflow: hidden;
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	/* background: #FFF; */
	
	text-align: center;
	z-index: 100;
}
.property-single-login strong {
	position: relative;
	display: block;
	font-size: 20px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 15px;
    line-height: 1.25em;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    z-index: 10;
}
.property-single-login p {
	position: relative;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.25em;
	z-index: 10;
}
.property-single-login-icon {
	position: absolute;
	top: 50%;
    left: -50px;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
}
.property-single-login-icon i {
	font-size: 150px;
    color: #E2E2E2;
}
.btn-call-login {
	font-size: 18px;
	border-radius: 10px;
	padding: 5px 20px;
}
.imoveis-semelhantes {
	background: #CCC;
}

.social-btn div {
    width: 100%;
    display: inline-block;
    height: 50px;
    line-height: 68px;
    color: #fff;
    margin-right: 3px;
    font-size: 16px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 30px;
    text-align: center;
}
.social-btn a:last-child div {
    margin-right: 0;
}
.social-btn div:hover, div.social-btn div:active {
    height: 60px;
   /* padding-top: 15px;*/
}
.social-btn i {
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.face span, .whats span {
    position: absolute;
    left: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 0px 15px;
    opacity: 0;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    line-height: 68px;
    font-size: 20px;
}
.social-btn div:hover i  {
    opacity: 0;
}
.social-btn div:hover span {
    opacity: 1;
}
.face {
    background: #3A5795;
    -moz-box-shadow: 0px 4px 0px #1e469d;
    -webkit-box-shadow: 0px 4px 0px #1e469d;
    box-shadow: 0px 4px 0px #3e6d8d;
    position: relative;
}
.whats {
    background: #25d366;
    -moz-box-shadow: 0px 4px 0px #128c7e;
    -webkit-box-shadow: 0px 4px 0px #128c7e;
    box-shadow: 0px 4px 0px #128c7e;
    position: relative;
}

/* PAGINATION */
.pagination-box {
	margin-top: 10px;
	text-align: center;
}
.pagination {
	position: relative;
}
.pagination, .pagination li {
	display: inline-block;
}
.pagination li.pagination-item a, .pagination li.pagination-next a, .pagination li.pagination-prev a {
	display: block;
	position: relative;
	background-color: #FFF;
	font-size: 16px;
	font-weight: 700;
	color: #464646;
	margin-right: 5px;
	padding: 13px 23px;
	line-height: 1.42857;
	transition: all .15s linear 0s;
}
.pagination li.active a, .pagination li:hover a {
	background-color: #000;
	color: #FFF;
}

/*---- DROP SELECT */
/*.dropdown {width: 100%; min-height: 43px; position: relative; margin-bottom: 15px; }
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:absolute; margin-top: 2px; z-index: 100; }
.dropdown a, .dropdown a:visited {
	width: 100%;
	color: #444;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.dropdown a:hover { width: 100%;}
.dropdown dt { overflow: hidden; border: 1px solid #CCC; }
.dropdown dt a {
	position: relative;
	font-size: 16px;
	width: 100%;
	background-color: #FFF;
	display: block;
	padding-right: 20px;
	float: left;
	white-space: nowrap;
	padding: 10px 25px 10px 10px;
	cursor: pointer;
	line-height: 23px;
	cursor: pointer;
	min-height: 42px;
	max-height: 42px;
	overflow: hidden;
}
.dropdown dt a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 700;
	line-height: 42px;
	position: absolute;
	top: 0;
	right: 8px;
}
.dropdown dt a span {cursor:pointer; display:inline;}
.dropdown dd ul {
	overflow-y: auto;
	display: none;
	position: relative;
	min-width: 160px;
	max-height: 200px;
	background: #FFF none repeat scroll 0 0;
	border: 1px solid #BBB;
	color: #444;
	list-style: none;
}
.dropdown span.value { display:none;}
.dropdown dd ul li {
    position: relative;
    display: block;
}
.dropdown dd ul li a { padding:5px; display:block; white-space: nowrap; overflow: hidden}
.dropdown dd ul li a:hover { background-color:#EEE;}*/

/* carousel */
.carousel-container {
    position: relative;
    margin: 0 auto;
}
.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
   /* margin-right: -10px;*/
    margin-left: -5px;
}
.carousel-list {
    position: relative;
    list-style: none;
    width: 9999px;
}
.carousel-list li {
	position: relative;
    float: left;
    width: 150px;
    height: 150px;
    margin: 10px 0;
    padding: 0 5px;
}
.carousel-list li img {
	object-fit: cover;
	min-height: 150px;
}

.carousel-container .controle {
    /*border-radius: 100%;*/
    /*width: 25px;*/
/*    height: 25px;*/
    background-color: #FFF;
    font-size: 20px;
    
    color: #333;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
 /*   line-height: 25px;*/
    cursor: pointer;
    
    position: absolute;
    top: 50%;
    margin-top: -12px;
    
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.carousel-container .controle:hover {
    opacity: 1;
}
.carousel-container .prev {
    left: 0px;
}
.carousel-container .next {
    right: 10px;
}

.item {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 36px;
    font-weight: 700;
    color: #0067B0;
    text-align: center;
    line-height: 150px;
}

/* RESPONSIVO */
@media (max-width: 767px) {
	.outer-menu .hamburger {
	  display: flex;
	}
	.navbar-top {
		display: none;
	}
	.header {
		width: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.header-filter-call {
		display: block;
	}
	.menu-mobile {
		display: table !important;
		width: 100%;
		font-size: 22px;
		text-align: center;
	}
	.menu-mobile li {
		display: table-cell;
	}
	.menu-mobile li a {
		display: block;
		color: #FFF;
		line-height: 50px;
	}
	.menu {
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		width: 220px;
		height: auto;
		background-color: #F23C00;
		z-index: 800;
	}
	.menu li {
		display: block;
		float: none;
	}
	/* .menu-open .menu {
		display: block;
	} */
	/*BUSCA */
	.busca {
		display: none;
		/* background-color: #AE841A; */
	}
	.busca-open .busca {
		display: block;
	}

	.property-single-meta {
		align-items: flex-start;
		flex-direction: column;
	}
	.property-single-meta li {
		width: 100%;
	}
	.property-single-meta li:not(:last-child) {
		border-bottom: 1px solid #D8D8D8;
	}
	.property-single-meta li:first-child, .property-single-meta li:last-child {
		padding: 15px;
	}
}

.msg-alert {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #FFF;
  font-size: 14px;
  color: #FFF;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 1000;
}
.alert-close {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin-left: 15px;
  line-height: 19px;
  cursor: pointer;
  transition: 0.3s;
}
.alert-close:hover {
  opacity: 0.7;
}
.msg-alert.success {
  background-color: #4CAF50;
}
.msg-alert.error {
  background-color: #f44336;
}

.hide {
    display: none!important;
}
/* POPUP */
.popup {
	overflow-y: auto;
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 1000;
}
.popup-inner {
    max-width: 350px;
    width: 70%;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    background: #FFF;
}
.popup-header {
	position: relative;
	padding: 30px 30px 10px 30px;
}
.popup-header h6 {
	font-size: 26px;
	font-weight: 400;
	color: #333;
	text-align: center;
	line-height: 1.1;
}
.popup-header p {
	text-align: center;
}
.popup-body {
	position: relative;
	padding: 30px;
}
.popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.newsletter-box {
	max-width: 40%;
	margin: 0 auto;
	margin-top: 30px;
}
.newsletter-box h3 {
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 15px;
	line-height: 1.2;
}
.newsletter-box .form-control {
	background: none;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 5px;
	color: #FFF;
}
.newsletter-box .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #FFF;
	opacity: 1; /* Firefox */
  }
#newsletter .popup-header {
	background: linear-gradient(to bottom, rgba(208,2,27,0.29) 0%, rgba(208,2,27,0.29) 100%), url(../images/newsletter-bg.jpg);
	background-size: cover;
	padding: 50px;
	color: #FFF;
}
#newsletter .popup-header h6 {
	margin-bottom: 15px;
	color: #FFF;
}
.email-control {
	text-transform: lowercase;
}
.list {
	background: #FFF;
    border-collapse: collapse;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.list thead tr td, .list tbody tr td {
    border: 1px solid #CCC;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 10px 8px;
}
.list thead > tr > td {
    border-bottom: 2px solid #CCC;
    color: #666;
    font-weight: 600;
    padding: 8px;
}
.list thead tr td, .list tbody tr td {
    border: 1px solid #CCC;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 10px 8px;
}
.ajax-loader {
	display: none;
}
.lds-ellipsis {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #000;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.property-all-result {
	display: none;
	width: 80%;
	border: 1px solid #422774;
	font-size: 18px;
	font-weight: 700;
	color: #422774;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}
/****** WHATSAPP CALL ******/
@-webkit-keyframes pulse {
  0% {
   /*transform: scale(.9);*/
  }
  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 10px rgb(13,193,82, 0);
  }
    100% {
    /*transform: scale(.9);*/
    box-shadow: 0 0 0 0 rgb(13,193,82, 0);
  }
}

.whatsapp-box, .whatsapp-toggle {
    z-index: 99999;
}
.whatsapp-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0DC152;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgb(13,193,82, 0.5);;
    color: #FFF;
    transition: box-shadow 80ms ease-in-out,width .4s ease .2s;
    cursor: pointer;
    white-space: nowrap;
    animation: pulse 1.5s infinite;
}
.whatsapp-toggle:hover {
	animation: none;
}
.whatsapp-toggle i {
	margin-right: 5px;
}
.whatsapp-account {
	display: block;
	color: #FFF;
	padding: 10px 15px;
}

@media screen and (max-width: 414px) {
    .whatsapp-toggle {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

.bairros-busca {
	position: relative;
	background: #062D4A;
	/* background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;  */
	/*border-bottom-right-radius: calc(20px + (200 - 20) * ((100vw - 320px) / (1920 - 320)));*/
}
/*.bairros-busca:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #AE841A;
	clip-path: polygon(100% 0%, 100% 85%, 0 95%, 0 0%); /*polygon(100% 0%, 100% 80%, 40% 100%, 0 89%, 0 0%);
}*/
.bairros-busca .header-home h1 {
	color: #FFF;
}
.bairros-busca .header-home:after, .condominios .header-home:after {
	background-color: #FFF;
}
.bairros {
	margin-left: -5px;
	margin-right: -5px;
}
.bairros .col, .bairros [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.bairro-link {
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 10px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}
.bairro-link:hover .bairro {
	transform: scale(1.1) rotate(-0.7deg);
}
.bairro {
	position: relative;
	max-height: 350px;
	height: 350px;
	background-color: #CCC;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.bairro-bottom {
	max-height: 250px;
	height: 250px;
}
.bairro-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background-color: #FFF; */
	padding: 15px 15px 10px;
	/* clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%); */
	text-align: right;
}
.bairro-info:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #FFF; */
	background: linear-gradient(0deg, rgba(0,0,0,0.8606793059020483) 12%, rgba(0,0,0,0) 100%);
	padding: 15px;
	/* clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%); */
	text-align: right;
}
.bairro-info:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 3px;
	height: 100%;
	/* background-color: #AE841A; */
}
.bairro-info h3, .bairro-total {
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-size: 26px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 5px;
	z-index: 10;
}
.bairro-total {
	font-size: 16px;
}

.centro {
	background-image: url(../images/bairros/centro.jpg);
}
.zona-nova {
	background-image: url(../images/bairros/zona-nova.jpg);
}
.navegantes {
	background-image: url(../images/bairros/navegantes.jpg);
}
.todos-bairros {
	background-image: url(../images/bairros/todos-bairros.jpg);
}

.murano .bairro-info {
	
	color: #FFF;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}



/* DEMO 4 */

.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    width: 100%;
    padding: 11px 10px 10px 15px;

    /* Styles */
    background: #fff;
    border: 1px solid silver;
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #777 transparent;
}

.dropdown-title {
	display: block;
	overflow: hidden;
	padding-right: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrapper-dropdown-4 .dropdown {
    /* Size & position */
    overflow: auto;
    position: absolute;
    top: 100%;
    min-width: 100%;
    margin-top: 1px;
    left: 0;
    max-height: 209px;
    z-index: 10;

    /* Styles */
    background: white;
    border: inherit;
    border-top: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  
    /* Hiding */
    /*opacity: 0;*/
    display: none;
    pointer-events: none;
}

.wrapper-dropdown-4 .dropdown li {
    position: relative; /* Enable absolute positioning for checkboxes */
}

.wrapper-dropdown-4 .dropdown li label {
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 10px 20px 10px 15px; /* Same padding as the button */
    border-bottom: 1px dotted #AAA;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-4 .dropdown li:last-of-type label {
    border: none;
}

.wrapper-dropdown-4 .dropdown li input[type="checkbox"],
.wrapper-dropdown-4 .dropdown li input[type="radio"] /* Checkboxes */ {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

/* Hover state */

.wrapper-dropdown-4 .dropdown li:hover label {
    background: #f0f0f0;
}

/* Checked state */

.wrapper-dropdown-4 .dropdown li input:checked ~ label {
	font-weight: 700;
    /*color: grey;
    text-decoration: line-through;*/
}

/* Active state */

.wrapper-dropdown-4.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-4.active .dropdown {
    /*opacity: 1;*/
    display: block;
    pointer-events: auto;
}


.realty-animation {
    opacity: 0;
    animation-fill-mode: both;
    animation-duration: 0.7s;
}
.realty-animation-visible {
    opacity: 1;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(187, 18, 25,0.9);
	z-index: 999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 50px;
    font-weight: 600;
	color: #FFF;
	cursor: pointer;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 30px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}


@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/* Effects */
.overlay-door {
	visibility: hidden;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
	transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

.overlay-door.open {
	visibility: visible;
	width: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.overlay-door nav {
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.overlay-door nav,
.overlay-door .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.overlay-door.open nav,
.overlay-door.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.overlay-door.close nav,
.overlay-door.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
.pd-top-120 {
	padding-top: 100px;
}
.pd-bottom-120 {
	padding-bottom: 100px;
}
.separator-red, .separator-inverse-red,
.separator-gray, .separator-inverse-gray,
.separator-darkgray, .separator-inverse-darkgray {
	position: absolute;
	width: 100%;
	height: 56px;
	z-index: 100;
}
.separator-red:before, .separator-inverse-red:before,
.separator-gray:before, .separator-inverse-gray:before,
.separator-darkgray:before, .separator-inverse-darkgray:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
}
.separator-red, .separator-gray, .separator-darkgray {
	top: -55px;
}
.separator-inverse-red, .separator-inverse-gray, .separator-inverse-darkgray {
	bottom: -55px;
}
.separator-inverse-red:before, .separator-inverse-gray:before, .separator-inverse-darkgray:before {
	clip-path: polygon(100% 0%, 100% 0%, 0% 100%, 0% 0%);
}
.separator-gray:before, .separator-inverse-gray:before{
	background-color: #F1F1F1; 
}
.separator-darkgray:before, .separator-inverse-darkgray:before{
	background-color: #CCC; 
}
.title-white {
	color: #FFF;
}
.block-red {
	position: relative;
	/*padding: 100px 0 60px;*/
	background-color: #000;
}
/*.block-red:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #AE841A;
	clip-path: polygon(100% 5%, 100% 100%, 0 100%, 0 15%);
}*/

.condominios {
	position: relative;
	background: #000 url(../images/bg-pattern-1.png);
	/*padding: 100px 0 60px;*/
	
}
.condominios .header-home h1 {
	color: #FFF;
}
.condominios .property-grid-img, .condominios .property-grid-img figure,
.vertical .property-grid-img, .vertical .property-grid-img figure {
	height: 300px;
	clip-path: none;
	border-radius: 15px;
}
.condominios .property-grid-img figure img, .vertical .property-grid-img figure img {
    width: calc(100% + 20px);
    height: 300px;
    min-height: 300px;
}
/*.condominios:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #CCC;
	clip-path: polygon(100% 5%, 100% 100%, 0 100%, 0 15%);
}*/
.condominios .header-home > .titulo {
	position: relative;
	/*color: #FFF;*/
	z-index: 10;
}

.condominios .header-home .titulo:after, .condominios .header-home .titulo:before {
    background-color: #FFF;
}

.condominios-header-area {
	position: relative;
	min-height: 250px;
}
/*.condominios-header-area:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dot-bg.png);
}*/
.advertising-list {
    position: relative;
    margin: 0 -5px;
}
#owl-demo .item{
    position: relative;
    border: 1px solid #E5E5F8;
  margin: 0px 5px;
}
/*#owl-demo .item:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 2px;
    height: 70px;
    background-color: #A6A134;
}*/
#owl-demo .item a {
    display: block;
    background-color: #FFF;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}
#owl-demo .item a:hover {
    opacity: 0.8;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }



.owl-property-slide .owl-controls .owl-page span {
	width: 30px;
	height: 5px;
	background-color: #00162F;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.condominios-list .itemx a {
	display: block;
	background-color: #FFF;
	border-radius: 10px;
	text-align: center;
	margin: 0 10px;
}
.condominios-list .itemx img {
	display: inline-block;
	width: auto;
}

/*** RESPONSIVE ***/
@media (max-width: 768px) {
	.navbar-top {
		display: none;
	}
	.header {
		position: fixed;
		width: 100%;
		background-color: rgba(0,0,0,0.8);
		box-shadow: 0 -3px 10px 0px #111;
		z-index: 1000;
	}
	.header-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 0;
	}
	.menu-bars, .menu-search {
		font-size: 18px;
		color: #FFF;
	}
	.header-logo img {
		height: 40px;
	}
	.header-contacts {
		display: none;
	}
	.animacao-box {
		/* display: none; */
	}
	.home-slogan p {
		font-size: 26px;
		margin-bottom: 0;
		line-height: 1.1;
	}
	.home-slogan span {
		font-size: 14px;
	}
	.busca-rapida {
		/* position: relative; */
		/* background-color: #CCC; */
		/* margin-top: 55px; */
		padding: 10px 15px;
		/* transform: translateY(0); */
	}
	.busca-rapida-opt {
		display: block;
		width: 100%;
		margin: 20px 0;
		padding: 0 10px;
	}
	.busca-rapida-opt li {
		display: block;
	}
	.busca-rapida-opt li a {
		margin: 5px 0;
	}
}

.about-us p {
	margin-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.5;
	text-align: center;
}
.about-us h3 {
	text-align: center;
}

.button-see-more {
	text-align: right;
}


.link-see-more {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	padding: 15px;
  }
  
  .link--arrowed {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
  }
  .link--arrowed .arrow-icon {
	position: relative;
	top: -1px;
	transition: transform 0.3s ease;
	vertical-align: middle;
  }
  .link--arrowed .arrow-icon--circle {
	transition: stroke-dashoffset 0.3s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 95;
  }
  .link--arrowed:hover .arrow-icon {
	transform: translate3d(5px, 0, 0);
  }
  .link--arrowed:hover .arrow-icon--circle {
	stroke-dashoffset: 0;
  }
.bg-dark .link-see-more {
	color: #FFF;
}
  
  .menuOpen {
	width: 24px;
	height: 20px;
	display: block;
	padding: 15px;
	cursor: pointer;
	float: right;
  }
  
  .menuOpen:hover .open:before {
	top: -9px;
  }
  
  .menuOpen:hover .open:after {
	top: 5px;
  }
  
  .menu-main {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 10000;
  }
  
  .menu-main label {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	background-size: 100%;
	cursor: pointer;
  }
  
  .menu-main .menuContent {
	position: relative;
	top: 50%;
	
	text-align: center;
	padding-bottom: 20px;
	margin-top: -170px;
  }
  
  
  
  .menu-main ul li a {
	display: block;
	
	text-decoration: none;
	transition: color 0.2s;
	font-family: 'Nunito', sans-serif;
	font-size: 26px;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 0;
  }
  
  .menu-main ul li a:hover {
	color: #000;
  }
  
  .menu-main ul li:hover {
	background: white;
  }
  
  .menuEffects {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
  }
  
  .menuEffects ul {
	transform: translateY(0%);
	transition: all 0.5s;
  }
  
  .menu-open .menuEffects {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s;
  }
  
  .menu-open .menuEffects ul {
	opacity: 1;
  }
  
  .menu-open .menuOpen .open {
	background-color: transparent;
  }
  
  .menu-open .menuOpen .open:before {
	content: "";
	background-color: white;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
  }
  
  .menu-open .menuOpen .open:after {
	content: "";
	background-color: white;
	transform: rotate(-45deg);
	position: relative;
	top: 0;
	right: 0;
	z-index: 1;
  }
  .menu-open .menuOpen .open:after {
	content: "";
	background-color: white;
	transform: rotate(-45deg);
	position: relative;
	top: 0;
	right: 0;
	z-index: 1;
  }
  
  #menuToggle:not(:checked) ~ .menuEffects ul {
	transform: translateY(-30%);
  }
  .menu-open .nav-icon-5 {
	  z-index: 10001;
  }
  