:root {
    --azulBiasi: #136285;
    --Cinza-claro-auxiliar: #CCCCCC;
    --Cinza-auxiliar-Biasi: #545454;
    --Verde-positivo: #28A748;
    --Verde-positivo-escuro: #39884D;
    --Vermelho-atencao: #EF414A;
    --Branco: #FFFFFF;
    --azulClaroBiasi: #107EAA;
}

body {
    background-color: #fff;
    padding-left: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.navbar-brand {
    float: left;
    height: auto;
    padding: unset;
    /* font-size: 18px; */
    /* line-height: 20px; */
    position: absolute;
    top: 10px;
}

.nav-text {
    font-size: 18px;
    color: #545454;
}
.tableAuction {
    width: 100%;
    max-width: 690px;
}
.bids-cards {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
}
.action-header {
    display: flex;
    height: 55px;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.title-main {
    font-size: 36px;
    color: #136285;
}

.newsletter-section {
    color: #136285;
    background-color: #D2E1E8;
    margin-bottom: 30px;
    margin-top: 30px;
}

.newsletter-conteudo {
    padding: 20px;
}

.newsletter-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-envelope {
    font-size: 32px;
    margin-right: 5px;
}

.newsletter-title {
    font-size: 34px;
    font-weight: 700;
}

.disc {
    font-weight: 700;
}

.newsletter-form {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.input-newsletter {
    width: 100%;
    margin: 10px
}

.bg-biasi {
    background-color: #136285;
}

.logo {
    cursor: pointer;
    margin: 8px;
    float: left;
}

.header-azul {
    color: white;
    background-color: #136285;
    width: 100%;
    text-align: center;
    padding: 20px;
    position: relative;
    min-height: 160px;
}

.header-text {
    font-size: 24px;
    font-weight: 600;
}
.parceiros-img {
    max-width: 100%;
    height: auto;
}

.nav-item a.active {
    color: #136285
}
.arrow-fixed {
    width: 100%;
    height: 100%;
    font-size: 30px;
    align-items: center;
    display: grid;
}

.quem-somos-row {
    margin: 64px 30px 64px 30px;
}

.servicos-icons {
    width: 100px;
    height: 100px;
    background-color: #CCCCCC;
    margin: 20px;
    align-items: center;
    display: grid;
    border-radius: 20px;
}

.servicos-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.servicos-wrap {
    justify-content: center;
    display: grid;
}

.text-descricao {
    color: #545454;
}

.label-loteamento {
    font-size: 24px;
    color: #28A748
}

.label-andamento {
    font-size: 24px;
    color: #28A748;
}

.label-finalizado {
    font-size: 24px;
    color: #EF414A
}

.nav-item {
    margin-right: 20px;
}

.title-descricao {
    font-size: 24px;
    font-weight: 700;
    color: #136285;
}



.site-nav ul {
    margin: 23px auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .site-nav ul li {
        color: #136285;
        display: block;
        padding: 24px;
    }
.header-blog {
    position: relative;
    background-color: #136285;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: white;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .header-blog .banner-icon-right {
        top: 0;
        right: 0;
        position: absolute
    }
    .header-blog .banner-icon-left {
        bottom: 0;
        left: 0;
        position: absolute
    }
.header-azul .banner-icon-left {
    bottom: 0;
    left: 0;
    position: absolute
}
.header-azul .banner-icon-right {
    top: 0;
    right: 0;
    position: absolute
}
@media (max-width:750px) {
    .header-blog .banner-icon-right,
    .header-blog .banner-icon-left,
    .header-azul .banner-icon-left,
    .header-azul .banner-icon-right {
        width: 120px;
    }
}
.Biasi-video {
    max-width: 500px;
    height: 200px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}

.site-nav--icon {
    margin-right: 10px;
    color: #a7a7a7;
    display: inline-block;
    width: 1em;
    text-align: center;
}

.menu-toggle, .search-toggle {
    padding: 1em;
    position: relative;
}

@media (max-width:990px) {
    #mobile-cadastrar {
        color: #545454;
        background-color: #CCCCCC
    }

        #mobile-cadastrar:hover {
            color: white;
            background-color: #545454;
            border: none;
        }

    #mobile-entrar {
        border: 1px solid white;
    }
}

@media (min-width:991px) {
    .menu-toggle {
        display: none !important;
    }

    .search-toggle {
        display: none;
    }

    .site-nav {
        position: relative;
        height: auto;
        background: transparent;
        clip-path: initial;
    }

    .logo {
        margin: 10px 0 0;
    }

    .site-nav ul li {
        display: inline-block;
        border-bottom: unset;
        padding: 1em;
    }

    .site-nav--icon {
        display: none;
    }
}

.margin-item {
    margin-right: 5px;
}

.align-search-itens {
    display: flex;
    align-items: baseline;
}

    .align-search-itens > select {
        padding: 0px !important
    }

.title-secondary {
    font-size: 20px;
}

.alert-documents ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.alert-documents::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    background: #dee2e6;
    top: 50%;
    height: 80%;
    transform: translate(-50%, -50%);
}

.alert-documents ul li {
    padding-left: 10px;
    font-size: 85%;
}

.alert-info.alert-documents {
    background-color: #d1ecf12b;
}

.alert-success.alert-documents {
    background-color: #d4edda42;
}

input {
    background: white;
    border-radius: 10px !important;
    border: 1px #CCCCCC solid;
    padding: 8px !important;
}

select {
    width: 100% !important;
    height: 100%;
    background: white;
    border-radius: 10px !important;
    border: 1px #CCCCCC solid;
    padding: 8px !important;
}

textarea {
    width: 100% !important;
    height: 100%;
    background: white;
    border-radius: 10px !important;
    border: 1px #CCCCCC solid;
    padding: 8px !important;
}

.footer {
    position: relative;
    min-height: 150px;
    clear: both;
    padding-top: 20px;
    color: #000;
    background-color: #1d9ce5;
}

.row-newslleter {
    border-top: 1px solid #8f8f8f;
    min-height: 80px;
}

.box-header {
    float: right;
    display: inline-grid;
}

.container-main .box-search {
    width: 100%;
}

.box-search {
    margin: 60px auto;
}

.home-carrousel {
    margin-left: -15px;
    margin-right: -15px;
    border-top: solid 2px #f7b427;
    border-bottom: solid 2px #f7b427;
}

    .home-carrousel > .carousel-inner > .item > img {
        width: 100%;
    }

.thumbnail-vitrine {
    overflow: hidden;
    border: none;
}

.thumbnail-customer {
    height: 120px;
    min-height: 120px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 178px;
}

.thumbnail-vitrine:hover {
    text-decoration: none;
}

.container-main {
    background-color: #fff;
}

.item-photo {
    padding: 0px !important;
    position: relative;
    display: block;
}

.item-bid:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}

@media (max-width: 1000px) {
    .imgLogin {
        display: none;
    }
}

.footer-card {
    text-align: center;
    padding: 4px 0;
    font-size: 16px;
}

.header-card {
    background-color: #136285;
    color: #fff;
    margin: -4px -4px 0 -4px;
    text-align: center;
}

.item-cover {
    text-align: center;
    height: 95px;
    white-space: nowrap;
}

    .item-cover > img {
        vertical-align: middle;
        max-height: 95px;
        max-width: 140px;
    }

.cover-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.leilao-title {
    font-size: 12px;
    height: 52px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
}

.footer-site {
    margin-top: 30px;
    padding: 0px 40px 40px;
    background-color: #136285;
    color: white;
    position: relative;
}

.footer-whatsapp {
    position: absolute;
    left: 65%;
    transform: translateY(-50%);
}

