@import "fontawesome/css/font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700);

*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #464646;
	font-weight: 300;
	background: #F5F5F5;
	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-lg-13, .col-xs-13, .col-sm-13, .col-md-13, .col-sm-14, .col-md-14 {
  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, .col-sm-14 {
	float: left;
	}
	.col-sm-14 {
		width: 40%;
	}
	.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, .col-md-14 {
    float: left;
  }
  .col-md-14 {
  	width: 40%;
  }
  .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, .col-lg-13 {
    float: left;
  }
  .col-lg-13 {
    width: 20%;
  }
  .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;
}
.btn-primary {
	background-color: #002045;
	color: #FFF;
}
.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;
  }
}

.white {
	background-color: #FFF;
}
.gray {
	background-color: #DBDBDB;
}

.menu-button {
    display: inline-block;
}
.menu-button i {
	font-size: 30px;
    color: #002045;
    line-height: 48px;
}
.menu-button:hover {
    cursor: pointer;
}
.menu-wrap {
    background-color: #002045;
    padding: 40px 0;
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
    bottom: 0;
    z-index: 999;
}
.menu-overlay {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 900;
}
.menu-close {
    opacity: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    text-align: center;
    transition: all 0.3s;
}
.menu-close i {
	font-size: 26px;
	color: #FFF;
	line-height: 45px;
}
.menu-close:hover {
    background-color: #023D67;
    cursor: pointer;
}
.menu-wrap:hover .menu-close {
    opacity: 1;
}
.menu-toggle {
    display: none;
}
.menu-toggle:checked + .menu-wrap {
    right: 0;
}
.menu-toggle:checked ~ .menu-overlay {
    display: block;
}
.menu-title {
    color: #FFF;
    padding-left: 40px;
    font-weight: 300;
}
.menu-list {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: inherit;
    display: block;
    overflow: hidden;
}
.menu-wrap:hover .menu-list {
    overflow-y: auto;
}
.menu-list ul {
    list-style-type: none;
}
.menu-list li {
    display: block;
}
.menu-list li:first-child {
    border-top: medium none;
}
.menu-list li a {
    display: block;
    padding: 10px 40px;
    font-size: 18px;    
    color: #FFF;
    text-decoration: none;
}
.menu-list li a:hover {
    background: #023D67;
}
.menu-list li a:active {
    background: #666;
}

/* HEADER */
.header {
	background: #FFF;
}
.header-top {
	
	/*background: #002045;*/
}
.header-top-inner {
	padding: 10px;
	border-bottom: 1px solid #002045;
}
.header-menu-wrap {
	position: absolute;
	top: 30px;
	right: 15px;
	z-index: 600;
}
.header-menu {
	float: right;
}
.header-menu > li {
	display: block;
	position: relative;
	float: left;
	border-right: 1px solid #002045;
	margin-left: 30px;
	padding: 0 30px 0 0;
	vertical-align: middle;
}
.header-menu > li:last-child {
	border-right: none;
	padding-right: 0;
}
.header-menu > li > a {
	display: inline-block;
	position: relative;
	min-height: 48px;
	font-size: 18px;
	color: #333;
	padding: 2px 0 1px 45px;
	line-height: 22px;
}
.header-menu > li > a > .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	color: #002045;
	line-height: 48px;
}
.header-menu > li > a span {
	display: block;
	font-size: 14px;
}
.header-logo {
	padding: 20px 0;
}
.header-logo a {
	display: inline-block;
}
.header-logo a img {
	width: 100%;
	height: 75px;
}
@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;
	}
}
/* MAIN MENU */
.main-menu {
	position: relative;
	background-color: #002045;
	z-index: 900;
}
.menu {
	display: table;
	width: 100%;
	height: 55px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 55px;
}
.menu li {
	display: table-cell;
	position: relative;
}
.menu li a {
	display: block;
	color: #FFF;
	padding: 0 10px;
	text-align: center;
}
/*.menu li a:hover {
	background-color: #750303;
}*/

