/* Variaveis */
:root {
  --primary-color: #b72c2a;
  --secondary-color: #f68121;
}

/* exemplo de como utilizar */
/* color: var(--primary-color); */


body{
	background: #f6f6f6;
	font-family: 'Fira Sans', sans-serif;
}

.mask{
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.loading-scroll{
	text-align: center;
	color: #fff;
	z-index: 999;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.loading-scroll i{
	font-size: 2.5em;
}

#home-page header{
	background-position: center;
	background-size: cover;
}

header{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	/* padding-bottom: 1.5rem;  */
}

header .contato-top{
	background-color: var(--primary-color);
	color: #fff;
	font-size: 0.8em;
	padding: 3px 0;
	/* margin-bottom: 1.5rem; */
}

header .contato-top a{
	color: #fff;
	margin-left: 10px;
}

.contato-top i {
	margin-right: 8px;
}

header .logo{
	max-height: 120px;
}

header h1{
	font-weight: bold;
}

header h1,
header h4{
	margin: 0.5rem 0;
}

.no-padding-right{
	padding-right: 0px !important;
}

.page-title{
	color: #616161;
	font-size: 1.8em;
	border-left: 5px solid var(--primary-color);
	padding-left: 20px;
}

#navbar-top{
	background: none !important;
	padding: 0 !important;
}

#navbar-top .nav-item{
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#navbar-top .nav-item:last-child{
	border: none;
}

#navbar-top .nav-link{
	color: #000;
	font-weight: 300;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0 1rem;
}

#navbar-top li:last-child a{
	padding-right: 0;
}

#navbar-top .navbar-brand{
	display: none;
}

.social-links{
	display: inline-block;
	font-size: 1.5em;
	margin-left: 10px;
}

section.favoritos, section.comparar{
	padding: 5rem 0;
}

section.favoritos th{
	background-color: #595859;
	color: #fff;
}

section.favoritos td{
    vertical-align: middle;
}

section.comparar .cabecalho{
	font-weight: bold;
}

section.comparar h6{
	margin-bottom: 0px !important;
}

section.comparar .compare td{
	text-align: center;
}

section.comparar img,
section.favoritos img{
	object-fit: cover;
}

@media screen and (max-width: 999px){
	header{
		text-align: center;
	}

	header .logo{
		margin: 0 auto;
		margin-bottom: 2rem;
	}

	.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 .nav-item{
		border: none;
	}

	#navbar-top .navbar-brand{
		display: inline-block;
	}

	#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);
		padding-top: 10px;
		z-index: 998;
	}

	.navbar-toggler{
		border: none;
		padding: 3px 10px;
		z-index: 999;
	}

	.navbar-toggler i{
		font-size: 0.8em;
	}

	.social-links{
		margin: 2rem 10px !important;
	}
}

section.conteudo{
	padding: 4rem 0;
}

section.conteudo h1{
	border-bottom: 2px solid var(--primary-color);
	font-weight: noraml !important;
	font-size: 1.8em;
	margin-bottom: 2rem;
	padding-bottom: 3px;
	text-transform: uppercase;
}

section.conteudo p{
	font-weight: 300;
}

section.conteudo .box{
	background: #e8e8e8;
    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{
	background: url('../imagens/home-bg.jpg');
	background-size: cover;
	background-position: center;
	padding: 5rem 0;
	border-bottom: 1px solid rgba(221, 221, 221, 1.0);
	border-top: 1px solid rgba(221, 221, 221, 1.0);
}

section.busca h1,
section.busca h4{
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 0 0 2px #1F1F1F;
}

.filtro{
	background: rgba(30, 26, 24, 0.7);
	padding: 2rem;
	padding-bottom: 1rem;
	margin-top: 2rem;
}

#btn-busca-codigo{
	display: inline-block;
	margin-top: 2rem;
}

.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: var(--primary-color);
	color: #fff;
	text-decoration: none;
	outline: 0;
}

#busca-referencia{
	display: none;
}

/******************* /Filtro **********************/


/******************* Lista de Imóveis novos **********************/

.bg-section{
	background: url('../imagens/bg-section.png') #eeeeee no-repeat;
    background-position: bottom;
}
section.novos{
	padding: 3rem 0;
}

section.novos .container{
	max-width: 1300px;
}

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: .3s;
}

section.novos .box-imovel .descricao span.num-ref{
	padding: 5px 10px;
}

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: .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: var(--primary-color);
	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: #373737;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	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: 3rem;
}

.nav-pills li{
	display: inline-block;
}