.form-control-account {
    height: 48px;
    padding: 0.5rem 1rem;
    background-color: #f9f9f9;
    font-size: 1.25rem;
    line-height: 1.5;
}

.upload-card {
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

    .upload-card:hover {
        border-color: #0d6efd;
        background-color: #f8f9fa;
    }

    .upload-card.is-dragover {
        border-color: #0d6efd;
        background-color: #eef6ff;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
    }

    .upload-card.has-file {
        border-color: #28a745;
        background-color: #f4fbf6;
        border-style: solid;
    }

    .upload-card.is-invalid {
        border-color: #c9302c;
        background-color: #fff5f5;
        border-style: solid;
        box-shadow: 0 0 0 3px rgba(201, 48, 44, 0.12);
    }

        .upload-card.has-file .btn {
            background-color: #1f7a3a;
            border-color: #1f7a3a;
        }

        .upload-card.has-file label {
            color: #fff !important;
        }

    .upload-card.is-invalid .btn {
        background-color: #c9302c;
        border-color: #c9302c;
    }

.upload-status {
    display: none;
    margin-top: 14px;
    color: #1f7a3a;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
}

.upload-card.has-file .upload-status {
    display: block;
}

.upload-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #28a745;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.upload-file-name {
    display: block;
    max-width: 100%;
    margin-top: 4px;
    overflow: hidden;
    color: #2f5f3c;
    font-size: 0.82rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .form-control-account {
        padding: 0.5rem !important;
        font-size: 16px !important;
    }

    .footer-site {
        padding: 20px;
    }

    .footer-whatsapp {
        left: 55%;
        transform: translateY(-100%);
    }

    .alert-documents ul {
        grid-template-columns: 1fr;
    }

    .alert-documents::before {
        display: none;
    }
}

.footer-container {
    padding-top: 40px;
}

.whatsapp-footer {
    font-size: 18px;
}

@media (min-width: 988px) {
    .border-md {
        border: 1px solid #dee2e6 !important;
    }

    .footer-container {
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        background-image: url('/content/image/layout/biasi_logo_footer.png');
    }
}


.title-footer {
    font-weight: 600;
    font-size: 17px;
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
}

.footer-submenu li {
    padding: 5px;
}

.footer-site a {
    color: #fff;
}

.footer-col {
    justify-content: center;
    display: grid;
}

.box-stamp-justica {
    width: 10rem;
    padding: 16px 0px 62px 0px;
}

.copyright {
    text-align: center;
    padding-top: 16px;
}

.box-stamp-justica > :first-child {
    width: 100%;
    height: auto;
    padding-top: 16px
}

.redes-sociais {
    background-image: url(/Content/image/layout/footer-pattern.png);
    background-repeat: repeat;
    background-color: #FFF;
    width: 270px;
    color: black;
    border-top: 3px solid #337ab7;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
    margin-top: -5px;
    margin-bottom: 5px;
}

.big-label {
    font-size: 20px;
    padding: 10px 15px;
    margin-top: 10px;
    display: block;
}

.btn-signup {
    font-size: 18px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    border: solid 2px #136285;
}
/*
    Cores no site
*/


