* {
    font-family: "Montserrat", sans-serif
}

:root {
    --azulFrazao: #00497D;
    --cinzaTextos: #1E1E1E; /*Para textos principais porém que não podem ser muito pesados então não usar preto*/
    --cinzaFrazao: #82827A; /*Para itens menos destacados como icones secundários*/
    --vermelhoFrazao: #CA1E27;
    --verdeFrazao: #00710C;
    --amareloFrazao: #F5DE10;
    --laranjaFrazao: #D56700;
    --border: #E6E6E6;
}
/*span::-moz-selection, p::-moz-selection, div::-moz-selection, b::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection {
    color: white;
    background: #1e3c7a;*/ /* Selection do Firefox */
/*}

span::selection, p::selection, div::selection, b::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection {
    color: white;
    background: #1e3c7a;
}*/

@font-face {
    font-display: swap;
}

body {
    background-color: #fff;
    padding-top: 85px;
    padding-left: 0 !important;
}

.container-main {
    max-width: 1380px;
}

.navbar-toggler {
    z-index: 10;
}

.principal-btn {
    background-color: var(--azulFrazao) !important;
    color: white !important;
    border-radius: 5px;
    font-weight: 600;
}
[data-select2-id="1"] {
    width: 100% !important;
}



@media (max-width: 400px) {
    #btnPhotos {
        height: 3.0rem;
    }

    #btnMap {
        height: 3.0rem;
    }

    #btnStreetView {
        height: 3.0rem;
    }

    .toolBar {
        gap: 10px;
    }

        .toolBar button i {
            margin-right: 8px;
        }

        .toolBar button {
            display: flex;
            align-items: center;
        }

    .fa fa-image {
        margin-right: 1.8px;
    }

    .image-button-fafi {
        margin: 3px;
    }
}

.principal-btn:hover {
    background-color: #003a63;
    color: white;
}

.secondary-btn {
    background-color: white;
    color: #797974;
    border-radius: 5px !important;
    border: 3px solid rgba(0,0,0,.125) !important;
    font-weight: 600;
    height: 3.5rem;
}

    .secondary-btn:hover {
        background-color: white;
        color: #797974;
    }

.btn-bigger {
    width: 250px
}

/* 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;*/
}

.breadcrumb-frazao {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border: 2px solid #e6e6e6;
    border-radius: .25rem;
    margin-top: 15px;
    color: #00497d;
}

    .breadcrumb-frazao > li > a {
        color: #00497d;
    }

        .breadcrumb-frazao > li > a:hover {
            text-decoration: underline
        }

    .breadcrumb-frazao > li + li::before {
        padding: 0 5px;
        color: #ccc;
        content: "/ ";
    }

.tableAuction {
    max-width: 1000px;
    width: 100%;
}

/*Estilização header*/
#drop-menu-account {
    width: max-content !important;
}

.dropdown-menu {
    display: none;
    position: absolute;   
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

    .dropdown-menu a {
        color: var(--cinzaTextos);
        font-weight: 400;
        padding: 5px;
    }

    .dropdown-menu li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #B5B4B4;
    }

        .dropdown-menu li:hover {
            background-color: rgba(130, 130, 122, 0.15);
        }


.login_img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.action-header {
    float: right;
    padding: 0;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 25px;
}

.alert-frazao {
    padding: 30px;
    border-radius: 15px;
    color: #4d4d4d;
    padding: 15px;
}

.title-main {
    color: var(--azulFrazao);
    font-weight: 600;
}

.leilao-andamento {
    background-color: #00497D;
}

.leilao-loteamento {
    background-color: #D56700;
}

.leilao-finalizado {
    background-color: #CA1E27;
}

.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;
}
.painel-view {
    max-width: 640px;
    margin: auto;
    border: 2px solid var(--border);
    border-radius: 5px;
}

.view-body {
    padding: 15px;
    padding-bottom: 0;
}

.view-header {
    border-bottom: 2px solid var(--border);
}

.view-title {
    font-weight: 600;
    color: var(--azulFrazao);
}

.code-character {
    padding: 10px 0;
    text-align: center;
    border-radius: 3px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.1;
    height: 50px;
}

.code-character-div {
    width: 13%;
}

.control-label {
    color: var(--azulFrazao);
    font-weight: 600;
}

.text_signature {
    color: var(--azulFrazao);
}

.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;
}