/* FOOTER */
.footer {
	background: #002045;
}
.footer-top {
	/*background-color: #002045;*/
	padding: 20px 0;
}

.footer-top-menu {
	display: block;
	position: relative;
	float: left;
	top: auto;
	right: auto;
	color: #000;
	padding: 0;
}
.footer-top-menu li {
	display: block;
	position: relative;
	float: left;
	padding-right: 30px;
	vertical-align: middle;
}
.footer-top-menu > li > a {
	display: inline-block;
	min-height: 22px;
	font-size: 20px;
	color: #FFF;
	padding: 2px 0 1px 45px;
	line-height: 22px;
}
.footer-top-menu > li > a > .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 36px;
	color: #FFF;
	line-height: 48px;
}

.footer-middle {
	border-top: 3px solid #023D67;
	font-size: 16px;
	font-weight: 300;
	color: #BABABA;
	line-height: 1.2em;
}
.footer-middle h4 {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer-inner {
	position: relative;
	padding-top: 60px;
	padding-bottom: 25px;
}
.footer-logo {
	margin-bottom: 28px;
}
.footer-logo img {
    height: 100px;
	margin: 0 auto;
}
.footer-text {
	color: #FFF;
	margin-bottom: 28px;
}
.footer-social {
	text-align: center;
}
.footer-social li {
	display: inline-block;
}
.footer-social li + li {
	margin-left: 5px;
}
.footer-social li a i {
	width: 36px;
	height: 36px;
	background-color: rgba(158,186,196,0.1);
	border-radius: 50%;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	transition: all .3s;
}
.footer-social li a i:hover {
	background-color: #002045;
}
.footer-get-in-touch {
	border-top: 1px solid #023D67;
	border-bottom: 1px solid #023D67;
	margin: 30px 0;
}
.footer-get-in-touch > div {
	padding-top: 25px;
	padding-bottom: 30px;
	line-height: 1.5;
	text-align: center;
}
.footer-get-in-touch > div i {
	display: block;
	font-size: 35px;
	color: #FFF;
	margin-bottom: 10px;
	
}
.footer-get-in-touch > div strong, .footer-get-in-touch > div span {
	display: block;
	font-size: 14px;
	color: #FFF;
}
.footer-get-in-touch > div strong {
	font-weight: 500;
}
.footer-get-in-touch li span {
	display: table-cell;
	color: #FFF;
	vertical-align: top;
}
.footer-get-in-touch li span:first-child {
	color: #FFF;
	padding-top: 4px;
	padding-right: 10px;
}
.footer-categorias {
	text-align: center;
}
.footer-categorias li {
	display: inline-block;
}
.footer-categorias li a {
	display: block;
	border: 1px solid #023D67;
	font-size: 14px;
	color: #FFF;
	margin: 0 10px 10px 0;
	padding: 0 20px;
	line-height: 30px;
	transition: all .35s ease-in-out;
}
.footer-categorias li a:hover {
	background: #023D67;
}
.footer-bottom > .container > div {
	border-top: 1px solid #023D67;
}
.footer-bottom .copy {
	font-size: 14px;
	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 {
	padding: 60px 0;
}
.white-block {
	min-height: 200px;
	background-color: #FFF;
}
.block-top-70 {
	padding-top: 70px;
	} 
.block-bottom-40 {
	padding-bottom: 40px;
}

/* HOME */
.header-home {
	margin-bottom: 30px;
	text-align: center;
}

.header-home .titulo {
    font-size: 30px;
	font-weight: 500;
	color: #333;
	padding: 0 0 20px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.header-home .titulo:after {
	    display: inline-block;
	    margin: 0 0 8px 20px;
	    height: 2px;
	    content: " ";
	    text-shadow: none;
	    background-color: #002045;
	    width: 140px;
	}
	.header-home .titulo:before {
	    display: inline-block;
	    margin: 0 20px 8px 0;
	    height: 2px;
	    content: " ";
	    text-shadow: none;
	    background-color: #002045;
	    width: 140px;
	}
}
/*.titulo {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	padding: 0 0 20px;
	text-align: center;
}*/

.banner {
	position: relative;
}
.busca {
	/*background-color: #616163;*/
}
@media (min-width: 768px) {
	/*.home .busca {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		background: none;
		z-index: 300;
	}*/
	.home .busca {
		background: #FFF;
	}
	.home .busca-inner {
		margin-top: -120px;
	}
}
.search-internal {
	position: relative;
	background: #FFF;
	border-top: 2px solid #EDEDED;
}
.busca-inner {
	position: relative;
	/*background-color: #002045;*/
	padding: 30px 0px 5px 0px;
	z-index: 320;
}
.busca-inner h2 {
	text-align: center;
}
.busca-inner  h2 {
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 0;
    line-height: 1.2;
    text-align: center;
}
@media (min-width: 768px) {
	.busca-inner  h2 {
		color: #464646;
	}
	.busca-inner  h2:after {
	    display: inline-block;
	    margin: 0 0 8px 20px;
	    height: 2px;
	    content: " ";
	    text-shadow: none;
	    background-color: #002045;
	    width: 140px;
	}
	.busca-inner  h2:before {
	    display: inline-block;
	    margin: 0 20px 8px 0;
	    height: 2px;
	    content: " ";
	    text-shadow: none;
	    background-color: #002045;
	    width: 140px;
	}
}
.home .busca-inner {
	background-color: #FFF;
	border: 2px solid #EDEDED;
	padding: 30px 15px 5px 15px;
}
.animacao {
	position: relative;
	height: 380px;
	background-color: #CCC;
}
.animate-text {
	position: relative;
	bottom: 155px;
	left: 50%;
	transform: translateX(-50%);
}
.animate-text p {
	font-size: 26px;
	font-weight: 700;
	color: #FFF;
}

/* 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 {
	background-color: #FFF;
	padding: 30px;
}
.busca-rapida-container {
	margin-left: -10px;
	margin-right: -10px;
}
.busca-rapida-opt {
	/*display: table;*/
	border-spacing: 10px;
	width: 100%;
	margin: 20px 0;
}
.busca-rapida-opt li {
	/*display: table-cell;*/
	

	vertical-align: middle;
	
}
.busca-rapida-opt li a {
	display: block;
	position: relative;
	background-color: #002045;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	padding: 20px 0;
	text-align: center;
}
.busca-rapida-opt li a i {
	display: block;
	font-size: 30px;
}
.busca-rapida-opt li:last-child a {
	margin-right: 0;
}

.tale {
	position: relative;
	width: 100%;
	background-color: #002045; 
	margin-bottom: 5px;
}
/*.tale:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50px;
	left: 0;
	border-right: 50px solid transparent;
  border-bottom: 150px solid #750303;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
          -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.tale:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}*/
.tale > a {
	display: block;
	padding: 20px 0;
	position:relative;font-size:16px;font-weight: 400; color: #FFF;line-height: 1.2em;
	text-align: center;
	cursor: pointer;
}
.tale.open > a {
	background: #00162F;
}
.tale.open:after, .tale:hover:after {
	border-top-color: #00162F;
}
.tale.open ul {
	display: block;
}
.tale ul {
	display: none;
	position: relative;
	background-color: rgba(2,61,103, 0.9);
}
.tale ul > li > a {
	display: block;
	font-size: 16px;
	color: #FFF;
	padding: 10px 20px;
	text-align: left;
	text-transform: uppercase;
}
.tale ul > li:first-child > a {
	padding-top: 20px;
}
.tale > a:hover , .tale ul > li > a:hover {
	background: #00162F;
}

@media (min-width: 992px) {
	.tale:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #002045;
		border-width: 10px;
		margin-left: -10px;
		z-index: 10001;
	}
}

