@media print{
	@page {
	  size: A4;
	}
	* {
		background:transparent !important;
		color:#000 !important;
		text-shadow:none !important;
		filter:none !important;
		-ms-filter:none !important;
	}
	#printableArea .infoDls,
	.printableArea .infoDls {
		height: auto;
		padding: 0;
	}
	#printableArea .btnComFav,
	.printableArea .btnComFav{
		display: none;
	}
	 
	body {
		margin:0;
		padding:0;
		line-height: 1.4em;
	}
	.print {
		display:block;
	}
	 
	.no-print { 
		display:none; 
	}
	img {
		max-width: 100%;
	}
	.top{
		display: none;
	}
	.bgWhite{
		border: none;
	}
	#printableArea .titleEnc,
	.printableArea .titleEnc{
		font-size: 16px;
	}
}

.backPai{
    display: table;
}
.imgDls img{
	width:100%;
	height: 408px;
	border: 1px solid #724626;
}
.infoDls{
	display: table-cell;
    background: #ffffcc;    
    padding-left: 21px;
    padding-bottom: 18px;
	height: 400px;
}
.titleinfoDls{
	color: #724626;
	font-weight: bold;
	margin-top: 20px;
	font-size: 20px;
}
.subTitleinfoDls{
	/*border-bottom: 2px dashed #eff0f1;*/
	margin: 10px 0;
	padding-bottom: 6px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.listaInfoDls{
	/*border-bottom: 2px dashed #eff0f1;*/
	margin-bottom: 11px;
	padding-bottom: 3px;
	line-height: 25px;
}
.listaInfoDls li{
	list-style: square;
	color: #724626;
	font-size: 25px;
}
.listaInfoDls span{
	font-size: 16px;
}
.valorInfoDls{
	font-size: 20px;
	font-weight: bold;
	color: #724626;
}
.btnCompareDLS{	
    float: left;
    font-size: 12px;    
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    padding: 2px 0;
}

.btnCompareDLS a{
	color: #724626;
    font-weight: bold;
}

.barraBtnDls{
	height: 24px;
    background: #724626;
    width: 1px;
}
.btnInfoImpri{
	background: #724626;
	color: white;
	border-radius: 5px;
	text-align: center;
	height: 30px;
    margin-bottom: 7px;
    line-height: 30px;
}
.btnInfoImpri a{
	color:white;
}
.btnInfoQuero{
	background: #724626;
	color: white;
	border-radius: 5px;
	text-align: center;
	height: 30px;
    margin-bottom: 7px;
    line-height: 30px;
    cursor: pointer;
}
.row.share {
	position: relative;
}
.btnInfoShare {
	background: #724626;
	color: white;
	border-radius: 5px;
	text-align: center;
	height: 30px;
	margin: 15px 0 7px;
	line-height: 30px;
	cursor: pointer;
}
.share-options {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.share-options.open {
	opacity: 1;
}
.share-options > * {
	display: inline-block;
	position: relative;
	width: 26px;
	height: 26px;
	overflow: hidden;
	border: 0;
	border-radius: 100%;
	color: #ffffff;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}
.share-options > *:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.3);
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.share-options > *:hover,.share-options > *:active,.share-options > *:focus {
	color: #ffffff;
}
.share-options > *:before {
	position: relative;
	z-index: 2;
}
.share-options > *:hover:after {
	z-index: 1;
	opacity: 1;
}
.share-options > .fa-facebook {
	background-color: #4267b2;
}
.share-options > .fa-twitter {
	background-color: #1da1f2;
}
.share-options > .fa-whatsapp {
	background-color: #51d8bc;
}
.share-options > .fa-print {
	background-color: #ababab;
}
.slideshow{
	height: auto;
}
#myModalFormQueroVisitar .modal-footer{
	text-align: left;
}


.slideshow img{
	width:auto;
	height: 100px;
	border: 2px solid #DDE;
}
.slideshow a{
	margin-right: 10px;
}
.setaEscGaleria{
	font-size: 60px;
	margin-top: 8px;
	width: 5.5%;
	color: #ddd;
}
.setaDirGaleria{
	font-size: 60px;
	margin-top: 8px;
	width: 5.5%;
	padding-left: 39px;
	color: #ddd;
}
.slideTeste{
	margin: 30px 0px 30px 0px;
	position: relative;
}
.propostaImovel{padding-right: 3%;}
.floatL{
	float: left;
}
.floatR{
	float: right;
}
.listaValor{
	background: #eff0f1;
}
.listaValor li{
    float: left;
    list-style: square;
    color: #724626;
    font-size: 30px;
}
.listaValor span{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
/*.listaEsc{
	text-transform: uppercase;
}*/
.listaEsc li{
	list-style-type:none;
	margin: 0 12px 20px 0;
    float: left;
}
.listaEsc ul{
	margin: 0 0px 0 0;
	padding: 0;
}
.listaDir{

}
.listaDir li{
	list-style-type:none;
	margin: 0 0 20px 0;
}
.listaDir ul{
	margin: 0 0px 0 0;
	padding: 0;
}
.descImovel{
	text-align: justify;
}
.valoresImovel > div{
	padding-left: 6px;
}
.valoresImovel span{
	display: block;
	white-space: nowrap;
    margin-top: 12px;
    margin-right: 5px;
}
.valoresImovel b{
	margin-left: 5px;
	color:  #724626;
}
.imgMapaImovel{

}
.bgEscformImovel{
	background: #ffffcc;
	padding: 10px 20px 20px 20px;
}
.formDetalhesImovel textarea{
	width: 100%;
	height: 55px;
	margin-top: 5px;
	border: 1px solid #ddd;
}
.bgDirformImovel{
	background: #ffffcc;
	padding: 10px 20px 100px 20px;
}
.formDetalhesImovel{
	background: #ffffcc;
	padding: 22px 20px 20px 20px;
}
#myModalFormQueroVisitar .modal-body{
	padding: 30px 15px ; 
}
#myModalFormQueroVisitar input{
	background: #fff;
	width: 100%;
	height: 29px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #ddd;
	display: block;
}
.formDetalhesImovel input{
	background-color: #fff;
	width: 100%;
	height: 29px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #ddd;
	display: block;
}
.telFormDescImovel{
	width: 50% !important ;
}
.titleFormDescImovel{

}
.btnVoltarPag{
	background: url('../images/btnBanner.png');
	text-align: center;
	height: 40px;
	padding-top: 11px;
	font-weight: bold;
	color: #724626;
	margin-bottom: 20px;
	border-radius: 5px;
}
.bgformImovel{
	margin-top: 20px;
}
.btnFormDescImovel{
	color: white;
}
.btnFormDescImovel button{
	padding: 10px 25px 10px 25px;
	background: #724626;
	color: white;
	border:none;
	border-radius: 5px;
}
.quadrado{
    float: left;
    width: 10px;
    height: 10px;
	background: #724626;
	margin: 18px 6px 18px 0;
}

