@import url('https://fonts.googleapis.com/css?family=Encode+Sans:100,200,300,400,500,600,700,800,900');

/* 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,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMDEvMTWUJVR8AAAATUlEQVQ4je3TMQoAIAwDQOv//xwXBSm0TQZBwczpLaEGoJ1IP6J+OIPZJcueh404wuxJcIVTaARHOI1msMcltIJ3XEIZeOFy3n+Q++EByuMOHZgLf5MAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: 100% center;
	padding-right:24px !important;
}
select option {
	background-color: #fff;
	color: #0f0f1e;
}

/*-----------------------------------------------*/
/*                    TAGS                       */
/*-----------------------------------------------*/
html, body {
	display: block;
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
    cursor: default !important;  
	background-color: #eee;
	color: #333132;
	font-family: 'Encode 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: 700;
}

[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;
}

button {
	text-align: center;
}

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: #7F7752;
}
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: #7F7752;
}

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:#7F7752 !important;
	box-shadow:inset 0 0 0 1px #7F7752 !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: 500;
	text-transform: uppercase;
	background-color: #7F7752;
	border-radius: 6px;
	border: none;
	outline: none;
	cursor: pointer;
}
form button:hover {
	background-color: #5E573E;
}
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: #7F7752;
	transition: color 0.3s ease;
}
#inovandoweb:hover {
	color:#fc3 !important;
}

/*----------------------------*/
/*----------------------------*/
#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: 200;
	font-size: 1.5em;
}
#btn-menu,
#btn-top,
#btn-home {
	position: fixed;
	top: 10px;
	right:-70px;
	z-index: 199;
	margin: 0;
	border: none;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	width: 52px;
	height: 52px;
	background-color: #7F7752;
	border-radius: 50%;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 -2px 0 1px rgba(0,0,0,.1);
	transition: right 0.5s ease, background-color 0.3s ease;
}

#btn-menu i,
#btn-top i,
#btn-home i {
	margin:0 !important;
	padding:0 !important;
}

#btn-menu:hover,
#btn-top:hover,
#btn-home:hover {
	background-color: #222;
}

#btn-top {
	top: 70px;
	transition: right 0.3s ease, background-color 0.3s ease;
}

#btn-home {
	line-height: 48px !important;
}

#btn-menu.show,
#btn-top.show,
#btn-home.show {
	right: 10px !important;
}

/*---------------*/

#btn-menu {
	display:none;
	font-size: 21px;
	z-index: 201 !important;
	right: 10px !important;
}
#btn-menu > * {
	margin:0;
	width: auto;
	height: auto;
} 

#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.5em;
	font-weight: 100;
	color: #fff;
	margin: 5px;
	padding: 10px;
	width: 94%;
	text-align: center;
	text-transform: uppercase;
	color: #D6D2AC;
	text-decoration: none !important;
}

#main-menu nav i {
	display: none;
}

#main-menu.show {
	display: block;
}


/*----------------------------*/
@media (min-width: 900px){
	#main-menu {
		display:none !important;
	}
}

@media (max-width: 900px){
	#btn-menu {
		display:block;
	}
	
	#btn-home {
		top:70px !important;
	}
	#btn-top {
		top:130px !important;
	}	
	
	#header .box-menu {
		display: none !important;
	}

}

/*----------------------------*/
/*----------------------------*/

#header {
	position: relative;
	overflow: visible;
	font-size: 1em;
	padding: 0;
	background-color: #0f0f1e;
	background-image: url(/imgs/bkg-main.png);
	background-position: center center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border-bottom: 5px solid #7F7752;
	min-height: 420px;
	*height: 100%;
	*max-height: 420px;
}
#header * {
	color: #D6D2AC;
}

#header > div {
	width: 100%;
	max-width: 1200px;
}

.super-link {
	padding: 5px 10px !important;
	border-radius: 30px;
	box-shadow: 0 0 0 2px #E6D8AA, 0 0 0 4px #8A0E0E;
	background-color: #8A0E0E;
	font-weight: 600 !important;
	color: #E6D8AA !important;
}
.super-link:hover {
	text-decoration: none;
	background-color: transparent;
	box-shadow: 0 0 0 2px #7F7752;
	color: #fff !important;
}