@media (max-width: 768px) {
	.animacao {
		display: none;
	}
	.busca-rapida-opt {
		display: block;
		width: 100%;
		margin: 20px 0;
	}
	.busca-rapida-opt li {
		display: block;
	}
	.busca-rapida-opt li a {
		margin: 5px 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: #AC5F09;
	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%;
	vertical-align: middle;
}
#map-canvas {
	height: 430px;
}
.contact-info {
	padding: 50px;
	max-height: 500px;
}
.contact-info-header {
	margin-bottom: 30px;
}
.contact-info-header h2 {
	font-size: 28px;
	text-transform: uppercase;
}
.contact-info-area {
	background: #FFF;
    border: 2px solid #EDEDED;
    margin-top: -100px;
    padding: 30px 15px 5px 15px;
}
.contact-info-opts li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.contact-info-opts li i {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #002045;
	border-radius: 50%;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 15px;
	line-height: 40px;
	text-align: center;
}
.contact-info-opts-text {
	font-size: 16px;
	color: #333;
}
.contact-info-opts-title {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.contact-info-opts-desc {
	display: block;
	line-height: 20px;
}

.contact-form-box, .anuncie-form-box {
	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 {
	margin: 0 auto 30px;
}
.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;
	margin-bottom: 30px;
	min-height: 200px;
}
.property-grid-content {
	display: inline-block;
	position: relative;
	width: 100%;
	/*border: 2px solid #EDEDED;*/
	padding-bottom: 20px;
	/*transition: ease 0.5s;*/
}
.property-grid-content:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 0 0 #002045;
	transition: box-shadow .5s ease;
}
.property-grid-content:hover:after {
	box-shadow: inset 0 0 0 2px #002045;
}
.property-grid:hover .property-grid-content:after {
	/*border: 2px solid #002045;*/
	/*transition: ease 0.5s;*/
	box-shadow: inset 0 0 0 2px #002045;
}
.property-grid-header {
	background-color: #002045;
	padding: 20px;
}
.property-grid-title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}
.property-grid-location {
	display: block;
	font-size: 16px;
	color: #FFF;
	padding: 5px 0;
}
.property-grid-location i {
	margin-right: 5px;
}
.property-grid-text {
	height: 100px;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	padding: 20px;
}
.property-grid-meta {
	padding-top: 20px;
}
.property-grid-meta li {
	float: left;
	width: 33%;
	border-right: 1px solid #DFDFDF;
	font-size: 14px;
	padding: 5px 0;
	line-height: 2;
	text-align: center;
}
.property-grid-meta li:last-child {
	border-right: none;
}
.property-grid-meta li i {
	display: block;
	margin-bottom: 8px;
}
.property-grid-price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 40%, rgba(255,255,255,0.05) 100%);
	font-size: 22px;
	font-weight: 400;
	color: #FFF;
	padding: 25px 20px 10px;
	z-index: 100;
}
.property-grid:hover .property-grid-price {
	background: -webkit-linear-gradient(bottom, rgba(0,32,69,0.9) 0%, rgba(0,32,69,0.4) 40%, rgba(0,32,69,0.01) 100%);
	transition: ease 0.5s;
}
.property-grid-img {
	position: relative;
	height: 240px;
	background: #EEE;
}
.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: 240px;
	/*background-color: #EEE;*/
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.35s ease;
	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);*/
	width: 100%;
	height: 240px;
	min-height: 240px;
	object-position: center;
	object-fit: cover;
}
.property-grid-code {
	position: absolute;
	top: 10px;
	right: 0px;
	background-color: #002045;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	padding: 5px 15px 5px 20px;
	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;
}

