@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0;padding:0;}input,select,a img{vertical-align:middle;}
*,*:before,*:after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-appearance:none;/*Safari*/}
button::-moz-focus-inner { padding: 0; border: 0; font-weight: normal; }
select::-ms-expand { display: none; } /* for IE 11 */
select { 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 	
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMDYvMTfn/A3pAAAAdklEQVRYhe3WwQqAIBAE0Nk+rC/LU1+WPzYdIuhQUqMhwix422Uee1CDJHrW1DXdAAMMMMCAoQCRMiPl4sv1pkcGcJ3jDHkKv/Y1B5QQavhnwB2iJhwAQv2QXLeghh/DpHywbKyZJ6lvoFWNcw8YYIABBhjwV+3PoY0OU6UvxAAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: 100% center;
	padding-right:24px !important;
}

/*-----------------------------------------------*/
/*                    TAGS                       */
/*-----------------------------------------------*/
html, body {
	display: block;
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
    cursor: default !important;  
	background-color: #e2e2e2;
	color: #00253B;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
	outline: none;
}

@media (max-width: 1080px) {
	body {
		font-size: 9px;
	}
}

@media (max-width: 780px) {
	body {
		font-size: 8px;
	}
}


body * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	cursor: inherit;
	outline: inherit;
}

textarea {
	line-height: 140%;
	min-height: 200px;
	resize: none;
}
a {
    text-decoration:none;
    color: #06c;
    cursor: pointer;
	transition:all 0.3s ease;
}
a:hover {
    text-decoration: underline;
    color: #f60;
}

strong, b {
	font-weight: 800;
}

[type=radio], [type=checkbox] { 
	display:none; 
}

a, 
button,
[type=radio] + label[for],
[type=checkbox] + label[for] { 
	cursor: pointer; 
}


input[type=radio], 
input[type=checkbox] {
	display: none !important;
}

form [name] {
	display:block;
	outline:none;
	margin:0;
	padding:5px 10px;
	height:38px;
	width: 100%;
	border:1px solid #ccc;
	border-radius:4px;
	color:#000;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
textarea {
	height:200px;
	resize:none;	
}
input:focus, 
textarea:focus {
	border-color: #00253B;
}
input + label {
	cursor:pointer;
	display:inline-flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-right: 25px;
	height: 24px;
	line-height: 24px;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	color: #444;
}
input + label:last-of-type {
	margin-right: 0;
}
input + label:hover,
input:checked + label::before {
	color: #00253B;
}

input + label:before {
	font-family: 'fontello';
	font-size: 1.3em;
	margin-right: 7px;	
	padding: 2px;
}

form [type=radio] + label::before { 
	content: '\f001'; 
}
form [type=radio]:checked + label::before {
	content: '\f002';  
}

form [type=checkbox] + label::before { 
	content: '\f004'; 
}
form [type=checkbox]:checked + label::before { 
	content: '\f003'; 
}

form .field-required {
	border-color:#00253B !important;
	box-shadow:inset 0 0 0 1px #00253B !important;
}

form footer {
	display:block;
	padding-top:10px;
	margin-top:20px;
	text-align: center;
}

form button {
	display: inline-block;
	height: 40px;
	min-width: 80px;
	padding: 0 30px;
	font-size: 1em;
	color: #fff;
	font-weight: 600;
	background-color: #00253B;
	border-radius: 4px;
	border: none;
	outline: none;
	cursor: pointer;
}
form button:hover {
	background-color: #535362;
}
form button:active {
	box-shadow:inset 0 0 16px 0 rgba(0,0,0,.5);
}

/*-----------------------------------------------*/
/*                    DEFAULT                    */
/*-----------------------------------------------*/

#inovandoweb {
	display:block;
	font-size:28px;
	text-decoration:none !important;
	margin: 20px auto;
	color: #00253B;
	transition: color 0.3s ease;
}
#inovandoweb:hover {
	color:#fc3 !important;
}

/*----------------------------*/
/*----------------------------*/

#btn-controls {
	position: fixed;
	top: 10px;
	left: 100%;
	z-index: 199;
	overflow: visible;
	display: flex;
	flex-direction: column;	
}

#btn-controls > a {
	padding: 4px 8px;
	text-decoration: none !important;
}

#btn-controls > a i {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;	
	margin: 0;
	font-size: 24px;
	color: #fff;
	width: 52px;
	height: 52px;
	background-color: #f00;
	border-radius: 50%;
	box-shadow: 2px 2px 0 0 rgba(15,15,30,.2);
	transition: all 0.3s ease;	
}

#btn-controls > a:hover i {
	background-color: #0089C7;
}

#btn-menu {
	z-index: 201;
}
#btn-home {
	transition: transform 0.5s ease, background-color 0.3s ease;
}
#btn-top {
	transition: transform 1.0s ease, background-color 0.3s ease;
}

#btn-menu,
#btn-controls > a.show {
	transform: translate(-100%);
}

/*---------------*/
#menu, #menu a {
	list-style: none;
	padding:0;
	margin:0;
	text-align: center;
	text-transform: uppercase;
}

