: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;
}

.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;
    }

    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: #337ab7;
        color: #fff;
        margin: -4px -4px 0 -4px;
        text-align: center;
        padding: 3px 0;
    }

    .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%);
    }

    @media (max-width: 767px) {
        .footer-site {
            padding: 20px;
        }

        .footer-whatsapp {
            left: 55%;
            transform: translateY(-100%);
        }
    }

    .footer-container {
        padding-top: 40px;
    }

    .whatsapp-footer {
        font-size: 18px;
    }

    @media (min-width: 988px) {
        .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: 14px;
        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: 14px;
        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 {
        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: 1px;
        display: inline-block;
    }

    .photo-text {
        position: absolute;
        z-index: 99;
        width: 100%;
        height: 60px;
        bottom: 1px;
        color: #FFF;
        font-size: 12px;
        padding: 0 5px;
        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: 410px;
        overflow: hidden;
        padding: 0 !important;
        text-decoration: none !important;
    }

        .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;
}