.box-search {
    width: 60%;
    margin: 40px 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 {
    height: 247px;
    overflow: hidden;
    text-align: center;
}

.thumbnail-customer {
    height: 120px;
    min-height: 120px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

.thumbnail-vitrine:hover {
    text-decoration: none;
}


.item-photo {
    padding: 0px !important;
    position: relative;
    display: block;
}

.item-bid:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}

.footer-card {
    background-color: #ddd;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
}

.header-card {
    color: #1e3c7a;
    /*text-align: center;
    padding: 3px 0;*/
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
}


.item-cover > img {
    vertical-align: middle;
    border-radius: 10px;
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.cover-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.leilao-title {
    font-size: 16px;
    height: 90px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.newsletter-site {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.title-newsletter {
    color: var(--azulFrazao);
    font-weight: bold;
    font-size: 20px;
}

.subtitle-newsletter {
    color: var(--cinzaTextos);
}

.footer-site {
    background-color: transparent;
    margin-top: 2rem;
    box-shadow: 0px -4px 4px #00000050;
}

.link-footer {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--azulFrazao)
}

.box-stamp-justica {
    text-align: center;
    padding: 15px;
    margin: 25px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-image: linear-gradient(to bottom,#fff,#f5f5f5);
}

.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;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
/*
    Cores no site
*/
.status-red:hover,
.status-yellow:hover,
.status-green:hover,
.status-gray:hover {
    text-decoration: none;
}

.status-red {
    color: #fff;
    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 {
    color: #fff;
    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 {
    color: #fff;
    background-color: #00710c;
    border-color: #4cae4c;
}

    .status-green:focus,
    .status-green.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .status-green:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

.status-gray {
    color: #fff;
    background-color: #838383;
    border-color: #ccc;
}

    .status-gray:focus,
    .status-gray.focus {
        color: #fff;
        background-color: #a9a9a9;
        border-color: #8c8c8c;
    }

    .status-gray:hover {
        color: #fff;
        background-color: #a9a9a9;
        border-color: #adadad;
    }


.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;
    max-height: 207px;
    height: 207px;
    background-color: #FFF;
    display: flex;
    z-index: 9;
}

    .photo-lot #number-lot {
        background-color: #f8f9fa;
        font-size: 16px;
        left: 12px;
        position: absolute;
        top: 5px;
    }

.photo-text {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 60px;
    bottom: 1px;
    color: #FFF;
    font-size: 12px;
    padding: 0 5px;
}

    .photo-text span {
        display: block;
        padding-top: 10px;
    }

.thumbnail-vitrine-lot {
    height: 390px;
    overflow: hidden;
    padding: 0 !important;
    text-decoration: none !important;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail-vitrine-lot.pt {
        height: 360px;
    }

.lot-info {
    padding: 2px 5px;
}

.lot-price {
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
    min-height: 90px;
}

.pt .lot-price {
    min-height: 40px;
}

.cat-lot {
    font-size: 14px;
}

.price-line {
    font-size: 14px;
    font-weight: bold;
}

.lance-line {
    font-size: 16px;
    font-weight: bold;
}

.label-sm {
    font-size: 12px;
    padding: 6px;
    display: block;
    text-align: center;
}

.label-md {
    font-size: 16px;
    padding: 6px;
    display: block;
    text-align: center;
}

.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;
}

.lotDetail-table-praca {
    border: 1px solid #0d72aa;
    padding: 6px;
}

.praca-active {
    background-color: #053067;
    color: white;
}

@media (max-width: 767px) {
    .form-control-account {
        padding: 0.5rem !important;
        font-size: 16px !important;
    }
    .social-media li {
        margin-left: 10px !important;
    }

    .logOn-auditorio {
        padding-bottom: 30px;
    }

    .drop-links-mobile {
        color: #0d72aa !important;
    }

    .buttons-header {
        text-align: left;
        margin-top: 10px;
    }

    /* .mobile-header-icons {
        margin-left: 10px !important;
    }
*/
    .select2-mobile {
        margin-top: 1%;
    }

    .drop-menu-footer {
        min-width: 256px;
        transform: translate3d(-250px, -180px, 0px) !important;
    }

    .drop-menu-footer-favorite {
        transform: translate3d(-75px,30px,0) !important;
    }

    .social-media-mobile {
        margin-bottom: 0px;
        padding-bottom: 10px !important;
    }

    .inf-footer-mobile {
        display: center;
        justify-content: center;
        align-items: center;
    }

    .footer-mobile {
        padding-left: 0.5%;
        padding-right: 0.5%;
    }

    .social-media-pc {
        display: none;
    }

    .inf-lotDetail-imovel {
        display: grid;
    }

    .inf-judicial-lotDetail {
        display: grid;
    }

    .main-container {
        bottom: 0;
        right: unset;
        width: 100%;
        border-radius: 0;
        max-width: unset;
    }

    .leilao-obs {
        font-size: 70% !important;
    }

    #termSearch-pc {
        display: none;
    }

    .dropdown-menu-header {
        min-width: 100%;
    }

    .mobile-footer-icons {
        text-align: center;
        margin-top: 1rem;
        margin-right: 10px;
    }

    .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: 39px;
        }

    .navbar-search {
        position: relative;
        float: right;
        padding: 6px 10px 4px 10px;
        margin: 8px 10px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #337ab7;
        border-radius: 4px;
        font-size: 16px;
        min-width: 40px;
    }

        .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;
    }

    body {
        padding-top: 50px;
    }

    .btn-search {
        display: none;
    }

    .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;
    }
    .alert-documents ul {
        grid-template-columns: 1fr;
    }
    .alert-documents::before {
        display: none;
    }
}

