body {
    font-family: "Montserrat", sans-serif;
}

.mask {
    display: none;
}

body.loading .mask {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.loading-scroll {
    text-align: center;
    color: #fff;
    z-index: 999;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.loading-scroll i {
    font-size: 2.5em;
}

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #071e4a;
}

header .logo {
    max-width: 180px;
}

header .telefones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

header .telefone {
    margin-right: 1rem;
    margin-bottom: 0.25rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .telefone:last-child {
    margin-right: 0;
}

header .telefone i {
    font-size: 2.3rem;
    color: #54cc61;
    flex-shrink: 0;
}

header .telefone .info {
    text-align: left;
}

header .telefone .titulo {
    font-size: 0.8rem;
}

header .telefone .numero {
    font-size: 0.9rem;
    font-weight: 600;
}

header .social-links {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 10px;
    margin-top: 5px;
}

#navbar-top {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#navbar-top .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    text-align: center;
}

#navbar-top .nav-link:hover,
#navbar-top .nav-link.active {
    background: #fff;
    color: #071e4a;
}

.filtro {
    background: #fff url(../img/header.jpg);
    background-size: cover;
    background-position: center;
    padding: 8rem 0;
}

.filtro .campos {
    background-color: rgba(35, 35, 35, 0.5);
    border-radius: 0.75rem;
    padding: 1rem;
}

.filtro h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
}

@media screen and (max-width: 992px) {
    .filtro .container {
        padding: 0;
    }

    .filtro {
        padding: 2rem 0;
    }
}

.select2-container {
    width: 100% !important;
}

