:root {
	--primary-color: #3d3d3c;
	--secondary-color: #d8af3e;
}

body {
	background-color: var(--primary-color);
	font-family: "Montserrat", sans-serif;
}

header .contato-top {
	text-align: right;
}

header .contato-top a {
	color: #fff;
}

header {
	padding-top: 0.5rem;
	background-color: var(--primary-color);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .logo,
footer .logo {
	max-height: 140px;
}

header h1 {
	font-weight: bold;
}

header h1,
header h4 {
	margin: 0.5rem 0;
}

.no-padding-right {
	padding-right: 0px !important;
}

.page-title {
	color: #fff;
	font-size: 1.8em;
	border-left: 5px solid #fff;
	padding-left: 20px;
}

#navbar-top {
	border-top: 1px solid var(--secondary-color);
	margin-top: 1rem;
}

#navbar-top .nav-link {
	border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 7px 3.5rem;
	text-transform: uppercase;
	transition: 0.5s all;
}

#navbar-top .nav-link:hover {
	background: #777;
	transition: 0.5s all;
	color: #fff;
	box-shadow: none !important;
}

#navbar-top li:last-child .nav-link {
	border: none !important;
}

#navbar-top .navbar-brand {
	display: none;
}

.nav-contato .nav-link:last-child {
	padding-right: 0px !important;
}

.social-links {
	color: #fff;
	display: inline-block;
	font-size: 1.3em;
	margin-left: 10px;
}

a.social-links:hover {
	color: #fff;
	opacity: 0.7;
}

@media screen and (max-width: 999px) {
	header {
		text-align: center;
	}

	header .social-links {
		margin: 1rem 0;
	}

	header .contato-top {
		text-align: center;
		margin-bottom: 1rem;
	}

	header .logo {
		margin: 0 auto;
		margin-bottom: 1rem;
	}

	.no-padding-right {
		padding-right: 15px !important;
	}

	.filtro {
		padding: 15px !important;
		padding-bottom: 5px !important;
	}

	#navbar-top {
		padding: 0 !important;
		display: inline-block;
		margin: 0 auto;
	}

	#navbar-top .navbar-brand {
		display: inline-block;
		color: #fff;
	}

	#navbar-top .nav-link {
		padding: 3px 0;
		font-size: 1em;
		font-weight: normal;
	}

	.navbar-collapse {
		border-top: 1px solid rgba(206, 206, 206, 0.35);
		background: none;
		padding-top: 10px;
		z-index: 998;
	}

	.navbar-toggler {
		border: none;
		color: #fff;
		padding: 3px 10px;
		z-index: 999;
	}

	.navbar-toggler i {
		font-size: 0.8em;
	}
}

section.conteudo {
	padding: 2rem 0;
}

section.conteudo h1 {
	border-bottom: 2px solid #fff;
	color: #fff;
	font-weight: noraml !important;
	font-size: 1.8em;
	margin-bottom: 2rem;
	padding-bottom: 3px;
	text-transform: uppercase;
}

section.conteudo h4 {
	color: #fff;
}

section.conteudo p {
	font-weight: 300;
	color: #fff;
}

section.conteudo .box {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

section.conteudo img {
	border: 1px solid #ddd;
	margin-bottom: 25px;
	padding: 15px;
}

/******************* Filtro **********************/
section.busca {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 2rem;
	background-color: var(--primary-color);
}

section.busca h1,
section.busca h3,
section.busca h4 {
	color: #fff !important;
	font-weight: normal;
	text-transform: uppercase;
}

.filtro .form-control {
	background: #f5f5f5;
}

.filtro .form-control,
.filtro .btn {
	height: 45px !important;
}

#btn-busca-codigo {
	display: inline-block;
	margin-bottom: 1rem;
}

.typeahead {
	padding: 8px 12px;
	border-radius: 0;
	max-width: 100%;
	min-width: 100%;
	background: #fff;
	color: #333333;
}

.tt-menu {
	width: 300px;
}

ul.typeahead {
	margin: 0px;
	padding: 10px 0px;
}

ul.typeahead.dropdown-menu li a {
	font-size: 0.8em;
	padding: 5px 10px !important;
}