img[src*="line-horizontal"] {
	width: 98%;
	height: 1px !important;
	margin: 0 auto;
	max-width: 1210px;
}

/*----------------------------*/

#header-middle {
	flex: 1;
	flex-basis: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#header-middle > section {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 10px 15px 40px;
}

#header-middle a {
	text-decoration: none !important;
}
#header-middle a:hover {
	color: #fff;
}

#header-logo {
	width: 250px;
	max-width: 250px !important;
	margin: 0 10px;
}
#header-logo img {
	display: inline-block;
	width: 100%;
	margin: 10px;
}

@media (max-width: 1080px) {

	#header-middle .email,
	#header-middle .phones,
	#header-middle .whatsapp {
		transform: scale(0.8);
	}

	#header-logo img {
		width: 90%;
	}
}

@media (max-width: 900px) {

	#header-middle .email,
	#header-middle .phones,
	#header-middle .whatsapp {
		display: none;
	}
}

@media (max-width: 840px) {
	#header-logo {
		width: 240px;
	}
	#header-middle > section {
		padding-left: 20px;
		padding-right: 80px;
	}
}

@media (max-width: 760px) {

	#header [src*="line-horizontal"]:first-of-type {
		display: none;
	}

	#header-middle .item-info-data > i {
		display: none;
	}
	#header-middle .phones > dl,
	#header-middle .whatsapp > dl {
		flex: 1;
		padding: 0 5px;
	}	

}

@media (max-width: 580px) {
	#header {
		background-size: cover;		
	}

	#header-middle {
		flex-direction: column;
	}
	#header-middle > section {
		width: 100%;
		padding: 5px 0;
		justify-content: center;
	}

	#header-logo {
		width: 100%;
		text-align: left;
	}	
	#header-logo img {
		width: 70%;
		margin: 15px 0 0 15px;
	}

	#header-middle .phones {
		text-align: right;
	}
}

/*----------------------------*/
/*----------------------------*/

.item-info-data {
	display: flex;
	align-items: flex-start;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: normal;
	flex: 1;
	height: auto !important;
}

.item-info-data dl {
	margin-left: 5px;
}

.item-info-data dd {
	font-size: 1.5em;
}

.item-info-data.phones {
	max-height: 80px !important;
}

.item-info-data.whatsapp dd a {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}
.item-info-data.whatsapp a span {
	margin: 5px 0;
	font-size: 12px;
}

.item-info-data dd small {
	margin-right: 7px;
	font-weight: 100;
}

.item-info-data dt {
	padding: 10px 0 2px 0;
}


.item-info-data > i {
	min-width: 70px;
	min-height: 70px;
}

.email dd {
	text-transform: none;
	font-size: 1.4em;
}

.item-info-data .sub-items {
	font-size: 1.3em;
}

.item-info-data .sub-items dl:first-of-type dt {
	padding-top: 0;
}

.item-info-data .sub-items aside {
	font-size: 0.7em;
	visibility: hidden;
	opacity: 0;
	position: relative;
	z-index: 1000;
	padding: 10px;
	background-color: #0f0f1e;
	border: 1px solid #7F7752;
	border-radius: 4px;
	box-shadow: 1px 1px 10px #000;
	transition: all 0.3s ease;
}
.item-info-data .sub-items:focus aside {
	visibility: visible;
	opacity: 1;
}


.item-info-data .sub-items > a:first-of-type {
	font-size: 0.65em;
	text-decoration: none !important;
}
.item-info-data .sub-items > a:first-of-type i {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

/*----------------------------*/
/*----------------------------*/

.box-menu {
	display: flex;
	align-items: center;
	min-height: 60px;
	text-align: center;
	padding: 10px 0;
}

.box-menu a {
	color: #D6D2AC;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	margin: 5px 25px;
}

/*----------------------------*/
/*----------------------------*/
#box-form {
	display: block;
	position: relative;
	text-transform: uppercase;
}

#box-form > form {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

#box-form ::-webkit-input-placeholder {
  color: rgba(255,255,255,.65);
}
#box-form ::-moz-placeholder {
  color: rgba(255,255,255,.65);
}
#box-form :-ms-input-placeholder {
  color: rgba(255,255,255,.65);
}
#box-form :-moz-placeholder {
  color: rgba(255,255,255,.65);
}
#box-form ::placeholder {
  color: rgba(255,255,255,.65);
}

