body {
    background-color: #f1f1f1;
    color: #666;
    font-family: "Open Sans", sans-serif;
}

header .navbar {
    background-color: #5e5b55;
}

header .navbar a {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #fff !important;
    padding: 4px 10px;
}

header .logo {
    max-width: 250px;
}

header .contatos {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header .contatos li a {
    display: flex;
    flex-direction: row;
    font-size: 1.1rem;
    font-weight: 700;
    justify-content: flex-end;
    text-align: right;
    color: #666;
    text-decoration: none;
}

header .contatos li i {
    font-size: 2.4rem;
    margin-right: 10px;
}

header .contatos li span small {
    display: block;
    font-weight: 700;
}

.filtro {
    background-image: url("../img/bg-busca.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.filtro .campos {
    background-color: rgba(222, 121, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50px 0px;
    box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 50%);
    padding: 1rem;
}

.filtro .campos h2 {
    color: #fff;
    font-size: 1.75rem;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 3px black;
    text-transform: uppercase;
    font-weight: 600;
}

.btn,
.form-control,
.card.card-body {
    border-radius: 0;
}

.btn-custom {
    background-color: #fc7d2f;
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
}

.conteudo {
    padding: 2rem 0;
}

.conteudo h1 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

footer .principal {
    background-image: url("../img/bg-footer.jpg");
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

footer h4 {
    color: #ca7900;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

footer ul li a,
footer ul li a:hover {
    color: #000;
}

footer .links-uteis img {
    height: 50px;
    margin-bottom: 10px;
}

footer .endereco {
    background-color: #4b4846;
    color: #fff;
    padding: 1rem 0;
}

footer .endereco i {
    font-size: 1.5rem;
}

footer .copyright {
    padding: 1rem 0;
    font-size: 0.9rem;
    text-align: center;
}

footer .icones-flutuantes {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1000;
}

footer .icones-flutuantes a {
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    line-height: 2.8rem;
    height: 3rem;
    text-align: center;
    width: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

footer .icones-flutuantes a.whatsapp {
    background-color: #54cc61;
}

.card.card-body {
    box-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
}

.conteudo h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}

.conteudo .telefone {
    color: #666;
    display: block;
    margin-bottom: 4px;
}

form .error {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.bootstrap-select .dropdown-toggle {
    background-color: #fff !important;
    color: #666 !important;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    z-index: 1002;
}

#carouselFotos .carousel-inner {
    text-align: center;
}

#carouselFotos .carousel-inner .carousel-item img {
    height: 500px;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    #carouselFotos .carousel-inner .carousel-item img {
        height: 300px;
    }
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa7e31' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa7e31' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.imovel .share {
    margin: 1rem 0;
}

.imovel .share a {
    margin-right: 0.25rem;
}

.imovel h1 {
    color: #fa7e31;
    font-size: 1.8rem;
}

.imovel h1 small {
    margin-left: 1rem;
    color: #666;
    font-size: 1.3rem;
}

.imovel h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

.imovel #mapa {
    width: 100%;
    height: 300px;
}

.imovel .valor-principal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 1.5rem;
    align-items: center;
    margin-bottom: 1rem;
}

.imovel .valor-principal .cifrao {
    color: #fa7e31;
    font-size: 3.5rem;
    margin-right: 1rem;
}

.imovel .valor-principal .label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

.imovel .valor-principal .valor {
    font-size: 1.8rem;
    font-weight: 600;
}

.imovel .valor-secundario {
    text-transform: uppercase;
    font-size: 0.9rem;
}

.imovel .caracteristica {
    font-size: 0.9rem;
}

.imovel .caracteristica i {
    margin-right: 0.5rem;
}

.imovel h3 {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
}

.imovel .dc {
    border: 1px solid #cecece;
    border-radius: 3px;
    font-size: 0.8rem;
    margin: 2px;
    padding: 0 3px;
}

.imovel .dc i {
    color: #009900;
}

.sp-fade-full-screen,
.sp-fade-arrows {
    opacity: 1 !important;
}

.sp-thumbnail-container {
    opacity: 0.4 !important;
}

.sp-selected-thumbnail {
    opacity: 1 !important;
}

.sp-next-arrow::after,
.sp-next-arrow::before,
.sp-previous-arrow::after,
.sp-previous-arrow::before {
    background-color: #fb823c !important;
}

.destaques h2 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 1.5rem;
    margin: 20px 0;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
}

.destaques h2 i {
    color: #fb823c;
}

.card-imovel {
    box-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
}

.card-imovel .card-body {
    padding: 0.75rem;
}

.card-imovel .tarja {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #fb823c;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
    color: #fff;
    font-size: 0.8rem;
    padding: 3px 10px;
    z-index: 1000;
}

.card-imovel .foto {
    overflow: hidden;
    z-index: 999;
}

.card-imovel .foto img {
    max-height: 192px;
    min-height: 192px;
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover;
}

.card-imovel:hover .foto img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.card-imovel .icone {
    text-align: center;
    font-size: 0.75rem;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

.card-imovel .icone i {
    display: block;
}

a:hover {
    text-decoration: none;
}

.card-imovel .valor {
    color: #ca793c;
    font-size: 1.2rem;
    font-weight: 600;
}

.card-imovel .local {
    color: #666;
    font-size: 0.9rem;
}

.page-item .page-link {
    font-size: 0.9rem;
    color: #e4b248;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #e4b248;
    border-color: #e4b248;
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

/* jquery steps */
.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}

/*
    Wizard
*/

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.wizard h3 {
    margin-bottom: 1rem !important;
}

.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number {
    font-size: 1.429em;
}

.wizard > .steps > ul > li {
    width: 33.3333%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
    float: left;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em 0;
    padding: 0.6em 1em;
    text-decoration: none;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background: #fff;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: #fc7d2f;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #93d3a1;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background: #e29d9d;
    color: #fff;
}

.wizard > .content {
    display: block;
    margin: 0.5em;
    overflow: hidden;
    position: relative;
    width: auto;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body ul {
    list-style: disc !important;
}

.wizard > .content > .body ul > li {
    display: list-item;
}

.wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input {
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"] {
    display: inline-block;
}

.wizard > .content > .body input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li {
    margin: 0 0.2em;
}

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #fc7d2f;
    border-radius: 0;
    color: #fff;
    display: block;
    padding: 0.5rem 1em;
    text-decoration: none;
    text-align: center;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

/*
    Tabcontrol
*/

.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul {
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
    display: list-item;
}

@media screen and (max-width: 992px) {
    .wizard > .steps > ul {
        display: flex;
        flex-direction: column;
    }

    .wizard > .steps > ul > li {
        width: 100%;
    }
}
