/* Minification failed. Returning unminified contents.
(210,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(302,10): run-time error CSS1030: Expected identifier, found '.'
(302,34): run-time error CSS1031: Expected selector, found ')'
(302,34): run-time error CSS1025: Expected comma or open brace, found ')'
(348,23): run-time error CSS1046: Expect comma, found '0'
(348,27): run-time error CSS1046: Expect comma, found '/'
(394,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(400,21): run-time error CSS1039: Token not allowed after unary operator: '-text-black-900'
(416,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(420,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(513,26): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(568,36): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(597,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(598,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(606,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(611,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(657,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(663,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(725,34): run-time error CSS1046: Expect comma, found '50'
(725,40): run-time error CSS1046: Expect comma, found '/'
(725,64): run-time error CSS1046: Expect comma, found '0'
(725,68): run-time error CSS1046: Expect comma, found '/'
(738,17): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(739,22): run-time error CSS1039: Token not allowed after unary operator: '-tran-0-3'
(760,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(770,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(835,31): run-time error CSS1046: Expect comma, found '255'
(835,38): run-time error CSS1046: Expect comma, found ')'
(866,17): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(869,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(870,22): run-time error CSS1039: Token not allowed after unary operator: '-tran-0-3'
(936,26): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1055,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1098,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1109,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1127,25): run-time error CSS1046: Expect comma, found '111'
(1127,33): run-time error CSS1046: Expect comma, found '/'
(1127,65): run-time error CSS1046: Expect comma, found '125'
(1127,73): run-time error CSS1046: Expect comma, found '/'
(1257,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1331,40): run-time error CSS1046: Expect comma, found '56'
(1331,45): run-time error CSS1046: Expect comma, found ')'
 */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.imovel-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* IMMOBILE IMAGE */
.imv-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #f7f7f7;
    padding-bottom: 30px;
    width: 100%;
}



/* IMAGE ABSOLUTE POSITIONS */
.imv-image .btn-container {
    position: absolute;
    z-index: 1000;
    top: 20px;
}

.imv-image .btn-div {
    display: flex;
    gap: 10px;
}

.imv-image .btn-div button {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    padding: 5px 23px 5px 22px;
    background-color: #ffffff;
    color: #333333;
    border: none;
    line-height: 19px;
    font-weight: bold;
    border-radius: 4px;
}

.imv-image .btn-div button i,
.imv-image .btn-div button {
    font-size: 15px;
}

.imv-image .btn-div button:hover {
    color: #333333;
    transform: translateY(0);
    opacity: .8;
}

.imv-image .btn-div button.active {
    background-color: var(--primary-color);
    color: white;
}

.imv-image .btn-div button.active:hover {
    color: #ffffff;
}

.imv-image .swiper .container {
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    display: flex;
    max-width: 1500px;
    justify-content: flex-end;
}

.imv-image .full-img i {
    font-size: 21px;
    background: white;
    padding: 12px;
    cursor: pointer;
    border: 1px solid #bebebe;
    border-radius: 50%;
}

.imv-image .swiper .container.img-count {
    top: auto;
}

.imv-image .img-quantity {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ffffff;
    padding: 2px 17px 1px;
    z-index: 999;
    display: flex;
    gap: 5px;
    font-size: 14px;
    align-items: center;
    color: #424242;
}

.imv-image .img-quantity i {
    font-size: 18px;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    max-height: 480px;
    max-width: 100%;
    height: 100%;
    user-select: none;
    width: 100%;
    object-fit: cover !important;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
    height: 3em !important;
    width: 3em !important;
    background: #f9f9f9;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    color: #4a4a4a;
    font-weight: bolder;
}

.swiper-button-next:after {
    padding-left: 2px;
}

.swiper-button-prev:after {
    padding-right: 2px;
}

/* FULLSCREEN IMAGE */
body:has(.imv-image .swiper.fixed) {
    overflow-y: hidden;
}

.imv-image .swiper.fixed {
    position: fixed;
    z-index: 100000;
    height: 100vh;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: #000000d9;
}

.swiper.fixed .swiper-slide img {
    max-height: 98vh;
    object-fit: contain !important;
    width: auto;
    max-width: fit-content;
}

.swiper.fixed .swiper-wrapper {
    gap: 0;
}

