/* topo */
h1, .h1 {
    font-weight: 300;
}


/* topo superior */
.barraTopoSup {
	height:30px;
	background:#17577D;
}
.social {
	text-align:right;
	color:#FFF;
}
.social a {
	color:#FFF;
}
.social .btn {
    padding: 4px 12px;
}
.social .btn:hover, .btn:focus, .btn.focus {
    color: #2387C2;
	background: none;
}
/* topo superior */

.fa-star{
	color: rgb(245, 190, 53);
}

/* barra topo */
.barraTopo {
	margin-top: 1px;
	height: 144px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #2387C2;
}

.bgBarraTop {
	color: #7D7C7C;
	right: 0px;
	font-size: 18px;
	text-shadow: none;
	float: right;
	padding-top: 17px;
}
.bgBarraTop h2{
	font-size: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #FFF;
}
.bgBarraTop spam{
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #FFF;
}
.contentBarraTopo {
    padding-right: 2px;
	padding-left: 2px;
	margin-top: 4px;
}
.space {
    background: #CCC none repeat scroll 0% 0%;
    width: 1px;
    height: 40px;
    float: left;
    margin: 22px 15px 0px;
	padding: 0px;
}
.contentBarraTopo > .fa {
    font-size: 30px;
    width: 50px;
    height: 65px;
    line-height: 58px;
    text-align: center;
    float: left;
    color: #A3DDFF;
}
/* barra topo */


.btn-primary{
    color: #2387C2;
	background-color: #000;
	border-color: #2387C2;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #2387C2;
	background-color: #000;
	border-color: #2387C2;
}


/* diversos */
.logo {
	margin-left: 50px;
}
.logo-nav {
	margin-top: -7px;
	width: 224px;
	margin-left: 27px;	
}
.nav-pills > li > a {
    background: #EFEFEF;
	color: #000;
}
/* diversos */

/* nav */
.navbar-brand {
	width: 280px;
	padding: 0px;
	font-size: 18px;
	margin-left: 0px !important;
	margin-right: 20px;
	text-align: center;
}
.navbar-default .navbar-brand {
    color: #424242;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-brand h3, .h3 {
    font-size: 20px;
    margin: 13px 0px 0px;
    color: #FFF;
}
.navbar-default {
	background-color: #17577D;
	border-color: none;
}
.navbar {
	border-radius: 0px;
	border: none;
	border-bottom: solid #FFF 2px ;
	box-shadow: 0px 1px 4px #A7A7A7;
	margin-bottom: 0px;
	width: 100%;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
	background-color: #325D77;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: #A3DDFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #FFF;
	background-color: #000;
}
.form-control {
    border: 1px solid #093021;
}
.form-control:focus {
    border-color: #093021;
}
.btn-default {
    border-color: #093021;
}
.navfixo {
	z-index:99;	
}
/* nav */






.container {
	width: 1170px;
}
.noPadding {
   padding: 0 !important;
   margin: 0 !important;
}
.noPaddingR {
   padding-right: 0 !important;
   margin-right: 0 !important;
}
.noPaddingL {
   padding-left: 0 !important;
   margin-left: 0 !important;
}

/* topo */


/* busca */

.busca {
	margin-top: 0px;
	background:#000;
	padding-top:10px;
}
.busca .form-group {
    margin-bottom: 10px;
}
.busca .btn-default {
    width: 100%;
}

/* busca */


/* lista de imoveis */

#listaImoveis {
    margin-top: 30px;
}
.listaItem {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #F6F6F6 none repeat scroll 0% 0%;
    border-bottom: 2px solid #2387C2;
    border-radius: 4px;
}
.listaItem .imovelChamada {
	margin-top: 0px;
}
.listaItem .imovelChamada h1 {
    margin-top: 0px;
    line-height: 20px;
    font-size: 26px;
}
.listaItem .imovelImportantes .space {
    margin: 2px 8px 0px;
}
.listaItem .imovelImportantes h3 {
    font-size: 15px;
    padding: 11px 4px;
}
.listaItem .imovelChamada h2 {
    margin-top: 18px;
}
.listaItem .col-Extra-1 {
	width: 11%;
}
.listaItem .col-Extra-3 {
	width: 30%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2387C2;
    border-color: #000;
}
.pagination > li > a, .pagination > li > span {
    color: #000;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FFF;
}

/* lista de imoveis */


.titulo spam{
	font-size: 20px;
	margin-left: 61px;
	padding-top: 9px;
	position: absolute;
}
.linksUteis a {
    color: #000;
    line-height: 23px;
}


/* pagina contato */