.status-red {
    font-size: 14px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    color: white;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .status-red:focus,
    .status-red.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .status-red:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

.status-yellow {
    font-size: 12px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    color: white;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .status-yellow:focus,
    .status-yellow.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .status-yellow:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }


.status-green:focus,
.status-green.focus {
    color: #fff;
    background-color: #39884D
}

.status-green {
    font-size: 13px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    color: white;
    background-color: #28A748;
}

    .status-green:hover {
        color: white;
        background-color: #39884D
    }

.status-gray {
    font-size: 14px;
    gap: 8px;
    display: inline-flex;
    padding: 4px;
    color: white;
    background-color: #545454;
}

    .status-gray:focus,
    .status-gray.focus {
        color: #fff;
        background-color: #454545;
    }

    .status-gray:hover {
        color: #fff;
        background-color: #454545;
    }

.status-praca {
    font-size: 12px;
    display: inline-flex;
    padding: 4px 12px;
    color: white;
    background-color: #28A748;
    border-radius: 7px
}


.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

label.error, label.is-invalid {
    color: #c9302c;
    margin-top: 5px;
    font-size: 12px;
    width: 100%;
}

.form-control.error {
    border: 1px solid #c9302c;
}

    .form-control.error:focus {
        border: 1px solid #ccc;
    }

.photo-lot {
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.photo-lot-auction {
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 207px;
    max-width: 200px
}

.icon-contato {
    align-items: center;
    display: flex;
    padding-right: 0;
}


.header-card span {
    padding: 3px;
    margin-top: 10px;
    display: inline-block;
}

.photo-text {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 60px;
    bottom: 1px;
    color: #FFF;
    font-size: 15px;
    padding: 0 5px;
    font-weight:bold;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 36%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 36%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 36%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

    .photo-text span {
        display: block;
        padding-top: 10px;
    }

.thumbnail-vitrine-lot {
    height: 550px;
    overflow: hidden;
    padding: 0 !important;
    text-decoration: none !important;
    margin-bottom: 20px;
    margin-top: 20px;
    border: #136285 solid 1px;
}

    .thumbnail-vitrine-lot.pt {
        height: 360px;
    }

    .thumbnail-vitrine-lot:hover {
        border: 1px solid #337ab7;
    }

.lot-info {
    padding: 2px 5px;
}

.lot-price {
    font-size: 12px;
    border-top: 1px solid #ddd;
    line-height: 20px;
    padding-top: 5px;
    min-height: 90px;
}

.pt .lot-price {
    min-height: 40px;
}

.lot-comitente {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.cat-lot {
    font-size: 14px;
}

.price-line {
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.price-line-2-pracas {
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
}

.previous-price-line {
    text-decoration: line-through;
}

.current-bid {
    font-size: 11px;
}

.total-bids {
    margin-left: 68px;
}

.bid-value-text {
    font-size: 11px;
}

.price-leiloes {
    /*margin: 10px 0 10px 0;*/
    margin: 1px 0 1px 0;
    align-content: center;
    text-align: left;
}

.lance-line {
    font-size: 14px;
    font-weight: bold;
}

.label-md {
    display: inline-flex;
    padding: 8px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    align-content: center;
    width: 250px;
}

.hlot, .hlotmaior {
    text-align: left;
}

.clock {
}

.search-group {
}

.optLot {
}

.optCatLot {
    margin: 2px;
    background-color: #cecece;
    font-weight: bold;
    color: #222;
    padding: 2px;
}

.incr-minimo {
    float: right !important;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-conteudo {
    display: flex;
    align-items: center;
    gap: 73px;
}

.navbar-logo-e-links {
    display: flex;
    align-items: center;
    gap: 64px;
}

.navbar-image {
    height: 71px;
}

.navbar-links {
    display: flex;
    height: 55px;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.navbar-item > a {
    color: #545454;
    font-size: 18px;
}

    .navbar-item > a.active {
        color: #136285;
    }

.navbar-login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.search-imovel-home {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.select-search-seg {
    border: none;
    background: #fff;
}

@media (max-width: 767px) {
    .select-search-bairro {
        margin-top: 10px;
    }

    .select-search-seg {
        margin-top: 10px;
    }

    .search-imovel-home {
        display: grid !important;
        grid-template-columns: 50% 50% !important;
    }

    .navbar-inverse {
        min-height: unset;
    }

    .navbar-brand {
        padding: 6px 10px;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top: 0;
    }

        .navbar-brand > img {
            height: 30px;
            margin-top: 4px;
        }

    .navbar-search {
        position: relative;
        float: left;
        background-color: #fff;
        font-size: 16px;
    }

        .navbar-search:focus {
            outline: 0;
        }

    .navbar-inverse .navbar-search {
        border-color: #333;
    }

    .box-search {
        width: 90%;
    }

    .action-header {
        text-align: left;
        margin-top: 0;
        padding-bottom: 10px;
    }


    .search-group > * {
        width: 100%;
        margin-top: 10px;
    }

    .navbar {
        min-height: 51px;
    }

    .btn-search-mobile {
        margin-top: 10px;
    }

    .table {
        font-size: 10px;
    }

    .incr-minimo {
        float: left !important;
    }
}
@media (max-width: 440px) {
    #pnlCode div {
        margin: 0 !important;
    }
}
@media (min-width: 768px) {
    .select-search-seg {
        max-width: 90px;
    }

    .select-search-estado {
        max-width: 120px;
    }

    .navbar-search {
        display: none;
    }

    .search-group > input {
        width: 65% !important;
    }

    .search-group > select {
        width: 35% !important;
    }

    .navbar-nav {
        float: left;
    }

    .btn-search-mobile {
        display: none;
    }

    .newsletter-popup {
        width: 745px;
    }

        .newsletter-popup h4.modal-title {
            font-size: 22px;
        }

        .newsletter-popup .modal-body {
            min-height: 394px;
        }

        .newsletter-popup .modal-content.bg1 {
            background: url(/Content/image/layout/bg_newsletter_v1.jpg) no-repeat right top #fff;
        }

        .newsletter-popup .modal-content.bg2 {
            background: url(/Content/image/layout/bg_newsletter_v2.jpg) no-repeat right top #fff;
        }

        .newsletter-popup .modal-header {
            border-bottom: unset;
        }
}

.footer-bootbox {
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin: 15px -15px -15px -15px;
    padding: 15px;
}

.modal-open {
    padding-right: 0px !important;
}

/*OWL Carousel*/
.photo-galery-auction img.owl-lazy {
}

.photo-galery-auction .owl-theme .owl-item {
}

    .photo-galery-auction .owl-theme .owl-item .photo-lote {
        display: block;
        height: 465px !important;
        margin: 0 auto;
        width: auto;
    }

.photo-galery-auction .owl-theme .owl-nav [class*=owl-],
.photo-galery-auction .owl-theme .owl-nav [class*=owl-]:hover,
.auction-featured .owl-theme .owl-nav [class*=owl-]:hover,
.auction-featured .owl-theme .owl-nav [class*=owl-] {
    font-size: 48px;
}

.photo-galery-auction .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    z-index: 2;
    color: #333;
    top: 50% !important;
    font-family: FontAwesome;
    margin: -11px 0 0;
    padding: 0;
    background: unset !important;
}

.auction-featured .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    z-index: 2;
    color: #333;
    top: -50px !important;
    font-family: FontAwesome;
    margin: -12px 35px 6px -23px;
    padding: 0;
    background: unset !important;
}

.auction-featured .owl-carousel .owl-item {
    padding: 0px 12px;
}

.auction-featured .owl-theme .owl-nav {
    text-align: right;
}

.photo-galery-auction .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: unset !important;
}

.auction-featured .owl-theme .owl-nav [class*=owl-]:hover {
    color: #848484;
    background: unset !important;
}

.photo-galery-auction .owl-prev:before,
.auction-featured .owl-prev:before {
    content: "\F104";
}

.photo-galery-auction .owl-next:before,
.auction-featured .owl-next:before {
    content: "\F105";
}

.photo-galery-auction .owl-prev {
    left: 5px;
}

.auction-featured .owl-prev {
    margin-right: 40px;
    right: 5px;
}

.photo-galery-auction .owl-next {
    right: 5px;
}

.auction-featured .owl-next {
}

.qualify-confirm {
    max-height: 200px;
    overflow-y: auto;
    margin: -15px -15px 10px -15px;
    padding: 15px;
    border-bottom: 1px solid #cecece;
}

.carousel-inner > .item > a > img {
    width: 100%;
}

header.light {
    background-color: #FFF;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
}

.navbar-nav {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

.separator-line {
    border-bottom: 1px solid #111111;
    display: block;
    width: 100%;
    margin: 2px 0 5px;
}

.separator {
    border-bottom: 1px solid #111111;
    display: block;
    width: 100%;
    margin: 2px 0 5px;
}

.sb-main-secondary {
    margin-top: 0px;
    padding: 1px 0 10px 0;
    background-color: rgba(0,0,0,.3);
}

.sb-main {
    display: flex;
    width: 100%;
    padding: 60px 0px;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin: auto;
}

    .sb-main::before {
        content: '';
        height: 100%;
        display: block;
    }

    .sb-main::before {
        background-color: rgba(0,0,0,.3);
    }

.box-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.head-box-banner {
    font-size: 36px;
    color: #136285;
    font-weight: 600;
}

.container-search {
    margin: 15px;
    border-radius: 15px;
    border: 2px solid #CCCCCC;
}

.search-filter {
    display: block;
    justify-content: center;
}

.search-input-margin > * {
    width: 100%;
}

.search-wrap-imovel {
    display: grid;
    align-items: center;
    padding: 23px;
    color: #545454;
}

.search-wrap-term {
    padding: 23px;
    color: #545454;
    align-items: center;
    display: flex;
    text-align: center;
}

@media (min-width: 768px) {
    .search-wrap-imovel {
        grid-template-columns: repeat(5, 1fr);
    }

    .search-wrap-term {
        grid-template-columns: repeat(3, 1fr);
        display: flex;
    }

    .search-filter {
        display: flex;
        align-items: center;
    }

    .bar {
        height: 63px;
        border-right: 3px solid #CCCCCC;
        color: #545454;
        font-size: 16px;
    }

    .last-bar {
        color: #545454;
        font-size: 16px;
        border: none;
    }
}



@media (max-width: 767px) {

    .head-box-banner {
        text-align: center;
        padding: 0px 70px;
        font-size: 28px;
    }

    .align-search-itens {
        font-size: 18px;
    }

    .bar {
        height: 63px;
        border-bottom: 3px solid #CCCCCC;
        color: #CCCCCC;
    }

    .last-bar {
        height: 63px;
        border-bottom: 3px solid #CCCCCC;
        color: #CCCCCC;
        margin-bottom: 20px;
    }

    .search {
        display: block !important;
    }

    .search-filter {
        padding-top: 23px;
    }

    .search-wrap-term {
        display: grid !important;
    }
}

.search-imovel-home > * {
    position: absolute;
}

.search-imovel-home .search-icon {
    color: #CCCCCC;
}

.sb-featured {
    display: block;
    background-color: #fff;
    min-height: 350px;
    position: relative;
    border: 1px solid #a1a1a1;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
}

.sb-featured-secondary {
    display: block;
    background-color: #fff;
    min-height: 350px;
    position: relative;
    border: 1px solid #a1a1a1;
    margin-top: -15px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
}

.img-logo {
    height: 25px !important;
    margin: 0 !important;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
}

.lot-title {
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.lot-subtitle {
    color: #666;
    text-decoration: none;
    font-size: 90%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

    .lot-subtitle:hover {
        color: #818181;
        text-decoration: none;
    }

.auction-featured {
}

.navbar-toggle {
    background-color: #fff;
    border: 1px solid #337ab7;
    padding: 9px 8px;
}

    .navbar-toggle .icon-bar {
        background-color: #333;
    }


/*#####################
    Additional Styles (required)
    #####################*/
#myCarousel .carousel-indicators {
    bottom: 0;
    left: 10px;
    margin-left: 5px;
    width: 100%;
}

    #myCarousel .carousel-indicators li {
        border: medium none;
        border-radius: 0;
        float: left;
        height: 70px;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 5px !important;
        margin-top: 0;
        width: 70px;
    }

    #myCarousel .carousel-indicators img {
        border: 2px solid #808080;
        float: left;
        height: 70px;
        left: 0;
        width: 70px;
    }

    #myCarousel .carousel-indicators .active img {
        border: 2px solid #39b3d7;
    }

#myCarousel .item img {
    margin: 0 auto;
    border: 1px solid #808080;
}

.info-line {
    width: 100%;
    display: inline-block;
}

.bid-info {
    font-size: 30px;
    margin-bottom: 20px
}

    .bid-info big {
        color: orangered;
    }

big {
    font-weight: bold;
}

.nav-item > a {
    color: #545454;
}

.text-medium {
    font-size: 15px;
}

.file-center {
    align-content: center;
    display: grid;
    word-break: break-all;
    padding: 5px;
}


.file-list {
    padding-left: 0;
    list-style: none;
}

    .file-list li a {
        float: left;
        width: 200px;
        height: 200px;
        color: #545454;
        text-align: center;
        display: inline-grid;
        border: 1px solid #CCCCCC;
        border-radius: 20px;
        margin: 20px;
    }

        .file-list li a:hover {
            color: #136285
        }

        .file-list li a .glyphicon {
            font-size: 40px;
        }

    .file-list li:hover {
        color: #fff;
        background-color: #563d7c;
    }

.float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #337ab7;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 999;
    opacity: 0.7;
    display: none;
}

.float-left {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: #337ab7;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 999;
    opacity: 0.7;
    display: none;
}

.my-float {
    margin-top: 12px;
    font-size: 22px;
}

.text-small {
    font-size: 11px;
}

.flag {
    -webkit-box-shadow: 3px 4px 5px -3px #4B4B4B;
    box-shadow: 3px 4px 5px -3px #4B4B4B;
    position: absolute;
    top: -2px;
    left: 20px;
    width: 57px;
}

.slick-prev {
    left: -16px;
    top: 47%;
}

.slick-next {
    right: -16px;
    top: 47%;
}

.slick-prev, .slick-next {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    z-index: 99;
    align-items: center;
    display: flex;
    color: #136285;
    text-decoration: none;
}

/* Bootstrap Utilities */

.p-2 {
    padding: 2rem;
}

.TextMain {
    font-size: 24px;
    font-weight: 700;
    color: #136285;
}

.arrowFaq {
    height: 25px;
    width: 25px;
    border-radius: 20px;
    color: #136285;
    border: 2px solid #136285;
    background-color: white;
    padding: 4px;
    align-items: center;
    display: flex;
}

.contato-pop {
    background-color: #EFEFEF;
    padding: 50px;
    border-radius: 20px;
    margin-top: 40px
}

.newsletter-background {
    color: #136285;
    background-color: #D2E1E8;
    margin-bottom: 30px
}

.icon-bullet {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    vertical-align: text-bottom;
}

    .icon-bullet.bullet-success {
        background-color: #4cae4c;
    }

    .icon-bullet.bullet-warning {
        background-color: #ffa700;
    }

.bid-conditional .content, .bid-aproved .content {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #cecece;
}
.bid-conditional {
    align-items: center;
    display: flex;
    font-size: 14px;
    color: #545454;
}

    .bid-conditional .header-inner, .bid-aproved .header-inner {
        font-size: 110%;
        font-weight: bold;
    }

.bid-aproved {
}

.social-media a {
    padding: 5px;
    color: #333;
    font-size: 32px;
}

.social-media ul {
    list-style: none;
    padding: 0;
}

.social-media li {
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .social-media li {
        width: 55px;
        margin: 10px 10px 10px 10px;
    }
}

@media (max-width: 767px) {
    .social-media li {
        width: 25px;
        margin: 5px 0 5px 10px;
    }
}

.vendedor-destaque {
    height: 170px;
    text-align: center;
    margin: 10px;
}

    .vendedor-destaque a {
        text-decoration: none;
    }

    .vendedor-destaque .count-lots {
        font-size: 24px;
        font-weight: bold;
    }

    .vendedor-destaque .vendedor-logo {
        height: 90px;
        display: flex;
    }

    .vendedor-destaque img {
        max-width: 140px;
        max-height: 80px;
        margin: auto;
    }

.bounce-5 {
    animation-name: bounce-5;
    animation-timing-function: ease;
    animation-delay: .1s;
    animation-duration: 1.2s;
}

.btn-atencao {
    font-size: 14px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    color: white;
    background-color: #EF414A;
}

    .btn-atencao:hover, .btn-atencao:focus-visible, .btn-atencao:active {
        background-color: #b83239 !important;
        color: white !important;
    }

.btn-nao-iniciado {
    font-size: 14px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    color: white;
    background-color: darkorange;
}

    .btn-nao-iniciado:hover, .btn-nao-iniciado:focus-visible, .btn-nao-iniciado:active {
        background-color: #dd7900 !important;
        color: white !important;
    }

.btn-liberado {
    font-size: 12px;
    background-color: #28A748;
    font-size: 12px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    color: white;
}

    .btn-liberado:hover, .btn-liberado:focus-visible, .btn-liberado:active {
        background-color: #39884D !important;
        color: white !important;
    }

.btn-liberado {
    font-size: 12px;
    background-color: #28A748;
    font-size: 12px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    color: white;
}

    .btn-liberado:hover, .btn-liberado:focus-visible, .btn-liberado:active {
        background-color: #39884D !important;
        color: white !important;
    }

.button {
    border-radius: 30px;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
}


.main-container {
    right: 20px;
    bottom: 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 360px;
    background: #265a88;
    opacity: 0.90;
    color: #fff;
    font-family: 'Roboto Slab',serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 99999;
    transform-origin: bottom;
}

.btn-message {
    width: 100%;
    margin-top: 15px;
    color: black;
    background: #fff;
}

.btn-hover-default:hover {
    background-color: #CCCCCC;
    color: #545454;
    border-color: #CCCCCC;
}

.btn-hover-default-blue:hover {
    background-color: #136285;
    color: #FFFFFF;
    border-color: #136285;
}

.btn-signup-newsletter {
    background-color: #136285;
    color: #FFFFFF;
    font-size: 25px;
    border-color: #136285;
}

    .btn-signup-newsletter:hover {
        background-color: #CCCCCC;
        color: #545454;
    }

.btn-login {
    border-radius: 20px;
    color: #136285;
    border: 2px solid #136285;
    background-color: none;
    gap: 6px;
    padding: 6px 26px;
}

    .btn-login:hover {
        background-color: #CCCCCC;
        color: #545454;
        border-color: #CCCCCC;
    }

.btn-login-white {
    border-radius: 20px;
    color: white;
    border: 2px solid #136285;
    background-color: none;
    gap: 6px;
    padding: 6px 26px;
}

    .btn-login-white:hover {
        background-color: #CCCCCC;
        color: #545454;
        border-color: #CCCCCC;
    }

.btn-whatsapp {
    border-radius: 40px;
    background: #34bb66;
    padding: 8px 25px;
    border: 1px solid transparent;
    font-weight: bold;
    color: white;
    font-size: 16px;
}

.btn-parcelamento {
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
}

    .btn-parcelamento:hover {
        background-color: #FFFFFF;
        color: #545454;
    }

.left-sidebar {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    background-color: #fafafa;
    margin-right: 25px;
}

.link-name {
    margin: 20px;
    cursor: pointer;
    color: #053067;
    font-weight: bold;
    padding: 10px;
    color: #337ab7;
}

    .link-name:hover {
        background-color: #eee;
        color: #23527c;
    }

a:link {
    text-decoration: none;
}

.content-right {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.btn {
    border-radius: 30px !important;
}

.dias-imoveis {
    background-color: #b9b9b9;
    color: #136285;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
    min-width: 60px
}


@media (max-width: 767px) {
    .main-container {
        bottom: 0;
        right: unset;
        width: 100%;
        border-radius: 0;
        max-width: unset;
    }
}

.top-mobile {
    position: relative;
    z-index: 999;
    float: left;
    padding: 8px 0 0 8px;
}

    .top-mobile > .btn-login > span {
        display: none;
    }

    .top-mobile > .btn-login {
        padding: 8px 10px;
        font-size: 11px;
    }

    .top-mobile .btn-singup {
        padding: 8px 4px;
        font-size: 11px;
    }

    .top-mobile .btn-logged .lbl-user-logged {
        display: none;
    }

.parceiros {
    border-radius: 20px;
    border: 2px solid #136285;
    display: flex;
    justify-content: center;
    padding: 5px;
    color: #136285;
}

    .parceiros:hover {
        color: white;
        background-color: #136285;
    }

.anchor-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    opacity: 0.7;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 29px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
}

.margin-destaques {
    margin-top: 80px;
    margin-bottom: 80px;
}

.button-float {
    margin-top: 11px;
}

.input-center {
    padding: 10px 0px;
    text-align: center;
    width: 50px !important
}

.w-100 {
    width: 100%;
}

.btn-default-blue {
    font-size: 18px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    background-color: #136285;
    color: white;
}

    .btn-default-blue:hover {
        background-color: #CCCCCC;
        color: #545454;
    }

.btn-primary {
    font-size: 18px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    border: solid 2px #136285;
    color: #136285;
    background-color: #FFFFFF;
}

    .btn-primary:hover, .btn-primary:active {
        border: 2px solid #136285 !important;
        background-color: #136285 !important;
        color: white !important;
    }

.btn-default {
    font-size: 18px;
    gap: 8px;
    display: inline-flex;
    padding: 4px 30px;
    color: #545454;
    background-color: #CCCCCC;
}

    .btn-default:hover {
        color: #CCCCCC;
        background-color: #545454;
    }


.btn-open-auction {
    padding: 6px 26px;
    gap: 6px;
}

.btn-habilitacao {
    background-color: #107EAA;
    padding: 6px 46px;
    gap: 10px;
    border: 2px solid #107EAA;
    color: #FFFFFF;
}

.btn-edital-visitacao {
    color: #CCCCCC;
    padding: 6px 24px;
    gap: 8px;
    border: solid 2px #CCCCCC;
}

.btn-map-street {
    border-radius: 20px;
    padding: 4px 20px;
    gap: 6px;
    background-color: #CCCCCC;
    color: #545454;
    border: 2px solid #CCCCCC;
}

.btn-photo-detail {
    border: none;
    padding: 4px 20px;
    color: #136285;
}

.detail-active {
    background-color: #136285 !important;
    color: white !important
}

.footer_logo_white {
    text-align: initial;
    padding: 16px 16px 16px 0px;
}

.footer-submenu {
    list-style: none;
    padding: 0px;
    min-height: 250px;
}

    .footer-submenu li {
        padding-bottom: 20px;
    }

        .footer-submenu li a {
            color: white;
        }

.card-label {
    background-color: #136285;
    color: white;
    font-weight: 600;
    padding: 5px 10px;
}

.card-img-cover {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    height: 203px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:1398px) {
    .card-img-cover {
        height: 173px;
    }
}

@media (max-width:1200px) {
    .card-img-cover {
        height: 143px;
    }
}

@media (max-width:800px) {
    .card-img-cover {
        height: 165px
    }
}

@media (max-width:575px) {
    .card-img-cover {
        height: 220px;
    }
}

@media (max-width:500px) {
    .card-img-cover {
        height: 260px;
    }
}

.card.item-bid {
    width: 100%;
}

.imovel-disable {
    color: #CCCCCC !important;
}

    .imovel-disable i {
        color: inherit !important;
    }

.line-through {
    text-decoration: line-through;
    color: #CCCCCC !important;
}

.container-title {
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .container-title .card-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding-bottom: 2px;
        font-weight: bold;
    }

.card-title-imoveis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 54px;
}