.mapaImovel img{
	width: 100%;
}
.titleEnc button {
    background: -moz-linear-gradient(top, #fceabb 3%, #f8b500 18%, #fff835 78%);
    background: -webkit-linear-gradient(top, #fceabb 3%,#f8b500 18%,#fff835 78%);
    border: none;
    border-radius: 5px;
    font-size: 11px;
    height: 24px;
    width: 134px;
    margin-left: 20px;
}
.btnComFav{
	float: right;
	margin-top: -5px;
}
.btnComFav a{
	color: #724626;
	text-decoration: none;
}
.btnCompareDLS a.btn-fav-comparar-detalhes{
	display: inline-block;
	width: 100%;
	text-align: center;		
	padding: 4px 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.titleinfoDls{
		margin-top: 0;
		font-size: 18px;
	}
	.infoDls{
		padding: 14px 21px 18px 18px;
	}
	.jcarousel-control-next {
    	right: -13px;
	}
	.jcarousel-control-prev {
    	left: -13px;
	}
	
	.imovelFiltro {
	    width: 22% !important;
		margin: 10px 1.5% !important;
	}
	.bgDirformImovel, .bgEscformImovel {
	    height: 308px;
	}
	.filtroSeguroDetalhe {
	    margin: -112px 0px 0px 0px !important;
	}
	.filtroSeguroDetalhe img{
	    width: 110px;
	}
	.btnCompareDLS .btnGradient{
		background: url(../images/btnBanner.png) 0px -16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.jcarousel-wrapper{
		padding-right: 10px;
	}
	.btnCompareDLS{
		display: inherit;
	}
	.btnGradient{
		margin-top: 5px;
    	border-radius: 5px;
	}
	.btnCompareDLS a.btn-fav-comparar-detalhes{
	    padding: 7px 0px 7px 0px;
	    border-radius: 5px;
	    width: 100%;
	}
	.listaInfoDls ul{
		height: 113px !important;
	}
}
@media screen and (max-width: 767px){
	/*.titleEnc{
		color: #724626;
		font-size: 20px;
		font-weight: bold;
		padding: 15px 15px;
		margin:0px !important;
		border-bottom: none !important; 
		background: #ffffcc;
	}*/
	.imgPromoMob{
		/*margin-left: 202px;
		position: absolute;
		z-index: 999;*/
	}
	.listaInfoDls ul{
		padding-left: 21px !important;
		height: 90px !important;
	}
	.gmap-nearby{
		margin-bottom: 10px;
	}
	.form_quero_visitar_mobile{
		display: none;
	}
	.btnMapsImovelMobile{
		margin-top: 24px;
	}
	.btnInfoQuero {
		cursor: pointer;
	}
	.titleinfoDls{
		font-size: 18px;
		margin-top:0;
	}	
	.listaInfoDls li{
		font-size: 18px;
		width: 100%;
		float: left;
	}
	.btnCompareDLS a.btn-fav-comparar-detalhes{
		width: 100% !important;
	
	}
	.btnCompareDLS .col-sm-12.btnGradient:first-child{
		display: none !important;
	}
	.imgDlsMob {
		max-height: 400px;
		border: 2px solid #724626;
		text-align: center;		

	}
	.imgDlsMob img{
		height: 100%;
		max-width: 100%;
	}
	.infoDls .btn-fav-comparar-detalhes{
		float: none;
	}
	.btnCompareDLS {
			    border: none;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    color: #724626;
	}
	.valoresImovel {
		padding: 10px 5px;
	}
	a.btn-fav-comparar-detalhes{
	    float: right;
	    border: none;
	    font-size: 15px;
	    font-weight: bold;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    display: inline-block;
	    color: #724626;
	    padding: 4px 0;
	    text-align: center;
	    width: 100%;
	    margin-bottom: 5px;
	    margin-top: 10px;
	    background: url('../images/btnBanner.png') 0px -11px;
	}
	.btnCompareDLS .btnGradient {
		background:none;	
	}
	.btnFavMog span{
		margin: 0 0px 0 20px;
	    font-size: 13px;
	    background: url('../images/btnEncontrar.png') 0px 26px;
	    padding: 0px 15px 0px 15px;
	    border-radius: 3px;
	    line-height: 26px;
	    float: right;
    }
    
    .infoDls{
    	width: 100% !important;
    	height: auto;
    	padding: 20px 10px;
    }
    .btnCompareDLSMob{
	    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 1%, rgb(250, 209, 128));
		float: left;
	    padding: 0px 20px 0px 20px;
	    font-size: 12px;	
	    margin-bottom: 10px;    
    }
    .btnCompareDLSMob a{
    	color: #724626;
    }
    .btnCompareDLSMob span{
    	color: #724626;
	    font-size: 12px;
	    margin-left: 5px;	        	
    }
    .listaInfoDls{
    	border-bottom: none !important;
    }
    .valorInfoDls{
    	margin: 0;
    	float: left;
	    width: 100%;
	    padding: 10px 0px 10px 4px;
    }
    .backPai{
    	margin-bottom: 20px;
    }
    .titleEncMob{
    	color: #724626;
	    font-size: 20px;
	    font-weight: bold;	    
	    margin: 0px !important;
	    padding: 6px 15px;
		border-bottom: none !important;
		background: #ffffcc;
		line-height: 46px;
		text-transform: uppercase;
    }
    .titleEnc a{
    color:#724626;
    }
    .listaValor {
    	padding-bottom:10px; 
	}
	.btnVoltarPag{
		border:1px solid #eff0f1;
	}
	.input100 {
    	margin-bottom: 35px !important;
	}
	.btnComFav{
		width: 100%;
	}

}

.listaInfoDls ul{
	padding-left: 23px ;
	height: 130px;
}
@media only screen and (max-width: 767px) {
	.listaInfoDls ul{
		height: auto !important;
	}
}
#mapsImovel{
	height: 400px;
	width: 100%;
}
#mapsImovelMobile{	
	height: 400px;
	margin-bottom: 14px;
}
/*
.btnMapsImovelMobile{
	cursor: pointer;
}
*/
.divider{
	margin: 0 !important;	
}
.rotar {
    transform: rotate(180deg);
}
.novoSelect, .bootstrap-select{
	width: 100% !important;
}
.novoSelect .bootstrap-select.btn-group .dropdown-menu li a span.glyphicon {
    border: 1px solid #333;
	right: initial !important;
	left: 30px;
	position: absolute;
	margin: 0 !important;
	top: 8px;
	width: 15px;
	height: 15px;
	font-size:12px;
}
.novoSelect .bootstrap-select.btn-group .dropdown-menu li a::after{
	content: ' ';
	position: absolute;
	top: 8px;
	left: 30px;
	width: 15px;
	height: 15px;
	border: 1px solid #333;
}