#contato {
    margin-top: 30px;
}
.contatos {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #F6F6F6 none repeat scroll 0% 0%;
    border-bottom: 2px solid #8C0322;
    border-radius: 4px;
}
.contatos h1 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 20px;
    border-left: solid 20px #144E38;
    padding-left: 10px;
	margin-bottom: 24px;
}
.contatos ul {
	list-style-type: none;
	padding-left: 0px;
	font-size:14px;
	font-weight:400;
}
.contatos .fa {
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    background: #E4E4E4 none repeat scroll 0% 0%;
    padding: 5px;
    margin: 3px;
    width: 26px;
    text-align: center;
}
.contatos li font {
	font-size: 16px;
	font-weight: 400;
}
#localizacao {
	height: 460px;
	
}



/* pagina contato */



/* atendimeto flutuante */
#Bot-lat {
	position: fixed;
	top: 49%;
	right: 0;
	background: #C71D21;
	color: #FFF;
	display: none;
/*	
	border-left: solid 1px #A8A8A8;
	border-top: solid 1px #A8A8A8;
	border-bottom: solid 1px #A8A8A8;
	
*/	
	border-radius: 4px 0px 0px 4px;
	padding:3px;
	text-align:center;
	z-index: 99;
	
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#slideout_inner {
	position: fixed;
	top: 49%;
	right: -250px;
	background: #ECECEC none repeat scroll 0% 0%;
	width: 250px;
	height: 110px;
	padding: 10px; 
/*	
	border-left: solid 1px #A8A8A8;
	border-top: solid 1px #A8A8A8;
	border-bottom: solid 1px #A8A8A8;
	
*/	
	text-align: center;
	text-align: left;
	vertical-align:top;
	
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#Bot-lat:hover {
  right: 250px;
}
#Bot-lat:hover #slideout_inner {
  right: 0;
}
#Bot-lat h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
	font-size: 19px;
}
.colorEsc {
	color:#7A7A7A;	
}
/* atendimeto flutuante */




/* destaques */
#destaques {
    width: 100%;
}

#destaques .topoNav {
    margin-bottom: 15px;
}
#destaques .topoNav h2 {
    float: left;
    margin-right: 30px;
}
#destaques .boxAllDesc {
    clear: both;
}
#destaques .box_destaque {
    position: relative;
    width: 100%;
    height: 378px;
    overflow: hidden;
    background: #FFF none repeat scroll 0% 0%;
}
#destaques .box_destaque .linkHover {
    position: absolute;
    z-index: 3;
    display: block;
}
#destaques .box_destaque .image {
    width: 100%;
    height: 378px;
    position: absolute;
    z-index: 1;
}
#destaques .box_destaque .features {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7) none repeat scroll;
    transition: all 300ms ease-in-out 0s;
    padding: 10px;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 5px;
	color: #fff;
	bottom: -79px;
}
.borderColor, .borderHover:hover {
    border-color: #2387C2 !important;
}
.features .valores {
    color: #FFF;
    float: right;
    max-width: 50%;
    text-align: right;
    line-height: 22px;
}
.features .valoresInfo {
    width: 100%;
}
.features .valoresInfo h3 {
    color: #FFF;
    margin: 0px;
	font-size: 18px;
	margin-bottom: 3px;
}

.features .valoresInfo p {
    color: #FFF;
    margin: 0px 0px 6px;
}
.features .importantes {
    clear: both;
}

.features .importantes div {
    float: left;
    color: #FFF;
    font-size: 14px;
    margin: 0px 10px 10px 0px;
}
.importantes .valor {
	margin-left:16px !important;
	float: right !important;
    font-size: 18px !important;
}
.features .importantes div i {
    margin: 0px 10px 0px 0px;
    font-weight: 400;
}
#destaques .box_destaque:hover .features {
    bottom: 0px !important;
}
.features .descricao {
	margin-top:20px;
}
.chamadaDest {
    height: 60px;
    background: #E9E9E9 none repeat scroll 0% 0%;
    margin-bottom: 30px;
    padding: 10px;
}
.chamadaDest h1 {
	font-size: 18px;
	margin:10px;
}
.fundoBarraHome {
    background: #EFEFEF none repeat scroll 0% 0%;
}
.fundoBarraHome {
    width: 100%;
    height: 50px;
    margin: 30px 0px 8px;
    clear: both;
}
.tituloDestaqueHome {
    line-height: 50px;
    font-size: 19px;
    color: #000;
    padding-left: 72px;
    padding-right: 10px;
    height: 50px;
    float: left;
}
.tituloDestaqueHome::before {
    content: "\f015";
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
    width: 52px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 0px;
	margin-left: 15px;
    background: #2387C2 none repeat scroll 0% 0%;
    color: #FFF;
}
.tituloDestaqueHome2 span {
    border-left: 10px solid #456AC8;
}
.tituloDestaqueHome span{
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: 16px;
    left: 66px;
}
.tituloDestaqueHome font{
    font-weight: lighter;
    font-size: 20px;
}
.verTodosHome {
    font-size: 16px;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
    background: #2387C2 none repeat scroll 0% 0%;
    color: #FFF;
}
hr {
    margin-top: 4px;
	margin-bottom: 8px;
}
/* destaques */

