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

body { background:#F2F2F2; font-family:Arial, Helvetica, sans-serif; }

.quebra   { clear:both; }	
.quebra3  { clear:both; height:3px; }	
.quebra5  { clear:both; height:5px; }	
.quebra10 { clear:both; height:10px; }	
.quebra15 { clear:both; height:15px; }	
.quebra20 { clear:both; height:20px; }
.quebra30 { clear:both; height:30px; }
.quebra50 { clear:both; height:50px; }
.quebraPalavra { word-wrap: break-word }

.center { margin:0 auto; }
.containerPrincipal { background:#FBFBFB; box-shadow:0 10px 5px rgba(0,0,0,0.9) }
.centerCol { display:inline-block; float:none; text-align:left; margin-right:-4px; }
.centerRow { text-align:center; }
.float { float:left; position:relative; }
.floatD { float:right; position:relative; }
.floatF { float:left; position:relative; width:100%; }
.full { width:100%; }

.cp { cursor:pointer; }
.db { display:block; }
.dn { display:none; }
.dib { display:inline-block; }
.dtc { display:table-cell; }
.ovf { overflow:hidden; }
.pa { position:absolute; }
.pf { position:fixed; }
.pr { position:relative; }

.mt0  { margin-top:0; }
.mt5  { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }

.mr0  { margin-right:0; }
.mr5  { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr30 { margin-right:30px; }

.mb0  { margin-bottom:0; }
.mb5  { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }

.ml0  { margin-left:0; }
.ml5  { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }

.p0 { padding:0px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p30 { padding:30px; }

.pb10 { padding-bottom:10px; }
.pb50 { padding-bottom:50px; }
.pb80 { padding-bottom:80px; }

.pr20 { padding-right:20px; }

.pt30 { padding-top:30px; }
.pt50 { padding-top:50px; }
.pt80 { padding-top:80px; }

.ptb10 { padding-top:10px; padding-bottom:10px; }
.ptb20 { padding-top:20px; padding-bottom:20px; }
.ptb50 { padding-top:50px; padding-bottom:50px; }

.prl15 { padding-left:15px; padding-right:15px; }
.ptb15 { padding-top:15px; padding-bottom:15px; }
.ptb30 { padding-top:30px; padding-bottom:30px; }
.ptb50 { padding-top:50px; padding-bottom:50px; }

.resetMargin, p, h1, h2, h3, h4, h5, h6, span { margin-top:0; margin-bottom:0; margin-left:0; margin-right:0; }

.fb { font-weight:bold; } 
.fMax { text-transform:uppercase; }
.fMin { text-transform:lowercase; }
.fn { font-weight:normal; }

.e6 { font-size:0.375em; }
.e8 { font-size:0.500em; }
.e10 { font-size:0.625em; }
.e12 { font-size:0.750em; }
.e14 { font-size:0.875em; }
.e16 { font-size:1.000em; }
.e18 { font-size:1.125em; }
.e20 { font-size:1.250em; }
.e22 { font-size:1.375em; }
.e24 { font-size:1.500em; }
.e26 { font-size:1.625em; }
.e30 { font-size:1.875em; }
.e36 { font-size:2.250em; }
.e40 { font-size:2.500em; }
.e50 { font-size:3.125em; }

.lhn { line-height:normal; } 
.lh24 { line-height:1.500em; }
.lh26 { line-height:1.625em; }
.lh30 { line-height:1.875em; }

.h0 { min-height:0px; }
.wf { width:100%; }

/* Bordas */
.bdR3 { border-radius:3px; }
.bdR5 { border-radius:5px; }

.bgAzul { background:#003366; }
.bgBranco { background:#FFF; }
.bgCinza { background:#F6F4F4; }
.bgMenu { background:#1C1C1C; }
.bgRodape { background:#3a3a3a; background-image:url(../img/layout/bg-rodape.jpg); background-repeat:repeat-x; background-position:bottom center; }
.bgRodape2 { background:#161616; }
.bgVerde { background:#00733D; }
.bgVerdeClaro { background:#A2BC36; }  
.bgVermelho { background:#EB4E44; }

.fAmarelo { color:#F68110; }
.fBranco { color:#fff; }
.fCinza { color:#6D6D6D; }
.fPreto { color:#000; }
.fPreto2 { color:#636363; }
.fRodape { color:#DFD7E5; }
.fTema { color:#451966; }
.fVerde { color:#A2BC36; }
.fVermelho { color:#F00; }
.fTimes { font-family:"Times New Roman", Times, serif; }

.hBg { -webkit-transition: background 0.2s; -moz-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s; transition: background 0.2s; }
.hBg:hover { -webkit-transition: background 0.2s; -moz-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s; transition: background 0.2s; }

.hColor { -webkit-transition: color 0.2s; -moz-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s; transition: color 0.2s; }
.hColor:hover { -webkit-transition: color 0.2s; -moz-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s; transition: color 0.2s; }

/* Classes */
#bannerPrincipal { background:#000; }

.bgRodape { padding-top:50px; padding-bottom:20px;  }

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] { width: 100% !important; }
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] { width: 100% !important; }

#fotosExibir { display:none; }
#fotosExtras { display:block; }	

.galeriaBox img { opacity:1.0; }
.galeriaBox:hover img { opacity:0.8; }

#formContato .help-block, #formContatoRodape .help-block { margin-top:0px; color:#FF0; }

#formCadastro label, #formBuscar label { color:#383838; font-weight:normal; }

.imovelBox:hover a.lImovel { color:#F68110; }
.imovelImgBox { width:100%; height:200px; border-radius:4px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position:center center; background-repeat:no-repeat; }

.imovelTipo { position:absolute; top:0px; padding:10px; background:rgba(246,129,16,0.8); color:#fff; border-radius:0px 4px 4px 0; }

.imovelBox .imovelValor { padding:10px; display:block; background:#39AA4E; color:#fff; text-align:center; }

label { color:#fff; }

.menu { width:100%; text-align:center; display:inline-block;  }
.menu ul { list-style:none; margin:0; padding:0px; }
.menu ul li { padding:12px 0; display:inline-block; border-right:1px solid #565656; }
.menu ul li:last-child { border-right:none; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li p { margin:0 40px; color:#CECECE; text-decoration:none; }
.menu ul li a:hover, .menu ul li a.atual, .menu ul li p:hover { color:#FFF; }

.menu ul li > ul.subMenus { position:absolute; display:none; margin-top:10px; margin-left:5px; padding-top:10px; text-align:center; z-index:999; }
.menu ul li:hover > ul.subMenus { display:block; }
.menu ul li:hover > ul.subMenus li { float:none; background:#fff; display:block; border:1px solid #dbdbdb; box-shadow:2px 2px 5px rgba(0,0,0,0.5); 
	-webkit-transition: background 0.2s, color 0.2s, border 0.2s;
	-moz-transition: background 0.2s, color 0.2s, border 0.2s;
	-o-transition: background 0.2s, color 0.2s, border 0.2s;
	-ms-transition: background 0.2s, color 0.2s, border 0.2s;
	transition: background 0.2s, color 0.2s, border 0.2s;
}
.menu ul li:hover > ul.subMenus li a { background:none; color:#242432; border-bottom:none; 
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}
.menu ul li:hover > ul.subMenus li:hover { background:#451966;  border:1px solid #333333;
	-webkit-transition: background 0.2s, color 0.2s, border 0.2s;
	-moz-transition: background 0.2s, color 0.2s, border 0.2s;
	-o-transition: background 0.2s, color 0.2s, border 0.2s;
	-ms-transition: background 0.2s, color 0.2s, border 0.2s;
	transition: background 0.2s, color 0.2s, border 0.2s;
}
.menu ul li:hover > ul.subMenus li:hover a { color:#fff; 
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

#menuAtivar { padding:10px; color:#fff; z-index:100; background:rgba(0,0,0,0.5); }
#menuAtivar:hover { color:#fff; background:#ED5D42; }

.paginacaoAtual { padding:10px 14px; background:#231F20; color:#fff; }

select { padding:7px 10px; border-radius:3px; } 

.tacas { width:25px; height:26px; background:url(../img/layout/tacas.png) no-repeat center center; }

.tituloPrincipal { font-size:2.500em; color:#003366; font-weight:bold; }

.tracoTitulo { height:1px; background:#eae9e9; }

.videoBox { position:relative; padding-bottom:56.25%; margin-bottom:30px; padding-top:30px; overflow:hidden; }
.videoBox iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

.voltarAoTopo { position:fixed; width:50px; height:50px; bottom:-100px; right:30px; font-size:40px; color:#F68110; opacity:1; z-index:800; display:block; cursor:pointer; 
	text-shadow:1px 1px 2px rgba(0,0,0,0.6); 
}

/* Links */
a.lCriacao:link, a.lCriacao:visited, a.lCriacao:active { color:#808080; text-decoration:none; font-weight:normal; } 
a.lCriacao:hover{ color:#fff; }

a.lPaginacao:link, a.lPaginacao:visited, a.lPaginacao:active { padding:10px 14px; background:#089DE3; color:#fff; text-decoration:none; }
a.lPaginacao:hover { background:#0993C9; }

a.lImovel:link, a.lImovel:visited, a.lImovel:active { color:#333333; text-decoration:none; } 
a.lImovel:hover{ color:#F68110; }

a.lRedes:link, a.lRedes:visited, a.lRedes:active { width:34px; height:34px; padding:8px 10px 10px; color:#fff; border:2px solid #fff; border-radius:50%; text-decoration:none; text-align:center; display:inline-block; }
a.lRedes:hover { background:#fff; color:#4E2261; }

a.lRodape:link, a.lRodape:visited, a.lRodape:active { color:#E0DDDD; text-decoration:none; }
a.lRodape:hover { color:#fff; }

a.lSocial:link, a.lSocial:visited, a.lSocial:active { color:#252223; text-decoration:none; font-weight:normal; } 
a.lSocial:hover{ color:#252223; }

a.lTitulo:link, a.lTitulo:visited, a.lTitulo:active { color:#000; text-decoration:none; }
a.lTitulo:hover { color:#212121; }

a.lTelefone:link, a.lTelefone:visited, a.lTelefone:active, a.lTelefone:hover { text-decoration:none; }

/* 380 | 381 a 480 | 481 a 768 | 992 a 1199 | 1200 */
@media (max-width: 380px){
.bgRodape2 p { float:none; text-align:center; }		
	
#enderecoTopo, #bannerPrincipal { display:none; }		
	
#fotosExibir { display:block; }
#fotosExtras { display:none; }		
	
#logoTopo { width:70%; }	

.menu { text-align:left; display:none;  font-size:1.250em; }
.menu ul li { display:block; border-right:none; border-bottom:1px solid #000; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li p { margin:0 15px; }
.menu ul li:last-child { border-bottom:none; }

#menuAtivar { padding:7px; }
#menuAtivar i { font-size:1.500em; }

.imovelBox { margin-bottom:50px; }
.imovelChamada { display:none; }
.imovelImgBox { height:auto; }
.imovelValor { padding:5px; font-size:1.000em; }
}

@media (min-width: 381px) and (max-width: 480px){
.bgRodape2 p { float:none; text-align:center; }	

.carousel-caption { font-size:1.250em; }	
	
#enderecoTopo { display:none; }		
	
#fotosExibir { display:block; }
#fotosExtras { display:none; }		
	
#logoTopo { width:80%; }	

.menu { text-align:left; display:none; }
.menu ul li { display:block; border-right:none; border-bottom:1px solid #000; }
.menu ul li:last-child { border-bottom:none; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li p { margin:0 15px; }

.imovelBox { margin-bottom:50px; }
.imovelChamada { display:none; }
.imovelImgBox { height:auto; }
.imovelValor { padding:5px; font-size:1.500em; }
}

@media (min-width: 481px) and (max-width:767px) {
.bgRodape2 p { float:none; text-align:center; }	

.carousel-caption { font-size:2.000em; }
	
#enderecoTopo { display:none; }	

#fotosExibir { display:block; }
#fotosExtras { display:none; }	
	
#logoTopo { width:280px; }	

.menu { text-align:left; display:none; }
.menu ul li { display:block; border-right:none; border-bottom:1px solid #000; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li p { margin:0 15px; }
.menu ul li:last-child { border-bottom:none; }

.imovelImgBox { height:auto; }
}

@media (min-width: 768px) and (max-width: 991px) {
.carousel-caption { font-size:2.250em; }

#enderecoTopo, #telefoneTopo { font-size:0.875em; }	
	
#fotosExibir { display:none !important; }
#fotosExtras { display:block !important; }		

#logoTopo { width:280px; }	
	
.menu { font-size:1.250em; display:inline-block !important; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li p { margin:0 20px; }

.imovelImgBox { height:162px; }

#telefoneMenu { font-size:0.875em; }
}

@media (min-width: 992px) and (max-width: 1199px) {
#enderecoTopo, #telefoneTopo { font-size:0.875em; }	
	
#fotosExibir { display:none !important; }
#fotosExtras { display:block !important; }		
	
.menu { display:inline-block !important; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .menu ul li p { margin:0 26px; }

.imovelImgBox { height:154px; }

#telefoneMenu { font-size:1.125em; }

}

@media (min-width: 1200px){
#fotosExibir { display:none !important; }
#fotosExtras { display:block !important; }			
	
.menu { display:inline-block !important; }
}

a img { border-width:0; border:0; }