@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #f3f3f3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: 600;	
}

@font-face {
    font-family: '';
    src: url('/font/.eot');
    src: url('/font/.eot?#iefix') format('embedded-opentype'),
         url('/font/.woff') format('woff'),
         url('/font/.ttf') format('truetype'),
         url('/font/.svg#futura') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wrap-mapa {width:100%; height:100% }
.wrap-mapa .mapa {width:100%; height:100% }

#map-reset{
	margin-left: 10px;
	width: 230px;
}

.telefones{
	height: 22px;
}

.detalhes-icones{
	margin: 5px 10px 10px 0px;
}

.ui-imoveis-destaque a.todos{
	float: right;
}
	
.ui-interna-noticias{
	width: auto;
	padding-top: 40px;
	padding-right: 0px;
}

.area-restrita{
	border: 1px solid #ccc;
	color: #aaa;
	padding: 10px;
	text-align: left;
}

.links-uteis{
	border: 1px solid #ccc;
	color: #aaa;
	padding: 10px;
	text-align: left;
	margin-bottom: 20px;
}

.area-restrita input{
	width: 35%;
	margin: 1px;
	padding: 0px;
}

.container-area-restrita{
	margin-top: 100px;
}

.ui-interna-principal{
	padding-right: 0px;
}
.ui-header > .top > div.contato > .telefones{
	display: inline;
}

.ui-imoveis-destaque > ul > li{
	margin-top: 25px;
	min-height: 260px;
}

.ui-footer {
	position: relative;
	clear: both;
	bottom:0;
}



.ui-interna.ui-interna-principal {
	min-height: 0;
}

.ui-interna-text {
	text-align: justify;
}

.form-control {
	font-family: Lato;
}

textarea.form-control {
	font-family: Lato;
	text-transform: uppercase;
}

.pagination>li>a, .pagination>li>span {
	float:none !important;
}

.ui-menu-header {
	background-color: white;
}

.inputs{
	margin: 7px;
	cursor: pointer;
	color: #333;
}

.inputs:hover{
	color:	#999;
	transition: 1s;
}

@media(min-width: 666px){ 
	.ui-menu-header {
		height: 40px;
	}
}