*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: Source Sans Pro;
}

img {
    border: none;
    max-width: 100%;
}

ul, ol {
    list-style: none;
    margin: 0;
}

a {
    color: #000;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

.btn-imob {
    background-color: #107baf;
    border-color: #036191;
    padding-top: 10px;
}

    .btn-imob:hover {
        background-color: #055177;
        border-color: #107baf;
    }

/*card*/
.card__labels {
    position: absolute;
    top: 20px;
    height: 20px;
    left: 18px;
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 36px);
    z-index: 105;
}

.card__label, .card__label--type {
    background-color: #000;
}

.card__label {
    height: 100%;
    color: #fff;
    padding: 4px;
    box-sizing: border-box;
    font-size: .85714rem;
    line-height: .85714rem;
    margin-right: 8px;
    text-transform: uppercase;
    border-radius: 3px;
}

.card__label--operationCompra {
    background-color: #fe9700;
}

/* header */
.header__corretor {
    display: flex;
    align-items: center;
}

.header__corretorInfo {
    margin: 0 0 0 16px;
    max-height: 50px;
}

.header__corretorCreci {
    color: #000;
    font-size: 0.9rem;
    margin: 0;
    text-transform: uppercase;
}

.header__corretorLink {
    color: #000;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.header {
    display: flex;
    padding: 10px 15px;
    max-width: 1170px;
    margin: 0 auto;
}

    .header strong, .header ul {
        flex: 1;
    }

    .header img {
        max-width: 60px;
        border-radius: 50%;
    }

    .header h3, .header span {
        display: flex;
        text-align: start;
    }

    .header ul {
        text-align: right;
    }

        .header ul li {
            display: inline-block;
            margin-left: 10px;
        }

/* busca */
.box-search {
    background-size: cover;
    background-position: center center;
    padding: 130px 15px;
}

    .box-search h2 {
        font-size: 25px;
        text-align: center;
        color: #fff;
        line-height: 1;
        margin: 0 0 15px 0;
    }

.box-search__form {
    background: rgba(555,555,555, .7);
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 1140px;
    margin: 0 auto;
}
/*.box-search__form button{width: 100%;}*/
.form-cod {
    max-width: 500px;
    display: none;
}

.box-search .btn-filter {
    background: rgba(0,0,0, .54);
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    padding: 3px 10px;
    font-size: 14px;
}

/* numeros de resultados na página */
.serach-number {
    font-size: 25px;
    margin: 30px 0;
}

.cardshadow {
    -webkit-box-shadow: 7px 10px 8px -7px rgba(0,0,0,0.95);
    box-shadow: 7px 10px 8px -7px rgba(0,0,0,0.95);
}

/* cards */
.cards > div {
    margin-bottom: 25px;
    display: flex;
    display: -webkit-flex;
}

.card-infos {
    display: flex;
    display: -webkit-flex;
    font-size: 14px;
    color: #969c9e;
    font-weight: 400;
}

    .card-infos span {
        flex: 1;
    }

        .card-infos span:last-child {
            text-align: right;
        }

.card-title {
    font-size: 22px;
}

.card-options li {
    width: 50%;
    float: left;
}

    .card-options li i {
        width: 20px;
    }

.card-footer {
    display: flex;
    display: -webkit-flex;
    font-size: 20px;
    text-transform: uppercase;
}

    .card-footer span {
        flex: 1;
    }

        .card-footer span a {
            font-size: 15px;
        }

            .card-footer span a:hover {
                text-decoration: underline;
            }

        .card-footer span:last-child {
            text-align: right;
        }

/* mostra mais */
.mostrar-mais {
    margin-top: 20px;
}

    .mostrar-mais span {
        margin: 0 10px;
    }

/* INICIO NOVOS ESTILOS */

.detail__back {
    margin: 20px 0;
    display: block;
}

.detail__location {
    font-size: 13px;
    color: #aeb4b6;
}

.detail__title {
    font-size: 27px;
    margin: 0;
}

.detail__info {
    font-size: 14px;
    margin-bottom: 20px;
}

    .detail__info span {
        padding: 3px 8px;
        background-color: #eee;
        border-radius: 10px;
        font-size: 13px;
        color: #aeb4b6;
        font-weight: 500;
        margin-left: 10px;
    }