ul.typeahead.dropdown-menu li.active {
	color: #fff;
}

ul.typeahead.dropdown-menu li:last-child a {
	border-bottom: 0px !important;
}

.bgcolor {
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	padding: 100px 10px 130px;
	text-align: center;
	margin: 10px;
}

.demo-label {
	font-size: 1.5em;
	color: #333;
	font-weight: 500;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background-color: #16355b;
	color: #fff;
	text-decoration: none;
	outline: 0;
}

/******************* /Filtro **********************/

/******************* Lista de Imóveis novos **********************/

section.novos {
	padding: 3rem 0;
}

section.novos div.box-imovel:hover {
	webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.24);
	border-color: #bbb;
	transition: 0.3s;
}

section.novos div.box-imovel {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	margin: 0 auto;
	margin-bottom: 25px;
	position: relative;
	transition: 0.3s;
}

section.novos div.box-imovel .foto-imovel {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;

	height: 190px;
	position: relative;
	width: 100%;
}

section.novos div.box-imovel p.info {
	color: #666666;
	font-size: 0.7em;
	height: 40px;
	padding: 10px;
	overflow: hidden;
	width: 98%;
}

section.novos div.box-imovel span.valor {
	color: #002137;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 10px;
	margin-bottom: 1rem;
	height: 31px;
}

section.novos div.box-imovel span.valor b {
	display: block;
}

section.novos div.box-imovel span.valor label {
	display: block;
	font-size: 0.75em;
	margin: 0;
	margin-top: -3px;
	text-transform: uppercase;
}

section.novos .box-imovel .descricao span.tipo,
section.novos .box-imovel .descricao span.localidade {
	color: #363636;
	display: block;
	font-weight: bold;
	padding: 0 10px;
	max-width: 100%;
}

section.novos div.box-imovel .descricao {
	border-bottom: 1px solid #cecece;
	padding: 10px 0;
	position: relative;
}

.nav-pills {
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.nav-pills li {
	display: inline-block;
}

.nav-pills li a {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
}

.nav-pills .nav-link.active {
	background: #fff;
	border: 1px solid #fff;
	color: #002137;
}

/******************* Lista de Imóveis **********************/
section.lista-imoveis {
	padding: 2rem 0;
}

section.lista-imoveis h2 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 2rem;
}

section.detalhes-imovel .box {
	background: #fff;
	padding: 15px;
}

#nav-tab {
	margin-bottom: 10px;
}

#nav-tab .nav-link {
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
}

#nav-tab .nav-link.active {
	background: #fff;
	color: #002137;
}

#iframe_video {
	width: 100%;
	height: 550px;
}

.box-imovel,
section.detalhes-imovel .box {
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 35px;
	position: relative;
}

.box-imovel {
	background: #fff;
	margin-bottom: 25px !important;
}

.box-imovel .foto-imovel {
	background-size: 100% 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 240px;
	width: 100%;
	max-width: 100%;
}

.box-imovel .foto-imovel a {
	width: 100%;
	height: 100%;
	display: block;
}

.box-imovel span.valor {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
}

.box-imovel .descricao {
	padding: 15px;
}

.box-imovel .descricao span.tipo,
.box-imovel .descricao span.localidade {
	color: #16355b;
	font-weight: bold;
}

.box-imovel .descricao span.num-ref {
	font-size: 0.9em;
}