.nav-pills li a{
	background: none;
	border: 1px solid var(--primary-color);
	color: #000;
	display: inline-block;
	font-size: 0.9em;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
}

.nav-pills .nav-link.active{
	background: var(--primary-color);
	color: #fff;
}

/******************* Lista de Imóveis **********************/

.box-imovel{
	position: relative;
	overflow: hidden;
}

.box-imovel .tarja{
  background-color: var(--primary-color);
    color: #fff;
    font-size: 0.7em;
    position: absolute;
    padding: 5px 1rem;
    font-weight: bold;
    z-index: 998;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

section.novos .tarja{
    bottom: 0px;
}

section.lista-imoveis .tarja{
	top: 0;
}

section.lista-imoveis{
	padding: 5rem 0;
}

section.lista-imoveis div.box-imovel div.top-buttons{
	text-align: left !important;
}

section.lista-imoveis a.box-foto{
	display: block !important;
	position: relative;
	overflow: hidden;
}

section.lista-imoveis h2{
	font-weight: 300;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

section.lista-imoveis h2 b{
	font-style: italic;
}

section.detalhes-imovel h4.page-title{
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

section.detalhes-imovel .box{
	padding: 15px;
}

section.detalhes-imovel figure{
    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: center right !important;
    background-repeat: no-repeat;
    background-size: cover !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;
}

.box-imovel, section.detalhes-imovel .box{
	background: #fff;
	border: 1px solid rgba(0,0,0,.125);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	margin-bottom: 35px;
	position: relative;
}

.box-imovel{
	margin-bottom: 25px !important;
}


div.box-imovel div.top-buttons{
	/* display: none; */
	padding: 5px;
	position: absolute;
	text-align: right;
	top: 0px;
	width: 100%;
	z-index: 998;
}

div.box-imovel:hover div.top-buttons{
	display: block;
}


div.box-imovel div.top-buttons a{
	display: inline-block;
  	overflow: hidden;
  	text-align: center;
}

div.box-imovel div.top-buttons a i{
	font-size: 1.2em;
	display: inline-block;
}

div.box-imovel div.top-buttons div.title{
	width: 0px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
  	transition: width 1s;
  	padding-top: 3px;
  	display: inline-block;
	visibility: hidden;
}

div.box-imovel div.top-buttons a:hover div.title{
	width: 62px;
	visibility: visible;
}


.box-imovel .foto-imovel{
	background: url('../imagens/sem-foto.jpg');
	background-size: 100% 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 240px;
	width: 100%;
	max-width: 100%;
	position: relative;
}



.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: var(--primary-color);
	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;
	min-height: 60px;
}

.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: 8px;
    text-align: center;
    margin-bottom: 0px;
}

.box-imovel .buttons-detalhes{
	margin-top: 1rem;
}

.box-imovel .buttons-detalhes .btn{
	margin-right: 1rem;
}

.page-link{
	background: #fff !important;
    border-color: #ddd;
	color: #686868;
	display: inline-block;
}

.page-item.active .page-link{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color);
    border-radius: 0;
}

.page-link:hover{
    /* background-color: #005092 !important; */
    /* color: #fff; */
    border-color: var(--primary-color);
}

/******************* /Lista de Imóveis **********************/

/******************* Filtro lateral **********************/

div.filtro-lateral{
	overflow: hidden;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

div.filtro-lateral form{
	display: table;
}

div.filtro-lateral .tabs {
	margin: 0;
    display: table;
    width: 100%;
    overflow: hidden;
}

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: #f1f1f1;
    color: #000;
    cursor: pointer;
    transition: background ease-in-out .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(--primary-color);
}

.list-group{
	background: #fff;
}

div.filtro-lateral  .list-group .list-group-item:first-child {
    border-top: 0;
}

div.filtro-lateral .list-group-item {
	background: #fff;
    border-color: #ddd;
    border-radius: 0;
}


div.filtro-lateral .buttons-container{

}

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: 10px 5px;
    transition: background ease-in-out .3s;
    text-align: center;
}

div.filtro-lateral .buttons-container input.radio-btn:checked + label {
    color: #fff;
    background: var(--primary-color);
}

.money{
	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: var(--primary-color);
	font-size: 1.8em;
	text-transform: uppercase;
	border-bottom: 2px solid var(--primary-color);
	margin-bottom: 2rem;
}

#carouselFotosImovel{
    margin-bottom: 1rem;
}

div.carousel-inner{
    background-color: #000;
    text-align: center;
}

