.c49mod-properties-slide-five .c49-section-title .c49-slide-list-title {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    font-weight: 600;
    text-align: center;
}
.c49mod-properties-slide-five .carousel-control {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0!important;
    font-size: 50px;
    color: #999;
    text-align: center;
    text-shadow: none;
    opacity: .8;
    display: inline-block;
}
.c49mod-properties-slide-five .c49-carousel-control {
    position: absolute;
    display: flex;
    z-index: 10;
    right: 5%;
    bottom: -80px;
    justify-content: flex-end;
}
.c49mod-properties-slide-five .card-block {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.c49mod-properties-slide-five .c49-property-value {
    position: absolute;
    top: -45px;
    font-weight: 800;
    color: #fff;
}
.c49mod-properties-slide-five .c49-property-value .card-currency {
    font-size: 14px;
    font-weight: 600;
}
.c49mod-properties-slide-five .card-overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 86%, rgba(0,0,0,0.7) 99%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 86%,rgba(0,0,0,0.7) 99%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 86%,rgba(0,0,0,0.7) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.c49mod-properties-slide-five .c49-property-card {
    cursor: pointer;
    position: relative;
}
.c49mod-properties-slide-five .c49-property-card .c49-property-code {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
}
.c49mod-properties-slide-five .c49-property-card:hover .c49-property-code {
    opacity: 1;
}

/*
testando
.c49mod-properties-slide-five .row {
    width: 100%;
}
*/
.c49mod-properties-slide-five .carousel-control .icon-next,
.c49mod-properties-slide-five .carousel-control .icon-prev {
    margin-top: -5px;
    font-size: 20px;
}
.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img,
.card-img-top>img {
    width: 100%;
}
.c49mod-properties-slide-five .carousel-control-next,
.c49mod-properties-slide-five .carousel-control-prev,
.c49mod-properties-slide-five .carousel-control-next:focus,
.c49mod-properties-slide-five .carousel-control-prev:focus {
    width: 10%;
    max-width: 60px;
    opacity: .6;
    font-size: 60px;
    padding: 0 30px;
    display: flex;
    position: relative;
}
.c49mod-properties-slide-five .carousel-control-next:hover,
.c49mod-properties-slide-five .carousel-control-prev:hover {
    opacity: 1;
}
.c49mod-properties-slide-five .property-neighbor {
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 2rem;
    margin: 1px 0 11px 0;
    color: #fff;
}
.c49mod-properties-slide-five .property-city {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
}
.c49mod-properties-slide-five .text-muted {
    color: #fff!important;
    font-weight: 400;
    font-size: .8rem;
    letter-spacing: 1px;
}
.c49mod-properties-slide-five .c49-property-value {
    font-weight: 600;
    font-size: 1.4rem;
    text-shadow: none;
    position: relative;
    top: 0;
    line-height: 1.5rem;
    color: #fff;
}
.c49mod-properties-slide-five .c49-title {
    position: relative;
    background-color: transparent!important;
    border: 0!important;
    color: #000;
    border-radius: 0;
    padding: 0;
}
.c49mod-properties-slide-five .c49-properties-subtitle:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    width: 700px;
    height: 200px;
    right: 0;
    margin-right: -30px;
    border-radius: 10px;
    z-index: -1;
}
.c49mod-properties-slide-five .c49-title .c49-properties-title {
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    font-size: 3rem;
    text-align: left;
}
.c49mod-properties-slide-five .c49-title .c49-properties-subtitle {
    display: inline-block;
    position: relative;
    color: #fff;
    text-align: left;
}

.c49mod-properties-slide-five .c49-property-card .card-img {
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    background-color: #000;
    z-index: 5;
}
.c49mod-properties-slide-five .c49-property-card .card-actions {
    position: absolute;
    right: 20px;
    top: 0;
    opacity: 0;
    z-index: 15;
}
.c49mod-properties-slide-five .c49-property-card:hover .card-actions {
    top: 20px;
    opacity: 1;
}
.c49mod-properties-slide-five .c49-property-card .card-actions .btn-group > .btn {
    background-color: transparent;
    border: 0;
    color: #fff;
    text-shadow: 0 0 35px #000, 0 0 3px #000;
    font-size: 24px;
    padding: 10px 20px;
}
.c49mod-properties-slide-five .c49-property-card .card-actions [data-favorito="0"] .fa {
    opacity: .6;
}
.c49mod-properties-slide-five .c49-property-card .card-actions [data-favorito="1"] .fa {
    opacity: 1;
    color: #f1f50b;
}
.c49mod-properties-slide-five .c49-property-card .card-effect:before {
    width: 100%;
    height: 300px;
    content: "";
    background-color: rgba(0,0,0,.7);
    display: block;
    position: absolute;
    top: 100%;
    left: -50px;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.c49mod-properties-slide-five .c49-property-card:hover .card-effect:before {
    -moz-transform: skewY(30deg);
    -webkit-transform: skewY(30deg);
    -o-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    top: 60%;
}


/* Fade transition */
.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    z-index: 1;
    -webkit-transform: inherit !important;
    transform: inherit !important;
}
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.c49mod-properties-slide-five .card-actions a.btn:after {
    display: none;
}

@media (max-width: 991px) {
    .c49mod-properties-slide-five .c49-carousel-control {
        right: 0;
        top: 12px;
        bottom: inherit;
    }
    .c49mod-properties-slide-five .carousel-control-next,
    .c49mod-properties-slide-five .carousel-control-prev,
    .c49mod-properties-slide-five .carousel-control-next:focus,
    .c49mod-properties-slide-five .carousel-control-prev:focus {
        font-size: 40px;
        padding: 0 25px;
    }
}
