/**
Color: #000000
**/
body {background-color:#EEE;}
.cabecalho1{background-color: #000000; height: 8px}
.cabecalho2{margin-bottom: 15px;background-color: #000;}
.logo{margin-top: 10px; padding-bottom: 10px}
.bg_logo{height: 250px;margin-left: 0px;}
.p-t-10{padding-top: 10px;}.p-t-20{padding-top: 20px;}.p-t-30{padding-top: 30px;}.p-t-40{padding-top: 40px;}.p-t-50{padding-top: 50px;}
.p-b-10{padding-bottom: 10px}.p-b-20{padding-bottom: 20px}.p-b-30{padding-bottom: 30px}.p-b-40{padding-bottom: 40px}.p-b-50{padding-bottom: 50px}
.m-t-10{margin-top: 10px}.m-t-20{margin-top: 20px}.m-t-30{margin-top: 30px}.m-t-40{margin-top: 40px}.m-t-50{margin-top: 50px}
.m-b-10{margin-bottom: 10px}.m-b-20{margin-bottom: 20px}.m-b-30{margin-bottom: 30px}.m-b-40{margin-bottom: 40px}.m-b-50{margin-bottom: 50px}
.box-bg-white{
	/* background-color: #FFF; */
	/* box-shadow: 0 1px 1px rgba(0,0,0,0.15); */
}
.bg-search{
	background-color: #777;
	color: #fff;
}
.telefones-top{
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
}
.whatsapp{
	color: #33af35;
	font-weight: 700;
}

.box-visao-1{
	background-color: #000000;
	color: #fff;
	height: 130px;
}
.box-visao-2{
	background-color: #000000;
	opacity: 0.5;
	color: #fff;
	height: 130px;
}
.box-imovel{
	background-color: #fff;
	box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.16);
	margin-bottom: 20px;
}
.box-imovel:hover{
	box-shadow: 1px 1px 20px 4px rgb(32, 82, 135);
}
.card-title{
	padding: 15px 15px 0px 15px;
	font-size: 18px;
}
.card-title h3{
	font-size: 18px;
}
.card-description{
	padding: 0px 15px 0px 15px;
	min-height: 280px;
}
.footer{
	background-color: #000000;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer a{
	color: #fff;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: underline;
}
a {
    color: #000000;
    text-decoration: none;
}

.btn-primary {
	background-color: #000000 !important;
	color: #FFFFFF !important;
    border-color: #000000;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000000;
    border-color: #000000;
}
.gb-form-contato{
	background-color: #000000;
	color: #fff;	
	border-radius: 0px 10px 10px 0px;
    padding: 15px;
    border: 5px solid #fff;
	box-shadow: -1px 1px 6px 0px #bdbcbc;
}

.bg-white{
	background-color: #FFFFFF;
	padding: 15px;
	box-shadow: 0 0 6px 0px #d2d2d2;
}
.menu_top {
	color: #000000;
	font-weight: 700;
	background-color: #ffffff;
	padding: 5px;
}
.menu_top:hover {
	color: #fff;
	background-color: #000000;
}
.pg-title{
    font-size: 1.8em;
    font-weight: normal;
    border-left: 10px solid #000000;
	opacity: 0.8;
    padding-left: 15px;
}
.post-item-corpo{
	background-color: #f5f5f5;
	padding: 25px;
	border: 5px solid #ffffff;
	box-shadow: 0 0 8px #d8d8d8;
}
.label-primary {
    background-color: #000000;
}