.card {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.btn-custom {
    background-color: #071e4a;
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-custom-invert {
    background-color: #fff;
    color: #071e4a;
}

.btn-custom-invert:hover {
    color: #071e4a;
    opacity: 0.9;
}

.conteudo {
    min-height: 50vh;
    padding: 3rem 0;
}

.conteudo h1 {
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #071e4a;
    padding-bottom: 4px;
    border-bottom: 2px solid #071e4a;
}

.conteudo h2 {
    color: #09265d;
    font-size: 1.8rem;
    font-weight: 600;
}

footer .principal {
    background-color: #071e4a;
    color: #fff;
    padding: 2rem 0;
    font-size: 0.9rem;
}

footer .principal .logo {
    max-width: 220px;
}

footer h4 {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

footer h5 {
    text-transform: uppercase;
    font-size: 1rem;
}

footer ul li a,
footer ul li a:hover {
    color: #fff;
}

footer .links-uteis img {
    height: 50px;
    margin-bottom: 10px;
}

.como-chegar {
    background-color: #09265d;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
}

.como-chegar .titulo i {
    font-size: 2rem;
    margin-right: 0.25rem;
}

.como-chegar .titulo {
    font-size: 1.5rem;
}

.como-chegar .titulo .endereco {
    margin-left: 1rem;
    font-size: 1rem;
}

.copyright {
    background-color: #09265d;
    color: #fff;
    padding: 1rem 0;
    font-size: 0.9rem;
    text-align: center;
}

.copyright a {
    color: #fff;
    font-weight: 600;
}

.btn-social.btn-group-fab {
    position: fixed;
    width: 50px;
    height: auto;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.btn-social.btn-group-fab div {
    position: relative;
    width: 100%;
    height: auto;
}

.btn-social.btn-group-fab .fab-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-social.btn-group-fab .fab-holder span {
    padding: 0.25rem 0.5rem;
    user-select: none;
    white-space: nowrap;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    background-color: #666;
    color: #fff;
    margin-right: 10px;
}

.btn-social.btn-group-fab .btn {
    border-radius: 50% !important;
    display: block;
    margin-bottom: 4px;
    width: 50px;
    height: 50px;
    color: #fff;
}

.btn-social.btn-group-fab .btn-main {
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.btn-social.btn-group-fab .btn-sub {
    z-index: 8;
    line-height: 36px;
    font-size: 1.5rem;
}

.btn-social.btn-group-fab.active .fab-holder {
    opacity: 1;
}

.btn-social.btn-group-fab.active .fab-holder:nth-child(2) {
    bottom: 65px;
}

.btn-social.btn-group-fab.active .fab-holder:nth-child(3) {
    bottom: 125px;
}

.btn-social.btn-group-fab.active .fab-holder:nth-child(4) {
    bottom: 185px;
}

.btn-social.btn-group-fab .btn-whatsapp {
    background: #54cc61;
}

.btn-social.btn-group-fab .btn-facebook {
    background: #3a5999;
}

.btn-social.btn-group-fab .btn-instagram {
    background: #cc2366;
}

.card.card-body {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.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='%23071e4a' 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='%23071e4a' 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 {
    font-size: 1.8rem;
}

.imovel h1 small {
    margin-left: 1rem;
    color: #666;
    font-size: 1.3rem;
}

.imovel h2 {
    font-size: 1.5rem;
    color: #071e4a;
    font-weight: 600;
}

.imovel .contato-imovel {
    position: sticky;
    top: 1rem;
}

.imovel .contato-imovel h2 {
    text-transform: none;
    font-weight: 400;
}

.imovel .valor-principal .label {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
}

.imovel .valor-principal .valor {
    font-size: 1.4rem;
    font-weight: 700;
    color: #071e4a;
}

.imovel .icones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.imovel .icones .icone {
    margin: 0.5rem 1rem;
    text-align: center;
    font-size: 0.8rem;
}

@media screen and (max-width: 992px) {
    .imovel .icones .icone {
        margin-bottom: 0.5rem;
    }
}

.imovel .icones .icone i {
    display: block;
    color: #071e4a;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.imovel .foto-corretor {
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.imovel .dc {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    font-size: 0.8rem;
    margin: 0.2rem;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
}

.card-imovel {
    transition: 0.3s;
}

.card-imovel:hover {
    transform: translate(0, -0.5rem);
    transition: 0.3s;
}

.card-imovel .card-img,
.card-imovel .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-imovel .card-body {
    padding: 0.75rem;
    color: #212529;
    font-weight: 600;
}

.card-imovel .card-body a {
    color: #212529;
}

.card-imovel .foto {
    overflow: hidden;
    z-index: 999;
    position: relative;
    height: 180px;
}

.card-imovel .foto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-imovel .foto .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-imovel .icone {
    text-align: center;
    font-size: 0.7rem;
    display: inline-block;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    color: #6c757d;
}

.card-imovel .icone i {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}

a:hover {
    text-decoration: none;
}

.card-imovel .valores {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    font-size: 0.8rem;
    padding: 2px 10px;
    text-align: right;
    font-weight: 700;
    border-top-left-radius: 0.5rem;
}

.card-imovel .valores small {
    font-weight: 700;
}

.card-imovel .ref {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: #071e4a;
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    border-radius: 0.25rem;
}

.card-imovel .tipo {
    font-weight: 700;
}

.card-imovel .card-footer {
    border-radius: 0;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #071e4a;
    padding: 0.5rem 1.25rem;
}

.page-item .page-link {
    color: #071e4a;
    font-weight: 600;
}

.page-item.active .page-link {
    background-color: #071e4a;
    border-color: #071e4a;
    color: #fff;
}

.pagination {
    margin-top: 1rem;
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

.destaques {
    padding: 3rem 0;
}

.destaques + .destaques {
    padding-top: 0;
}

.destaques h2 {
    color: #071e4a;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 4px solid #071e4a;
    font-size: 1.5rem;
}

.autoridade {
    background-color: #09265d;
    color: #fff;
}

.autoridade .texto,
.autoridade .capa {
    padding: 3rem 2rem;
}

.autoridade .capa {
    background: #fff url(../img/header.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.autoridade .contador {
    text-align: center;
}

.autoridade .contador h3 {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 600;
}

.autoridade .contador span {
    color: #212529;
    font-weight: 700;
    font-size: 3rem;
}

.tns-nav {
    text-align: center;
    margin-top: 1rem;
}

.tns-nav > [aria-controls] {
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin: 0 8px;
    background: #ddd;
    border: 2px solid #ddd;
    border-radius: 50%;
}

.tns-nav > .tns-nav-active {
    background: #071e4a;
}

.filtro-lateral .tabs-container {
    display: flex;
    justify-content: space-between;
}

.filtro-lateral .tabs-container input.tabs {
    display: none;
}

.filtro-lateral .tabs-container input.tabs + label {
    border-radius: 0.25rem;
    border: 1px solid #a9a9a9;
    cursor: pointer;
    font-size: 0.9rem;
    width: 44px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
}

.filtro-lateral .tabs-container input.tabs:checked + label {
    color: #fff;
    background: #071e4a;
}

.lista-imoveis #mapa {
    height: 700px;
}

@media screen and (max-width: 992px) {
    .lista-imoveis #mapa {
        height: 500px;
    }

    .destaques .nav-pills li a {
        font-size: 0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* questionário */
html {
    height: 100%;
}

#questionario {
    width: 100%;
    height: 100%;
    background-color: #071e4a;
    position: relative;
}

#questionario .introducao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#questionario .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

#questionario .introducao .frase {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    padding: 1rem;
    color: #fff;
}

#questionario .introducao .frase h1 {
    font-size: 2.25rem;
    font-weight: 700;
}

#questionario .introducao .frase h2 {
    font-weight: 600;
}

#questionario .survey {
    padding: 3rem 0;
}

#questionario .survey h1 {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
}

#questionario .survey h2 {
    color: #fff;
    font-weight: 600;
    font-size: 1.75rem;
}

#questionario .survey .form-group > label {
    background-color: #071e4a;
    color: #fff;
    width: 100%;
    padding: 0.6rem 1.5rem;
    font-size: 1.2rem;
    margin-bottom: 0;
}

#questionario .survey .bloco {
    background-color: #fff;
    padding: 1rem 1.5rem;
}

@media screen and (max-width: 992px) {
    #questionario .introducao .frase h1 {
        font-size: 2rem;
    }
}

span.spinner-border {
    vertical-align: middle;
}

/* 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: #071e4a;
    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: #071e4a;
    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%;
    }
}