.item-bid .card-body {
    background-color: #e4e4e4;
    color: #545454
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

    .slick-dots li {
        margin: 0 0.25rem;
    }

    .slick-dots button {
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #CCCCCC;
        text-indent: -9999px;
    }

    .slick-dots li.slick-active button {
        background-color: #136285;
    }

.dropdown-menu li {
    padding: 8px 20px;
    line-height: normal;
    color: #545454;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}


    .dropdown-menu li:hover {
        background-color: #CCCCCC;
        color: #333 !important;
    }


    .dropdown-menu li a {
        color: #545454;
    }

        .dropdown-menu li a:hover {
            color: #333 !important;
        }


.titulo-seguranca {
    color: white;
    background-color: #136285;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.subtitulo-seguranca {
    color: #545454;
}

.navbar-toggler {
    box-shadow: none !important;
}

.banner-mobile {
    display: none
}

.pagination li.active a {
    color: #136285 !important;
    font-size: 18px;
}

.pagination li a {
    margin: 3px;
    font-size: 14px;
}

.incr-min {
    color: #545454;
    font-size: 14px;
}

@media (max-width: 676px) {
    .banner {
        display: none;
    }

    .banner-mobile {
        display: flex
    }
}

.close-pesquisa {
    margin: 0 !important;
}

.modal-header {
    background-color: #136285;
    color: white;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    flex-direction: row;
}

.title-leilao-macro {
    text-align: center;
    color: #136285;
    font-weight: 600;
    font-size: 36px;
    margin-top: 64px;
    margin-bottom: 64px
}

.site-nav {
    position: fixed;
    background: #136285;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    border-top-left-radius: 100px;
    padding: 35px;
    transform: translateX(100%);
    transition: transform ease-in-out 500ms;
}

@media (min-width: 991px) {
    .site-nav {
        display: none;
    }
}

.site-nav--open {
    transform: translateX(0);
    display: block;
}

.site-nav ul {
    margin: 23px auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .site-nav ul li {
        color: #136285;
        display: block;
        padding: 1em 6em 1em 2em;
    }

.site-nav a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}


.site-nav--icon {
    margin-right: 10px;
    color: #a7a7a7;
    display: inline-block;
    width: 1em;
    text-align: center;
}


.color-white {
    color: white;
}

.close-nav {
    height: 25px;
    width: 25px;
    border-radius: 20px;
    color: #136285;
    border: 2px solid white;
    background: none;
    padding: 0;
}

.card-macro {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
}

.buscar-macro {
    align-items: center;
    display: flex;
}

.azul-Biasi {
    color: #136285
}

.text-leilao-macro {
    font-size: 24px;
}

.paging {
    min-width: 60px;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 5px 10px;
}

.lote-info-nav {
    margin-bottom: 20px;
}


.paging li a {
    color: #545454;
}

.paging .disabled a i {
    color: #CCCCCC;
}

.bottom-divider {
    border-bottom: 1px solid #CCCCCC;
}

.condt-pagment {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #CCCCCC;
    padding: 20px;
    border-radius: 12px;
}

.lote-label {
    color: #FFFFFF;
    background-color: #136285;
    border-color: #136285;
    padding: 8px 36px;
    border-radius: 20px;
    font-size: 12px;
}

.foto-leilao {
    height: 403px;
    max-width: 100%;
    border-radius: 8px;
}

.aviso-text-contato {
    color: #842029 !important;
    font-weight: bold;
}

    .aviso-text-contato:hover {
        text-decoration: underline;
    }

.title-blog-post {
    font-size: 20px;
    color: #136285 !important;
    font-weight: 700;
    line-height: 24.20px;
}

    .title-blog-post:hover {
        color: #136285 !important;
    }

.subtitle-blog-post {
    color: #545454 !important;
}

    .subtitle-blog-post:hover {
        color: #545454 !important;
    }

.label-encerrado {
    color: white;
    background-color: #545454 !important;
    border-radius: 20px;
    width: auto;
    margin-right: 10px;
    font-size: 1rem;
    padding: 8px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.label-vendido {
    color: white;
    background-color: #28A748 !important;
    border-radius: 20px;
    width: auto;
    font-size: 16px;
    padding: 8px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.auction-fechado {
    background-color: #136285
}

.auction-aberto {
    background-color: #28A748
}

.file {
    border: none !important
}

.img-auction {
    max-width: 100%;
    height: 105px !important;
    display: block;
    margin: 0 auto;
    border-radius: 5px
}

.card-auction {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

.blog-card {
    width: 360px;
    padding: 25px;
    margin: 40px;
    background-color: #CCCCCC;
    border: none;
    text-align: initial;
}

.show-scrollTop:hover {
    color: white;
}

.blog-card-details {
    padding: 15px;
    margin-top: 40px;
    background-color: #CCCCCC;
    border: none;
    text-align: initial;
}

.status-auction {
    border-radius: 0 8px 8px 0;
}

.lote-auction {
    border-radius: 8px 0 0 8px;
    background-color: #CCCCCC
}

.max-w {
    max-width: 100%;
}

#font12 {
    font-size: 12px
}

.nav-pills {
    border: 1px solid #CCCCCC;
    border-radius: 8px
}

    .nav-pills li {
        border-radius: 8px;
        text-align: center
    }

        .nav-pills li .active {
            background-color: #CCCCCC;
            display: block;
            border-radius: 6px;
        }

.pop-up-inicial {
    display: block;
}

.close-pop-up-inicial {
    display: none;
}

@media (max-width: 1200px) {
    .pop-up-inicial {
        display: none;
    }

    .close-pop-up-inicial {
        display: block;
    }
}

.newsletter-input {
    margin-top: 15px;
    max-height: 40px
}

.newsletter-subtitle {
    color: white;
    font-size: 16px
}

.newsletter-subtitle {
    color: white;
    font-size: 16px
}

.input-square[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #136285;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px !important;
    padding: 0 !important;
}

    .input-square[type="radio"]:checked {
        background-color: #136285;
    }

.height50 {
    height: 50px;
}

.not-found {
    font-size: 80px;
}

.not-found-text {
    font-size: 30px;
}

.bid {
    min-height: 21px
}

.card-lot {
    min-height: 42px
}

.max-height-auction {
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bid-card {
    color: #545454;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
}

.info_qualify {
    border: 1px solid #CCCCCC;
    border-radius: 20px;
}

.questionFaq {
    height: 25px;
    width: 25px;
    border-radius: 20px;
    color: #136285;
    border: 2px solid #136285;
    background-color: white;
    padding: 0;
    text-align: center;
}

.photo-lote {
    /*  max-width: 600px*/
}

@media screen and (max-width: 580px) {
    .photo-lote {
        margin: 20px;
    }

    .margin-destaques {
        order: 1 !important;
    }

    .home-content {
        order: 0 !important;
    }
}

.modal-header .btn-close {
    order: 1;
}

.expired {
    text-decoration: line-through;
    color: #949494;
}
.disabled-auction {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}
.container-comitente {
    background-color: #dbdbdb;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    height: 55px;
    align-items: center;
}
.image-comitente {
    max-width: 130px;
    max-height: 50px;
    padding: 5px;
}

.carousel .container-comitente {
    height: 45px;
    align-items: end;
    background-color: none;
    align-items: center;
}

.carousel .image-comitente {
    max-height: 40px;
}
.ql-editor strong {
    font-weight: bold;
}
.ql-video {
    width: 100%;
    height: 365px;
}

select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(50%), calc(100% - 15px), calc(100% - 2.5em) 50%;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.loteDesejado-Input {
    width: auto;
    max-width: 300px;
}

.bannerComitente {
    max-height: 380px;
    max-width: 100%;
    border-radius: 5px;
}

#leilao-lista-lote .lot-card-dashboard {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 6px 10px 2px;
}

#leilao-lista-lote .lot-dashboard {
    flex: 1;
    min-width: 0;
}

#leilao-lista-lote .lot-subcategoria {
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 2px;
}

#leilao-lista-lote .lot-qtde {
    font-size: 12px;
    line-height: 15px;
    color: #333;
    word-break: break-word;
}

#leilao-lista-lote .lot-mult {
    display: inline-block;
    margin-left: 6px;
    color: #666;
}