.no-result-search {
  background-color: #FFF;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  margin-bottom: 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-text {
  display: inline-block;
  width: 60%;
}
.no-result-search-text > * {
  color: #979797;
  font-size: 20px;
  line-height: 1.5;
}


/* PROPERTY SINGLE */
.property-single-header {
	position: relative;
	/*background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255,255,255,0.5));*/
	padding: 40px 0 35px 0;
}
.property-single-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 1px !important;
	text-transform: uppercase;
}
.property-single-title span.property-single-subtitle {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #777;
	text-transform: none;
}
.property-single-code {
	display: inline-block;
	position: relative;
	top: -6px;
	background: #002045;
	font-size: 14px;
	color: #FFF;
	margin-left: 5px;
	padding: 5px 10px;
	line-height: 24px;
}
.property-single-price {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #002045;
	line-height: 34px;
	text-align: right;
	transform: translateY(-50%);
}
.property-single-price span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #999;
}
.property-single-image-area {
	position: relative;
	background-color: #F0F0F0;
	background-position: center;
	background-repeat: no-repeat;
}
.property-single-image-area:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.6);
	z-index: 1;
}
.property-single-sliderbox {
	position: relative;
	background: #FFF;
	border: 2px solid #EDEDED;
	margin: -50px 0 30px 0;
	padding: 20px;
	z-index: 100;
}

