:root {
    --primary-color: #0048ac;
}

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 {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

header .cabecalho {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 0;
}

header .cabecalho span {
    margin-right: 0.75rem;
}

header .cabecalho a {
    color: #fff;
}

header .cabecalho i {
    color: #ca9956;
    font-size: 1.25rem;
    vertical-align: text-bottom;
}

header .navbar-top {
    background-color: #fff;
}

header .navbar-top .navbar-brand img {
    height: 125px;
    width: auto;
}

header .navbar-top .nav-link {
    color: #212529 !important;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: all .2s;
    padding: 0 !important;
    margin: 0 1.25rem;
}

header .navbar-top .nav-link:hover {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
}

@media screen and (min-width: 992px) {
    header .navbar-top ul {
        align-items: center;
    }
}

footer ul.site-map a:hover::after {
    visibility: visible;
    transform: scaleX(1);
}

footer ul.site-map a::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    visibility: hidden;
    left: 0;
    right: 0;
    background-color: #fff;
    transform: scaleX(0);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.banner img {
    height: 350px;
    object-fit: cover;
    object-position: bottom;
}

.banner .carousel-control-prev-icon,
.banner .carousel-control-next-icon {
    background-size: 50%;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
}

.banner .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239c2e33' 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;
}

.banner .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239c2e33' 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;
}

.filtro {
    background-image: url("../img/banners/capa.jpg");
    background-position: center;
    padding: 10rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    min-height: 65vh;
}

.filtro h1 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2rem;
    text-shadow: 0px 0px 20px black;
}

.filtro .campos {
    padding: 2rem;
    background: rgb(30 26 24 / 30%);
    backdrop-filter: blur(3px);
    border-radius: .5rem;
}
@media screen and (max-width: 992px) {
    .filtro h1 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .filtro .campos {
        margin: 0rem 3rem;
    }
}

.card {
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.btn,
.form-control,
.select2-container--bootstrap4 .select2-selection,
.card {
    border-radius: 0;
}

.btn-custom {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-custom-invert {
    background-color: #fff;
    color: var(--primary-color);
}

.btn-custom-invert:hover {
    color: var(--primary-color);
    opacity: 0.9;
}

.conteudo {
    min-height: 50vh;
    padding: 3rem 0;
}

.conteudo h1 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    padding-bottom: 4px;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.conteudo h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.financiamento .col-6 {
    padding: 1rem;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 0.5rem;
    backdrop-filter: blur(15px);
}
.financiamento img {
    height: 60px;
    object-fit: contain;
}

footer .logo {
    max-height: 150px;
}

footer {
    /* border-top: 1px solid #ddd; */
    font-weight: 300;
    font-size: 0.9rem;
    color: #fff;
    background-color: var(--primary-color);
}

footer h4 {
    font-weight: 300;
}

footer a {
    margin-bottom: 5px;
    color: #fff;
    position: relative;
}

footer a:hover {
    color: #fff;
}

footer ul.site-map {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.site-map li {
    display: block;
}

footer ul.site-map a {
    padding-bottom: 0.5rem;
    display: inline-block;
}

footer ul.site-map li i {
    width: 20px;
}

footer .social-media i.fa-whatsapp {
    color: #54cc61;
}

footer .social-media i.fa-instagram {
    color: #cc2366;
}

.copyright {
    font-size: 0.8rem;
    margin-top: 1rem;
    padding: 0.5rem 0;
    border-top: 1px solid #fff;
}
footer a.whatsapp {
    background: #54cc61;
}

@media screen and (max-width: 992px) {
    footer ul.social-icons {
        display: none;
    }

    footer ul.social-icons a {
        font-size: 1.1rem;
        line-height: 2rem;
        height: 2rem;
        width: 2rem;
        margin-bottom: 0.5rem;
    }

    footer ul.actions a {
        line-height: 2.3rem;
        height: 2rem;
        width: 2rem;
        margin-bottom: 0.5rem;
    }

    footer ul.actions i {
        font-size: 1.2em !important;
    }
}

.logo-sistema {
    max-height: 1.375rem;
    width: auto;
}

footer ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 15px;
    bottom: 0;
}

footer ul.social-icons a {
    border-radius: 100%;
    color: #fff;
    display: flex;
    font-size: 2.1rem;
    height: 3.25rem;
    line-height: 3rem;
    margin-bottom: 1.1rem;
    text-align: center;
    width: 3.25rem;
    justify-content: center;
    align-items: center;
}

footer ul.social-icons a.whatsapp {
    background: #54cc61;
}
footer ul.social-icons a.instagram {
    background: #f09433;
    background: linear-gradient(
        45deg,
        #f09433,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888
    );
}
footer ul.social-icons a.facebook {
    background: #3a5999;
}

.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;
}

.select2-container--bootstrap4 {
    width: 100%;
}

#carouselFotos .carousel-inner {
    text-align: center;
}