#menu a {
	display:inline-block;
	position: relative;
	margin: 0 5px;
	font-weight: 300;
	font-size: 1.5em;
}

/*---------------*/
#main-menu {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 200;
	top: 0;
	right: 0;
	background-color: rgba(15,15,30,.95);
	width: 100%;
	height: 100%;
	border: 0;	
}
#main-menu nav {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#main-menu nav a {
	font-size: 2.6em;
	font-weight: 700;
	margin: 1px 0;
	padding: 10px;
	width: 100%;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
}
#main-menu nav a:before,
#main-menu nav a:after {
	display: none;
}

#main-menu nav i {
	display: none;
}

#main-menu.show {
	display: block;
}


/*----------------------------*/
@media (min-width: 680px){
	
	#main-menu { 
		display: none !important; 
	}
	#btn-menu {	
		display: none; 
		transform: translate(0) !important; 
	}
}

@media (max-width: 680px){	
	#header-top {
		display: none !important;
	}
	
}

/*----------------------------*/
/*----------------------------*/

.box-menu div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	
}
.box-menu a {
	padding: 0;
	margin: 0 2.4em;
	position: relative;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: 500;
	font-size: 1.2em;
	color: #f00 !important;
}

.box-menu a:hover {
	color: #fff !important;
}


/*----------------------------*/
/*----------------------------*/

.social {
	display: none /*flex*/;
	align-items: center;
}
.social-item {
	width: 32px;
	height: 32px;
	color: #f00 !important;
	font-size: 20px !important;
	margin: 2px;
	transition: all 0.3s ease;
}

/*----------------------------*/
/*----------------------------*/

.in-box {
	margin: 0 auto;
	width: 100%;
	max-width: 1260px;
}

/*----------------------------*/
/*----------------------------*/

#header {
	position: relative;
	overflow: visible;
	padding: 0;
	display: flex;
	flex-direction: column;
	background-color: #00253B;
	background-image: url(/imgs/bkg-header.png);
}

#header .line-h {
	height: 1px;
	margin: 0 auto;
}

#header * {
	color: #fff;
}

#header [class*='fe-'] {
	color: #f00;
	font-size: 1.2em;
}

#header .box-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#header .box-menu > div {
	margin: 0 20px;
}

/*----------------------------*/
.phones {
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 15px;
}
.phones a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 2.4em;
}
.phones a span {
	font-size: 0.65em;
	color: #f00 !important;
	margin-right: 7px;
}

/*----------------------------*/
#header-top {
	font-size: 1.4em;
	font-weight: 800;
	height: 56px;
	background-color: #0089C7;
}

#header-top a {
	color: #fff !important;
}
#header-top a:hover {
	color: #002040 !important;
}


#header-top .in-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	line-height: normal;
	padding: 2px;
	height: inherit;
}


#header-top .social {
	margin-left: 100px;
}

/*----------------------------*/
#header-middle {
	font-size: 1.4em;
	min-height: 240px;
	display: flex;
	align-items: center;
}

#header-middle .in-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	max-width: 1000px;
}

/*----------------------------*/
#header-logo {
	max-width: 540px;
}
#header-logo img {
	display: block;
	width: 100%;
}


@media (max-width: 860px) {
	#header-top .box-menu a {
		margin: 0 20px !important;
	}

	#header-logo {
		max-width: 450px;
	}
}


@media (max-width: 780px) {
	#header-logo {
		max-width: 350px;
	}

	#header-middle {
		min-height: 200px;
	}
}

@media (max-width: 680px) {
	#header-middle .in-box {
		flex-direction: column;
		align-items: center;
	}

	#header .phones {
		margin: 10px 0 0 0;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		font-size: 0.8em;
	}
	#header .phones > div {
		display: none;
	}
	#header .phones a {
		margin: 8px;
	}
	#header .phones a span {
		margin: 0 2px 0 0;
	}
}

@media (max-width: 520px) {
	#header-logo {
		max-width: 300px;
	}

	#header-top {
		display: none;
	}

	#header-middle {
		min-height: 130px;
	}
}

@media (max-width: 460px) {
	#header-logo {
		max-width: 250px;
		margin-right: 80px;
	}
}

/*----------------------------*/
/*----------------------------*/

#box-search {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;	
	padding: 10px;
}
#box-search form {
	width: 95%;
	max-width: 880px;
	margin: 0 auto;
	height: auto;
}

#box-search form [name] {
	color: #1F003F !important;	
	padding: 1em 1.2em;
	font-size: 1.5em;
	font-weight: 700;
	background-color: #fff;
}
#box-search form select {
	color: inherit !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#box-search form select option {
	color: inherit;
}

/*----------------------------*/

.f-row {
	display: flex;
}
.f-row > div {
	padding: .5em;
	flex: 1;
}

/*-----------------*/
#field-dorm,
#field-preco {
	display: flex;
	max-width: 460px;
}
#field-dorm select,
#field-preco select {
	margin: 0 5px 0 0; 
}
#field-dorm select:last-of-type,
#field-preco select:last-of-type {
	margin: 0 0 0 5px; 
}

/*-----------------*/
#field-cod {
	max-width: 300px;
}