.detail__options {
    border: 1px solid #e9e9e9;
    color: #000;
    font-size: 16px;
    padding: 28px 15px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

    .detail__options i {
        display: block;
        font-size: 24px;
    }

.detail__line {
    background-color: #e9e9e9;
    border: 0;
    width: 100%;
    height: 1px;
    margin: 22px 0;
}

.detail__mapsTitle {
    font-size: 16px;
    font-weight: 700;
}

.detail__mapsAddress {
    font-size: 16px;
    font-weight: 400;
    color: #242526;
    margin-bottom: 20px;
}

.detail__box {
    border: 1px solid #e9e9e9;
    font-size: 13px;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.detail__imovel span {
    font-weight: 500;
    font-size: 16px;
    color: #ccc;
}

.detail__imovel h2 {
    font-size: 27px;
    font-weight: 400;
    color: #004587;
    margin: 0 0 16px;
}

.detail__corretor {
    font-size: 15px;
    text-align: center;
}

    .detail__corretor span {
        position: relative;
        margin-left: -60px;
        cursor: pointer;
    }

        .detail__corretor span:before {
            content: "";
            width: 20px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 58%;
            background: linear-gradient(90deg,transparent 0,#fff 40%,#fff);
            background: -ms-linear-gradient(to right,transparent 0,#fff 40%,#fff 100%);
            z-index: 1;
        }

        .detail__corretor span:after {
            content: "VER TELEFONE";
            position: absolute;
            background-color: #fff;
            left: 76%;
            top: 0;
            color: #004587;
            white-space: nowrap;
        }

.detail__form {
    display: flex;
    flex-direction: column;
}

    .detail__form input,
    .detail__form textarea {
        border: 1px solid #e9e9e9;
        font-size: 13px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 5px;
        font-size: 16px;
    }

    .detail__form textarea {
        height: 168px;
    }

    .detail__form button {
        cursor: pointer;
        background: #004587;
        border: 1px solid #004587;
        border-radius: 5px;
        padding: 10px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }

.detail__message {
    font-size: 12px;
    margin: 20px 0;
    max-width: 278px;
    margin: 20px auto;
    text-align: center;
}

.detail__social {
    text-align: center;
}

    .detail__social h4 {
        margin: 30px 0 20px 0;
        font-size: 16px;
        font-weight: 400;
    }

.detail__social--link {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

    .detail__social--link a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-width: 2px;
        border-style: solid;
        border-radius: 5px;
        text-align: center;
        font-size: 22px;
    }

        .detail__social--link a.whatsapp {
            border-color: #27ae60;
            color: #27ae60;
        }

        .detail__social--link a.facebook {
            border-color: #3a5b9a;
            color: #3a5b9a;
        }

        .detail__social--link a.twitter {
            border-color: #55acee;
            color: #55acee;
        }

        .detail__social--link a.linkedin {
            border-color: #4875b4;
            color: #4875b4;
        }

        .detail__social--link a.mail {
            border-color: #444;
            color: #444;
        }

.detail__telefone {
    text-align: center;
}

    .detail__telefone .modal-header {
        padding: 4px 1rem;
    }

    .detail__telefone h2 {
        font-size: 20px;
        font-weight: bold;
    }

#detail__carousel .carousel-indicators {
    bottom: 10px;
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
}

    #detail__carousel .carousel-indicators li {
        min-width: 130px;
        height: auto;
        opacity: .7;
        border: 2px solid #fff;
        margin: 0;
    }

        #detail__carousel .carousel-indicators li:not(:first-child) {
            margin-left: 10px;
        }

        #detail__carousel .carousel-indicators li.active {
            opacity: 1;
            border: 2px solid orange;
        }

.detail__labels {
    position: absolute;
    z-index: 99;
    display: flex;
    column-gap: 10px;
    padding: 15px;
}

    .detail__labels > div {
        font-size: 11px;
        padding: 2px 5px;
        text-transform: uppercase;
        border-radius: 3px;
        color: #fff;
    }

        .detail__labels > div.detail__labels--type {
            background: #000;
        }

        .detail__labels > div.detail__labels--operationCompra {
            background: #fe9700;
        }

/* FIM NOVOS ESTILOS */

/* footer */
.footer {
    text-align: center;
    font-size: 13px;
    background: #eee;
    padding: 20px 0;
    margin-top: 40px;
}

/* BreakPoints */
@media(min-width: 480px) {
    .box-search h2 {
        font-size: 35px;
    }
}

@media (min-width: 576px) {
    .container {
        width: 100%;
        padding: 0;
    }
}

@media(min-width: 768px) {
    .box-search__form {
        background: rgba(555,555,555, 1);
    }

        .box-search__form .form-group {
            margin: 0;
            text-align: center;
        }

    .form-fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        border-bottom: 1px solid #eee;
    }
}

@media(min-width: 960px) {
}

@media(min-width: 1144px) {
}

.header__top {
    padding: 10px 0;
    background-color: #323a45;
    font-size: 17px;
    text-align: end;
}

    .header__top a {
        color: #fff;
    }

.header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.header__logo img {
    width: 190px;
}

.header__nav li .active {
    color: #ff9a29;
    font-weight: 700;
}