#leilao-lista-lote .lot-card-status {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex: 0 0 auto;
    white-space: nowrap;
}

#leilao-lista-lote .lot-metricas-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    line-height: 14px;
}

#leilao-lista-lote {
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard-container {
    padding: 32px 40px;
    max-width: 1600px;
    margin: 0 auto;
}

.title-dashboard {
    font-size: 2.2rem;
    font-weight: 700;
    color: #136285;
    margin-bottom: 24px;
    margin-top: 25px;
    letter-spacing: 1px;
}

#LoteLance {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 18px 0;
    flex-wrap: wrap;
}

    #LoteLance .btn {
        flex: 0 0 auto;
    }

.btn-auction{
    color: #136285;
    font-weight: 700;

}


#leilao-lista-lote.is-list > [class*="col-"] {
    width: 100% !important;
    float: none !important;
}

#leilao-lista-lote.is-list .thumbnail.thumbnail-vitrine-lot.item-bid {
    height: auto !important;
    min-height: 0 !important;
    display: grid;
    grid-template-columns: 160px 1fr 280px 140px 190px;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #136285;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
}

    #leilao-lista-lote.is-list .thumbnail.thumbnail-vitrine-lot.item-bid > a.item-photo {
        grid-column: 1;
        width: 160px;
        display: block;
        position: relative;
    }