/*-----------------*/
#field-para {
	display: flex;
}
#field-para label {
	min-width: 140px;
	height: 38px;
	box-shadow: inset 0 0 0 2px #f00;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 700;
	border-radius: 4px;
	margin: 0;
}
#field-para label::before {
	display: none;	
}
#field-para label:first-of-type {
	margin-right: 5px;
}
#field-para label:last-of-type {
	margin-left: 5px;
}

#field-para :checked + label {
	background-color: #f00;
}

/*-----------------*/
#field-checks,
#field-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
}

#field-footer {
	padding-bottom: 20px;
}

#field-footer button[type="submit"] {
	height: 50px;
	min-width: 270px;
	background: none;
	box-shadow: inset 0 0 0 3px #f00;
	color: #fff;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 500;
}

/*-----------------*/
#field-checks label {
	font-size: 14px;
	margin: .25em .75em;
}
#field-checks label::before {
	color: #f00;
}


@media (max-width: 580px) {
	.f-row {
		flex-direction: column;
	}
	.f-row > div {
		max-width: 100% !important;
	}

	#field-para label {
		min-width: auto;
		flex: 1;
	}

}

/*----------------------------*/
/*----------------------------*/

#footer {
	text-align: center;
	position: relative;
	padding: 0 10px 30px 10px;
	margin-top: 30px;
	font-size: 1.4em;	
	font-weight: 600;
}
/*----------------------------*/
#footer-menu {
	padding: 1em;
	border: solid #0089C7;
	border-width: 2px 0;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#footer-menu a {
	display: inline-block !important;
	color: #002040 !important;
	font-weight: 600 !important;
	margin: .5em 2em !important;
	white-space: nowrap;
}

/*----------------------------*/
#footer-middle {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding: 20px;
	width: 100%;
}

#footer-middle .box-menu {
	display: flex;
	text-align: left;
	flex-direction: column;
}
#footer-middle .box-menu a {
	color: #00253B !important;
	font-weight: 700 !important;
	margin: 3px !important;
}
#footer-middle .box-menu a:hover {
	color: #f00 !important;
}

#footer-middle .phones > div span {
	color: #f00 !important;
}
#footer-middle .phones a {
	color: #00253B !important;
}


#footer-middle > * {
	margin: 20px;
}

/*----------------------------*/
#footer-logo {
	display: flex;
	flex-direction: column;
}
#footer-logo img {
	width: 95%;
	max-width: 400px;
}
#footer-logo small {
	margin-top: 10px;
	font-size: 0.8em;
	font-weight: 600;
}

/*----------------------------*/
#footer-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#footer-contact a {
	color: #002040 !important;
}

/*----------------------------*/
#footer-address {
	padding-bottom: 2em;
}
#footer-address a {
	font-size: 1.2em;
	color: #002040;
}
#footer-address a:hover {
	text-decoration: none;
	color: #f00;
}


/*----------------------------*/
/*----------------------------*/
#title {
	display: block;
	font-size: 1.6em;
	font-weight: 600;
	text-align: left;
	width: 100%;
	padding: 5px 15px;
	background-color: #003366;
	text-transform: uppercase;
}

#title .in-box {
	padding: 10px;
}

#title * {
	color: #fff;
	font-weight: 400;
}
#title a {
	font-weight: 600;
}

#title small {
	display: inline-block;
	margin: 0;
	color: #f00;
}

/*----------------------------*/
/*----------------------------*/

.content {
	display: block;
	overflow:hidden;
	position: relative;
	padding: 15px;
	margin:0 auto;
	width: 100%;
	max-width: 1200px;
	line-height: 160%;
	font-size: 1.7em;
	font-weight: 400;
	text-align: justify;
}

.content h2 {
	color: #f00;
	font-size: 1.2em;
	font-weight: 700;
	text-align: left;
	padding: 2em 0 1em 0;
	line-height: normal;
}
.content h2:first-of-type {
	padding-top: 1em;
}

.content p {
	margin-bottom: 20px;
}

.content-text {
	font-size: 2em;
}


/*------------------------*/
.info-empty {
	display:block;
	overflow:hidden;
	font-size: 2.4em;
	font-weight: 300;
	color:#999;
	text-align: center;
	padding:20px;
}
/*------------------------*/
.line-h {
	display: block;
	position: relative;
	height: 5px;
	width: 95%;
	max-width: 240px;
	margin: 20px auto;
	background-color: #f00;
}



/*------------------------*/
.titles {	
	display: flex;
	flex-direction: column;
	font-size: 4em;
	font-weight: 500;
	line-height: 100%;
	color: #001F3F;
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
	position: relative;
	width: 95%;
	max-width: 1200px;
	margin: 10px auto;
	letter-spacing: -1px;
}
.titles span span {
	color: #fff;
}
.titles span b {
	color: #f00;
	font-weight: 600;
}

@media (max-width: 780px) {
	.titles {
		font-size: 2.1em;
	}
}

/*----------------------------*/
/*----------------------------*/

[data-carousel] {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0;
	height: auto;
}

/*----------------------*/
[data-items] {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	height: auto;
}