#field-check label {
	font-size: 1.2em;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
}
#field-check label:before {
	color: #7F7752 !important;
	font-size: 1.5em;
}

#box-form input,
#box-form select,
#box-form button {
	display: block;
	width: 100%;
	min-width: 0 !important;
	border: 1px solid #7F7752;
	background-color: transparent;
	border-radius: 4px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
}
#box-form [type=checkbox],
#box-form [type=radio] {
	display: none;
}

#box-form form [name], label[for] {
	height: 30px;
}

#box-form select option {
	color: #0f0f1e;
}

#box-form button {
	font-size: 1.6em;
	border-radius: 4px;
	max-width: 200px;
	max-height: 38px;
	padding: 0;
	line-height: normal;
	background: #7F7752;
	border: none;
	position: relative;
}
#box-form button span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 400;
}

/*----------------------------*/
.f-item {
	position: relative;
	overflow: hidden;
	padding: 8px;
	height: 100%;
	min-width: 240px;
}
.f-item span {
	display: block;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: 300;
}

.f-item hr {
	width: 100%;
	max-width: 10px;
	height: auto;
	border: none;
	background: none;
}

.f-item > div {
	display: flex;
	align-items: center;	
}
.f-item > div > * {
	flex: 1;
}

/*----------------------------*/
.f-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#field-para {
	display: flex;
	align-items: center;
	font-size: 1.5em;
}

#field-para > div {
	display: flex;
	justify-content: space-between;
	min-width: 300px;
}

#field-para span {
	padding: 0;
	margin: 0 10px 0 0;	
}

#field-para label:before {
	display: none;
}

#field-para label {
	flex: 1;
	max-width: 49%;
	min-width: auto;
	margin: 0;
	height: 30px;
	box-shadow: inset 0 0 0 1px #7F7752;
	border-radius: 4px;
}
#field-para :checked + label {
	background: #7F7752;
	font-weight: 400;
	color: #fff;
}

#field-ref {
	min-width: 35%;
}

/*----------------------------*/
.f-body {
	display: flex;
	flex-wrap: wrap;
}

.f-body .f-item {
	flex: 1;
}
/*----------------------------*/
.f-footer {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	padding-bottom: 10px;
}

.f-footer button span {
	padding: 0 30px;
}

#field-check {
	padding: 10px 0 15px 0;	
}

#label-filter-search {
	display: block;
	min-width: 240px;	
	padding: 0 20px;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: none;
	color: #fff;
	text-align: center;
}

.f-footer div:last-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*----------------------------*/

@media (max-width: 900px) {
	#box-form form [name], 
	#box-form form label[for] {
		height: 34px;
	}

	.f-header * {
		flex: 1;
		min-width: 0;
	}

	#field-para span {
		display: none;
	}

	#field-para > div {
		min-width: auto;
	}

	#field-ref {
		min-width: auto;
	}

}

@media (max-width: 470px) {

	#label-filter-search {
		padding: 0 0 10px 0;
	}
	.f-footer div:last-of-type {
		flex-direction: column;
	}
}

/*----------------------------*/
/*----------------------------*/
#box-banners {
	display:block;
	position:relative;
	overflow: hidden;
	width: 100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 340px) {
	#box-banners {
		display: none;
	}
}

#box-banners .item-banner {
	display: block;
	position:relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ccc;
	width: 100%;
	height: 600px;
	font-size: 1em;
}

#box-banners .owl-controls {
	display:block;
	position: absolute;
	z-index:3;
	left:0;
	bottom:15px;
	line-height: 12px;
	text-align: center;
	width: 100%;
} 

#box-banners [data-move] {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 64px;
	height: 64px;
	border: 0;
	outline: 0;
	background: none;
	color: #fff;
	font-size: 5em !important;
	font-weight: bold !important;
	transform: translate(0,-50%);
	transition: all 0.3s ease;
}
#box-banners [data-move] [class^='fe'] {
	margin: 0 !important;
	width: auto !important;
	height:  auto !important;
}