/* box */
.tituloBox {
    line-height: 50px;
    font-size: 19px;
    color: #3B3B3B;
    padding-left: 66px;
    padding-right: 10px;
    height: 50px;
    float: left;
}
.Box::before {
    position: absolute;
    font-size: 22px;
    width: 52px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 0px;
	margin-left: 15px;
    background: #2387C2 none repeat scroll 0% 0%;
    color: #FFF;
}
.Menu::before {
    content: "\f0c9";
    font-family: FontAwesome;
}
.Int::before {
    content: "\f006";
    font-family: FontAwesome;
}
.Ate::before {
    content: "\f0e0";
    font-family: FontAwesome;
}

.Enc::before {
    content: "\f002";
    font-family: FontAwesome;
}
.Cad::before {
    content: "\f11c";
    font-family: FontAwesome;
}
.Ind::before {
    content: "\f201";
    font-family: FontAwesome;
}
.Cli::before {
    content: "\f185";
    font-family: FontAwesome;
}


.nav-stacked > li {
    background-color: #EFEFEF;
	border-radius: 4px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #D8D8D8;
}
.boxLat{
    background-color: #EFEFEF;
    border-radius: 4px;
	padding: 20px;
}
.boxInt{
    background-color: #EFEFEF;
    border-radius: 4px;
	padding: 20px;
}
.boxAte{
    background-color: #EFEFEF;
    border-radius: 4px;
	padding: 20px;
	font-size: 16px;
}
.boxLat .fa {
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 7px;
    margin: 3px;
    width: 31px;
    text-align: center;
    color: #2387C2;
    background: #DDD;
}
.boxBottom{
	background-color: #EFEFEF;
	border-radius: 4px;
	padding: 20px;
	font-size: 12px;
	min-height: 224px;
}
.boxBottom p{
	margin: 0 0 0px;
}
.boxBottom a{
	color: #000;
}
.boxBottom p{
	color: #DC1619;
}
.bancosHeight{
	height: 140px;
}
/* box */





/* barra navega */

.barraNavega {
	height: 150px;
	background:url(../images/bgBarraNavega.jpg) repeat-x center center;
	/*background: #000;*/
	text-align: right;
}
.barraNavega h1 {
    color: #FFF;
}
.barraNavega font{
	color: #FFF;
}
.barraNavega font a{
	color: #FFF;
	text-decoration: none;
}
.barraNavega font a:hover{
	color: #25996D;
	text-decoration: underline;
}



/* barra navega */

/* slider */

.slider {
	
}
#sliderCapa .carousel-inner > .item > img,
#sliderCapa .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }



/* slider */

/* imovel */
#imovel {
	margin-top: 30px;
	
}
#fotosImovel .carousel-inner > .item > img,
#fotosImovel .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }


.imovelChamada {
	border-left: 10px solid #2387C2;
	margin-bottom:30px;
	margin-top:30px;
	padding-left: 20px;
}
.imovelChamada h1 {
	font-size: 30px;
	margin-bottom: 0px;
	line-height: 30px;
	color: #787878;
}
.imovelChamada h2 {
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 30px;
	color: #000;
	margin-top: 0px;
}
.imovelDados {
    border-left: 18px solid #2387C2;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 10px;
}
.imovelDados h3 {
    font-size: 21px;
    margin: 0px;
    line-height: 18px;
    color: #868686;
    padding: 0px;
    font-weight: 300;
}

.dadosLista ul {
	list-style: outside none none;
	margin: 0px;
	padding: 0px 10px 0px 28px;
	width: 100%;	
	color:#000;
}
.dadosLista .fa {
    color: #17577D;
}
.imovelDetalhes {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #144E38;
	border-top: solid #000 1px;
	padding-top: 20px;
	
}
.imovelMapa {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #144E38;
	border-top: solid #000 1px;
	padding-top: 20px;
	
}
#localImovel {
	height: 460px;
	
}
.buscaPagina {
    background: #000 !important;
    margin-top: 6px !important;
}


.valor {
	margin-top: 10px;
	
}

.imovelChamada font {
	font-size: 15px;
	font-style: italic;
	color: #000;
}
.imovelImportantes {
	height: 50px;
	background:#F2F2F2;
	padding: 5px;
	border: solid 1px #D8D8D8;
	border-radius: 4px;
}
.imovelImportantes .backDiferente {
	background:#F2F2F2;
}

.imovelImportantes h3 {
    font-size: 16px;
    margin: 0px;
    line-height: 16px;
    color: #000;
    padding: 11px;
    font-weight: 300;
}
.imovelImportantes .space {
    background: #CCC none repeat scroll 0% 0%;
    width: 1px;
    height: 34px;
    float: left;
    margin: 2px 15px 0px;
    padding: 0px;
}