.property-single-sliderbox-2 {
	position: relative;
	background: #FFF;
	border: 2px solid #EDEDED;
	margin-bottom: 30px;
	/*margin: -50px 0 30px 0;
	padding: 20px;
	z-index: 100;*/
}
.property-single-carousel {
	padding: 10px 15px 20px;
}
.responsive a {
	display: block;
	position: relative;
	height: 180px;
	margin: 10px 5px 0 5px;
}
.responsive img {
	width: 100%;
	height: 180px;
	max-height: 180px;
	object-fit: cover;
	object-position: center;
}
.property-single-image-box {
	position: relative;
	height: 550px;
	z-index: 5;
}
.property-single-image-box img {
	display: block;
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center;
}
.property-single-meta {
	background: #D8D8D8;
	margin: 0 0 30px;
	padding: 15px 0 10px;
}
.property-single-meta li {
	border-right: 1px solid #EDEDED;
	line-height: 2;
	text-align: center;
}
.property-single-meta li:last-child {
	border-right: none;
}
.property-single-meta li i {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
.property-single-meta li span {
	display: inline-block;
	font-weight: 700;
	margin: 0 5px;
}
.property-single-detail {
	background-color: #FFF;
	margin-bottom: 50px;
	/*padding: 25px;*/
}
.property-single-detail-header {
	font-size: 18px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.property-single-detail-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 2px !important;
	text-transform: uppercase;
}
.property-single-detail-text {
	font-size: 18px;
	line-height: 24px;
}
.property-single-video iframe{width:100%;height:400px;}
.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: #002045;
	margin: 0 15px 0 0;
	text-align: center;
	vertical-align: middle;
}

.property-single-form {
	background-color: #FFF;
	border: 2px solid #EDEDED;
	padding: 20px 20px 10px;
}
.property-single-form-title {
	font-size: 20px;
	font-weight: 700;
	color: #464646;
	margin-bottom: 15px;
	padding: 0 10px;
	line-height: 1.25em;
	letter-spacing: 2px !important;
	text-transform: uppercase;
}
.property-single-form .btn {
	width: 100%;
}

.property-single-login {
	overflow: hidden;
	position: relative;
	background: #FFF;
	text-align: center;
}
.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;
}

/* 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: #002045;
	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) {
	.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: #002045;
		z-index: 800;
	}
	.menu li {
		display: block;
		float: none;
	}
	.menu-open .menu {
		display: block;
	}
	/*BUSCA */
	.busca {
		display: none;
		background-color: #002045;
	}
	.busca-open .busca {
		display: block;
	}

}

.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-body {
	position: relative;
	padding: 30px;
}
.popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.sp-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
.sp-container h2 {
	position: absolute;
	top: 50%;
	line-height: 100px;
	height: 90px;
	margin-top: -50px;
	font-size: 50px;
	width: 100%;
	text-align: center;
	color: transparent;
	-webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards;
}
.sp-container h2.frame-1 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.sp-container h2.frame-2 {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.sp-container h2.frame-5 {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span {
	-webkit-animation: blurFadeIn 3s ease-in 6s backwards;
	-moz-animation: blurFadeIn 1s ease-in 6s backwards;
	-ms-animation: blurFadeIn 3s ease-in 6s backwards;
	animation: blurFadeIn 3s ease-in 6s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span:nth-child(2) {
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-ms-animation-delay: 7s;
	animation-delay: 7s;
}
.sp-container h2.frame-5 span:nth-child(3) {
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}

/**/

@-webkit-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes fadeInBack {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(5);
	}
}
@-webkit-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0deg);
	}
}
/**/