@media (min-width: 768px) {
    .border-md {
        border: 1px solid #dee2e6 !important;
    }
    .logOn-auditorio {
        border-right: 1px solid #cecece;
    }

    .inf-judicial-lotDetail {
        display: flex !important;
    }

    #modal-termSearch-mobile {
        display: none;
    }

    .navbar-search {
        display: none;
    }

    .search-group > input {
        width: 65% !important;
    }

    .search-group > select {
        width: 35% !important;
    }

    .navbar {
        min-height: 85px;
    }

    .btn-search-mobile {
        display: none;
    }

    .newsletter-popup {
        width: 745px;
    }

        .newsletter-popup modal-title {
            font-size: 22px;
        }

        .newsletter-popup .modal-body {
            min-height: 360px;
        }

        .newsletter-popup .modal-content {
            border-radius: 0;
        }

            .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;
        }

        .newsletter-popup .group-control {
            margin-top: 10px;
        }

        .newsletter-popup .select2-selection {
            width: 100%;
        }

    [class^='select2'] {
        border-radius: 0px !important;
    }
}

@media (max-width: 991px) {
    .aviso-global-large img, .aviso-global-small img {
        width: 100%;
        height: 100%;
    }

    .advSearch-mobile {
        display: none;
    }

    .left-column {
        margin-top: 2%;
    }

    .box-search {
        width: 100%;
    }

    .category-advSearch-bens {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .box-search {
        width: 100%;
    }

    .mobile-perc-parc {
        height: 20px !important;
        align-content: baseline !important;
    }
}

.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: 'Montserrat', sans-serif;
    font-weight: bold;
    width: 100%;
    margin-left: 5%;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    color: var(--azulFrazao);
    align-items: center;
}

/*Estilizãção dos dropdowns da navbar*/
.dropdown-principal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dropdown-principal .fa-chevron-right {
        margin-left: auto;
        font-size: 14px;
        transition: transform 0.3s ease;
        color: var(--cinzaFrazao);
    }

.custom-icon {
    color: var(--cinzaFrazao);
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover .dropdown-toggle .fa-chevron-right {
    transform: rotate(90deg);
}

.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 {
    position: relative;
    top: 0;
    height: 230px;
    left: 0;
    margin: 0 auto;
    margin-top: 0;
    background-color: transparent;
    background-size: cover;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
}

    .sb-main::before {
        content: '';
        height: 100%;
        display: block;
    }

.box-caption {
    z-index: 9;
    position: absolute;
    top: 0;
    width: 100%;
}

.head-box-banner {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 100px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
}

.container-search {
    position: relative;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.75);
    padding: 15px;
    min-height: 65px;
}

.sb-featured {
    display: block;
    background-color: #fff;
    min-height: 350px;
    margin-top: -35px;
    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);
}


h2 {
    font-size: 20px;
}

h1 {
    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;
    margin-top: 10px;
}

    .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: 20px;
}

    .bid-info b {
        color: #181818;
    }

big {
    font-weight: bold;
}

.text-medium {
    font-size: 15px;
}

.file-list {
    padding-left: 0;
    list-style: none;
}

    .file-list li a {
        float: left;
        width: 100%;
        height: 110px;
        padding: 10px;
        line-height: 1.4;
        text-align: center;
        display: inline-grid;
        overflow: hidden;
        border-radius: 6px;
        font-size: 12px;
        margin: 10px;
        align-items: center;
        color: black;
        font-weight: bold;
    }