/* imovel */









/* default */

.padBottom10 {
    padding-bottom: 10px;
}
.marTop40 {
    margin-top: 40px;
}
.marTop10 {
    margin-top: 10px;
}
.marBottom10 {
    margin-bottom: 10px;
}
.marBottom40 {
    margin-bottom: 40px;
}

/* default */

/* footer */

#footer {
	background: #17577D;
	color:#FFF;
	font-size: 14px;
    font-weight: normal;
	padding-top: 10px;
	padding-bottom: 40px;
}
#footer h3, .h3 {
    font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #A3DDFF;
	font-weight: bold;
}
#footer .fones {
    margin-bottom: 10px;
    font-size: 16px;
}
#footer p {
    line-height: 26px;
}

#footer .form-group {
    margin-bottom: 10px;
    padding-top: 5px;
}
#footer h4 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #A3DDFF;
    font-weight: bold;
}
#footerB {
    background: #2A2A2A none repeat scroll 0% 0%;
    height: 60px;
    padding: 10px;
    color: #FFF;
	line-height: 40px;
}
#footer  hr {
    margin-top: 4px;
    margin-bottom: 8px;
    border-color: #777 -moz-use-text-color -moz-use-text-color;
}
#footer a {
    color: #FFF;
}
#footer a:hover {
    color: #2387C2;
}


/* footer */

#atendimentoON .fa{
	color: #DAA520;
}
#atendimentoOFF .fa{
	color: #DAA520;
}
.formularioLateral{
	height: 280px;
}
.fancybox{
	cursor: zoom-in;
}
.itensProposta{
	margin-left: 30px;
}
.BoxPaginas {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #F6F6F6 none repeat scroll 0% 0%;
    border-bottom: 2px solid #2387C2;
    border-radius: 4px;
}
.BoxPaginas h1 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 20px;
    border-left: solid 20px #000;
    padding-left: 10px;
	margin-bottom: 24px;
}
.BoxPaginas ul {
	list-style-type: none;
	padding-left: 0px;
	font-size:14px;
	font-weight:400;
}
.BoxPaginas .fa {
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    background: #E4E4E4 none repeat scroll 0% 0%;
    padding: 5px;
    margin: 3px;
    width: 26px;
    text-align: center;
	color: #DAA520;
}
.BoxPaginas li font {
	font-size: 16px;
	font-weight: 400;
}
#BarraLateralEmail{
	height: 165px;
}
#BarraLateralFavoritos{
	height: 530px;
}

/* atendimento online */
.esconder {
    display: none;
}
.mostrar {
    display: block;
}
.mostrar .fa {
    font-size: 30px;
    width: 50px;
    height: 65px;
    line-height: 58px;
    text-align: center;
    float: left;
    color: #ED1C24;
}
.mostrar h2 > a {
    color: #FFF;
}
.mostrar a:hover {
	text-decoration:none;
}
#atendimentoON{
	cursor: pointer;
	background: url(../images/atendFixo.png) no-repeat;
	position: fixed;
	bottom: 0px;
	height: 102px;
	width: 100%;
	z-index: 99;
}
#atendimentoOFF{
	cursor: pointer;
	background: url(../images/atendFixoOff.png) no-repeat;
	position: fixed;
	bottom: 0px;
	height: 102px;
	width: 100%;
	z-index: 99;
}
/* atendimento online */

/* calendario*/
.colCalendario .table > tbody > tr > td {
	padding: 1px;
}
.colCalendario{
	height: 155px;
}
.borda{
	border:1px solid #CCC;
	width:16px;
	font-family:Verdana, Geneva, sans-serif; font-size:11px;
}
.clSel{
	background-color:#B6E9B7;
}
/* tabela de preços */
.tabelaPrecos {  
	overflow: scroll;
}​
/* calendario*/
#linhaAtivada{
	border:1px solid #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
}
#linhaAtivada td{
	border: medium none;
}
.titulotabela{
	background-color:#F3F3F3;
}

/*tradutor*/
.translate-buttons { width:40px; height:200px; position:fixed; top:50%; right:-12px; z-index:9999; transition:all 0.3s; }
.translate-buttons:hover { right:0; }
.translate-buttons i { padding:10px; margin-left:-10px; margin-bottom:1px; background:#E8E8E8; display: block; }
.translate-buttons a { padding:10px; margin-bottom:1px; display:block; background:rgb(202, 202, 202); transition:all 0.3s;}
.translate-buttons a:hover { margin-left:-10px; background:#E8E8E8; }
#google_translate_element, .goog-te-banner-frame,  .goog-te-balloon-frame, #goog-gt-tt,  .goog-te-balloon-frame, .goog-tooltip, .goog-tooltip:hover {  display:none !important;  }