[data-items] > nav {
	flex: 1;
	display: block;
	overflow: hidden;
	position: relative;
}

[data-items] [data-move] {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 60px;
	min-height: 60px;
	border: 0;
	outline: 0;
	background: none;
	font-size: 5.5em;
	color: #bbb;	
	transition: all 0.3s ease;
}
[data-items] [data-move]:hover {
	color: #00253B;
}

/*----------------------*/

[data-controls] {
	padding: 30px 10px;
}
[data-controls] .owl-pagination {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 2px;
}
[data-controls] .owl-page {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ccc;
	opacity: 1;
	margin: 5px;
}
[data-controls] .owl-page.active {
	background-color: #f00;
}


@media (max-width: 780px) {
	[data-items] [data-move],
	[data-carousel] [data-controls] {
		display: none !important;
	}
}


/*----------------------------*/
/*----------------------------*/
/* Formularios */

.form {
	display:block;
	overflow:hidden;
	position:relative;
	padding:0;
	margin:0;
	width: 100%;
	max-width: 900px;
	margin:0 auto;
	padding:20px;
	color:#444;	
}
.form > div {
	margin-bottom: 10px;
}
.form > div > label {
	display: block;
	font-weight: 400;
	color: #333;
	padding: 6px 0;
	font-size: 0.9em;
}

/*----------------------------*/
/*----------------------------*/
/* Imovel detalhes */
.imovel-details {
	display:block;
	float:left;
	position: relative;
	line-height: normal;
	width: 70%;
	padding-right: 20px;
	font-size: 1em;
	color:#222;
	text-align: left;
}

.imovel-details * {
	overflow: hidden;
}


.imovel-details > header {
	display: flex;
}
.imovel-details > header > section:first-of-type {
	flex: 1;
	padding-right: 10px;

}

.imovel-details .link-back {
	display:inline-block;
	border-radius:4px;
	padding:0 8px;
	height:20px;
	line-height:19px;
	border:1px solid #444;
	margin-bottom:5px;
	color:#444;
	font-size: 0.6em;
	font-weight:400;
	text-transform: uppercase;
	text-decoration: none !important;
}
.imovel-details .link-back:hover {
	color:#fff;
	background-color: #444;
}

.imovel-details .ref {
	display:block;
	font-size: 0.8em;
	font-weight:400 !important;
	color:#333;	
}

.imovel-details .titulo {
	font-size: 2.4em;
	font-weight: 700;
	line-height: 100%;
	text-align: left;
	padding: 10px 0;
	color: #f00;	
}

@media (max-width: 540px) {
	.imovel-details .titulo {
		font-size: 1.5em;
	}
}
@media (max-width: 340px) {
	.imovel-details .titulo {
		font-size: 1.3em;
	}
}

.imovel-details .local a [class^='fe-'] {
	vertical-align:middle !important;
	margin-right: 3px !important;
	width: auto;
	height: auto;
}

.imovel-details .local a {
	color: #06f;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: uppercase;
}
.imovel-details .local small {
	display:block;
	font-size: 0.8em;
	margin-left: 20px;
}

.imovel-details .sub-header {
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}


/*----------------------------*/
/*----------------------------*/
/* Galeria midias */

.imovel-details .medias {
	display: block;
	position: relative;
	float: left;
	width: 540px;
	margin-right: 30px;
}

.imovel-details .medias button, 
#gallery-images-imovel [class^='fe-'] {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: -18px;
	cursor: pointer;
	outline: none;
	border-radius: 100%;
	border: none;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.imovel-details .medias button:hover, 
#gallery-images-imovel [class^='fe-']:hover {
	background-color: #fff;
	color:#000;
}

.imovel-details .medias [class^='fe-'] {
	display:inline-block;
	vertical-align:middle;
	margin:0;
	padding:0;
}
.imovel-details .fe-arrow-right {
	left: auto !important;
	right: 10px !important;	
}

#gallery-images-imovel figure [class^='fe-'] {
	left:auto !important;
	right:20px !important;
	margin:0 !important;
	top:20px !important;
	line-height: 36px !important;
}

.imovel-details .medias figure {
	cursor:pointer;
	display:block;
	float:left;
	padding:0;
	margin:0;
	width: 100%;
	background-image: url(/imgs/not-image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;	
}

.imovel-details .medias > section,
.imovel-details .medias figure {
	height: 400px;
}

.imovel-details .medias figure > label {
	display:block;
	overflow:hidden;
	background-color: rgba(0,0,0,0.5);
	font-size: 0.8em;
	font-weight: 400;
	color:#fff;
	padding: 8px 15px;
	border-radius:4px;
	line-height: 120%;	
	position: absolute;
	top:20px;
	left:20px;
	max-width: 80%;
}


/* Icon video play */

#gallery-images-imovel figure[data-video]:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #fff;
}
#gallery-images-imovel figure[data-video]:before {
	content: "Clique para ver o vídeo";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 40px);
	background-color: rgba(0,0,0,.85);
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 20px;
	transition: all 0.5s ease-in-out;
}
#gallery-images-imovel figure .fe-youtube {
	z-index: 2 !important;
	top: 50% !important;
	right: auto !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	font-size: 85px !important;
	width: 100px !important;
	height: 100px !important;
	line-height: 100px !important;
	background: none !important;
	color: #f00 !important;
}
#gallery-images-imovel figure:hover .fe-youtube {
	transform: translate(-50%, -50%) scale(1.14) !important;
}
#gallery-images-imovel figure:hover::before {
	transform: translate(-50%, 50px);
}