@media(max-width:600px) {
    .file-list li a {
        margin: 2px;
    }
}

@media(max-width:420px) {
    .file-list li a {
        width: 38vw;
        height: 150px;
    }
}

.file-list li a:hover {
    text-decoration: none;
    background: #ececec;
}

.file-list li a i.fa {
    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: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    background-color: var(--azulFrazao);
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    z-index: 99999;
    display: none;
    font-size: 32px;
}

.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: -15px;
    top: 45%;
}

.slick-next {
    right: -15px;
    top: 45%;
}

.slick-prev, .slick-next {
    color: #838383 !important;
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 99;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 6px;
                height: 6px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                border: 2px solid #00497d;
                border-radius: 20px;
                background: #00497d;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: var(--azulFrazao);
        }

/* Bootstrap Utilities */

.p-2 {
    padding: 2rem;
}

.icon-bullet {
    display: inline-block;
    height: 18px;
    width: 18px;
    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 var(--azulFrazao);
}

.bid-conditional .header-inner, .bid-aproved .header-inner {
    font-size: 90%;
    font-weight: bold;
}

.bid-aproved {
}


.social-media a {
    color: #1e3c7a;
    font-size: 26px;
    line-height: 26px;
}

.social-media ul {
    list-style: none;
    padding: 0;
}

.social-media li {
    display: inline-block;
    width: 40px;
    padding: 5px 0;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.leilao-vitrine {
    border: 2px solid #e6e6e6;
    margin: 10px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    /*    -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);
*/ overflow: hidden
}

.item-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 125px;
    min-width: 125px;
    height: 90px;
    min-height: 90px;
    aspect-ratio: 125 / 90;
    overflow: hidden;
}

.leilao-footer {
    display: flex;
    justify-content: space-between;
    height: 20px;
}