.imv-image .swiper.fixed .container.img-count {
    display: none;
}

.swiper.fixed .swiper-slide {
    width: 100vw !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet-active {
    background-color: #133769 !important;
}

/* IMAGE SLIDER */
.imv-image .inner {
    height: 480px;
    background: #ececec;
    width: 100%;
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
    display: none;
    animation: FadeOut .5s;
    padding: 0;
}

.imv-image .inner.active {
        display: block;
    }

.imv-image .iframe-video {
    height: 480px;
    width: 100%;
}

select.btn-center {
    margin: 15px 0;
}

/* SECTION */
.section {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr .4fr;
    padding: 0 15px;
}

.section.container {
        max-width: 1290px;
        width: 100%;
    }

/* IMMOBILE TITLE */
.info-titles {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 15px;
}

.listing-title-bar {
    width: 100%;
}

.listing-title-bar h2 {
    font-size: 22px;
    color: var(--primary-color);
    max-width: 90%;
}

.listing-title-bar h4 {
        font-size: 21px;
        color: var(--text-black-900);
    }

.listing-map {
    margin-top: 15px;
}

.listing-map .listing-address {
    color: grey;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.listing-map a.listing-address:hover {
    color: var(--primary-color);
}

.listing-map .listing-address i {
        color: var(--primary-color);
        font-size: 21px;
    }

/* IMMOBILE'S INFOS */
.info-details {
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    gap: 20px;
}

.info-things {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.info-one {
    width: 130px;
    gap: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.info-one i {
        color: #525452;
        font-size: 24px;
    }

.details-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.details-text li {
    margin-right: 15px;
    font-size: 14px;
    color: #6b6b6b;
}

.details-text li span {
            font-size: 14px;
        }

/* IMMOBILE'S SUBTITLES */
.imv-infos {
    padding: 35px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.imv-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.imv-details {
    margin-bottom: 30px;
}

.imv-infos h3 {
    font-weight: 600;
    color: #767676;
    font-size: 19px;
    white-space: nowrap;
}

.imv-card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: white;
    border-radius: 10px;
    padding: 30px 20px 20px;
    position: relative;
}

.imv-card h3 {
        font-weight: 600;
        color: white;
        background: var(--primary-color);
        padding: 0 10px;
        position: absolute;
        top: -14px;
    }

/* DISCRIPTION */
.discription-text .span {
    white-space: pre-line;
    font-size: 14px;
    margin-top: -15px;
    color: #6b6b6b;
    padding: 0 10px;
}

.discription-text .row-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.discription-text button {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: white;
    cursor: pointer;
}

/* FEATURES */
.feature-itens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px 30px;
    padding: 20px 10px 25px;
}

.feature-itens li {
    color: #6b6b6b;
    font-size: 13.5px;
}

.feature-itens li:before {
            display: inline-block;
            margin-right: 10px;
            top: -1px;
            position: relative;
            content: "✓";
            font-size: 13px;
            color: #fff;
            text-align: center;
            line-height: 15px;
            background-color: var(--primary-color);
            padding: 2px 4px 1px;
            transition: border-color 0s;
            border-radius: 2px;
        }

/* MAP AND STREETVIEW */
.map-imovel {
    padding: 5px;
    background-color: #fff;
    background: url(https://www.dfimoveis.com.br/Content/images/bg-mapss.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}

.imv-map .map-btns {
    display: flex;
    gap: 10px;
}

.imv-map .map-imovel button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    flex-direction: column;
    padding: 20px;
    cursor: pointer;
}

.imv-map .map-imovel button i {
        font-size: 80px;
        color: var(--primary-color);
    }

.imv-map .map-imovel button strong {
        font-size: 21px;
        color: var(--primary-color);
    }

.imv-map {
    padding: 0 10px;
}

.maps-center {
    margin: 10px 0;
}

.map-container {
    margin-top: 10px;
    display: flex;
}

.map-container section.active {
        display: block;
    }

.map-container section {
        display: none;
        width: 100%;
        animation: FadeOut .5s;
    }

.map-content iframe,
.streetview iframe {
    height: 450px;
    width: 100%;
}

/* ASIDE CONTACT */
.fav-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    gap: 15px;
}

.fav-btns .icon {
        height: 2em !important;
        width: 2em !important;
        background: white;
        border-radius: 50%;
        color: var(--primary-color);
        display: flex;
        align-items: center;
        font-size: 20px;
        justify-content: center;
        cursor: pointer;
        border: 1px solid var(--primary-color);
    }

.sticky-side {
    height: fit-content;
    padding: 22px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: white;
    border-radius: 10px;
}

.sticky-side h5 {
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 10px;
    }

.anunciante-info {
    display: grid;
    grid-template-columns: .5fr 1fr;
    margin: 15px 0;
    gap: 15px;
}

.anunci-img img {
    object-fit: contain;
    max-width: 85px;
}

.author-title {
    line-height: 1.2;
    margin-bottom: 7px;
}

.anunci-text p {
    font-size: 11px;
    font-weight: 700;
    color: grey;
    letter-spacing: .5px;
    line-height: .9;
}

.div-center {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 10px 0;
}

.div-center div {
        display: flex;
        align-items: center;
    }

.div-center span {
        font-size: 13px;
    }

.anunci-wpp .button {
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    font-size: 11px;
    border-radius: 2px;
    padding: 3px 15px;
    display: flex;
    gap: 5px;
    text-align: center;
    align-items: center;
    width: auto;
    justify-content: center;
    background: #0d913e;
    border: none;
    outline: none;
    color: var(--white-color);
    transition: var(--tran-0-3);
    cursor: pointer;
}

.chat-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

.anunci-buttons {
    margin: 15px 0;
}

.anunci-buttons .button-anounce {
        color: white;
        width: 240px;
        padding: 9px 19px;
        transition: all .2s ease-in-out;
        border: 1px solid;
        background-color: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 13px;
        margin-bottom: 10px;
    }

.make-propos span {
    background: var(--primary-color);
    width: 95%;
    display: block;
    padding: 2px 0;
    color: ghostwhite;
    border-radius: 3px;
}

.make-propos {
    width: 100%;
    display: flex;
    justify-content: center;
}

.text-propos p {
    font-size: 11.5px;
    line-height: 14px;
    text-align: center;
    color: #414141;
    font-weight: bold;
}

.emphasis {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    align-items: center;
}

span.like-icon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 101;
    right: 30px;
    bottom: 55px;
}

.emphasis .text {
    font-size: 25px;
    font-weight: bold;
    color: #4d4d4d;
}

.widget {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.emphasis .text {
    font-size: 25px;
    font-weight: bold;
    color: #4d4d4d;
}

.input {
    outline: none;
    margin-bottom: 10px;
    font-size: 1.3rem;
    padding-left: 15px;
    border-radius: 5px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255);
    box-shadow: 0px 1px 4px 0px #7f7a7a96;
    width: 100%;
}

.input.email {
    width: 97%;
}

.input.message {
    transition: box-shadow 0.2s !important;
    min-height: 120px;
    padding: 10px 15px 0;
}

.input:focus {
    border: 2px solid rgb(255, 255, 255);
    outline: none;
}

.input::placeholder {
    color: rgb(179, 176, 176);
}

.chat-form label {
    width: 100%;
}

.chat-form .button {
    border: none;
    outline: none;
    color: var(--white-color);
    padding: 3px 22px;
    border-radius: 3rem;
    background-color: var(--primary-color);
    transition: var(--tran-0-3);
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
}

.small-text {
    color: rgb(44, 44, 44);
    text-align: center;
}

.small-text p a {
    color: #469FEE;
}

.small-text p,
.small-text a {
        font-size: 9px;
    }

.contact-number {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-number .number {
    display: flex;
    align-items: center;
}

.contact-number .number button {
    margin-left: 2px;
}

.contact-number .number span {
        font-size: 15px;
        color: #565454;
    }

.whatsapp-btn {
    background-color: #449d44;
    color: white;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

    .whatsapp-btn:hover {
        color: #449d44;
        background-color: white;
        border: 1px solid #449d44;
    }

.share-div {
    position: relative;
}

    .share-div #fallback {
        display: none;
        flex-direction: column;
        position: absolute;
        background: var(--primary-color);
        z-index: 101;
        top: 40px;
        padding: 5px;
        gap: 5px;
        width: 179px;
        left: auto;
        border-radius: 5px;
        border: 1px solid #bbbbbb;
        right: 0;
    }

        .share-div #fallback.active {
            display: flex;
        }

        .share-div #fallback a,
        .share-div #fallback button {
            display: flex;
            align-items: center;
            color: white;
            cursor: pointer;
            border-radius: 5px;
            height: 40px;
            gap: 10px;
            transition: all .2s ease-in-out;
            padding: 0 15px;
            border: none;
            outline: none;
            font-size: 15px;
            background: none;
        }

        .share-div #fallback i {
            font-size: 23px;
        }

        .share-div #fallback a:hover,
        .share-div #fallback button:hover {
            background: #ededed;
            color: #424242;
        }