.box-imovel .descricao span.address {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.box-imovel .descricao span.tipo {
	display: block;
	margin-bottom: 2px;
}

.box-imovel .descricao span.condominio {
	display: block;
	font-style: italic;
	margin-bottom: 2px;
}

.box-imovel .descricao p.description {
	font-size: 0.9em;
	min-height: 25px;
}

.values {
	display: table;
	width: 100%;
	padding: 10px;
}

.values .value {
	display: inline-block;
	width: auto;
}

.values .value i {
	display: block;
	font-size: 1.3em;
}

.values .value:first-child p {
	padding-left: 0;
}

.values .value:last-child p {
	margin: 0;
}

.values .value p {
	font-size: 0.7em;
	margin-right: 12px;
	text-align: center;
	margin-bottom: 0px;
}

.box-imovel .buttons-detalhes {
	margin-top: 1rem;
}

.box-imovel .buttons-detalhes .btn {
	margin-right: 1rem;
}

section.lista-imoveis .page-link {
	background: none !important;
	border-color: #fff;
	color: #fff;
}

section.lista-imoveis .page-item.active .page-link {
	background-color: #fff !important;
	border-color: #fff;
	color: #16355b;
	border-radius: 0;
}

section.lista-imoveis .page-link:hover {
	background-color: #fff !important;
	color: #16355b;
}

/******************* /Lista de Imóveis **********************/

/******************* Filtro lateral **********************/

div.filtro-lateral {
	overflow: hidden;
}

div.filtro-lateral form {
	display: table;
}

div.filtro-lateral .tabs {
	margin: 0;
	display: table;
	width: calc(100% - 1px);
}

div.filtro-lateral input.aba {
	display: none;
}

div.filtro-lateral input.aba:checked + label + div {
	opacity: 1;
	z-index: 1000;
}

div.filtro-lateral input.aba + label {
	background: #ddd;
	color: #000;
	cursor: pointer;
	transition: background ease-in-out 0.3s;
	display: table-cell;
	border: none;
	border-radius: 0;
	padding: 15px 0;
	width: 1%;
	text-align: center;
}

div.filtro-lateral input.aba:checked + label {
	color: #fff;
	background: var(--secondary-color);
}

div.filtro-lateral .list-group .list-group-item:first-child {
	border-top: 0;
}

div.filtro-lateral .list-group-item {
	background: #f7f7f7;
	border-color: #ddd;
	border-radius: 0;
}

div.filtro-lateral .buttons-container input.radio-btn {
	display: none;
}

div.filtro-lateral .buttons-container input.radio-btn:checked + label + div {
	opacity: 1;
	z-index: 1000;
}

div.filtro-lateral .buttons-container input.radio-btn + label {
	border: 1px solid #ddd;
	color: #000;
	cursor: pointer;
	margin-right: 3px;
	padding: 15px 8px;
	transition: background ease-in-out 0.3s;
	text-align: center;
}

div.filtro-lateral .buttons-container input.radio-btn:checked + label {
	color: #fff;
	background: #16355b;
}

.price {
	font-size: 0.8em;
}

#btn-buscar-imoveis {
	display: none;
}

/******************* /Filtro lateral **********************/

/******************* Detalhes Imovel **********************/
section.detalhes-imovel {
	padding: 5rem 0;
}

section.detalhes-imovel h1.titulo {
	color: #fff;
	font-size: 1.8em;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	margin-bottom: 2rem;
}

#carouselFotosImovel {
	margin-bottom: 1rem;
}

#carouselFotosImovel div.carousel-inner {
	background-color: #000;
	text-align: center;
}

#carouselFotosImovel div.carousel-inner .carousel-item img {
	margin: 0 auto !important;
	max-width: 100%;
	max-height: 550px !important;
	min-height: 550px;
}

section.detalhes-imovel .contatar-anunciante h5 {
	margin: 1rem 0 !important;
}

section.detalhes-imovel .contatar-anunciante form .form-control {
	min-height: 45px;
}

section.detalhes-imovel .contatar-anunciante form textarea {
	font-size: 0.9em;
}

section.detalhes-imovel .box {
	margin-bottom: 1rem;
}

section.detalhes-imovel .box h5,
section.detalhes-imovel .box h6 {
	margin: 0;
}

section.detalhes-imovel .valores-imovel h4 {
	font-weight: bold;
	margin-bottom: 1.2rem;
}

section.detalhes-imovel .valores-imovel h6 {
	font-size: 0.8em;
}

section.detalhes-imovel div.dc {
	border: 1px solid #cecece;
	border-radius: 4px;
	display: inline-block;
	font-size: 0.8em;
	margin-bottom: 3px;
	padding: 1px 5px;
}

section.detalhes-imovel .num_ref {
	font-size: 0.8em;
}

#map {
	height: 250px;
	width: 100%;
}

section.detalhes-imovel figure {
	display: block;
	position: relative;
	overflow: visible;
	float: left;
	margin-right: 25px;
	width: 160px;
	height: 180px;
	border-radius: 20px 4px 20px 40px;
	background-color: #ffe;
	background-image: url(../imagens/avatar.png);
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	box-shadow: 0 0 0 5px #fff;
	width: 80px;
	height: 100px;
}