@-moz-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(0);
	}
}
@-moz-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}
@-moz-keyframes fadeInBack {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-moz-transform: scale(5);
	}
}
@-moz-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-moz-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) rotate(0deg);
	}
}
/**/

@keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}
@keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}
@keyframes fadeInBack {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 0.4;
		transform: scale(2);
	}
	100% {
		opacity: 0.2;
		transform: scale(5);
	}
}
@keyframes fadeInRotate {
	0% {
		opacity: 0;
		transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

.owl-property-slide .item {
	padding-bottom: 25px;
}
.property-slide {
	position: relative;
	background: #FFF;
	/*border: 2px solid #CCC;*/
	padding: 20px 5px;
}
.property-slide:after {
content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
    box-shadow: 0 0 40px rgba(0,0,0,0.8);
    bottom: 0px;
    width: 80%;
    height: 50%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}
.property-slide-img {
	position: relative;
	width: 100%;
	height: 375px;
	max-height: 375px;
}
.property-slide-img img {
	height: 375px;
	object-fit: cover;
	object-position: center;
}
.categoria-endereco {
	float: left;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}
.categoria-endereco small {
	font-size: 16px;
	font-weight: 300;
}
.property-slide-price {
	float: right;
	font-size: 20px;
	color: #FFF;
	background: #00162F;
	padding: 10px 20px;
}
.property-slide-desc {
	border-bottom: 4px solid #00162F;
	padding: 30px 0;
}
.property-slide-meta li {
	border-right: 1px solid #DFDFDF;
	margin: 30px 0;
	padding: 15px 0;
	line-height: 2;
	text-align: center;
}
.property-slide-meta li:last-child {
	border-right: none;
}
.property-slide-meta li i {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}


.property-slide:hover::after, .property-slide:hover::before {
    -webkit-transform: scale(1);
}

/*.property-slide::before {
    border-bottom: 3px solid #00162F;
    border-left: 3px solid #00162F;
    -webkit-transform-origin: 0 100%;
}
.property-slide::after {
    border-top: 3px solid #00162F;
    border-right: 3px solid #00162F;
    -webkit-transform-origin: 100% 0;
}

.property-slide::before, .property-slide::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}*/

.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;
	background: url(../images/condominios-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}
.condominios-header-area:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dot-bg.png);/*rgba(0,0,0,0.5);*/
}
.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 .item a {
	text-align: center;
}
.condominios-list .owl-item img {
	display: inline-block;
	width: auto;
}

/****** 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%);
    }
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,
.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url('./ajax-loader.gif') center center no-repeat;}
@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url('./fonts/slick.eot');src:url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');}
.slick-prev,
.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:30px;height:50px;padding:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;border:none;outline:none;background:#FFF;z-index:1000;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity:.25;}
.slick-prev:before,
.slick-next:before{font-family:'FontAwesome';font-size:18px;font-weight:700;line-height:1;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-prev{left:0px;}
[dir='rtl'] .slick-prev{right:-25px;left:auto;}
.slick-prev:before{content:'\e918';}
[dir='rtl'] .slick-prev:before{content:'â†’';}
.slick-next{right:-0px;}
[dir='rtl'] .slick-next{right:auto;left:-25px;}
.slick-next:before{content:'\e917';}
[dir='rtl'] .slick-next:before{content:'â†';}
.slick-dotted.slick-slider{margin-bottom:30px;}
.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity:1;}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'â€¢';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before{opacity:.75;color:black;}
.email-control {text-transform: lowercase;}