#leilao-lista-lote.is-list .item-photo .photo-text {
    display: none !important;
}

#leilao-lista-lote.is-list .item-photo .photo-lot img {
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

#leilao-lista-lote.is-list .item-photo .header-card {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    left: 172px;
    top: -2px;
    font-size: 12px;
    font-weight: 700;
    color: #136285;
    line-height: 16px;
    white-space: nowrap;
}
    #leilao-lista-lote.is-list .item-photo .header-card span {
        display: inline-block;
        padding: 2px 8px;
        border: 1px solid #136285;
        border-radius: 20px;
        margin-left: 10px;
    }

#leilao-lista-lote.is-list .lot-info {
    display: contents;
}

#leilao-lista-lote.is-list .lot-card-dashboard {
    grid-column: 2;
    margin: 0;
}
#leilao-lista-lote.is-list .lot-subcategoria {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#leilao-lista-lote.is-list .lot-qtde {
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#leilao-lista-lote.is-list .lot-mult {
    color: #777;
    font-size: 12px;
}
#leilao-lista-lote.is-list .lot-price {
    grid-column: 3;
    margin: 0;
}

    #leilao-lista-lote.is-list .lot-price .row {
        display: grid;
        grid-template-columns: 110px 1fr;
        margin: 0;
    }

    #leilao-lista-lote.is-list .lot-price .col-xs-5,
    #leilao-lista-lote.is-list .lot-price .col-xs-7 {
        width: auto;
        padding: 0;
    }

    #leilao-lista-lote.is-list .lot-price .col-xs-5 {
        color: #777;
        font-size: 12px;
    }

