/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(4,17): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(15,17): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(33,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(88,21): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
(124,32): run-time error CSS1039: Token not allowed after unary operator: '-white'
(128,30): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(129,36): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(130,25): run-time error CSS1039: Token not allowed after unary operator: '-white'
(134,21): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(145,32): run-time error CSS1039: Token not allowed after unary operator: '-white'
(155,42): run-time error CSS1046: Expect comma, found '0'
(155,45): run-time error CSS1046: Expect comma, found '/'
(187,25): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(207,33): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(215,22): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(259,21): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
(263,21): run-time error CSS1039: Token not allowed after unary operator: '-gray'
(268,21): run-time error CSS1039: Token not allowed after unary operator: '-gray'
(277,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(278,32): run-time error CSS1039: Token not allowed after unary operator: '-white'
(306,21): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(317,26): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(318,32): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(319,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(343,25): run-time error CSS1039: Token not allowed after unary operator: '-primary'
 */
.title {
    display: flex;
    justify-content: center;
    color: var(--primary);
}

    .title h2 {
        align-items: center;
        display: flex;
    }

.title-icon {
    font-size: 46px;
    margin-right: 14px;
    color: var(--primary)
}

@media(max-width:992px) {
    .title {
        font-size: 26px;
    }
}

.banner {
    height: 1029px;
    position: relative;
    background-image: url('/assets/images/banner/banner.webp');
    background-size: 100%;
    background-repeat: no-repeat;
}

    .banner .banner-text {
        color: var(--white);
        padding: 30px;
        position: relative;
        left: -38px;
        top: -40px;
    }

        .banner .banner-text .title {
            font-size: 64px;
        }

        .banner .banner-text .subtitle {
            font-size: 38px;
            max-width: 460px;
        }


@media (max-width: 768px) {
    .banner {
        height: 400px;
        background-size: cover !important;
        background-position: right;
    }

        .banner .banner-text {
            bottom: 77px;
            left: 15px !important;
            position: absolute;
            height: auto;
            top: auto !important;
            line-height: 35px !important;
        }

        .banner .subtitle {
            font-size: 26px !important;
            width: 100%;
        }
}


.blog {
    background: #f7f7f7;
    padding-bottom: 50px;
}

    .blog a {
        color: #606060;
        text-decoration: none;
    }

    .blog .text {
        line-height: 26px;
    }

    .blog .btn-more {
        color: var(--secondary);
        font-weight: bold;
        text-decoration: underline;
        padding: 0px;
    }

    .blog .blog-img {
        text-align: center;
        max-height: 235px;
        width: 100%;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 5px;
        overflow: hidden;
    }

@media(max-width:992px) {
    .blog-img img {
        height: auto;
        width: 100%;
    }
}


.classified {
    padding: 80px 0px 100px 0px;
}

    .classified .btn {
        border: 1px solid #000;
        padding: 10px;
        border-radius: 5px;
        margin: 5px 8px;
        color: #000;
        text-decoration: none;
        background-color: var(--white);
    }

        .classified .btn:hover {
            background: var(--primary);
            border: 1px solid var(--primary);
            color: var(--white);
        }

    .classified .dropdown-menu .dropdown-item:hover {
        color: var(--primary);
    }


    .classified a {
        text-decoration: none;
    }

    .classified .card {
        box-shadow: 0 2px 6px rgba(7,59,76,.1);
        border-radius: 10px;
        background-color: var(--white);
        margin: 19px 10px;
        cursor: pointer;
    }

        .classified .card p {
            margin: 0px;
        }

        .classified .card:hover {
            box-shadow: 0 5px 14px rgb(0 0 0/12%)
        }


        .classified .card .card-item-img {
            height: 200px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            overflow: hidden;
            position: relative;
            display: block;
        }

            .classified .card .card-item-img img {
                object-fit: cover;
                vertical-align: bottom;
                height: 100%;
                width: 100%;
            }

        .classified .card .card-item-infoAdress {
            color: #000;
            font-size: 16px;
            padding: 15px;
            font-weight: 500;
        }

        .classified .card .card-item-info {
            padding: 0px 15px;
        }

        .classified .card .icon {
            color: var(--primary);
            margin-right: 5px;
            font-size: 17px;
        }

        .classified .card .card-item-infoValue {
            padding: 15px 15px 8px 15px;
            border-top: 1px solid #f2f2f2;
        }

            .classified .card .card-item-infoValue .value {
                color: #000;
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 5px;
                margin-right: 10px;
            }

                .classified .card .card-item-infoValue .value .category {
                    color: var(--primary);
                }



.owl-carousel .nav-btn {
    position: absolute;
    width: 26px;
    background: var(--primary);
    cursor: pointer;
    top: 50%;
    text-align: center
}

    .owl-carousel .nav-btn svg {
        margin: 5px;
    }

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    left: -33px;
}

.owl-carousel .next-slide {
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.condominium {
    padding: 45px 0;
    border-bottom: 1px solid #ddd;
}

    .condominium img {
        width: 100%;
        height: auto;
    }

    .condominium .condominium-subtitle .title {
        font-size: 25px;
        color: var(--secondary);
    }

    .condominium .condominium-subtitle .description {
        color: var(--gray);
    }

    .condominium .condominium-item {
        position: relative;
        color: var(--gray);
        line-height: 26px;
        cursor: pointer;
    }

    .condominium .btn-close {
        position: absolute;
        right: 10px;
        top: -35px;
        color: var(--white);
        background-color: var(--white);
        border-radius: 50px;
        font-size: 10px;
        padding: 10px;
    }

@media(max-width:992px) {
    .condominium {
        padding: 0px 0px;
    }

    .condominium-subtitle .title {
        font-size: 18px;
    }
}


.rent {
    background-color: #f2f5f8;
}

    .rent .rent-header {
        line-height: 36px;
        font-size: 24px;
        margin: 40px auto;
    }

    .rent .rent-access-subtitle {
        color: var(--primary);
        line-height: 40px;
    }

    .rent .rent-item-icon {
        text-align: center;
        vertical-align: middle;
        font-size: 34px;
        line-height: 1;
        width: 75px;
        height: 75px;
        background: var(--primary);
        border: 2px solid var(--primary);
        color: var(--white);
        border-radius: 50%;
        margin: 35px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rent .rent-item {
        line-height: 26px;
    }

        .rent .rent-item .rent-item-title {
            font-weight: bold;
            font-size: 18px;
            margin: 15px auto;
            margin-top: 25px;
        }

    .rent .rent-access-item li {
        margin-bottom: 10px;
    }

        .rent .rent-access-item li svg {
            color: var(--primary);
            margin-right: 10px;
        }

@media(max-width:992px) {
    .rent .rent-header {
        line-height: 29px;
        font-size: 19px;
        margin-top: 30px;
    }
}