#box-banners [data-move='right'] {
	left:auto;
	right:0;
}

#box-banners [data-move]:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,.5);
}

/*----------------------------*/
/*----------------------------*/

.item-video {
	display: block;
	margin: 0 15px;
	height: 300px;
	position: relative;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	transition: all 0.3s ease;
}

.item-video:hover {
	transform: scale(1.025);
}

/*----------------------------*/
/*----------------------------*/

#box-equipe {
	text-align: center;
}

.item-equipe {	
	display: inline-flex;
	flex-direction: column;
	margin: 40px;
	font-size: 1.6em;
	max-width: 280px;
}

.item-equipe img {
	margin: 5px 0;
}

.item-equipe * {
	color: #0f0f1e;
}

.item-equipe figure {
	width: 280px;
	height: 280px;
	border-radius: 5%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 1px #7F7752;
	overflow: visible;
	position: relative;
}
.item-equipe figure:after,
.item-equipe figure:before {
	content: '';
	box-shadow: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	position: absolute;
	z-index: 2;
	top: -4px;
	left: 4px;
}
.item-equipe figure:after {
	top: 4px;
	left: -4px;
}

.item-equipe footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 5px;
}
.item-equipe footer > * {
	width: 100%;
}

.item-equipe footer header {
	display: flex;
	flex-direction: column;
}

.item-equipe footer header span {
	display: block;
	font-size: 0.8em;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #7F7752;
	margin: 5px 0 10px 0;
}

.item-equipe footer header b {
	display: block;
	text-transform: capitalize;
	font-size: 1.3em;
	font-weight: 600;
	color: #7F7752;
}

.item-equipe footer header small {
	display: block;
	margin: 5px 0;
	font-size: 0.75em;
	font-weight: 500;
}

.item-equipe footer > div {
	display: inline-flex;
	align-items: center;
}

.item-equipe footer > div i {
	color: #7F7752;
	font-size: 1.2em;
}


.eq-link {
	justify-content: center;
	padding-top: 5px;
}
.eq-link * {
	color: inherit;
}
.eq-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	border-radius: 4px;
	padding: 3px 13px;
	border: 1px solid #06c;	
	font-size: 0.85em;
	color: #06c;
	text-decoration: none !important;
}
.eq-link a:hover {
	color: #fff;
	background-color: #06c;
}

@media (max-width: 410px) {
	.item-equipe {
		margin: 10px 0;
		max-width: 200px;
	}

	.item-equipe figure {
		width: 200px;
		height: 200px;
	}
}


/*----------------------------*/
/*----------------------------*/

[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: #7F7752;
}

/*----------------------*/
[data-carousel] .owl-wrapper { /* Para efeitos de zoom... */
	padding: 10px 0;
}
[data-controls] .owl-controls {
	padding: 5px 10px 25px 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: #7F7752;
}


@media (max-width: 780px) {
	[data-items] [data-move],
	[data-carousel] [data-controls] {
		display: none !important;
	}
}

/*----------------------------*/
/*----------------------------*/

#footer {
	position: relative;
	overflow: visible;
	font-size: 1em;
	padding: 0 0 15px 0;
	background-color: #0f0f1e;
	background-image: url(/imgs/bkg-main.png);
	background-position: center center;	
	background-size: cover;
	margin-top: 50px;
}

#footer .box-menu {
	flex-wrap: wrap;
	justify-content: center;
}

#footer .box-menu a {
	margin: 5px 20px;
}

#footer > div {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
#footer > div > section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 40px 0;
}

#footer > div > section > * {
	margin: 10px 60px;
}

#footer * {
	color: #D6D2AC;
}

#footer-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footer-logo small {
	margin-top: 10px;
	font-size: 1.1em;
}


#footer-social {
	margin: 50px;
	font-size: 1.6em;
	white-space: nowrap;
}
#footer-social a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #7F7752;
	margin: 4px;
}
#footer-social a:hover {
	background-color: #7F7752;
}


#footer-contact {
	width: 100%;
	min-width: 180px;
	display: flex;
	flex-direction: column;
	font-size: 10px !important;
}
#footer-contact > div {
	padding: 10px 0;
}

#footer-address {
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
}