.novoSelect .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{
	margin:0 0 0 25px;
}

.novoSelect .bootstrap-select.btn-group .dropdown-menu li a{
	padding: 5px 20px 5px 30px;
}
.btnCompareDLS a.active i{
	color: gold !important;
}
/*@media screen and (min-width: 0px) and (max-width: 320px){
	.imgPromoMob{
		margin-left: 65%;
	    position: absolute;
	    z-index: 999;
	    width: 34%;
	}
}

@media screen and (min-width: 321px) and (max-width: 375px){
	.imgPromoMob{
		margin-left: 64%;
	    position: absolute;
	    z-index: 999;
	    width: 28%;
	}
}
*/
@media screen and (min-width: 0px) and (max-width: 425px){
	.imgPromoMob{
		/*margin-left: 62%;
	    position: absolute;
	    z-index: 999;*/
	    /*width: 25%;*/
	    /*float: right;*/
	    margin-top: 5px;
	}
}

.filtroSeguroDetalhe{
	float: right;
    margin: 20px 50px 0px 0px;
}
.btnInfoQuero.active .fa-heart{
	color: gold !important;
}

.not-found {
	display: block;
	clear: both;
	position: relative;
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 45.30%;
	text-align: right;
	background: #fff9f7 no-repeat center / cover;
}
.not-found .desc {
	position: absolute;
	top: 43%;
	right: 50%;
	width: 50%;
	color: #1f1f1f;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.not-found .desc h2 {
	margin: 0;
	color: inherit;
	font-size: 27px;
	font-weight: 900;
}
.not-found .desc p {
	margin: 5px 0 20px;
	font-size: 20px;
	font-weight: 100;
}
.not-found .desc a {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 10px;
	border: 1px solid #e0ca70;
	color: inherit;
	font-size: 16px;
	font-weight: 900;
	background: #fff200;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.not-found .desc a:hover {
	background-color: #eee100;
}
@media only screen and (max-width: 620px) {
	.not-found {
		height: auto;
		padding: 50px 20px 70%;
		background-position: right calc(100% + 90px);
	}
	.not-found .desc {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@media screen and (min-width: 1024px){
    .desc > :nth-last-child(n+2){
        max-width: calc(100% - 165px - 15px);
        clear: left;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px){
    .listaInfoDls ul{
		width: 100%;
    }
}