#leilao-lista-lote.is-list .lot-card-status {
    grid-column: 4;
    display: flex;
    flex-direction: initial;
    gap: 15px;
    align-items: flex-end;
    white-space: nowrap;
}

#leilao-lista-lote.is-list .lot-metricas-card {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 16px;
}

#leilao-lista-lote.is-list a.label-md {
    grid-column: 5;
    justify-self: end;
    margin: 15px;
    white-space: nowrap;
}

.lot-view-toggle {
    gap: 10px;
    margin-right: 20px;
}

    .lot-view-toggle .btn {
        border-radius: 999px;
        padding: 8px 14px;
        min-width: 120px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-weight: 600;
        border: 1px solid #136285;
        background: #fff;
        color: #136285;
        box-shadow: none;
    }

        .lot-view-toggle .btn:hover {
            background: rgba(19, 98, 133, .08);
        }

        .lot-view-toggle .btn.is-active {
            background: #136285;
            border-color: #136285;
            color: #fff;
        }

        .lot-view-toggle .btn i {
            font-size: 14px;
            line-height: 1;
            color: inherit;
        }

#LoteLance.lot-view-toggle .btn:hover,
#LoteLance.lot-view-toggle .btn:focus {
    background: #136285 !important;
    border-color: #136285 !important;
    color: #fff !important;
}

#AvisoGlobalInfo .aviso-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #136285;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

#AvisoGlobalInfo .aviso-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

#AvisoGlobalInfo .aviso-logo {
    height: 34px;
    width: auto;
    display: block;
}

#AvisoGlobalInfo .aviso-title-wrap {
    min-width: 0;
    margin-left: 8px; 
}

#AvisoGlobalInfo .aviso-title {
    color: #136285; 
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    background: rgba(255,255,255,.92); 
    padding: 6px 10px;
    border-radius: 10px;
}
 #AvisoGlobalInfo .aviso-title > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }

#AvisoGlobalInfo .modal-content {
    overflow: hidden;
    border-radius: 12px; 
}
#AvisoGlobalInfo .aviso-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#AvisoGlobalInfo .aviso-header {
    position: relative; 
}

#AvisoGlobalInfo .aviso-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #CCCCCC; 
    font-size: 35px; 
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
#AvisoGlobalInfo .aviso-close:hover {
    opacity: .85;
}

#viewer .page canvas {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100vh !important;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
#viewerContainer {
    overflow: auto !important;
    height: 90vh !important;
}

.documento-upload-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-style: dashed !important;
    background-color: #fff;
}

.documento-upload-descricao {
    min-height: 42px;
}

.documento-upload-icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
}

.documento-file-input {
    width: 100%;
    color: transparent;
    background-color: transparent;
    border: 0;
    margin-top: auto;
}

    .documento-file-input::file-selector-button {
        width: 100%;
        min-height: 46px;
        margin: 0;
        padding: 10px 16px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #06447d;
        border: 0;
        border-radius: 8px;
        cursor: pointer;
    }

    .documento-file-input:hover::file-selector-button {
        background-color: #03345f;
    }

@media (max-width: 800px) {
    .form-group.row.mb-3 .col-md-6 {
        margin-bottom: 15px;
    }

    .form-group.row.mb-3 .col-md-6 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .alert-login {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .alert-login-lance {
        margin-bottom: -8px;
    }
}

@media (min-width: 768px) {


    .alert-login {
        margin-bottom: 4px;
    }

    .alert-login-lance {
        margin-bottom: -8px;
    }

    .label-dados-cliente {
        align-items: center;
        display: flex;
        text-align: left !important;
        padding-top: 2px !important;
        font-size: 18px !important;
    }

    .comprovante-endereco {
        padding-top: 2px !important;
    }
}

.form-group.termos input {
    width: auto !important;
}

.cadastrar-container input {
    width: 180px !important;
}

.disabled {
    background-color: #CCCCCC;
}

.style-label {
    color: #3c3f43;
    font-size: 14px !important;
}

.btn-google-custom {
    color: #3c3f43 !important;
    border-color: #3c3f43 !important;
}

    .btn-google-custom:hover {
        background-color: #3c3f43 !important;
        color: #ffffff !important;
    }

.btn-outline-secondary {
    border-color: #ced4da !important;
    color: #495057 !important;
    transition: all 0.3s;
}

    .btn-outline-secondary:hover {
        background-color: #f8f9fa !important;
        border-color: #adb5bd !important;
    }

.style-botao-google {
    width: 100% !important;
    border-radius: 10px !important;
}

.person-tabs {
    display: inline-flex;
    align-items: stretch;
    margin: 20px 0 30px;
    border: 1px solid #d7dce2;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f3f5f7;
}

    .person-tabs input[type="radio"] {
        position: absolute;
        width: 1px !important;
        height: 1px;
        opacity: 0;
        pointer-events: none;
    }

    .person-tabs label {
        display: flex;
        min-width: 180px;
        min-height: 48px;
        margin: 0;
        padding: 12px 24px;
        align-items: center;
        justify-content: center;
        border: none;
        border-right: 1px solid #d7dce2;
        background-color: #f3f5f7;
        color: #6c7580;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

        .person-tabs label:last-of-type {
            border-right: none;
        }

        .person-tabs label:hover {
            background-color: #e7edf3;
            color: #0d3f73;
        }

    .person-tabs input[type="radio"]:checked + label {
        background-color: #136285;
        color: #ffffff;
        box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.15);
    }

    .person-tabs input[type="radio"]:focus-visible + label {
        outline: 3px solid rgba(22, 136, 229, 0.3);
        outline-offset: -3px;
    }

@media (max-width: 576px) {
    .person-tabs {
        display: flex;
        width: 100%;
    }

        .person-tabs label {
            flex: 1;
            min-width: 0;
            min-height: 44px;
            padding: 10px 8px;
            font-size: 11px;
        }
}

/*etapas*/

/*.register-stepper {
    --step-primary: #1688e5;
    --step-primary-dark: #0d3f73;
    --step-border: #d5dce4;
    --step-muted: #8d99a8;
    --step-line: #d5dce4;
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 32px 0 38px;
    padding: 0 14px;
}

.register-step {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 0 0 auto;
    width: 150px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.register-step-circle {
    display: flex;
    width: 38px !important;
    height: 38px;
    min-width: 38px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--step-border);
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--step-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: default;
    box-shadow: 0 2px 5px rgba(13, 63, 115, 0.08);
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.register-step-label {
    display: block;
    margin-top: 11px;
    color: var(--step-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.register-step-line {
    position: relative;
    z-index: 1;
    flex: 1;
    height: 3px;
    min-width: 30px;
    margin: 18px -56px 0;
    background-color: var(--step-line);
    transition: background-color 0.25s ease;
}


.register-step.active .register-step-circle {
    border-color: var(--step-primary);
    background-color: var(--step-primary);
    color: #ffffff;
    box-shadow: 0 0 0 6px rgba(22, 136, 229, 0.12);
    transform: scale(1.04);
}

.register-step.active .register-step-label {
    color: var(--step-primary-dark);
}

.register-step.completed .register-step-circle {
    border-color: #28A748;
    background-color: #28A748;
    color: #ffffff;
    cursor: pointer;
}

    .register-step.completed .register-step-circle:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 12px rgba(22, 136, 229, 0.25);
    }

.register-step.completed .register-step-label {
    color: #28A748;
}

.register-step-line.completed {
    background-color: #28A748;
}

.register-step.pending .register-step-circle {
    cursor: not-allowed;
}

.step-navigation {
    display: flex;
    width: 100%;
    margin-top: 25px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.registration-step-content {
    animation: stepFadeIn 0.3s ease;
}

@keyframes stepFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/

.register-progress-container {
    position: relative;
    width: 100%;
    height: 75px;
    margin-top: 45px;
    margin-bottom: 10px;
    padding: 0 20px;
}

/* Linha cinza do fundo */
.register-progress {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 3px;
    background-color: #e5e9ed;
    border-radius: 0;
    overflow: visible;
}

    /* Linha azul preenchida */
    .register-progress .progress-bar {
        height: 3px;
        background-color: #087cf0;
        transition: width 0.4s ease;
    }

/* Container dos passos */
.register-progress-steps {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Cada etapa */
.register-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* Círculo */
.btn-step {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    color: #7b8490;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Etapa atual */
    .btn-step.active {
        background-color: #087cf0;
        color: #fff;
    }

    /* Etapa concluída */
    .btn-step.done {
        background-color: #20ad55;
        color: #fff;
    }

/* Texto embaixo */
.register-progress-label {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    text-align: center;
}

/* Tablet */

@media (max-width: 991px) {
    .register-step {
        width: 125px;
    }

    .register-step-line {
        margin-right: -45px;
        margin-left: -45px;
    }

    .register-step-label {
        font-size: 10px;
    }
}

/* Celular */

@media (max-width: 767px) {
    .register-stepper {
        margin: 25px 0 30px;
        padding: 0;
    }

    .register-step {
        width: 58px;
    }

    .register-step-circle {
        width: 34px !important;
        height: 34px;
        min-width: 34px;
        font-size: 12px;
    }

    .register-step-line {
        min-width: 15px;
        margin: 16px -10px 0;
    }

    .register-step-label {
        max-width: 68px;
        margin-top: 9px;
        font-size: 8px;
        line-height: 1.2;
    }

    .step-navigation {
        flex-direction: column-reverse;
        align-items: stretch;
    }

        .step-navigation span:empty {
            display: none;
        }

        .step-navigation .btn {
            width: 100%;
        }
}

@media (max-width: 420px) {
    .register-step-label {
        font-size: 7px;
    }

    .register-step {
        width: 52px;
    }

    .register-step-circle {
        width: 31px !important;
        height: 31px;
        min-width: 31px;
    }
}

.form-control[readonly] {
    background-color: #f8f9fa;
    color: #495057;
    border-style: dashed;
    cursor: not-allowed;
}

.header-form-account {
    border-left: 4px solid #007bff;
    padding-left: 10px;
    color: var(--azulFrazao);
    font-weight: 700;
    font-size: 1.2rem;
    margin: 1rem 0;
    text-transform: uppercase;
}

.label-account {
    color: #3c3f43;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding-bottom: 10px;
    padding-top: 13px;
}

.button-tab.active {
    cursor: default;
    background-color: #136285;
    color: white;
}

.button-tab {
    cursor: pointer;
    background-color: rgb(248, 249, 250);
    color: rgb(108, 117, 125);
    font-weight: 700;
    padding: .5rem 1.5rem;
    margin: 0;
    text-transform: uppercase;
}

#drop-menu-account.dropdown-menu li {
    padding: 0;
}

    #drop-menu-account.dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid #e9e9e9;
    }

#drop-menu-account.dropdown-menu {
    left: unset;
    right: 0;
    top: 30px;
}

    #drop-menu-account.dropdown-menu li > a {
        display: block;
        width: 100%;
        padding: 10px 16px;
        color: #656565;
        text-decoration: none;
    }

        #drop-menu-account.dropdown-menu li > a:hover,
        #drop-menu-account.dropdown-menu li > a:focus {
            background-color: #f5f5f5;
        }