#form-newsletter {
	width: 270px;
	font-size: 1.6em;
	text-align: right;
}

#form-newsletter input {
	background-color: transparent;
	border-color: #7F7752;
}
#form-newsletter > * {
	margin-bottom: 10px;
}

#form-newsletter > header {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#form-newsletter > header b {
	display: block;
	font-size: 1.15em;
	font-weight: 600;
}

@media (max-width: 1080px){
	#footer > div > section > * {
		margin: 10px 30px;
	}
}

@media (max-width: 960px){
	#footer > div > section {
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer > div > section > * {
		width: auto;
	}
}

@media (max-width: 770px){
	#footer .box-menu a {
		width: 30%;
		margin: 5px;
	}
}

@media (max-width: 540px){
	#footer > div > section > * {
		margin: 10px;
	}	
}

@media (max-width: 420px){
	#footer .box-menu a {
		width: 45%;
	}
}

@media (max-width: 340px){
	#footer .box-menu a {
		width: 90%;
	}
}

/*----------------------------*/
/*----------------------------*/
#title {
	display: block;
	overflow: hidden;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	color: #1F1F2D;
	font-size: 1.6em;
	font-weight: 300;
	border-bottom: 1px solid #7F7752;
	text-align: center;
	text-transform: uppercase;
}
#title > * {
	color: #7F7752;
	font-weight: 600;
}

#title small {
	display: inline-block;
	margin: 0 5px;
}


/*----------------------------*/
/*----------------------------*/

.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 h1 {
	color: #7F7752;
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	padding: 0 0 30px 0;
	line-height: normal;
}

.content > div > p {
	margin-bottom: 20px;
	text-indent: 50px;
}

.content-text {
	font-size: 2em;
}


/*------------------------*/
.info-empty {
	display:block;
	overflow:hidden;
	font-size: 2.4em;
	font-weight: 200;
	color:#999;
	text-align: center;
	padding:20px;
}

/*------------------------*/
.titles {
	clear: both;
	display: block;
	font-size: 4em;
	font-weight: 100;
	line-height: 100%;
	color: #1F1F2D;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
	padding: 10px 0;
	position: relative;
}

.titles b {
	color: #7F7752;
}

.titles .line-titles {
	height: 30px;
	width: 90%;
	margin: 0 auto;
	background-image: url(/imgs/line-titles.png);
	background-position: center center; 
	background-repeat: no-repeat;
}


@media (max-width: 780px) {
	.titles {
		font-size: 3em;
	}
}

/*----------------------------*/
/*----------------------------*/

.h-line {
	display: block;
	position: relative;
	margin: 50px auto;
	height: 4px;
	width: 80%;
}

@media (max-width: 780px) {
	.h-line {
		margin: 30px auto;
	}
}

@media (max-width: 540px) {
	.h-line {
		margin: 20px auto;
	}
}


/*----------------------------*/
/*----------------------------*/
/* 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 */

#box-details-imovel {
	display: flex;
}

/*----------------------------*/
#box-right {
	min-width: 360px;
	display: block;
}

@media (max-width: 1080px) {
	#box-right {
		min-width: 280px;
	}
}

@media (max-width: 960px) {
	#box-details-imovel {
		flex-direction: column;
	}
}

/*----------------------------*/

#details-imovel {
	flex: 1;
	flex-basis: auto;
	display:block;
	position: relative;
	line-height: normal;
	width: 70%;
	padding-right: 20px;
	font-size: 1em;
	color:#222;
	text-align: left;
}

#details-imovel > header {
	display: flex;
}
#details-imovel > header > section:first-of-type {
	flex: 1;
	padding-right: 10px;

}

#details-imovel .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;
}
#details-imovel .link-back:hover {
	color:#fff;
	background-color: #444;
}

#details-imovel .ref {
	display:block;
	font-size: 0.8em;
	font-weight:400 !important;
	color:#333;	
}

#details-imovel .titulo {
	font-size: 2em;
	font-weight: 600;
	line-height: 100%;
	text-align: left;
	padding: 10px 0;
	color: #7F7752;	
}

#details-imovel .condominio {
	font-size: 1.3em;
	font-weight: 500;
	color: #333132;
	line-height: normal;
	text-align: left;
	padding: 0 0 10px 0;	
}