div.carousel-inner .carousel-item img{
    margin: 0 auto !important;
    max-width: 100%;
    max-height: 550px !important;
    min-height: 550px !important;
}

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: 1em;
}

section.detalhes-imovel .valores-imovel h6{
	font-size: 0.7em;
}

section.detalhes-imovel .valores-imovel label{
	font-size: 0.7em;
	display: block;
}

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%;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

@media screen and (max-width: 999px){
    div.carousel-inner .carousel-item img{
        margin: 0 auto !important;
        max-width: 100%;
        max-height: auto !important;
        min-height: auto !important;
    }



}
/******************* /Detalhes Imovel **********************/



footer{
    background: #fff;
    /* background: linear-gradient(180deg, rgba(91,90,92,1) 0%, rgba(58,55,56,1) 100%); */
	/* color: #fff; */
	font-weight: 300;
	padding-top: 2rem;
	padding-bottom: 3px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

img.logo-footer{
	max-width: 235px;
}

footer h4{
	font-weight: 300;
	text-transform: uppercase;
}

footer p{
	font-size: 0.8em;
}

footer a{
	margin-bottom: 5px;
	color: #000;
}

footer a:hover{
	opacity: 0.7;
	color: #000;
}

footer ul.site-map{
	list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.site-map li{
	display: block;
}

footer ul.site-map li i{
	width: 20px;
	margin-right: 8px;
}

.social-media a {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 0.8em;
    margin: 0 5px 10px 5px;
}

footer .social-media a.icon-facebook {
    background-color: #3B5998;
}

footer .social-media a.icon-twitter {
    background-color: #1DA1F2;
}

footer .social-media a.icon-google_plus {
    background-color: #DB4437;
}

footer .social-media a.icon-youtube {
    background-color: #E62117;
}

footer .social-media a.icon-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 );
}

.copyright{
	font-size: 0.8em;
	margin-top: 1rem;
}

footer ul.actions{
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 27%;
	right: 0px;
	z-index: 1000;
}

footer ul.actions a{
    color: #fff;
    display: block;
    line-height: 3.5rem;
    height: 3rem;
    text-align: center;
    width: 3rem;
    margin-bottom: 1.1rem;
    position: relative
}

footer ul.actions a i{
    font-size: 1.5rem;
}

footer ul.actions a .badge{
	position: absolute;
	font-size: 0.7em !important;
	top: -5px;
	left: -5px;

}

footer ul.social-icons{
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 27%;
	left: 5px;
	z-index: 1000;
}

footer ul.social-icons a{
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: center;
    width: 2.5rem;
    margin-bottom: 0.5rem;
}

footer 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;
}

@media screen and (max-width: 999px){
	footer ul.social-icons{ left: 5px; }
	footer ul.social-icons a{
	    font-size: 1.1rem;
	    line-height: 2rem;
	    height: 2rem;
	    width: 2rem;
	    margin-bottom: 0.5rem;
	}

	footer ul.actions a{
	    line-height: 2.3rem;
	    height: 2rem;
	    width: 2rem;
	    margin-bottom: 0.5rem;
	}

	footer ul.actions i{
		font-size: 1.2em !important;
	}

}

@media screen and (max-width: 768px){

}



a:hover{
	text-decoration: none;
}

form .form-control[type=text], select.form-control{
	background-clip: initial;
}

.box-form{

}

.form-control, .btn{
	border-radius: 0px !important;
}

.btn-custom{
	border-color: var(--primary-color);
    background-color: var(--primary-color);
	color: #fff;
}

.btn-custom:hover{
	color: #fff;
	opacity: 0.8 !important;
}

.btn-outline-custom{
	background: none !important;
	border-color: var(--primary-color);
    background-color: var(--primary-color);
	color: #cd1a3f;
}
/* *************************** */

section.print-imovel{
	padding: 1rem !important;
}

section.print-imovel .foto-imovel{
	border: 5px solid #fff;
	border-radius: 3px;
	margin-bottom: 1rem;
}

section.print-imovel .captador{
	overflow: hidden;
	position: relative;
	width: 100%;
}

section.print-imovel figure{
    display: block;
    position: relative;
    overflow: visible;
    float: left;
    margin-right: 25px;
    width: 100px;
    height: 120px;
    background-color: #ffe;
    background-image: url(../imagens/avatar.png);
    background-position: center right !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    float: left;
    border: 5px solid #fff;
    border-radius: 3px;
}

#scrollable-dropdown .dropdown-menu {
	/* max-height: 400px; */
	overflow-y: auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--primary-color) !important;
}