[class^="c49mod-properties-"] .c49-property-card {
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

[class^="c49mod-properties-"] .card-block {
	position: relative;
}
[class^="c49mod-properties-"].loading .c49-property-card {
	opacity: .3;
}

[class^="c49mod-properties-"] .c49-properties-title {
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: .1rem;
	font-weight: 600;
	text-align: center;
}

.c49-property-title {
	font-size: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.c49-property-resume {
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.c49-property-numbers {
	text-align: center;
	margin-bottom: 10px;
}

.c49-property-number-wrap {
	text-align: center;
}

.c49-property-numbers [class^='c49icon'] {
	font-size: 2rem;
}

.c49-property-number {
	font-size: .75rem;
}

.c49-property-no-photo {
	background-color: #ebebeb;
	height: 100%;
}

.c49-property-no-photo img {
	width: 100%;
	background: url(../img/logo-topo.png);
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%; esticando o logo*/
	background-size: contain;
}

.carousel-item img {
	margin: 0 auto;
	object-fit: cover;
    height: auto;
}

.c49alert-properties .text-muted {
	opacity: .5;
}
.c49-filter-down-arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -22px;
	z-index: 5;
	color: #fff;
	text-shadow: 0 0 25px rgba(0,0,0,.225);
}
.c49-filter-down-arrow:after {
	content: "";
	background-color: #acb2b7;
	display: block;
	position: absolute;
	height: 32px;
	width: 32px;
	top: 7px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	border-radius: 50%;
}
.c49-badge-filter .close {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-shadow: none;
	margin-left: 7px;
	margin-bottom: -4px;
	opacity: .3;
}

.c49-badge-filter .close:hover {
	opacity: .6;
}

.c49-badge-filter {
	background-color: #acb2b7;
	padding: .25em .5em .34rem;
	cursor: default;
}
.card-block.c49-card-block-lg {
	padding: 2.50rem;
}

[class^="c49mod-properties-"] .c49-property-card {
	z-index: 1;
	overflow: hidden;
}


/*Isso não afeta somente o modulo Properties*/
.card .card-button-group .dropdown-toggle::after {
	content: none;
}

.c49mod-properties-list .c49-property-card {
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 226px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}
.c49mod-properties-list .c49-property-card_photo {
	display: flex;
	width: 300px;
	height: 226px;
	flex-direction: column;
	order: -1;
	position: relative;
	background-color: #000;
}
.c49mod-properties-list .c49-property-card_slide img {
	width: 300px;
	height: 224px;
}
.c49mod-properties-list .c49-property-card_header {
	width: calc(100% - 300px);
	background-color: rgba(0,0,0,.05);
	flex-direction: column;
	padding: 10px 20px;
	height: 32%;
}
.c49mod-properties-list .c49-property-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
}
.c49mod-properties-list .c49-property-card_actions {
    padding: 10px 20px;
    z-index: 20;
}
.c49mod-properties-list .c49-property-card_actions .fa-stack {
	opacity: 0;
}
.c49mod-properties-list .c49-property-card_actions a:first-child .fa-stack {
	top: -10px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.c49mod-properties-list .c49-property-card_actions [data-favorito="1"] .fa-stack {
	top: 0!important;
	transform: rotate(0deg)!important;
	opacity: 1;
}
.c49mod-properties-list .c49-property-card_actions a:nth-child(2) .fa-stack {
	top: -20px;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.c49mod-properties-list .c49-property-card_actions a:nth-child(3) .fa-stack {
	top: -30px;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.c49mod-properties-list .c49-property-card_actions a:last-child .fa-stack {
	top: -40px;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.c49mod-properties-list .c49-property-card:hover .c49-property-card_actions .fa-stack {
	opacity: 1;
	top: 0;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.c49mod-properties-list .c49-property-card_actions .fa-stack .fa-circle:first-child,
.c49mod-properties-list .c49-property-card_actions .fa-stack {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.c49mod-properties-list .c49-property-card_actions .fa-stack .fa:first-child {
	color: #000;
	opacity: .1;
}
.c49mod-properties-list .c49-property-card_actions [data-favorito="0"] .fa {
	opacity: 1;
}
.c49mod-properties-list .c49-property-card_actions [data-favorito="1"] .fa-stack .fa-star {
	color: #ffff00;
}
.c49mod-properties-list .c49-property-card_actions .fa-stack:hover .fa:first-child {
	opacity: .6;
}
.c49mod-properties-list .c49-property-card_actions [data-favorito="1"] .fa-stack .fa:first-child {
	opacity: .4!important;
}
.c49mod-properties-list .c49-property-card_features {
	width: calc(100% - 300px);
	flex-direction: column;
	padding: 10px;
	height: 38%;
	text-align: center;
}
.c49mod-properties-list .c49-property-card_features .c49btn {
	padding: 1.45rem 1rem;
	text-transform: uppercase;
	letter-spacing: .07rem;
	font-size: .75rem;
	font-weight: 800;
	color: #666;
	white-space: nowrap;
	line-height: 1.2rem;
}
.c49mod-properties-list .c49-property-card_title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-bottom: 0.2rem;
}
.c49mod-properties-list .c49-carousel-photo-wrap {
	width: 100%;
}
.c49-property-number-wrap [class^=c49icon-] {
	font-size: 1.6rem;
}
.c49-property-number-wrap .c49-property-number {
	font-size: .8rem;
	white-space: nowrap;
}
.c49mod-properties-list .c49-property-number-wrap {
	padding: 0 10px;
}
.c49mod-properties-list .c49-property-card_description {
	width: calc(100% - 300px);
	flex-direction: column;
	padding: 10px 20px;
	height: 30%;
}
.c49mod-properties-list .c49-property-card_description p {
	overflow: hidden;
	height: 2.8rem;
	margin-bottom: 0;
	font-size: .9rem;
}
.c49mod-properties-list .c49-property-card_address {
	font-size: .8rem;
	font-style: italic;
	line-height: 1rem;
	display: inline-block;
}
.c49mod-properties-list .c49-property-card_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	display: flex;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.c49-property-card_header .badge {
	font-size: 70%;
	font-weight: 500;
	text-transform: uppercase;
}

.badge.badge-primary{
	background-color: $primary;;
	color: $primary_inverse;;
}

.c49mod-properties-list .c49-property-card_price {
	color: #fff;
	font-weight: 800;
	padding: 10px 20px;
	font-size: 1.5rem;
}
.c49mod-properties-list .c49-property-card .carousel-control-next {
	right: -10px;
}
.c49mod-properties-list .c49-property-card .carousel-control-prev {
	left: -10px;
}
.c49mod-properties-list .c49-property-card .carousel-control-next,
.c49mod-properties-list .c49-property-card .carousel-control-prev {
	z-index: 10;
	opacity: 0;
	top: 25%;
	bottom: 25%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.c49mod-properties-list .c49-property-card .carousel-inner:hover .carousel-control-next {
	right: 0;
	opacity: 1;
}
.c49mod-properties-list .c49-property-card .carousel-inner:hover .carousel-control-prev {
	left: 0;
	opacity: 1;
}
.c49mod-properties-list .c49-property-card_actions {
	padding: 10px 20px;
}
.c49mod-properties-list .c49-property-card_other-prices {
	font-size: .75rem;
	font-weight: 100;
}
.c49mod-properties-list .c49-property-card_other-prices b {
	font-weight: 800;
	margin-right: 4px;
}
.c49mod-properties-list .c49-property-card_price span {
	font-weight: 100;
	font-size: .75rem;
}
.c49mod-properties_hover-infos.c49mod-properties-slide .card,
.c49mod-properties_hover-infos.c49mod-properties-grid .card {
	overflow: hidden;
}
.c49mod-properties_hover-infos.c49mod-properties-slide .card-footer,
.c49mod-properties_hover-infos.c49mod-properties-grid .card-footer {
	z-index: 1;
}
.c49mod-properties_hover-infos.c49mod-properties-slide .card .card-block,
.c49mod-properties_hover-infos.c49mod-properties-grid .card .card-block {
	position: absolute;
	background-color: rgba(255,255,255,0);
	height: 100%;
	width: 100%;
	opacity: 0!important;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	top: 100px;
	left: 0;
	display: block;
}
.c49mod-properties_hover-infos.c49mod-properties-grid .card:hover .card-block,
.c49mod-properties_hover-infos.c49mod-properties-slide .card:hover .card-block {
	background-color: rgba(255,255,255,.9);
	opacity: 1!important;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
}
[class^="c49mod-properties-"] .c49-property-title {
	font-size: 1.1rem;
	font-weight: 700;
}
.c49mod-properties_hover-infos.c49mod-properties-grid .c49-property-resume,
.c49mod-properties_hover-infos.c49mod-properties-slide .c49-property-resume {
	font-size: 1rem;
	-webkit-line-clamp: 2;
	word-break: break-word;
}
.c49mod-properties_hover-infos.c49mod-properties-grid .c49-property-value,
.c49mod-properties_hover-infos.c49mod-properties-slide .c49-property-value {
	position: relative;
	top: inherit;
	font-weight: 800;
	color: inherit;
	text-shadow: none;
	font-size: 1.4rem;
	margin-bottom: 0;
}
/*.c49mod-properties_hover-infos[class^="c49mod-properties-"] .card-text:not(.c49-property-resume) {
	display: none;
}
*/
.btn-group.justify-content-between > .btn,
.btn-group.justify-content-between > .dropdown {
	width: 100%;
}

.btn-group.justify-content-between > .dropdown .dropdown-toggle:after {
	display: none;
}

.c49-strip{
	background: $primary;;
	text-align: center; 	 		
	padding: 5px;
	color: $primary_inverse;;
	text-transform: uppercase;
	font-weight: bold; 
	position: absolute;
	transform: rotate(-42deg);
	left: -90px;
    top: 38px;
    width: 300px;
}


/* Espaçamento padrão (metade) */
[class^="c49mod-properties-"] .c49-title,
[class^="c49mod-properties-"] .card-group,
[class^="c49mod-properties-"] .card {
	margin-bottom: 1rem;
}

[class^="c49mod-properties-"] .c49-title {
	position: relative;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #666;
	border-radius: .25rem;
	padding: 1rem 1rem 0.6rem;
}


[class^="c49mod-properties-"] .c49-property-value {
	font-weight: 800;
	font-size: 1.5rem;
	text-shadow: 0px 0px 7px #000;
	position: absolute;
	top: -45px;
	color: #fff;
}

.c49-property-value .c49-currency {
	font-size: .8rem;
	font-weight: 600;
}

[class^="c49mod-properties-"] .c49-carousel-photo-wrap,
[class^="c49mod-properties-"] .c49-carousel-photo-wrap img {
	width: 100%;
	object-fit: cover;
	height: auto;
	aspect-ratio: 4 / 3;
}

.c49-property-code {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.c49-property-block .card-text.pull-left,
.c49-property-block .card-text.c49-property-code {
	margin-bottom: 0;
}

.c49mod-properties-grid .dropdown-menu {
	top: -135px;
	left: 75px;
}
.dropdown-toggle::after {
	display: none;
}
.c49mod-properties-grid.c49mod-properties_hover-infos p.c49-property-resume {
	margin-bottom: 0.5rem!important;
}
.c49mod-properties-grid:not(.c49mod-properties_hover-infos) .c49-property-count1 {
	top: -45px!important;
}
.c49mod-properties-grid:not(.c49mod-properties_hover-infos) .c49-property-count2 {
    top: -80px!important;
}
.c49mod-properties-grid .valorDesc {
	font-size: .8rem;
}

.c49mod-properties-grid .c49-property-code,
.c49mod-properties-slide .c49-property-code {
	float: right;
	opacity: 0;
}

.c49mod-properties-grid .c49-property-block:hover .c49-property-code,
.c49mod-properties-slide .c49-property-block:hover .c49-property-code {
	opacity: 1;
}

.c49mod-properties-grid .c49-property-code .text-muted,
.c49mod-properties-slide .c49-property-code .text-muted {
	font-weight: 800;
}

.c49mod-properties-list .c49-property-card_photo .carousel-inner .c49-property-card_hover .dropdown-menu {
	top: 3px;
	right: 5px;
}

.c49-property-card_photo .carousel-inner .c49-property-card_hover .dropdown-toggle::after {
	display:  none;
}

.c49mod-properties-grid .dropdown-menu {
	top: -135px;
	left: 75px;
}
.dropdown-toggle::after {
	display: none;
}
.c49mod-properties-grid .card-footer .btn-group .btn:nth-child(2) {
	border-radius: 0px;
}

@supports (-ms-ime-align:auto) {
	.c49mod-properties_hover-infos.c49mod-properties-slide .c49-property-resume,
	.c49mod-properties_hover-infos.c49mod-properties-grid .c49-property-resume {
		line-height: 1.2;
		max-height: 3.6rem;
	}
	.c49-property-title {
		line-height: 1.5;
		max-height: 3rem;
	}
	.c49-property-resume {
		line-height: 1.5;
		max-height: 6rem;
	}
	.c49mod-properties-carousel .carousel-item {
		min-height: 464px;
	}
}

@-moz-document url-prefix() {
	.c49mod-properties_hover-infos.c49mod-properties-slide .c49-property-resume,
	.c49mod-properties_hover-infos.c49mod-properties-grid .c49-property-resume {
		line-height: 1.2;
		max-height: 3.6rem;
	}
	.c49-property-title {
		line-height: 1.5;
		max-height: 3rem;
	}
	.c49-property-resume {
		line-height: 1.5;
		max-height: 6rem;
	}
	.c49mod-properties-carousel .carousel-item {
		min-height: 464px;
	}
}


/* STYLE 1 */
.style-1 .card,
.style-1 .card-img-top {
    border-radius: 0;
}
.style-1 .card-text.c49-property-resume {
    display: none;
}
.style-1 .card-block.c49-property-block {
    text-align: center;
}
.style-1 .card-text.c49-property-code {
    opacity: 1;
    display: inline-block;
    float: none;
    margin-top: 14px;
}
.style-1 .c49-property-code .text-muted {
    padding: 5px 15px;
    border-radius: 0;
    line-height: 1.2;
    font-weight: 500;
    border-top: 2px solid;
}
.style-1 .c49-property-block .card-text.pull-left .text-muted {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.style-1 .c49-property-card, 
.style-1 .c49-property-card:hover {
    box-shadow: none;
    background-color: transparent;
}
.style-1 .card-footer {
    background-color: transparent;
    border: 0;
    padding: 0;
    flex-direction: column-reverse;
    display: flex;
}
.style-1 .card-footer .btn-group>.btn, 
.style-1 .card-footer .btn-group .btn:nth-child(2),
.style-1 .c49mod-properties-grid .card-footer .btn-group .btn:nth-child(2) {
    border-radius: 0!important;
    border: 0;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
}
.style-1 .c49mod-properties-slide .c49-property-value,
.style-1 .c49-property-value {
    top: -80px!important;
    text-align: center;
    width: 100%;
    left: 0;
}
.style-1 [class^=c49mod-properties-] .card {
    margin-bottom: 0;
}
.style-1 .c49-property-numbers {
    display: none!important;
}
.style-1 .card.c49-property-card > div:nth-child(1) {
    order: 1;
}
.style-1 .card.c49-property-card > div:nth-child(3) {
    order: 2;
}
.style-1 .card.c49-property-card > div:nth-child(2) {
    order: 3;
}
.style-1 .c49-property-number-wrap [class^=c49icon-] {
    font-size: 1.3rem;
}



@media (max-width: 767px) {
	.c49mod-properties-list .c49-property-card_title {
		white-space: normal!important;
	}
	.c49mod-properties-list .c49-property-card {
		height: inherit;
	}
	.c49mod-properties-list .c49-property-card_header {
		width: 100%;
		flex-direction: row;
		height: inherit;
	}
	.c49mod-properties-list .c49-property-card_photo {
		flex-direction: row;
		width: 100%;
		height: auto;
	}
	.c49mod-properties-list .c49-property-card_description {
		flex-direction: row;
		height: inherit;
		width: 100%;
	}
	.c49mod-properties-list .c49-property-card_features {
		width: 100%;
		flex-direction: row;
		height: inherit;
	}
	.c49mod-properties-list .c49-property-card_slide img {
		width: 100%;
		height: 100%;
	}	
	.c49mod-properties-list .c49-property-card_photo .c49-property-card_slide {
		width: 100%
	}
	.c49mod-properties-list .c49-property-card .carousel-inner .carousel-control-next {
		right: 0;
		opacity: 1;
	}
	.c49mod-properties-list .c49-property-card .carousel-inner .carousel-control-prev {
		left: 0;
		opacity: 1;
	}
	.c49mod-properties-list .c49-property-card .c49-property-card_actions .fa-stack {
		opacity: 1!important;
		top: 0!important;
		-moz-transform: rotate(0deg)!important;
		-webkit-transform: rotate(0deg)!important;
		-o-transform: rotate(0deg)!important;
		-ms-transform: rotate(0deg)!important;
		transform: rotate(0deg)!important;
	}
	.c49mod-properties-list .c49btn-details {
		margin-top: 1rem;
	}
}