section.detalhes-imovel .captador {
	overflow: hidden;
	line-height: 20px;
}

section.detalhes-imovel .captador span {
	display: block;
	text-transform: uppercase;
}

section.detalhes-imovel .captador span.nome {
	font-size: 1.3em;
}

section.detalhes-imovel .captador span.creci {
	font-size: 0.8em;
}

@media screen and (max-width: 999px) {
	#carouselFotosImovel div.carousel-inner .carousel-item img {
		margin: 0 auto !important;
		max-width: 100%;
		max-height: 290px !important;
		min-height: auto !important;
		object-fit: cover !important;
	}

	.nav-pills {
		display: inline-block;
		margin: 0 auto;
		margin-bottom: 1rem;
		text-align: center;
		margin-top: 1rem;
	}

	#iframe_video {
		width: 100%;
		height: 250px;
	}
}
/******************* /Detalhes Imovel **********************/

section.consultoria {
	background-color: #111111;
	color: #fff;
	font-weight: 300;
	padding: 2rem 0;
}

section.consultoria h3 {
	text-transform: uppercase;
}

section.consultoria p {
	text-align: justify;
}

section.consultoria .box-consultoria {
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	padding: 25px 25px;
	margin-bottom: 1rem;
	min-height: 260px;
}

section.consultoria .box-consultoria img {
	margin-bottom: 1rem;
}

section.consultoria .box-consultoria h5 {
	font-size: 1.2rem;
	margin-top: 2rem;
}

section.mapa {
	border-top: 2px solid #363636;
}

footer {
	background-color: #fff;
	padding-top: 2rem;
	color: #172b34;
}

footer ul.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 27%;
	left: 15px;
}

footer ul.social-icons a {
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 1.8rem;
	line-height: 3rem;
	height: 3rem;
	text-align: center;
	width: 3rem;
	margin-bottom: 1.1rem;
}

footer ul.social-icons a.whatsapp {
	background: #54cc61;
}

footer ul.social-icons a.instagram {
	background: #f09433;
	background: -moz-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1);
}

footer ul.social-icons a.facebook {
	background: #3a5999;
}

footer ul.social-icons a.youtube {
	background: #ff0000;
}

footer ul.social-icons a.linkedin {
	background: #0073b0;
}

.whats-footer {
	left: 10px;
	bottom: 0px;
	position: fixed;
}

.whats-footer img {
	max-width: 70px;
}

footer p {
	font-size: 0.9em;
}

footer a {
	color: #172b34;
	display: block;
	margin-bottom: 10px;
	transition: 0.3s;
}

footer a:hover {
	color: #172b34;
	transition: 0.3s;
}

footer ul.site-map {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.site-map li {
	display: block;
	font-size: 0.9em;
}

footer ul.site-map li i {
	width: 20px;
}

.copyright {
	border-top: solid 2px #172b34;
	padding: 1rem;
}

p.copyright {
	font-size: 0.8em;
	margin: 0;
	margin-top: 1rem;
}

@media screen and (max-width: 999px) {
	footer ul.social-icons {
		display: none;
	}
}

a:hover {
	opacity: 0.8;
	text-decoration: none;
}

form .form-control[type="text"],
select.form-control {
	background-clip: initial;
}

.form-control,
.btn {
	border-radius: 0px !important;
}

.btn-custom {
	border-color: var(--secondary-color);
	background-color: var(--secondary-color);
	color: #fff;
}

.btn-custom:hover {
	opacity: 0.8;
	color: #fff;
}

.btn-outline-custom {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}

.btn-outline-custom:hover {
	background: #fff;
	color: #002137;
}

.btn-custom.btn-primary {
	border-color: var(--secondary-color);
	background-color: var(--secondary-color);
	color: #fff;
	font-weight: 500;
}

.btn-custom.btn-round {
	border-radius: 4px !important;
}

.banner img {
	height: 400px;
	object-fit: cover;
	width: 100%;
}

header .creci,
footer .creci {
	display: block;
	color: #d8af3e;
	font-size: 0.9rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
