<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{font-family:'Roboto',sans-serif;}

.div100{float:left;width:100%}

h1,h2{color:#199ae4}

#topo_site{
	background:url("topo.jpg") center top no-repeat;
	min-height:300px;
	border-top: solid 10px #ff6000;
}
#topo_site_logotipo{}
#topo_site_telefone{
	color:#000;
	line-height:30px;
	text-indent:60px;
}
#topo_site_telefone i{text-indent:0;}

#menu_topo_site{
	background:url("bg_menu.png") center top no-repeat;
	line-height:50px;
	text-transform:uppercase;
	color:#ff6000;
}
#menu_topo_site .container_12{
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom: solid 5px #ff6000;
}
#menu_topo_site span{
	padding: 10px;
	-webkit-touch-callout:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#000;
}
#menu_topo_site span:hover{
	-webkit-touch-callout:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:#ff6600;
	padding: 15px;
	color:#fff;
}
#menu_topo_site span:hover a{
	color:#fff;
}
#menu_topo_site a{
	color:#000;
	text-decoration:none;
}
#menu_topo_site a:hover{
	color:#fff
}

#banner_site{
	height:380px;
	background:url("bg_banner.png") center top no-repeat;
}

#pesquisa_site{
	position:relative;
	background-color:#199ae4;
	height:165px;
	color:#fff;
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);	
}
#pesquisa_site label{
	display:block;	
}
#pesquisa_site select{
	width:100%;
}
#pesquisa_site button{
	color:#000;
	width:100%;
	height:50px;
}

#site{background-image:url("bg_geral.png");padding-bottom:100px}
#site a{color:#000;text-decoration:none}
#site a:hover{text-decoration:underline}
#site label{display:block}
#site input[type=text],input[type=email],select{width:100%;padding:10px 5px;margin-bottom:10px}
#site button{padding:10px}
#site textarea{width:100%;height:100px;padding:10px 5px;margin-bottom:10px}

#site_menu{text-indent: 10px;}
#site_menu input[type=text]{width:100px;padding:5px}
#site_menu button{padding:5px}
#site_menu p{font-weight:bold}
#site_menu i{text-indent:0}
#site_menu ul{list-style-type:none;padding:0}

#site_menu ul li {
	padding: 5px;
	color: #333832;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#site_menu ul li:hover {
	background:url(+_menu.png) left center no-repeat;
    color: #ff6000;
    font-style: oblique;
    font-weight: 700;
    padding-left: 10px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#site_menu ul li a {color:#333832}
#site_menu ul li:hover a{color:#ff6000}

.box_imovel{height:310px;overflow:hidden;margin-bottom:10px}
.box_imovel p{margin:6px 0 6px 0;text-align:center}
.box_imovel:hover { 
	background-color:#199ae4;
	color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-touch-callout: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box_imovel figure{position:relative}
.box_imovel figure img{display:block}
.box_imovel figcaption{width:100%;background-color:#fff;opacity:0.7;position:absolute;bottom:40%;left:0;right:0;text-align:center;}

#imovel_detalhes .titulo{margin:5px 0;font-weight:300}
#imovel_detalhes .valor{margin:5px 0;background-color:#ddd;padding:2px 0}

#rodape_site{
	background-image:url("bg_rodape.jpg");
	min-height:200px;
	padding-top:20px;
	color:#fff;
}
#rodape_site a{color:#fff}

#rodape_site_info{
	text-align: center;
	font-size: 10px;
}</pre></body></html>