/* -------- Medias / Gallery --------- */

.imovel-details .medias > header {
	display: flex;
	flex-flow: row;
	align-items: center;
	font-size: 1em;
	line-height: normal;
	padding-bottom: 10px;
	
}
.imovel-details .medias > header > label {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: uppercase;
	color: #424251;
	margin-right: 5px;
	padding: 5px;
	border-bottom: 3px solid rgba(0,0,0,0.1);
}
.imovel-details .medias > header > label:hover {
	border-color: #424251;
}
.imovel-details .medias > header > label.active {
	border-color: #00253B;
}

.imovel-details .medias > header > label > span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #00253B;
	color: #fff;
	width: 22px;
	height: 22px;
	font-size: 0.8em;
	margin-right: 10px;
}

.imovel-details .medias > section > [data-media] {
	position:relative;
	overflow:hidden;
	display:none;
}
.imovel-details .medias > section > [data-media].active {
	display:block;	
}

.imovel-details .medias > section {
	margin: 0 15px 15px 0;
	width: 100%;
	border-radius:6px;
	background-color: #ccc;
}

/*----------------------------*/
/* Valores e icones caracteristicas */

.imovel-details .valores > div {
	display: flex;
	flex-wrap: wrap;
}

.imovel-details .valores span,
.imovel-details .icons h3 {
	font-size: 1em;
	font-weight: 400;
	color: #666;
	line-height: 100%;
}

.imovel-details .valores span {
	display:block;
	padding: 0 10px;
	margin: 5px 0;
	font-size: 0.8em; 
	border-right: 1px dotted #00253B;
}
.imovel-details .valores span:last-of-type {
	border-right: none;
}

.imovel-details .valores b {
	display:block;
	font-size: 1.5em !important;
	font-weight: 800;
	padding: 5px 0;
	color: #00253B;
	line-height: 100%;
}
.imovel-details .valores b.preco {
	margin-top: 5px;
	font-size: 1.5em;	
}
.imovel-details .valores sup {
	font-size: 0.8em;
	font-weight:400;
}

.imovel-details .valores small {
	display:block;
	overflow: hidden;
	line-height: 100%;
	font-size: 0.7em;
	font-weight: 400;
	color: #06c;
	padding:2px;
}

/*----------------------------*/

.imovel-details .icons h3 {
	font-size: 0.8em;
}

.imovel-details .icons span {
	display:block;
	overflow: hidden;
	margin:5px 0 0 0;	
}

.icons-items [class*='fe-'] {
	display: inline-flex !important;
	width: 38px;
	height: 38px;
	font-size: 1.4em;
	margin: 0 10px 0 0;
	border-radius: 6px;
	background-color: #f00;
	color: #fff;
}

.imovel-details .icons b {
	overflow: hidden;
	font-size: 0.9em;
	font-weight: 600;
	color: #00253B !important;
	height: 48px;
	line-height: 48px;
}

/*----------------------------*/
.imovel-details .descricao {
	line-height: 140%;
	margin-top: 20px;
}
.imovel-details .descricao h2,
.imovel-details .descricao h3 {
	color: #f00;
	line-height: normal;
	padding:0;
	margin: 10px 0;
	font-size: 1em;
	font-weight: 600;
	border-bottom: 1px dotted #00253B;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.imovel-details .descricao h3 {
	margin-top:30px;
	border-color: #ccc;
}
.imovel-details .descricao ul {
	padding:0;
	margin:10px 0;
	line-height: 140%;
}

.imovel-details .descricao ul label {
	margin-right: 10px;
}

#mapa-imovel {
	margin: 15px 0;
	width: 100%;
	min-height: 500px;
	border: 1px solid #ddd;
}



@media (max-width: 1120px) {
	.imovel-details .medias { 
		width: 440px; 
	}
	.imovel-details .medias > section,
	.imovel-details .medias figure {
		height: 320px;
	}
}

@media (max-width:960px) {	
	.imovel-details,
	.box-contact-imovel {
		float:none;
		width: 100%;
		padding-right: 0;
	}
	.box-contact-imovel {
		margin-top:30px;
	}

	.imovel-details .medias { 
		width: 540px; 
	}
	.imovel-details .medias > section,
	.imovel-details .medias figure {
		height: 420px;
	}
	
	.imovel-details .icons {
		margin-bottom: 20px;
	}
	
	.imovel-details .icons span {
		float:left;
		margin-right: 30px;
		display:inline-block;
	}
}

@media (max-width:820px) {
	
	.imovel-details .medias { 
		width: 500px; 
	}
	.imovel-details .medias > section,
	.imovel-details .medias figure {
		height: 380px;
	}
	
}