@media (max-width: 540px) {
	#details-imovel .titulo {
		font-size: 1.5em;
	}
}
@media (max-width: 340px) {
	#details-imovel .titulo {
		font-size: 1.3em;
	}
}

#details-imovel .local a [class^='fe-'] {
	vertical-align:middle !important;
	margin-right: 3px !important;
	width: auto;
	height: auto;
}

#details-imovel .local a {
	color: #06f;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: uppercase;
}
#details-imovel .local small {
	display:block;
	font-size: 0.8em;
	margin-left: 20px;
}


/*----------------------------*/
/*----------------------------*/
/* Galeria midias */

#details-imovel .medias {
	display: block;
	position: relative;
	margin-top: 20px;
}


#details-imovel .medias > section {
	height: 520px;
	width: 100%;
	background: #ccc;
	background-image: url(/imgs/not-image.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#details-imovel .medias > header {
	display: flex;
	flex-flow: row;
	align-items: center;
	font-size: 1em;
	line-height: normal;
	padding-bottom: 10px;
	
}
#details-imovel .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);
}
#details-imovel .medias > header > label:hover {
	border-color: #424251;
}
#details-imovel .medias > header > label.active {
	border-color: #7F7752;
}

#details-imovel .medias > header > label > span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #7F7752;
	color: #fff;
	width: 22px;
	height: 22px;
	font-size: 0.8em;
	margin-right: 10px;
}

@media (max-width: 780px) {
	#details-imovel .medias > section {
		height: 480px;
	}
}

@media (max-width: 640px) {
	#details-imovel .medias > section {
		height: 440px;
	}
}

@media (max-width: 480px) {
	#details-imovel .medias > section {
		height: 340px;
	}
}


/*----------------------------*/
#details-imovel .icons {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#details-imovel .icons > * {
	margin: 5px 10px !important;
}


/*----------------------------*/
/* Valores e icones caracteristicas */

#details-imovel .valores {
	border-top: 4px solid #7F7752;
	padding-top: 10px;
	margin-top: 30px;
}

#details-imovel .valores > div {
	display: flex;
	flex-wrap: wrap;
}

#details-imovel .valores span,
#details-imovel .icons h3 {
	font-size: 1em;
	font-weight: 400;
	color: #666;
	line-height: 100%;
}

#details-imovel .valores span {
	display:block;
	padding: 0 10px;
	margin: 5px 0;
	font-size: 0.8em; 
	border-right: 1px dotted #7F7752;
}
#details-imovel .valores span:last-of-type {
	border-right: none;
}

#details-imovel .valores b {
	display:block;
	font-size: 1.5em !important;
	font-weight: 700;
	padding: 5px 0;
	color: #7F7752;
	line-height: 100%;
}
#details-imovel .valores b.preco {
	margin-top: 5px;
	font-size: 1.5em;	
}
#details-imovel .valores sup {
	font-size: 0.8em;
	font-weight:400;
}

#details-imovel .valores small {
	display:block;
	overflow: hidden;
	line-height: 100%;
	font-size: 0.7em;
	font-weight: 400;
	color: #06c;
	padding:2px;
}

/*----------------------------*/

#details-imovel .icons h3 {
	font-size: 0.8em;
}

#details-imovel .icons span {
	display:block;
	overflow: hidden;
	margin:5px 0 0 0;	
}

.icons-items [class*='fe-'] {
	display: inline-flex !important;
	width: 36px;
	height: 36px;
	color: #7F7752;
	font-size: 1.2em;
	margin: 0 10px 0 0;
	border-radius: 6px;
	background-color: #7F7752;
	color: #fff;
}

#details-imovel .icons b {
	overflow: hidden;
	font-size: 0.9em;
	font-weight: 600;
	color: #7F7752 !important;
	height: 48px;
	line-height: 48px;
}

/*----------------------------*/
#details-imovel .descricao {
	line-height: 140%;
	margin-top: 20px;
}

#details-imovel .descricao > p {
	text-indent: 30px;
	margin: 5px 0 20px 0;
}

