/*Carrossel*/
.main-carousel{
	z-index: 0;
}
.carousel {
  position: relative;
}
.flickity-fullscreen-button{

}
.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
.carousel-cell{

	border: 0;
	border-radius: 1rem;
	counter-increment: gallery-cell;
	align-content: center;
}
.logger {
  font-size: 22px;
  background: #FAFAFA;
  padding: 10px;
  text-align: center;
}
.carousel-cell img{
	height: 200px;
	width: 300px;
	
}
@media(min-width: 991.98px){
	.carousel-cell{
		width: 32.6%;
	}
}
@media(min-width: 1199.98px){
	.carousel-cell{
		width: 24.8%;
	}
	.carousel-cell img{
		width: 290px;
		max-width: 100%;
	}
}
@media(min-width: 1399.98px){
	.carousel-cell{
		width: 24.8%;
	}
	.carousel-cell img{
		width: 300px;
	}
}
.carousel-cell:before {
	display: block;
	text-align: center;
	content: counter(gallery-cell);
	color: #fff;
}

.card-img-top{
	display: block;
	object-fit: cover;
	margin-top: -24px;
	border-radius: .5rem;
	z-index: 0;
	width: 100%
}

/*Detalhes do imóvel*/
.img-dest-bairro{
	position: absolute;
	margin-top: -185px;
	margin-left: 20px;
	width: 200px;
	font-size: 0.8rem;
	z-index: 9;
	color: #fff;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.img-dest-gostei a{
	position: absolute;
	margin-top: -198px;
	right: 38px;	
	font-size: 30px;
	color: #fff;
	opacity: 0.6;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.img-dest-gostei a:hover{
	font-size: 31px;
	color: #DBDBDB;
}
.img-dest-detalhes{
	position: absolute;
	margin-top: -30px;
	margin-left: 20px;
	font-size: 0.8rem; 
	z-index: 9;
	color: #fff;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.img-dest-mais{
	position: absolute;
	margin-top: -53px;
	right: 36px;		
	font-size: 30px;
	color: #fff;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.img-dest-mais a{
	color: #fff;
}

.img-dest-mais a:hover{	
	color: #fff;
	opacity: 0.5;
}
.img-dest-valor-cabem{
	position: absolute;
	margin-top: -186px;
	margin-left: 30px;
	font-size: 1rem;
	z-index: 9;
	color: #fff;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.img-dest-medida-certa{
	position: absolute;
	margin-top: -186px;
	margin-left: 30px;
	font-size: 0.9rem;
	z-index: 9;
	color: #fff;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.img-dest-em-destaque{
	position: absolute;
	margin-left: auto;
	top: 75%;
	margin-right: auto;
	left: -8px;
	right: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	z-index: 9;
	color: #fff;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.img-dest-novos_negocios{
	position: absolute;
	display: block;
	bottom: 8px;
    left: 16px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.1;
	z-index: 9;
	color: #fff;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.img-dest-regiao{
	position: absolute;
	margin-top: -181px;
	margin-left: 30px;
	font-size: 0.9rem;
	z-index: 9;
	color: #fff;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.card-noticias-home{
	border-radius: unset;
	width: 18.8rem;
}
@media(min-width: 767.98px){
	.card-noticias-home{
		max-width: 100%;
	}
}
.card-noticias-home .card-img-noticias{
	height: 200px;
	width: 300px;
}
.card-noticias-ver-mais{
	position: relative;
    top: 11rem;
}
.card-text{
	font-size: 1rem;
	font-weight: 700;
}
.card-text-comen{
	font-size: 0.8rem;
	font-weight: 700;
}

.cor-card-coracao{
	color: #FF0004;
	font-size: 1.2rem;
}
@media(min-width: 767.98px){
	.card-noticias {
		border: 0;
	}
}
.img-texto-infor img{
	width: 100%;
}