@media (max-width:780px) {
	
	.imovel-details .medias {
		width: 100%;
		float: none;
	}

	.imovel-details .medias > section,
	.imovel-details .medias figure {
		height: 450px;
	}
	
}

@media (max-width:640px) {
	.imovel-details .medias > section,
	.imovel-details .medias figure {
		height: 400px;
	}	
}

@media (max-width:480px) {
	.imovel-details .medias > section,
	.imovel-details .medias figure {
		height: 340px;
	}	
}

@media (max-width:340px) {
	.imovel-details .medias > section,
	.imovel-details .medias figure {
		height: 280px;
	}	
}

/*----------------------------*/
.imovel-table-unid {
	border-collapse: collapse;
	font-size:0.8em;
	color:#111;
	width: 100%;
}

.imovel-table-unid td {
	border:1px solid #eee;
	padding:5px 10px;
	line-height: 140%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}

.imovel-table-unid thead td {
	background-color: #ffe;
	font-weight: 600;
}

.imovel-table-unid td:first-of-type {
	width: 100px;
}
.imovel-table-unid td:last-of-type {
	width: 140px;
}


/*----------------------------*/
.box-contact-imovel {
	display: block;
	overflow: hidden;
	background: #eee;
	border-radius: 4px;
	font-size: 1em;
}

.box-contact-imovel header {
	padding: 0 20px;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #00253B;
	font-size: 1.1em;
	font-weight: 300;
	color: #fff;
}

#contato-imovel-para {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.8em;
	white-space: nowrap;
}
#contato-imovel-para i {
	min-width: 32px;
}

.box-contact-imovel form [name] {
	margin: 5px 0;
	font-size: 1em;
}

.box-contact-imovel textarea {
	min-height: 300px;
}

.box-contact-imovel label {
	height: 34px;
	justify-content: flex-start;
	text-align: left;
}

/*----------------------------*/
#box-result-imoveis {
	text-align: center;
	padding: 10px 0;
}

.item-imovel-result {
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:100%;
	max-width: 480px;
	line-height: normal;
	margin:0 10px 15px 10px;
	padding:15px 15px 0 15px;
	border: 1px solid transparent;
	background-color: #fff;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,.1);
	border-radius:6px;
	text-align: left !important;
	vertical-align:top;
	font-size: 1.6em;
	font-weight: 400;
	color: inherit;
}

.item-imovel-result:hover {
	color:#000;
	text-decoration: none;
	border-color: #00253B;
}

.item-imovel-result * {
	line-height: normal;
}

.item-imovel-result figure {
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	width:250px;
	height:185px;
	background-image: url(/imgs/not-image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	margin:0;
	border-radius:8px;
}


.item-imovel-result-bairro {
	clear:both;
	display:block;
	font-weight:700;
	font-size: 1.5em;
	color: #00253B;
	text-transform: uppercase;
}
.item-imovel-result-bairro sub {
	display:block;
	line-height: normal;
	font-size: 0.5em;
	font-weight:400;
	margin-top:2px;
}
.item-imovel-result-detalhes {
	display:block;
	overflow:hidden;
	padding-left: 15px;
	min-height: 200px;
}

.item-imovel-result-ref {
	display:block;
	font-size: 0.8em;
	color: #069;
	padding-bottom: 5px;	
}
.item-imovel-result-tipo {
	display:block;
	font-size: 0.85em;
	font-weight: 400;
}

.item-imovel-result-descricao {
	display:block;
	overflow:hidden;
	line-height: 140%;
	font-size: 0.8em;
	padding: 10px 0;
}
.item-imovel-result-valor {
	overflow:hidden;
	padding:5px 0;
}
.item-imovel-result-valor span {
	display:block;
	font-weight: 800;
	color: #00253B;
	font-size: 1.1em;
}
.item-imovel-result-valor span em {
	font-weight: 400;
	color: #666;
	font-size: 0.6em;
	font-style:normal;
	text-transform:uppercase;
	margin-left: 5px;
}


.item-imovel-result-footer {
	display:block;
	min-height:45px;
	padding:8px;
	text-align: center;
}
.item-imovel-result-footer span {
	display: inline-block;
	overflow:hidden;
	line-height: normal;
	vertical-align: middle;
	margin:5px;
}
.item-imovel-result-footer span [class^='fe-'] {
	display:inline-block;
	vertical-align:middle;
	margin-right: 5px;
}
.item-imovel-result-footer span b {
	font-size: 0.75em;
	font-weight: 400;
	color:#444;
}


@media (max-width:1020px){
	#box-result-imoveis {
		padding:10px;
	}
	.item-imovel-result {
		max-width:100%;
		margin:5px 0;
	}
}