#details-imovel .descricao h2,
#details-imovel .descricao h3 {
	color: #7F7752;
	line-height: normal;
	padding:0;
	margin: 10px 0;
	font-size: 1em;
	font-weight: 400;
}
#details-imovel .descricao h2 {
	border-bottom: 1px dotted #7F7752;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#details-imovel .descricao h3 {
	margin-top:30px;
}
#details-imovel .descricao ul {
	padding:0;
	margin:10px 0;
	line-height: 140%;
	list-style: none;
}

#details-imovel .descricao ul label {
	margin-right: 10px;
}

#mapa-imovel {
	margin: 15px 0;
	width: 100%;
	min-height: 500px;
	border: 1px solid #ddd;
}


@media (max-width:960px) {	
	#details-imovel,
	#box-contact-imovel {
		width: 100%;
		padding-right: 0;
	}
	
	#box-right {
		margin-top:30px;
	}
}


/*----------------------------*/
.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-details-imovel-corretor {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1em;
	margin-bottom: 30px;
	*display: block !important;
}
#box-details-imovel-corretor header {
	font-size: 0.8em;
	width: 100%;
	color: #666;
}
#box-details-imovel-corretor figure {
	width: 240px;
	height: 240px;
	border-radius: 6px;
	background-image: url(/imgs/avatar.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #7F7752;
	margin: 10px;
}
#box-details-imovel-corretor section {
	flex: 1;
	flex-basis: auto;
	display: flex;
	flex-direction: column;
	width: 100%;
}

#box-details-imovel-corretor section b {
	font-size: 1.2em;
	font-weight: 600;
	color: #7F7752;
}

#box-details-imovel-corretor section small {
	font-size: 0.65em;
}

#box-details-imovel-corretor section > div {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8em;
}

#box-details-imovel-corretor section > div i {
	color: #7F7752;
	font-size: 1.2em;
}

#box-details-imovel-corretor footer {
	padding: 5px;
}

#box-details-imovel-corretor footer a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	border-radius: 4px;
	padding: 3px 13px;
	border: 1px solid #06c;
	color: #06c;
	font-size: 0.85em;
	text-decoration: none !important;
}
#box-details-imovel-corretor footer a:hover {
	color: #fff;
	background-color: #06c;
}

@media (max-width: 960px) {
	#box-details-imovel-corretor {
		flex-direction: row;
	}
}

@media (max-width: 620px) {
	#box-details-imovel-corretor {
		flex-direction: column;
	}
}

/*----------------------------*/
#box-contact-imovel {
	display: block;
	overflow: hidden;
	background: #ddd;
	border-radius: 4px;
	
}

#box-contact-imovel * {
	font-size: 1em;
}

#box-contact-imovel header {
	padding: 0 20px;
	height: 50px;
	display: flex;
	align-items: center;
	background: url(/imgs/bkg-blue.png) center center;
	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;
}

#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;
	background-color: #fff;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,.15);
	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;
	transform: translate(0, -7px);
	box-shadow: 3px 7px 0 0 rgba(0,0,0,.2);
}

@media (min-width: 780px) {
	.item-imovel-result {
		animation-duration: 1s;
		animation-name: showResult; 
	}

	@keyframes showResult {
		from {
			transform: scale(0.65);
			opacity: 0;
		}
		to {
			transform: scale(1);
			opacity: 1;
		}
	}
}

.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: #7F7752;
	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: 700;
	color: #7F7752;
	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: 460px;
	padding: 0;
	margin: 5px;
	text-align: center;
	text-decoration: none !important;
	line-height: normal !important;
	font-size: 1.6em;
	background: none;
}

.item-imovel-destaque:before {
	content: '';
	position: absolute;
	z-index: 3;
	top: 2%;
	left: 2%;
	width: 96%;
	height: 96%;
	border: 1px solid rgba(255,255,255,.2);
}

.item-imovel-destaque > small {
	padding: 5px 10px;
	background-color: rgba(15,15,30,.8);
	color: #fff;
	font-size: 0.8em;
	position: absolute;
	z-index: 2;
	left: 2%;
	top: 2%;
	margin: 1px;
	font-weight: 100;
}