.nav-username {
    max-width: 250px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu-header .dropdown-toggle::after {
    transition: transform 0.25s ease;
    transform: rotate(0deg);
}

.dropdown-menu-header.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu-header {
    position: relative;
}

.destaques-list,
.auction-list {
    min-height: 800px;
}

.form-border {
    border-width: 2px !important;
    border-radius: 10px !important;
}

.form-control-account {
    height: 48px;
    padding: 0.5rem 1rem;
    background-color: #f9f9f9;
    font-size: 1.25rem;
    line-height: 1.5;
}

.upload-card {
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

    .upload-card:hover {
        border-color: #0d6efd;
        background-color: #f8f9fa;
    }

    .upload-card.is-dragover {
        border-color: #0d6efd;
        background-color: #eef6ff;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
    }

    .upload-card.has-file {
        border-color: #28a745;
        background-color: #f4fbf6;
        border-style: solid;
    }

    .upload-card.is-invalid {
        border-color: #c9302c;
        background-color: #fff5f5;
        border-style: solid;
        box-shadow: 0 0 0 3px rgba(201, 48, 44, 0.12);
    }

    .upload-card.has-file .btn {
        background-color: #1f7a3a;
        border-color: #1f7a3a;
    }

    .upload-card.is-invalid .btn {
        background-color: #c9302c;
        border-color: #c9302c;
    }

.upload-status {
    display: none;
    margin-top: 14px;
    color: #1f7a3a;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
}

.upload-card.has-file .upload-status {
    display: block;
}

.upload-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #28a745;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.upload-file-name {
    display: block;
    max-width: 100%;
    margin-top: 4px;
    overflow: hidden;
    color: #2f5f3c;
    font-size: 0.82rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-upload {
    cursor: pointer;
}

.div-upload {
    gap: 15px;
}

/* Barra de progresso */
.progress-bar {
    background-color: #e9ecef;
    transition: width 0.4s ease;
}

/* Botões base */
.btn-step {
    background-color: #e9ecef;
    color: #6c757d;
}

    .btn-step.active {
        background-color: #007bff !important;
        color: #fff !important;
    }

    .btn-step.done {
        background-color: #28a745 !important;
        color: #fff !important;
    }

.progress-div {
    margin-bottom: 20px;
}

.form-control[readonly] {
    background-color: #f8f9fa;
    color: #495057;
    border-style: dashed;
    cursor: not-allowed;
}

.header-form-account {
    border-left: 4px solid #007bff;
    padding-left: 10px;
    color: var(--azulFrazao);
    font-weight: 700;
    font-size: 1.2rem;
    margin: 1rem 0;
    text-transform: uppercase;
}

.label-account {
    color: #3c3f43;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.button-tab.active {
    cursor: default;
    background-color: rgb(13, 54, 99);
    color: white;
}

.button-tab {
    cursor: pointer;
    background-color: rgb(248, 249, 250);
    color: rgb(108, 117, 125);
    font-weight: 700;
    padding: .5rem 1.5rem;
    margin: 0;
    text-transform: uppercase;
}

#drop-menu-account.dropdown-menu li {
    padding: 0;
}

    #drop-menu-account.dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid #e9e9e9;
    }

#drop-menu-account.dropdown-menu {
    left: unset;
    right: 0;
    top: 30px;
}

    #drop-menu-account.dropdown-menu li > a {
        display: block;
        width: 100%;
        padding: 10px 16px;
        color: #656565;
        text-decoration: none;
    }

        #drop-menu-account.dropdown-menu li > a:hover,
        #drop-menu-account.dropdown-menu li > a:focus {
            background-color: #f5f5f5;
        }

.nav-username {
    max-width: 250px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu-header .dropdown-toggle::after {
    transition: transform 0.25s ease;
    transform: rotate(0deg);
}

.dropdown-menu-header.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu-header {
    position: relative;
}