.leilao-desc {
    height: 72px;
    display: block;
    text-align: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.leilao-obs {
    font-size: 80%;
    text-align: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 20px
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}

.card {
    /*    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
    margin-top: 20px;
    border-radius: 5px !important;
    border: 2px solid var(--border) !important;
}

.openAuction {
    margin: 10px auto;
    display: block;
    /*width: 210px;*/
}

/** Modal Search **/
.search-modal .modal-dialog {
    /*max-width: 1000px;*/
}

.search-modal .modal-title {
    width: 100%;
    text-align: center;
    color: #1e3c7a;
    font-size: 20px;
    font-weight: bold;
}

.select-lg {
    height: 48px;
    border: 2px solid var(--border);
    background-color: transparent;
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
}

.content-list .content-item {
    display: block;
    cursor: pointer;
    margin: 0;
}

.gm-style-iw-d .gm-content {
    display: flex;
}

.gm-style-iw-d img {
    margin-right: 10px;
}

.gm-style-iw-d .gm-content p {
    margin-bottom: 10px;
}

.gm-style-iw-d .gm-photo {
    display: inline-flex;
    align-content: center;
}

.gm-style-iw-d .gm-title {
    max-width: 205px;
}

/*.gm-heading {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 14px;
    max-width: 205px;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    padding: 5px;
}*/
/*Styles de SearchPanel Small*/
.search-small .select-lg {
    height: 42px;
    font-size: 16px;
}

.search-small .container-search {
    background: rgba(255, 255, 255, 0.85);
}

.search-small .sb-main {
    position: static;
    height: auto;
}

.search-small .title-label {
    font-size: 14px;
}

.search-small .btn-lg {
    font-size: unset;
}

.search-small .sb-main::before {
    height: unset;
}

.search-small .head-box-banner {
    display: none;
}

.search-small .box-caption {
    position: static;
}

.search-small .box-search {
    width: 100%;
}

/*Styles de SearchLot*/
.card-format-all {
    height: auto;
}

.lot-number {
    /*text-align:left;
    padding-left: 6px;*/
}

.lote-information {
    background-color: #ebe6e6;
    text-align: center;
    padding: 10px 0px;
    height: 63px;
}

    .lote-information p {
        text-align: center;
    }

.img-saler-type {
    margin: 0 5px 0 16px;
}

.inf-leilao-calendar {
    height: 80px;
    font-weight: 500;
}

.lote-valores {
    display: grid;
    align-content: center;
}

.price-leiloes {
    height: 50px;
    margin: 10px 0 10px 0;
    align-content: center;
}

.status-blue {
    color: #fff;
    background-color: #00497d;
    border: #00497d;
}

    .status-blue:hover {
        color: #fff;
        background-color: #284c94;
        text-decoration: unset;
    }

.lote-information {
    background-color: #ebe6e6;
    text-align: center;
    padding: 10px 0px;
    height: 63px;
}

.item-price-leiloes span {
    text-align: center;
    font-size: 14px;
}

.lot-info {
    padding: 0px;
}

.lot-favorite {
    z-index: 99;
    padding: 0 4px;
}

    .lot-favorite .lot-is-favorited {
        color: gold !important;
    }


.title-label {
    font-size: 22px;
    font-weight: bold;
    color: #1e3c7a;
}

.checkbox-items {
    max-height: 250px;
    overflow: auto;
}

.bounce-5 {
    animation-name: bounce-5;
    animation-timing-function: ease;
    animation-delay: .1s;
    animation-duration: 1.2s;
}


.left-sidebar {
    min-width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    background-color: #f8f9fa;
    margin-right: 25px;
}

.link-name {
    margin: 20px;
    cursor: pointer;
    color: #053067;
    font-weight: bold;
    padding: 10px;
}

    .link-name:hover {
        background-color: #f3f4f5;
        color: #0069d9;
    }

a:link {
    text-decoration: none;
}

.content-right {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.btn-modal-search-layout {
    width: 49%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pregao-andamento {
    border: 1px solid #856404;
}

.title-initial-value {
    font-size: 13px !important;
}

.cur-bid-pag {
    font-size: 12px;
    font-weight: bold;
    color: #4b4b4b;
    text-shadow: 1px 1px 0#fff;
    float: right;
}

.file-img-box {
    line-height: 90px;
    text-align: center;
    margin-right: 10px;
}

    .file-img-box img {
        height: 60px;
    }

/* Classe para adequação da imagem da campanha de leilão na Home */
@media (max-width: 767px) {
    .campanha-desktop {
        display: none;
    }

    .banner-campanha-mobile {
        height: 182px;
    }

    .leilao-vitrine {
        margin: 10%;
        width: 80%;
        margin-bottom: 0;
    }

    .slick-prev {
        left: 10px;
        top: 45%;
    }

    .slick-next {
        right: 10px;
        top: 45%;
    }

    .label-destaque {
        margin-left: 5%;
        margin-right: 10%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .btn-leilao-group {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .btn-leilao {
        width: 100%;
        font-size: 15px !important;
    }
}

@media (min-width: 768px) {
    .banner-campanha-desktop {
        height: 182px;
    }

    .campanha-mobile {
        display: none;
    }
}

.widget_title {
    font-size: 20px;
}

img {
    aspect-ratio: attr(width) / attr(height);
}

.photo-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom: 3px solid rgba(0,0,0,.125);
}

.comitente-tag {
    height: 40px;
    width: 150px;
    background-color: #fff;
    border-radius: 0px 30px 0px 0px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-top: 3px solid rgba(0,0,0,.125);
    border-right: 3px solid rgba(0,0,0,.125);
    top: 3px;
}

.stats-tag {
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
    background-color: #00000080;
    justify-content: space-between;
    display: flex;
}

.number-tag {
    height: 30px;
    background-color: #fff;
    border-radius: 0 0 0 20px;
    border-left: 3px solid rgb(225, 225, 225);
    border-bottom: 3px solid rgb(225, 225, 225);
    font-size: 14px;
    color: black;
    z-index: 10;
}

.lote-element {
    padding-right: 30px;
    padding-left: 30px;
}
/*.container-sale {
    max-width: 1340px
}*/
.lot-info-cap {
    height: 40px
}

.lot-title-cap {
    height: 40px
}

.text-elipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-elipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lot-header {
    position: absolute;
    z-index: 10;
}

.label-green {
    color: #0A9510;
}

.label-grey {
    color: #797974;
}

.msg-not-found {
}

.lot-area-cap {
    height: 20px
}

.border-top-praca {
    border-top: 1px solid #82827A;
}

.search-bar-container {
    border: 2px solid #E6E6E6;
    padding: 50px;
    border-radius: 10px 0 10px 10px;
    display: flex;
    height: 150px;
    justify-content: space-between;
}

@media (max-width: 468px) {
    .search-bar-container {
        justify-content: center;
        border: none;
    }

    .tab-search {
        border: none !important;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .tab-search.active {
            color: var(--azulFrazao) !important;
        }

    .search-bar-container {
        justify-items: center;
    }

    .comitente-tag {
        top: 5px;
    }

    .carousel-leiloes .slick-prev {
        top: 40%;
    }

    .carousel-leiloes .slick-next {
        top: 40%;
    }
}

.tab-search {
    padding: 10px;
    border: 2px solid #e6e6e6;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    cursor: pointer;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
}

.search-tabs {
    padding: 0 !important;
    align-items: flex-end;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    bottom: -2px;
    position: relative;
    color: var(--cinzaFrazao);
}

.tab-search.active {
    color: var(--cinzaTextos);
    height: 70px;
    background-color: white;
}

.tab-search:not(.active) {
    height: 55px;
}

.search-bar-keyword {
    font-weight: 400;
    height: 48px;
    border: 2px solid var(--border);
    border-radius: 5px;
    height: 42px;
    font-size: 18px;
}

    /* (Chrome, Safari) */
    .search-bar-keyword::-webkit-input-placeholder {
        font-size: 18px;
        color: var(--cinzaTextos)
    }

    /* Para Firefox */
    .search-bar-keyword::-moz-placeholder {
        font-size: 18px;
        color: var(--cinzaTextos)
    }

    /* Para Internet Explorer */
    .search-bar-keyword:-ms-input-placeholder {
        font-size: 18px;
        color: var(--cinzaTextos)
    }

    /* Para a maioria dos navegadores */
    .search-bar-keyword::placeholder {
        font-size: 18px;
        color: var(--cinzaTextos)
    }

.carousel-leiloes {
    height: 300px;
}

    .carousel-leiloes .slick-prev {
        top: 35%;
    }

    .carousel-leiloes .slick-next {
        top: 35%;
    }

.carousel-leiloes,
.carousel-lotes,
.container-partners {
    margin-bottom: 35px;
}

.label-destaque {
    font-weight: bold;
    color: #00497D;
    font-size: 24px;
}

.label-destaque-leilao {
    font-weight: bold;
    color: #00497D;
    font-size: 24px;
}

.fake-select-wrap {
    position: relative;
    display: inline-block;
}

.fake-select-placeholder {
    font-size: 18px;
    line-height: 2.5rem;
    color: var(--cinzaFrazao);
    border-radius: 5px;
    border: 2px solid var(--border);
    padding: 0 10px;
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.chevron-icon {
    margin-left: 15px;
    font-size: 1rem;
    color: var(--cinzaFrazao);
    transition: transform 0.3s;
}

.fake-select-wrap.active .chevron-icon {
    transform: rotate(180deg);
}

.fake-select-options {
    display: none;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid var(--border);
    z-index: 10;
    box-sizing: border-box;
    color: var(--cinzaFrazao)
}

    .fake-select-options li {
        padding: 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .fake-select-options li:hover {
            background-color: #f0f0f0;
        }

.fake-select-wrap.active .fake-select-options {
    display: block;
}

.fake-select-options i {
    margin-right: 8px;
}

.blog-item {
    margin-top: 10px;
    height: 200px;
    width: 100%;
    border-radius: 3px;
}
/*CSS parceiros home page*/
.container-partners {
    width: fit-content;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.partner {
    border: 2px solid var(--border);
    border-radius: 5px;
    align-items: center;
    display: flex;
    /*  margin-right: 20px;
    margin-left: 20px;*/
    padding: 10px;
    width: 280px
}

/* Estilização card blog na home page */
.card-blog {
    border: 2px solid var(--border);
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    background-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    cursor: pointer;
}

    .card-blog:hover {
        transform: scale(1.03);
    }

.img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--cinzaTextos);
}

.card-text {
    font-size: 1rem;
    color: var(--cinzaTextos);
}

@media (max-width: 768px) {
    .container-posts {
        flex-direction: column;
        align-items: center;
    }

    .card-blog {
        max-width: 100%;
    }
}

.card-leilao-title {
    font-size: 15px;
    font-weight: 500;
}

.auction-title-cap {
    height: 40px;
    margin-bottom: 10px;
}

/*.auction-list {
    padding-right: 20px;
    padding-left: 20px;
}*/

.auction-card-info {
    font-weight: 600;
    height: 80px;
}

.date-auction {
    color: #FFF;
    text-decoration: none;
}


.status-auction, .status-auction:hover {
    color: #FFF;
    text-decoration: none;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.auction-list-container {
    justify-content: center;
    display: grid;
}

.auction-element {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modo-praca {
    display: grid;
    gap: 10px;
}

.label-modo-leilao {
    font-weight: bold;
    font-size: 14px;
}

.destaque-footer {
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auction-destaque {
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid rgba(0,0,0,.125);
    display: block;
    background-color: #fff;
}

    .auction-destaque:hover {
        box-shadow: 0 5px 11px -5px rgba(0,0,0,.75);
    }

/*Estilização responsividade footer*/
@media (max-width: 768px) {
    .footer-site .row {
        text-align: center;
    }

    .footer-site .col-sm {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-site .link-footer,
    .footer-site .social-media,
    .footer-site img,
    .footer-adress {
        text-align: center;
    }

    .mobile-footer-icons {
        list-style: none;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

        .mobile-footer-icons li {
            margin: 0 10px;
        }
}

.filter-lots {
    padding: 5px;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    background-color: white;
}

.auction-img-cap {
    height: auto;
}

#pnlQualify,
#pnlLogonRequired {
    border: none !important;
    box-shadow: none !important;
}

.alert-text {
    color: white;
    display: flex;
    justify-content: center;
}

    .alert-text:hover {
        text-decoration: underline;
        color: white;
    }

.text-underline:hover {
    cursor: pointer;
    color: #00497d;
}

.filter-sidebar {
    position: fixed;
    top: 0;
    right: -60%;
    width: 40%;
    height: 100%;
    background-color: white;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 2001;
    transition: transform 0.3s ease-in-out;
    overflow-y: scroll;
}

@media (max-width: 750px) {
    .filter-sidebar {
        right: 100%;
        width: 100%;
        overflow-x: scroll;
    }

    #bottom-close-right-bar {
        margin-bottom: 20px !important
    }
}

@media (max-width: 468px) {
    .search-bar-container {
        padding: 0px
    }
}

@media (min-width: 468px) and (max-width: 994px) {
    .search-bar-container {
        height: 230px;
    }

    .sb-main {
        height: 270px;
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 2000;
}

.no-scroll {
    overflow: hidden;
}

.clean-filter {
    background: white;
    border: 3px solid var(--azulFrazao);
    border-radius: 5px;
    color: var(--azulFrazao);
    font-weight: 600;
}


.close-sidebar {
    background-color: white;
    border: none;
}

.auction-description {
    font-size: 14px;
}

.text-laranja {
    color: var(--laranjaFrazao)
}

.pre-info-cap {
    height: 50px;
    align-items: center;
}

.blue-tab {
    background-color: var(--azulFrazao) !important;
    font-weight: bold;
    border: none;
}

.preVis-active {
    opacity: 0.5;
}

.additional-photo {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 50px;
}

    .additional-photo * {
        top: 0% !important;
    }

.blog-card {
    max-width: 350px;
    height: 400px;
}

.aindaNaoTemCadastro {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.additional-photos .slick-prev.slick-arrow,
.additional-photos .slick-next.slick-arrow {
    top: 25% !important;
}

.photo-min {
    cursor: pointer;
}

/*Preview*/
.mainFoto {
    height: 100%;
    width: 100%;
}

/*SITUACAO DO LOTe - DESKTOP*/
.situacaoDoLance {
    font-weight: bold;
    color: black;
    margin-right: 15px;
}


.statusLote {
    display: flex;
    justify-content: space-between;
    display: flex;
    margin-top: 15px;
}

    .statusLote span {
        color: #D56700;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
    }

/*SITUACAO DO LOTE - MOBILE*/
@media (max-width: 768px) {
    .statusLote span {
        font-size: 16px;
    }
}

.lanceEspaco {
    margin-bottom: -28px;
    margin-top: -25px;
}


.colorCopiarLink {
    color: #007bff;
}

#cmbTipo {
    padding-left: 30px;
}

.iconBarraDePesquisa {
    color: #B5B4B4;
    left: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.container-auction-search {
    border: 3px solid var(--border);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auction-favorited {
    color: gold;
}

.auction-favorite:hover {
    color: gold;
}

.lot-favorited {
    color: gold;
}

    .lot-favorited:hover {
        color: gold;
    }

.img-banner-comitente {
    /*height: 360px;*/
    width: 100%;
}

@media (max-width: 600px) {
    .option-search {
        padding-bottom: 10px;
    }
}

@media(max-width:600px) {
    .btn-leilao-group a {
        border-radius: 10px !important;
        border: 2px solid var(--azulFrazao) !important;
        margin: 5px;
    }
}

.modal-body > .close {
    z-index: 10;
    position: inherit;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1049;
}

.navbar-light .navbar-toggler {
    color: var(--azulFrazao) !important;
    border: none !important;
}

.lote-topinfo {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.content-list-lote {
    justify-content: center;
    display: flex;
}

@media (max-width: 768px) {
    .navbar-nav, .dropdown-itens {
        color: white !important;
    }

    .label-usuario {
        color: white;
    }

    .container-auctions-home {
        margin: 0px !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -80%;
        width: 80%;
        height: 100vh;
        background-color: var(--azulFrazao);
        color: white;
        z-index: 1050;
        transition: right 0.2s ease-in-out;
    }

        .navbar-collapse.show {
            right: 0;
        }

        .navbar-collapse.collapsing {
            right: -80%;
            transition: right 0.2s ease-in-out;
        }

    .close-btn {
        font-size: 2.5em;
        color: white;
        background: none;
        border: none;
        cursor: pointer;
        display: block !important;
    }

    .navbar-nav .nav-link {
        color: white;
        font-size: 1.2em;
        padding: 10px 20px;
    }

    .dropdown-menu {
        background-color: var(--azulFrazao);
        border: none;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background-color: #1c1c3c;
        }

    .nav-link {
        color: white !important;
    }

    .break-two-lines {
        flex-wrap: wrap;
    }

        .break-two-lines > div {
            flex: 0 0 100%;
        }

    .lote-topinfo {
        padding: 0px;
    }
}

.nav-h5 {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.btn-fav {
    font-weight: bold;
    font-size: 24px;
}

    .btn-fav:hover {
        color: var(--azulFrazao)
    }

.btn-fav-active {
    font-size: 24px;
    color: var(--azulFrazao);
    font-weight: bold;
    text-decoration: underline;
}

.carousel-lotes .slick-prev {
    left: 0px;
}

.carousel-lotes .slick-next {
    right: 0px;
}

.consultarEdital {
    text-decoration: underline;
}

#txtUF {
    color: #82827A;
}
.card-auction {
    position: absolute;
    width: 100%;
}
#show-calendar {
    font-weight: bold;
}

#show-agenda {
    font-weight: bold;
}

#btnLogin {
    background: #00497D !important;
}

    #btnLogin:hover {
        background-color: #003a63 !important;
    }

 
#codeSMS::-webkit-outer-spin-button,
#codeSMS::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#codeSMS {
    -moz-appearance: textfield;
    width: 410px;
}

@media (max-width: 576px) { 
    #codeSMS {
        width: 100%; 
        max-width: 250px; 
        display: block;
        margin: 0 auto; 
    }
    /*
    .form-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }*/
}

.bannerComitente {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #fff;
    display: block;
    border-radius: 10px;
}


@media (max-width: 576px) {
    .bannerComitente {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        display: block;
        margin: 0 auto;
        background: #fff;
    }

    .container-auction-search {
        height: auto !important;
        min-height: unset !important;
        align-items: flex-start !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


.inf-leilao-calendar {
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

.informacao-lote {
    min-height: 50px;
    overflow: hidden;
    width: 100%;
    font-size: 9px;
    line-height: 1.4;
    color: #000;
    margin-top: auto;
    font-weight: 600;
}

.footer-endereco {
    font-size: 20px;
}

#advancedSearchTab {
    min-height: 50px; 
}

#btnSearchAdvancedProperty {
    min-height: 45px; 
}

.title-main {
    font-size: 1.5rem;
}

.title-newsletter {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .search-bar-container .row {
        min-height: 45px;
    }

    .search-bar-container .select-lg {
        height: 45px;
        min-height: 45px;
    }

    #btnSearchAdvancedProperty {
        height: 45px;
        min-height: 45px;
    }
}

icon-search {
    width: 17px;
    height: 17px;
    display: inline-block;
}

.icon-filter {
    width: 17px;
    height: 17px;
    display: inline-block;
}

.fa,
.fas,
.fab {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
}

nav.navbar.fixed-top {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.comitente-tag .comitente-logo-ico {
    height: 30px !important;
    width: auto !important;
    max-width: 120px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain;
}

.hero-banner .slick-list {
    min-height: 450px;
    aspect-ratio: 1920 / 450;
}

.slick-list {
    width: 100%;
    overflow: hidden;
}

.slick-slider:not(.slick-initialized) {
    visibility: hidden;
}

.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;
}