.item-imovel-destaque > figure {
	flex: 1;
	flex-basis: auto;
	display: block;
	position:relative;
	margin: 0;
	width:100%;
	height: 320px;
	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 {
	transform: scale(1.025);
}

.item-imovel-destaque footer {
	overflow: hidden;
	position: relative;
	min-height: 60px;
	border-top: 4px solid #7F7752;
	background-image: url(/imgs/bkg-blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-transform: uppercase;
	text-align: left;
	line-height: 120%;
	color: #fff;
	padding: 20px;
	padding-right: 10px;
	display: flex;
	align-items: center;
}
.item-imovel-destaque footer > div:first-of-type {
	flex: 1;
}

.item-imovel-destaque h1 {
	font-size: 1.8em;
	font-weight: 200;
	line-height: 100%;
	color: #7F7752;
	padding: 5px 0;
	overflow: hidden;
}
.item-imovel-destaque h2 {
	font-size: 0.9em;
	font-weight: 200;
	line-height: normal;
}

.item-imovel-destaque h3 {
	font-size: 1.1em;
	font-weight: 200;
	line-height: normal;
}
.item-imovel-destaque h3 small {
	font-weight: 400;
	font-size: 0.75em;
	margin-left: 10px;
}

/*----------------------------------*/
/*----------------------------------*/
/* 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: #7F7752 !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;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* Medias Viewer */

#medias-view {
	height: 480px;
}
#medias-view .mediasview {
	background-color: #ddd !important;
}
#medias-view .mediasview.maxview {
	background-color: rgba(0,0,0,.9) !important;
}

#medias-view .mv-small .is-nav-selected .mv-thumbnail {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.65) !important;
}

#medias-view .mediasview:not(.maxview) .mv-header,
#medias-view .mediasview:not(.maxview) .mv-small {
	background-color: rgba(0,0,0,.05) !important;
}

#medias-view .mediasview .mv-item img {
	width: 98% !important;
	height: 98% !important;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* 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: url(/imgs/bkg-blue.png) center center;
	font-weight: 300 !important;
	color: #fff !important;
	border-radius: 2px 2px 0 0;
	border-bottom: 4px solid #7F7752 !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: #7F7752 !important;
	font-weight: 400 !important;
	color: #fff !important;
	text-transform: uppercase;
	border:none !important;
}
.footer-windata button:hover {
	background-color: #5E573E !important;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/

.sprites{ background:url("/imgs/sprites.png") top left no-repeat; display: inline-block; }
.open{ width:72px; height:72px; background-position:-10px -10px; }
.email{ width:70px; height:70px; background-position:-10px -92px; }
.whatsapp{ width:70px; height:70px; background-position:-10px -172px; }
.phones{ width:70px; height:70px; background-position:-10px -252px; }

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* 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-radio-off:before { content: '\e800'; } /* '' */
.fe-radio-on:before { content: '\e801'; } /* '' */
.fe-bath:before { content: '\e802'; } /* '' */
.fe-bathroom:before { content: '\e803'; } /* '' */
.fe-blogger:before { content: '\e804'; } /* '' */
.fe-measure:before { content: '\e805'; } /* '' */
.fe-phone:before { content: '\e806'; } /* '' */
.fe-arrow-left:before { content: '\e807'; } /* '' */
.fe-location:before { content: '\e808'; } /* '' */
.fe-plus:before { content: '\e809'; } /* '' */
.fe-right-open-big:before { content: '\e80a'; } /* '' */
.fe-left-open-big:before { content: '\e80b'; } /* '' */
.fe-menu:before { content: '\e80c'; } /* '' */
.fe-mail:before { content: '\e80d'; } /* '' */
.fe-360:before { content: '\e80e'; } /* '' */
.fe-play:before { content: '\e80f'; } /* '' */
.fe-zoom-in:before { content: '\e810'; } /* '' */
.fe-arrow-right:before { content: '\e811'; } /* '' */
.fe-smartphone:before { content: '\e812'; } /* '' */
.fe-card:before { content: '\e813'; } /* '' */
.fe-bedroom:before { content: '\e814'; } /* '' */
.fe-car:before { content: '\e815'; } /* '' */
.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-garden:before { content: '\e81c'; } /* '' */
.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-radio-off-1:before { content: '\f001'; } /* '' */
.fe-radio-on-1: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'; } /* '' */