@media (max-width:520px){
	
	.item-imovel-result-detalhes {
		min-height: 0;
		padding:0;
		margin:0;
		text-align: center;
	}
	
	.item-imovel-result-ref {
		float:left;
	}
	.item-imovel-result-tipo {
		float:right;
	}
	.item-imovel-result-tipo {
		
	}
	
	.item-imovel-result figure {
		float:none;
		width: 100%;
		height: 240px;
	}
	
	.item-imovel-result-detalhes {
		clear: both;
		padding:10px;
	}
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/

/* Imovel destaque */
.item-imovel-destaque {
	display: inline-flex;
	flex-flow: column;
	position: relative;
	overflow: hidden;
	width: 92%;
	height: 380px;
	padding: 0;
	margin: 5px;
	text-align: center;
	text-decoration: none !important;
	line-height: normal !important;
	font-size: 1.6em;
	font-weight: 700;
	background: none;
	border-radius: 6px;
	box-shadow: 0 0 0 2px rgba(0,0,0,.05);
}

.item-imovel-destaque figure {
	flex: 1;
	display: block;
	position:relative;
	margin: 0;
	width: 100%;
	min-height: 260px;
	background-image:url(/imgs/not-image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;	
	transition: all 0.5s ease;
}

.item-imovel-destaque:hover figure {
	transform: scale(1.2);
}

.item-imovel-destaque footer {
	overflow: hidden;
	position: relative;
	min-height: 90px;
	background-color: #fff;
	text-align: left;
	line-height: 120%;
	color: #00253B;
	padding: 20px;
	display: flex;
	align-items: center;
	border-top: 3px solid #f00;
}


/*------------------*/
.dt-open {
	display: none !important;
}

/*------------------*/
.dt-body {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.dt-body > section:last-of-type {
	text-align: right;
}

/*------------------*/
.dt-tipo {
	display: block;
	margin-bottom: 5px;
}

/*------------------*/
.dt-bairro {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: capitalize;
}

/*------------------*/
.dt-ref {
	font-size: 0.8em;
	display: block;
	margin-bottom: 5px;
}

/*------------------*/
.dt-valor {
	color: #f00;
	font-weight: 800;
}
.dt-valor sup {
	font-weight: 400;
}
.dt-valor small {
	font-size: 0.9em;
	font-weight: 600;
	margin-left: 5px;
}

/*----------------------------------*/
/*----------------------------------*/
/* Icone do Youtube Play nos imoveis com Video... */

[class^='item-imovel'] figure[data-src*='http://i1.ytimg.com']:before,
[class^='item-imovel'] figure[style*='http://i1.ytimg.com']:before {
	content: "\f16a";
	font-family: "Fontello";
	font-size: 60px;
	color: #f00;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
[class^='item-imovel'] figure[data-src*='http://i1.ytimg.com']:after,
[class^='item-imovel'] figure[style*='http://i1.ytimg.com']:after {
	content: "";
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}


/*----------------------------------*/
/*----------------------------------*/

#box-maps a.link {
	float: right;
	font-size: 15px;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* Pagination */

.box-pagination {
	display:block;
	clear:both;
	overflow: hidden;
	line-height: 100%;
	padding:5px 0;	
	text-align: center;
	margin-bottom: 10px;
}

@media (max-width: 380px){
	.item-pgn {
		margin:2px 0 !important;
	}
}

.box-pagination:nth-of-type(2){
	margin-top:10px;
}
.item-pgn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 32px;
	height: 32px;
	text-decoration: none !important;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: 400;
	color: #666;
	background-color: #fff;
	border-radius: 50%;
	margin: 2px;
	box-shadow: inset 0 0 0 1px #eee;
}
.item-pgn:last-of-type {
	border-right-width: 1px;
}
.item-pgn:hover {
	background-color: #ddd;
	color:#222;
}
.pgn-active, .pgn-active:hover {
	color: #fff;
	cursor: default;
	border-color: transparent !important;	
	background-color: #f00 !important;
	box-shadow: none !important;
}

.pgn-first:before,
.pgn-previous:before,
.pgn-next:before,
.pgn-last:before {
	font-family: 'fontello';
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	mergin: 0;
}

.pgn-first::before 		{ content:'\f100'; }
.pgn-previous::before 	{ content:'\f104'; }
.pgn-next::before 		{ content:'\f105'; }
.pgn-last::before 		{ content:'\f101'; }

.pgn-inactive, .pgn-inactive:hover {
	cursor: not-allowed;
	opacity: 0.5;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/

.btn-share {
	text-align: left;
	margin: 2px 0;
	border: none;
	text-decoration: none !important;
	font-family: Arial;
	font-size: 10px !important;
	font-weight: bold;
	border-radius: 4px;
	line-height: normal !important;
	display: flex;
	align-items: center;
	max-height: 20px;
	min-height: 20px;
	min-width: 100%;
	padding: 0 3px;
}
.btn-share [class^='fe-'] {
	width: 16px !important;
	height: 16px !important;
	font-size: 14px; 
	margin-right: 3px;
}
.btn-share.whatsapp {
	background-color: #39D84B;
	color: #fff;
}


/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* Owl Carousel */

[data-owl-disabled] .owl-wrapper {
	text-align: center !important;
	width: 100% !important;
	display:flex !important; 
	flex-flow: row nowrap;
}
[data-owl-disabled] .owl-item {
	flex: 1;
	display: inline-block !important;
	float: none !important;
}
[data-owl-disabled] [data-move] {
	display:none !important;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* WinData.js */

.container-windata {
	border-radius: 2px !important;
	background: none !important;
}

.title-windata {
	background-color: #00253B;
	font-weight: 300 !important;
	color: #fff !important;
	border-radius: 2px 2px 0 0;
	border-bottom: 4px solid #00253B !important;
}
.btnclose-windata {
	color:#fff !important;
	border:none !important;
}
.btnclose-windata:hover {
	background-color: rgba(0,0,0,0.1) !important;
}

.body-windata {
	padding:20px 25px !important;
	background-color: #fff !important;
}

.footer-windata {
	border-radius: 0 0 2px 2px;
	text-align: center !important;
	background: #eee !important;
}

.footer-windata button {
	background-color: #00253B !important;
	font-weight: 400 !important;
	color: #fff !important;
	text-transform: uppercase;
	border:none !important;
}
.footer-windata button:hover {
	background-color: #535362 !important;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
.sprites{ background:url("/imgs/sprites.png") top left no-repeat; display: inline-block; }
.bank-hsbc{ width:56px; height:56px; background-position:-10px -10px; }
.bank-santander{ width:56px; height:56px; background-position:-10px -76px; }
.bank-itau{ width:56px; height:56px; background-position:-10px -142px; }
.bank-bradesco{ width:56px; height:56px; background-position:-10px -208px; }
.bank-bb{ width:56px; height:56px; background-position:-10px -274px; }
.bank-caixa{ width:56px; height:56px; background-position:-10px -340px; }

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* Font Icons (Fontello) */
@font-face {
  font-family: 'fontello';
  src: url('/font/fontello.eot?2');
  src: url('/font/fontello.eot?2#iefix') format('embedded-opentype'),
       url('/font/fontello.woff2?2') format('woff2'),
       url('/font/fontello.woff?2') format('woff'),
       url('/font/fontello.ttf?2') format('truetype'),
       url('/font/fontello.svg?2#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*="fe-"] {
	font-family: "fontello";
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	speak: none; 
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: none;	
	line-height: normal;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration: none !important;
  	width: 32px;
  	height: 32px;
}
 

.fe-bath:before { content: '\e800'; } /* '' */
.fe-bathroom:before { content: '\e801'; } /* '' */
.fe-blogger:before { content: '\e802'; } /* '' */
.fe-measure:before { content: '\e803'; } /* '' */
.fe-phone:before { content: '\e805'; } /* '' */
.fe-arrow-left:before { content: '\e806'; } /* '' */
.fe-location:before { content: '\e807'; } /* '' */
.fe-plus:before { content: '\e808'; } /* '' */
.fe-right-open-big:before { content: '\e809'; } /* '' */
.fe-left-open-big:before { content: '\e80a'; } /* '' */
.fe-menu:before { content: '\e80b'; } /* '' */
.fe-mail:before { content: '\e80c'; } /* '' */
.fe-360:before { content: '\e80d'; } /* '' */
.fe-play:before { content: '\e80e'; } /* '' */
.fe-zoom-in:before { content: '\e80f'; } /* '' */
.fe-arrow-right:before { content: '\e810'; } /* '' */
.fe-smartphone:before { content: '\e811'; } /* '' */
.fe-card:before { content: '\e812'; } /* '' */
.fe-bedroom:before { content: '\e813'; } /* '' */
.fe-car:before { content: '\e814'; } /* '' */
.fe-close:before { content: '\e816'; } /* '' */
.fe-iw:before { content: '\e817'; } /* '' */
.fe-search:before { content: '\e818'; } /* '' */
.fe-ok:before { content: '\e819'; } /* '' */
.fe-key:before { content: '\e81a'; } /* '' */
.fe-star-line:before { content: '\e81b'; } /* '' */
.fe-star:before { content: '\e81d'; } /* '' */
.fe-home:before { content: '\e81e'; } /* '' */
.fe-up-big:before { content: '\e81f'; } /* '' */
.fe-right-big:before { content: '\e820'; } /* '' */
.fe-left-big:before { content: '\e821'; } /* '' */
.fe-down-big:before { content: '\e822'; } /* '' */
.fe-loop:before { content: '\e823'; } /* '' */
.fe-share:before { content: '\e830'; } /* '' */
.fe-elevador:before { content: '\e831'; } /* '' */
.fe-video-camera:before { content: '\e834'; } /* '' */
.fe-telephone:before { content: '\e835'; } /* '' */
.fe-map:before { content: '\e836'; } /* '' */
.fe-radio-off:before { content: '\f001'; } /* '' */
.fe-radio-on:before { content: '\f002'; } /* '' */
.fe-checkbox-on:before { content: '\f003'; } /* '' */
.fe-checkbox-off:before { content: '\f004'; } /* '' */
.fe-pag-first:before { content: '\f100'; } /* '' */
.fe-pag-last:before { content: '\f101'; } /* '' */
.fe-pag-prev:before { content: '\f104'; } /* '' */
.fe-pag-next:before { content: '\f105'; } /* '' */
.fe-youtube:before { content: '\f16a'; } /* '' */
.fe-instagram:before { content: '\f16d'; } /* '' */
.fe-whatsapp:before { content: '\f232'; } /* '' */
.fe-facebook:before { content: '\f30c'; } /* '' */