#carouselFotos .carousel-inner .carousel-item {
    max-width: 100%;
    height: 500px;
    object-fit: contain;
}

#carouselFotos .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: contain;
}

#carouselFotos .carousel-inner .carousel-item iframe {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 992px) {
    #carouselFotos .carousel-inner .carousel-item {
        height: 300px;
    }
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23006599' 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='%23006599' 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;
    font-weight: 600;
}

.imovel .contato-imovel h2 {
    text-transform: none;
    font-weight: 400;
}

.imovel figure {
    margin-right: 25px;
    border-radius: 10px;
    background-color: #ffe;
    background-image: url(../imagens/avatar.png);
    background-position: center right !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    box-shadow: 0 0 0 5px #fff;
    width: 80px;
    height: 100px;
}

.imovel .captador {
    overflow: hidden;
    line-height: 20px;
}

.imovel .captador span {
    display: block;
    text-transform: uppercase;
}

.imovel .captador span.nome {
    font-size: 1.3em;
}

.imovel .captador span.creci {
    font-size: 0.8em;
}

.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: var(--primary-color);
}

.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: var(--primary-color);
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.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;
}

.imovel .corretor img {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.imovel .corretor .titulo {
    font-weight: 600;
}

.imovel .corretor .nome {
    font-weight: 600;
    font-size: 1.2rem;
}

.imovel .corretor .creci {
    font-weight: 300;
    margin-top: 0.25rem;
}

.card-imovel {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    overflow: hidden;
    transition: 0.3s;
    border: 0;
    border-radius: 0.5rem;
}

.card-imovel:hover {
    transform: translate(0, -0.5rem);
    transition: 0.3s;
}

.card-imovel .foto,
.card-imovel .foto img {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.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,
.bloco-imovel .icone {
    text-align: center;
    font-size: 0.56rem;
    display: inline-block;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    color: #8d8d8d;
}

.card-imovel .icone i,
.bloco-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;
}

.card-imovel .valores small {
    font-weight: 700;
}

.card-imovel .ref,
.bloco-imovel .ref {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    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: #16466f;
    padding: 0.5rem 1.25rem;
}

.page-item .page-link {
    color: var(--primary-color);
    font-weight: 600;
    border-radius: 0 !important;
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.pagination {
    margin-top: 1rem;
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

.titulo-index {
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.destaques-section {
    border-top: 1px solid var(--primary-color);
    padding: 2rem 0;
}

.destaques-section h3 {
    color: #212529;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 4px solid var(--primary-color);
    font-size: 1.5rem;
}

.destaques-section .nav-link {
    margin: 0 0.25em;
    border: 1px solid var(--primary-color);
    color: #212529;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition: 0.2s background-color;
}

.destaques-section .nav-link.active,
.destaques-section .nav-link:hover {
    transition: 0.2s background-color;
    background-color: var(--primary-color);
    color: #fff;
}

.tns-nav {
    text-align: center;
    margin-top: 1rem;
}

.tns-nav > [aria-controls] {
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin: 0 8px;
    background: #ddd;
    border: 3px solid #ddd;
    border-radius: 50%;
}

.tns-nav > .tns-nav-active {
    background: var(--primary-color);
}

.controls .btn-custom {
    background-color: #fff;
    color: var(--primary-color);
}

.controls .btn-custom:hover {
    color: var(--primary-color);
}


@media screen and (max-width: 992px) {
    .titulo-index {
        font-size: 1.5rem;
    }
}

.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: 1px solid rgba(0, 0, 0, 0.125);
    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: var(--primary-color);
}

.filtro-lateral .tabs {
    margin: 0;
    display: table;
    width: 100%;
    overflow: hidden;
}

.filtro-lateral input.aba {
    display: none;
}

.filtro-lateral input.aba:checked + label + div {
    opacity: 1;
    z-index: 1000;
}

.filtro-lateral input.aba + label {
    background: #ddd;
    color: #000;
    cursor: pointer;
    transition: background ease-in-out 0.3s;
    display: table-cell;
    padding: 15px 0;
    width: 1%;
    text-align: center;
}

.filtro-lateral input.aba:checked + label {
    color: #fff;
    background: var(--primary-color);
}

.box-imovel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    position: relative;
}

.box-imovel {
    margin-bottom: 25px !important;
}

div.box-imovel div.top-buttons {
    /* display: none; */
    padding: 5px;
    position: absolute;
    text-align: right;
    top: 0px;
    width: 100%;
    z-index: 998;
}

div.box-imovel:hover div.top-buttons {
    display: block;
}

div.box-imovel div.top-buttons a {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

div.box-imovel div.top-buttons a i {
    font-size: 1.2em;
    display: inline-block;
}

div.box-imovel div.top-buttons div.title {
    width: 0px;
    -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
    padding-top: 3px;
    display: inline-block;
    visibility: hidden;
}

div.box-imovel div.top-buttons a:hover div.title {
    width: 62px;
    visibility: visible;
}

.box-imovel .foto-imovel {
    background: url("../imagens/sem-foto.jpg");
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 240px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.box-imovel .foto-imovel a {
    width: 100%;
    height: 100%;
    display: block;
}

.box-imovel .valores {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 0.8rem;
    padding: 2px 10px;
    text-align: right;
}

.box-imovel .descricao {
    padding: 15px;
}

.box-imovel .descricao span.tipo,
.box-imovel .descricao span.localidade {
    color: #5b5b5b;
    font-weight: bold;
}

.box-imovel .foto-imovel .num-ref {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    border-radius: 0.25rem;
}

.box-imovel .descricao span.address {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.box-imovel .descricao span.tipo {
    display: block;
    margin-bottom: 2px;
}

.box-imovel .descricao span.condominio {
    display: block;
    font-style: italic;
    margin-bottom: 2px;
}

.box-imovel .descricao p.description {
    font-size: 0.9em;
    min-height: 25px;
}

.values {
    padding: 10px;
}

.values .value {
    display: inline-block;
    width: auto;
    color: #5f5f5f;
}

.values .value i {
    display: block;
    font-size: 1.3em;
}

.values .value:first-child p {
    padding-left: 0;
}

.values .value:last-child p {
    margin: 0;
}

.values .value p {
    font-size: 0.7em;
    margin-right: 8px;
    text-align: center;
    margin-bottom: 0px;
}

.box-imovel .buttons-detalhes {
    margin-top: 1rem;
}

.box-imovel .buttons-detalhes .btn {
    margin-right: 1rem;
}

.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;
    }
}

/* 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: var(--primary-color);
    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: var(--primary-color);
    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%;
    }
}

@media screen and (max-width: 767px) {
    .destaques-section .nav-item {
        width: 100% !important;
    }
}