/* IMOVEIS EM DESTAQUE */
.emphasis {
    display: flex;
    gap: 40px;
    padding: 10px 30px;
    align-items: center;
}

.own-all {
    position: relative;
}

.btn-round {
    padding: 7px 7px 1px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

.valu-cont i {
    font-size: 20px;
    color: #545454;
}

.valu-cont .bxs-heart {
    color: red;
}

.valu-cont {
    position: absolute;
    bottom: 20px;
    display: flex;
    left: 0;
    width: 90%;
    margin: auto 20px;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

span.like-icon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 101;
    right: 30px;
    bottom: 55px;
}

.button-efct {
    display: flex;
    align-items: center;
    z-index: 1000;
    gap: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.item-img:hover .button-efct {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.valu-cont span {
    color: #fff;
    z-index: 1000;
    font-size: 14px;
    padding: 6px 14px;
    background: var(--primary-color);
}

.emphasis .text {
    color: #4d4d4d;
    display: flex;
    flex-direction: column;
    font-weight: 800;
    line-height: 1.4;
    padding-top: 4px;
}

.emphasis .button-div {
    display: flex;
    align-items: center;
}

    .emphasis .button-div a {
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 1.2rem 5rem 1.2rem 3rem;
    }

    .emphasis .button-div i {
        position: absolute;
        right: 30px;
        transition: .3s all ease-in-out;
    }

    .emphasis .button-div a:hover i {
        right: 20px;
    }

.emphasis .before-div:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    content: '';
    border-radius: 3px;
    position: absolute;
    background-color: var(--primary-color);
}

.emphasis .before-div {
    padding-left: 30px;
    position: relative;
    height: 60px;
}

.emphasis .text h2 {
    font-size: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.emphasis .text h4 {
    font-size: 16px;
    color: gray;
    text-transform: uppercase;
}

.item {
    margin: 10px;
    display: flex;
    color: #000000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    text-align: center;
    overflow: hidden;
    box-shadow: rgb(107 111 113 / 30%) 0px 1px 2px 0px, rgb(122 125 127 / 15%) 0px 2px 6px 2px;
    flex-direction: column;
    background: white;
}

.customNavigation {
    position: absolute;
    margin: auto;
    top: 0;
    height: 82%;
    display: flex;
    z-index: 5000;
    align-items: center;
}

    .customNavigation.right {
        right: 0;
    }

    .customNavigation.left {
        left: 0;
    }

    .customNavigation a {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.btn i {
    font-size: 37px;
    color: grey;
    cursor: pointer;
}

.item .item-img {
    height: 254px;
    width: 100%;
    position: relative;
}

.item:hover .listing-badges {
    opacity: .8;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.item .slide-img {
    height: 100%;
    width: 100%;
}

    .item .slide-img img {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
    }

.item-data {
    display: flex;
    text-align: start;
    flex-direction: column;
    padding: 9px 13px 12px;
    gap: 5px;
}

    .item-data p {
        font-weight: bold;
        color: #606060;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .item-data a {
        font-weight: bold;
        color: #606060;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.adress {
    font-weight: bolder;
    -webkit-line-clamp: 1;
    height: 21px;
    overflow: hidden;
}

.type {
    font-size: 13px;
}

.description {
    font-size: 13px;
    line-height: 1.38;
    height: 50px;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.owl-carousel {
    padding: 0 45px;
}

.span12 {
    padding: 45px 0;
    max-width: 1290px;
}

.item-info {
    display: grid;
    grid-template-columns: .7fr .7fr .7fr 1fr;
    padding: 0px 20px 15px;
}

.info-two {
    display: flex;
    align-items: stretch;
    gap: 5px;
}

    .info-two i {
        font-size: 20px;
        color: var(--primary-color);
    }

    .info-two span {
        font-size: 14px;
        color: #606060;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .info-two .name {
        color: #888;
    }

.services-home .span12 {
    padding: 0;
}

.services-home {
    padding: 2rem 0 4rem;
}

@keyframes FadeOut {
    0% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.imv-image .iframe-video {
    height: 100%;
    width: 100%;
}

/* MODALS */
.modal {
    height: 100vh;
    width: 100%;
    background: #00000080;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: flex-start;
}

@keyframes MoveUpDown {
    0% {
        opacity: .5;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal.ativo {
    display: flex;
}

.modal-in {
    background: #ffffff;
    max-width: 500px;
    width: 100%;
    box-shadow: 0px 3px 4px 1px rgb(60 56 56);
    position: relative;
    font-family: Helvetica, Arial;
    color: #085496;
    animation: MoveUpDown .5s;
    margin-top: 5vh;
}

.headermodal {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.411);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(244, 244, 244);
}

.headerfill {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headertext {
    color: grey;
    font-size: 15px;
    font-weight: bold;
}

.headerbtn span {
    color: grey;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.bodycontent {
    padding: 10px 50px;
}

.modal .daytime {
    display: flex;
    gap: 10px;
}

/* MEDIAS */
@media screen and (max-width: 1400px) {
    .title-fs {
        font-size: 1.7rem;
    }

    .sticky-side {
        padding: 20px;
        top: 5rem;
    }

    .anunciante-info {
        margin-top: 13px;
        justify-items: end;
    }

    .whatsapp-btn {
        font-size: 11px;
        padding: 4px 10px;
    }

    .anunci-img {
        width: 78%;
    }

    .online-chat {
        margin: 10px 0 5px;
    }

    .chat-form input,
    .chat-form textarea {
        margin-bottom: 5px;
    }

    .sticky-side .line {
        margin: 10px 0;
    }

    .imv-buttons button {
        margin-left: 8px;
        padding: 4px 5px;
        gap: 2px;
    }
}

@media screen and (max-width: 1200px) {
    .anunci-text p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1000px) {
    .listing-title-bar h2 {
        font-size: 19px;
        max-width: 100%;
    }

    .listing-title-bar h4 {
        font-size: 19px;
        margin-top: 5px;
    }

    .listing-map .listing-address {
        font-size: 13px;
    }

    .info-things {
        margin-bottom: 10px;
    }

    .title-fs {
        font-size: 1.5rem;
    }

    .sticky-side {
        height: auto;
        margin-bottom: 15px;
        margin: 0 30px;
        width: 80%;
    }

    .anunci-img {
        width: auto;
    }

    .imv-map .map-imovel button i {
        font-size: 55px;
    }

    .imv-map .map-imovel button strong {
        font-size: 17px;
    }

    .span12 {
        padding: 0 0 45px;
    }

    .anunciante-info {
        display: flex;
        justify-content: space-evenly;
    }

    .anunci-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0 11px;
    }

    .fav-btns {
        margin: 5px 0 5px;
        gap: 7px;
        flex-direction: column;
    }

    .info-titles {
        gap: 10px;
    }

    .imv-card {
        padding: 20px 10px 20px;
    }

    .imv-map .map-imovel button br {
        display: none;
    }

    .sticky-container {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .imv-title {
        margin-bottom: 13px;
        padding: 0;
    }

    .new-texts {
        display: none;
    }

    .imv-image {
        padding-bottom: 0;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .imv-infos {
        padding: 10px 15px;
    }

    .btn-div button i,
    .btn-div button {
        font-size: 11px;
    }

    .imv-buttons {
        display: none;
        justify-content: center;
        margin: 0 0 20px;
    }

    .info-price {
        flex-wrap: wrap;
        gap: 10px;
    }

        .info-price div {
            align-items: center;
        }

    .fill-btn {
        margin-left: 20px;
        padding: 2px 9px;
        font-size: 11px;
    }

    .info-details {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 30px 10px;
    }

    .details-text {
        gap: 10px;
        padding: 5px;
    }

    .discription-top {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

        .discription-top a {
            font-weight: 600;
        }

    .feature-itens {
        gap: 20px 20px;
        padding: 18px 10px;
    }

    .center-btn {
        display: flex;
    }

        .center-btn.ativo {
            display: none;
        }
}

@media screen and (max-width: 700px) {
    .share-div #fallback {
        border: 1px solid #ececec;
    }
    .map-imovel {
        height: 350px;
    }

    .imv-image .full-img i {
        font-size: 21px;
    }

    .swiper-button-prev, .swiper-button-next {
        height: 2.5em !important;
        width: 2.5em !important;
    }

        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 16px !important;
        }

    .imv-similar {
        display: none;
    }

    .imovel-page {
        max-width: 1300px;
    }

    .top-div {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .back-to-listings {
        display: none;
    }

    .title-imv h2 {
        width: 100%;
        font-size: 17px;
    }

    .title-imv span,
    .title-imv span i {
        font-size: 14px;
    }

    .price-top {
        width: 100%;
        flex-direction: initial;
        justify-content: space-between;
    }

        .price-top p {
            font-size: 20px;
        }

        .price-top .with-tip i {
            font-size: 23px;
        }

    .feature-itens {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-bottom {
        display: flex;
    }

    .owl-theme .owl-controls {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .swiper.fixed .swiper-slide img {
        height: fit-content;
        max-height: fit-content;
        width: inherit;
    }
    .imv-image .full-img i {
        padding: 10px;
        font-size: 18px;
    }
    .imv-infos {
        padding: 10px 0;
    }

    .customNavigation {
        display: none;
    }

    .owl-carousel {
        padding: 0;
    }

    .details-text {
        grid-template-columns: 1fr;
    }

    .feature-itens {
        grid-template-columns: repeat(1, 1fr);
    }

    .sticky-side {
        height: auto;
        margin-bottom: 15px;
        margin: 10px;
        width: 100%;
    }

    .imv-image .inner {
        height: 299px;
    }

    .swiper-slide img {
        max-height: 299px;
    }

    .unity-top {
        display: flex;
        gap: 10px;
        margin-bottom: 5px;
        flex-direction: column;
    }

    .discription-top a,
    .discription-top i {
        font-size: 10.5px;
    }

    .imv-map .map-top {
        display: block;
    }

    .imv-map .map-btns {
        display: flex;
        gap: 10px;
        margin-top: 10px;
        justify-content: center;
    }

    .imv-map button {
        font-size: 11px;
    }

    .discription-text .fill-btn {
        margin-left: 0;
    }

    .discription-text .row-btns {
        gap: 8px;
    }

    .modal.ativo {
        padding: 5px;
    }

    .modal-in {
        margin-top: 0vh;
    }

    .info-things {
        margin-bottom: 10px;
        gap: 18px;
    }
}

/* MODALS */
.modal {
    height: 100vh;
    width: 100%;
    background: #00000080;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .modal.waiting {
        display: none;
    }

.modal-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: #ffffff;
    max-width: 425px;
    width: 100%;
    position: relative;
    font-family: Helvetica, Arial;
    animation: MoveUpDown .5s;
    margin-top: 5vh;
}

@keyframes MoveUpDown {
    0% {
        opacity: .5;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal.ativo {
    display: none;
}

.headerbtn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 7px 14px 0 0;
}

    .headerbtn span {
        color: grey;
        font-size: 19px;
        font-weight: bolder;
        cursor: pointer;
    }

.middle {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.center-icon i {
    font-size: 6em;
}

.center-text {
    text-align: center;
    margin: 20px 30px;
    font-weight: bold;
}

.message-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 10px;
    border-end-end-radius: 8px;
    border-end-start-radius: 8px;
    color: white;
    outline: none;
    border: none;
}

.success {
    color: #059249;
}

.success-bg {
    background: #059249;
}

.error {
    color: #ff0016;
}

.error-bg {
    background: #ff0016;
}

.primary {
    color: #1b759c;
}

.danger {
    color: #ff6a00;
}

@media (max-width: 500px) {
    .modal-in {
        border-radius: 8px;
        justify-content: space-between;
        height: fit-content;
        margin: 15px;
    }
}

