* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
body {
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
}
::-webkit-scrollbar {
    background-color: rgb(200, 200, 200);
    border: 5px solid #fff;
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgb(17, 33, 68);
    border-radius: 50px;
    border: 2px solid #fff;
}
.nav-top {
    background-color: #191919;
    padding: 0.3rem 0 0.3rem 0;
}
nav.navbar {
    background-color: #ffffff;
    padding: 0.5rem 0 0.5rem 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(56, 56, 56);
    -moz-box-shadow: 0px 5px 5px 0px rgba(56, 56, 56);
    box-shadow: 0px 5px 5px 0px rgb(56, 56, 56);
}
nav.navbar a.navbar-brand img {
    height: 60px;
}
nav.navbar .navbar-nav .nav-item .nav-link {
    color: #191919;
    border-bottom: 2px solid #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px 0 5px;
    padding: 0 0 0 0;
    text-transform: uppercase;
    text-decoration: none;
}
nav.navbar .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid #191919;
}
.nav-top .nav .nav-item {
    padding: 0.5rem;
}
.nav-top .nav .nav-item .nav-link {
    color: #fff;
    border-bottom: 2px solid #191919;
    font-size: 13px;
    font-weight: 500;
    padding: 0 0 0 0;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-top .nav .nav-item .nav-link:hover {
    border-bottom: 2px solid #fff;
}
/*Banner Home*/

/*section.banner-home {
    background-image: url('/assets/images/banner-home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}*/

section.banner-home .carousel-inner .carousel-item .carousel-caption {
    top: 40%;
}
section.banner-home .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}
section.banner-home .carousel-inner .carousel-item .carousel-caption .barra-pesquisa {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, .5);
    margin: 0 auto;
    padding: 15px 20px;
    width: 100%;
}
section.banner-home .carousel-inner .carousel-item .carousel-caption .barra-pesquisa .border-end {
    border-right: 1px solid #161616!important;
}
section.banner-home .carousel-inner .carousel-item .carousel-caption .barra-pesquisa .btn-light {
    background-color: #fff;
    border-color: #161616;
    width: 95%;
}
section.banner-home .carousel-inner .carousel-item .carousel-caption .barra-pesquisa .btn-filtrar {
    border: 1px solid #161616;
    color: #161616;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0 10px 0 0;
    width: 200px;
}
section.banner-home .carousel-inner .carousel-item .carousel-caption .barra-pesquisa .btn-filtrar:hover {
    background-color: #161616;
    border: 1px solid #161616;
    color: #ffffff;
}
.barra-pesquisa .bootstrap-select {
    width: 100%!important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #161616;
}
.bootstrap-select .dropdown-menu .dropdown-item.active, .bootstrap-select .dropdown-menu .dropdown-item:active {
    background-color: #112144;
}
#categorias {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
/*Início Modal aviso*/

#avisoModal .aviso .warning {
    color: #ff7600;
}
/*Fim Modal aviso*/

/*Informações*/

section.informacoes {
    background-color: #fff;
    padding: 5rem 0 2rem;
}
section.informacoes .card {
    border: 3px solid #1a2738;
    border-radius: 1.5rem;
    padding: 1rem;
}
section.informacoes .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*height: 158px;*/
}
section.informacoes .card .card-body h5 {
    color: #1a2738;
    font-size: 40px;
    font-weight: 800;
}
section.informacoes .card .card-body .btn-link {
    background-color: #1a2738;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 220px;
}
section.informacoes .card .card-body .btn-link:hover {
    background-color: #626262;
}
/*Newsletter*/

section.newsletter {
    background-image: url('/assets/images/bg-newsletter.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
section.newsletter h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 0 0;
}
section.newsletter input {
    background-color: transparent;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 0px solid #fff;
    border-radius: 20px;
    color: #fff;
}
section.newsletter input.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5e605f;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(219 219 219 / 25%);
}
section.newsletter input::placeholder {
    color: #fff;
}
section.newsletter button.btn-enviar {
    background-color: transparent;
    border-top: 1px solid #fff;
    border-left: 0px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    /*border-radius: 20px;*/
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    color: #fff;
    height: 35px;
}
section.newsletter button.btn-enviar:hover {
    background-color: #fff;
}
section.newsletter .form-control.is-invalid, section.newsletter .was-validated .form-control:invalid {
    border-color: #ffffff;
}
section.newsletter .invalid-feedback {
    color: #161616;
    font-size: 16px;
}
.resp-email-newsletter {
    display: none;
    margin: 0 auto 10px auto;
    padding: 5px;
    max-width: 500px;
}
/*Footer*/

footer {
    background-color: #161616;
}
footer h4 {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
}
footer ul.nav {
    margin: 20px 0 0 0;
}
footer ul.nav li.nav-item a.nav-link, footer ul.nav li.nav-item p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0.2rem 0;
}
footer ul.nav li.nav-item a.nav-link:hover {
    text-decoration: underline 2px solid #fff;
    text-underline-offset: 2px;
    text-underline-position: under;
}
footer h4 a.link-logo img {
    height: 70px;
}
footer ul.nav li.nav-item p {
    margin: 0 0 0 0;
}
footer ul.nav.list-redes-sociais {
    margin: 5px 0 5px 0;
    width: 150px;
}
footer ul.nav li.nav-item a.nav-link.redes-sociais, footer ul.nav.list-redes-sociais li.nav-item a.nav-link.redes-sociais {
    border-radius: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0 5px 0 0;
    text-decoration: none;
    width: 40px;
}
footer ul.nav li.nav-item a.nav-link.redes-sociais:hover, footer ul.nav.list-redes-sociais li.nav-item a.nav-link.redes-sociais:hover {
    background-color: #fff;
    color: #161616;
}
footer .faixa-cinza {
    background-image: url('/assets/images/bg-faixa-cinza.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 95px;
    margin: 50px 0 20px 0;
}
footer .faixa-cinza i, footer .faixa-cinza p, footer .faixa-cinza strong {
    color: #fff;
}
footer .faixa-cinza i {}
footer .faixa-cinza p {
    margin: 0 0 0 0;
}
footer .faixa-cinza p span {
    border: 1px solid #fff;
    padding: 0 5px;
}
footer .faixa-cinza strong {}
footer .copyright {
    border-top: 1px solid #fff;
}
footer .copyright small {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.03rem;
    width: 100%;
}
footer .copyright small a {
    color: #fff;
    text-decoration: none;
}
footer .copyright small a:hover {
    text-decoration: underline;
}
footer .link-whatsapp {
    color: #fff;
    text-decoration: none;
}
footer .link-whatsapp:hover {
    text-decoration: underline;
}
footer .link-whatsapp i {}
footer .btn-whatsapp {
    background-color: #34af23;
    border-radius: 70%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 22px;
    right: 22px;
    height: 55px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    width: 55px;
}
footer .btn-whatsapp i {
    font-size: 35px;
}
footer .btn-whatsapp:hover {
    text-decoration: none;
    color: #108300;
}
/*HOME*/

section.destaques {
    background-image: url('/assets/images/bg-destaques.jpg');
    /*    background-color: #121212;*/
    padding: 100px 0;
}
section.destaques h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 2rem 0;
    text-transform: uppercase;
    text-align: center;
}
section.destaques .card {}
section.destaques .card .aviso-novo-lance {
    animation: piscaPisca 4s infinite;
    background-color: #FFC107;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    position: absolute;
    top: 250px;
    z-index: 2;
    text-transform: uppercase;
    width: 100%;
}
@keyframes piscaPisca {
    0% {
        background-color: #FFC107;
    }
    10% {
        background-color: #FFC107;
    }
    15% {
        background-color: #c39200;
    }
    20% {
        background-color: #c39200;
    }
    25% {
        background-color: #FFC107;
    }
    30% {
        background-color: #FFC107;
    }
    35% {
        background-color: #c39200;
    }
    40% {
        background-color: #c39200;
    }
    45% {
        background-color: #FFC107;
    }
    50% {
        background-color: #FFC107;
    }
    55% {
        background-color: #c39200;
    }
    60% {
        background-color: #c39200;
    }
    65% {
        background-color: #FFC107;
    }
    70% {
        background-color: #FFC107;
    }
    75% {
        background-color: #c39200;
    }
    80% {
        background-color: #c39200;
    }
    85% {
        background-color: #FFC107;
    }
    90% {
        background-color: #FFC107;
    }
    95% {
        background-color: #c39200;
    }
    100% {
        background-color: #c39200;
    }
}
section.destaques .card, section.destaques .card .card-header {
    background-color: #d5d5d5;
    border: 0;
    border-radius: 0;
}
section.destaques .card .card-header h4 {
    color: #112144;
    font-size: 18px;
    font-weight: bold;
}
section.destaques .card .card-header p {
    color: #505050;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 0 0;
}
section.destaques .card .card-header i {
    color: #112144;
}
section.destaques .card .carousel .carousel-indicators {
    margin-bottom: 1.5rem;
}
section.destaques .card .carousel .carousel-indicators button {
    border: 0;
    border-radius: 15px;
    height: 15px;
    width: 15px;
}
section.destaques .card .carousel {
    padding: 1rem 1rem;
}
section.destaques .card .carousel .carousel-inner {
    box-shadow: 0px 5px 5px 3px rgba(48, 48, 48, 0.35);
    -webkit-box-shadow: 0px 5px 5px 3px rgba(48, 48, 48, 0.35);
    -moz-box-shadow: 0px 5px 5px 3px rgba(48, 48, 48, 0.35);
}
section.destaques .card .carousel .carousel-inner .carousel-item img {
    aspect-ratio: 5 / 3;
    filter: brightness(0.7);
}
section.destaques .card .card-body .card-title, section.destaques .card .card-body .card-text {
    color: #112144;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
}
section.destaques .card .card-body .card-text .lance-inicial {
    font-size: 14px;
}
section.destaques .card .card-body .card-text.ult-lance {
    color: #2a58bb;
    margin: 0;
}
section.destaques .card .card-body .card-text.ult-lance .ultimo-lance-valor {
    font-size: 14px;
}
section.destaques .card .card-body .card-text.usuario {
    color: #c51313;
    font-size: 14px;
    margin: 0;
}
section.destaques .card .card-body .card-link, section.destaques.agenda .card .card-body .card-link, section.destaques.arena .card .card-body .btn-enviar-lance {
    background-color: #112144;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
section.destaques .card .card-body .card-link:hover, section.destaques.agenda .card .card-body .card-link:hover, section.destaques.arena .card .card-body .btn-enviar-lance:hover {
    background-color: #081124;
}
section.destaques.arena .card .card-header h3 {
    color: #112144;
    font-size: 18px;
    font-weight: bold;
}
section.destaques.arena .card .card-header h4 {
    color: #112144;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 2px 0;
}
section.destaques.arena .card .card-header ul.contador {
    margin: 0 0 0 0;
    border-bottom: 1px solid;
    border-radius: 0;
}
section.destaques.arena .card .card-header ul.contador li {
    background-color: #d5d5d5;
    border: 0;
    border-radius: 0;
    color: #112144;
    padding: 0;
    text-align: left;
    width: 100%;
}
section.destaques.arena .card .card-header ul.contador li div {
    font-size: 25px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
section.destaques.arena .card .card-header ul.contador li p {
    border-radius: 0px;
    color: #fff;
    color: #112144;
    padding: 0px 8px 2px 0px;
}
section.destaques .card .card-footer {
    background-color: #a9a8a8;
    border: 0;
    border-radius: 0;
}
section.destaques .card .card-footer h4 {
    color: #191919;
    font-size: 11px;
    font-weight: bold;
}
section.destaques .card .card-footer p {
    color: #161616;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 0;
}
section.destaques .card .card-footer i {
    color: #112144;
}
section.destaques .card .card-img-top {
    border-radius: 0;
}
.desativado {
    text-decoration: line-through;
}
/*AGENDA HOME*/

section.destaques .card.card-agenda {
    border: 1px solid #dee2e6;
}
section.destaques .card.card-agenda a {
    text-decoration: none;
}
section.destaques .card.card-agenda a:hover {
    background-color: #112144;
}
section.destaques .card.card-agenda .card-body .card-title {
    line-height: 20px;
    text-align: center;
}
section.destaques .card.card-agenda a:hover .card-body .card-title {
    color: #fff;
}
/*AGENDA*/

section.destaques.agenda a.btn-arena {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.8);
    color: #112144;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 40px 0;
    padding: 5px 8px;
    text-decoration: none;
    text-transform: uppercase;
}
section.destaques.agenda a.btn-arena:hover {
    background-color: #112144;
    color: #fff;
    /*text-decoration: underline 2px solid #fff;
    text-underline-offset: 2px;
    text-underline-position: under;*/
}
section.destaques.agenda .card {
    border: 1px solid #dee2e6;
}
section.destaques.agenda .card a {
    text-decoration: none;
}
section.destaques.agenda .card a:hover {
    background-color: #112144;
}
section.destaques.agenda .card a:hover .card-body .card-title {
    color: #fff;
}
/*CONFIRMAÇÃO DE CADASTRO*/

section.aviso-confirmacao {
    padding: 6rem 0;
}
section.aviso-confirmacao i {
    color: #191919;
}
section.aviso-confirmacao h2 {
    color: #191919;
    font-size: 3rem;
    padding: 3rem 0 0 0;
}
section.aviso-confirmacao h3 {
    color: #ff7600;
    padding: 1rem 0 1rem 0;
}
section.aviso-confirmacao .btn-logar {
    background-color: #191919;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    width: 250px;
}
section.aviso-confirmacao .btn-logar:hover {
    background-color: #000;
    color: #fff;
}
/*ARENA*/

section.destaques.arena .card .card-footer p {
    font-size: 14px;
    font-weight: 600;
}
/*LEILÃO*/

section.imagens {
    padding: 3rem 0;
}
.imagens .nav .nav-item .nav-link {
    color: #112143;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
}
.imagens .nav .nav-item .nav-link i {
    margin: 0 5px 0 0;
}
.imagens .nav .nav-item .nav-link i, .valores .nav .nav-item .nav-link strong {
    color: #112143;
    font-size: 22px;
}
.imagens .nav .nav-item .nav-link:hover, .imagens .nav .nav-item .nav-link:hover i, .valores .nav .nav-item .nav-link:hover strong {
    color: #2450ab;
}
section.imagens .card.card-principal, section.imagens .card.card-secundario {
    border: 0px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(159 159 159);
    -moz-box-shadow: 5px 5px 5px 0px rgba(159 159 159);
    box-shadow: 5px 5px 5px 0px rgb(159 159 159);
}
section.imagens .card.card-principal a, section.imagens .card.card-secundario a {
    aspect-ratio: 16 / 9;
    display: block;
    /*height: 484px;*/
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}
section.imagens .card.card-secundario a {
    height: 230px;
}
section.imagens .card.card-principal a .card-img, section.imagens .card.card-secundario a .card-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transition: .3s all ease;
    transition: .3s all ease;
    filter: brightness(0.8);
}
section.imagens .card.card-principal a:hover .card-img, section.imagens .card.card-secundario a:hover .card-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
section.imagens .card.card-principal a .card-img-overlay, section.imagens .card.card-secundario a .card-img-overlay {
    border-radius: 0;
    display: flex;
    align-items: end;
    justify-content: center;
}
section.imagens .card.card-principal a .card-img-overlay h5, section.imagens .card.card-secundario a .card-img-overlay h5 {
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 5px 10px;
    transition: all 0.4s ease-out;
}
section.imagens .card.card-principal a:hover .card-img-overlay h5, section.imagens .card.card-secundario a:hover .card-img-overlay h5 {
    background-color: #fff;
    color: #112144;
}
.descricao .resumo, .descricao .observacoes {
    overflow: auto;
    max-height: 490px;
}
.descricao .observacoes {
    max-height: 435px;
}
/*.descricao .resumo::-webkit-scrollbar {
    background-color: rgb(200, 200, 200);
    border: 5px solid #fff;
    width: 12px;
}
.descricao .resumo::-webkit-scrollbar-thumb {
    background-color: rgb(17, 33, 68);
    border-radius: 50px;
    border: 2px solid #fff;
}*/

.descricao h2, .descricao h3, .descricao p {
    color: #112144;
    /*    font-size: 35px;*/
    font-size: 25px;
    font-weight: bold;
    /*    text-align: center;*/
}
.descricao h3 {
    font-size: 40px;
    text-align: left;
}
.descricao p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}
.form-lance h4 {
    color: #112144;
    font-size: 1.9rem;
    font-weight: 700;
}
.form-lance ul.contador {
    margin: 0 0 30px 0;
    border-bottom: 1px solid;
    border-radius: 0;
}
.form-lance ul.contador li {
    border: 0;
    padding-left: 0;
    width: 100%;
}
.form-lance ul.contador li div {
    color: #112144;
    font-size: 35px;
    font-weight: bold;
}
.form-lance ul.contador li p {
    color: #112144;
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 0 0;
    text-align: left;
}
.form-lance form {
    background-image: url('/assets/images/bg-form-lances.jpg');
    background-repeat: no-repeat;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(159 159 159);
    -moz-box-shadow: 5px 5px 5px 0px rgba(159 159 159);
    box-shadow: 5px 5px 5px 0px rgb(159 159 159);
    position: relative;
}
.form-lance .aviso-novo-lance {
    animation: piscaPisca 4s infinite;
    background-color: #FFC107;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    position: absolute;
    top: 110px;
    z-index: 2;
    text-transform: uppercase;
    width: 95%;
}
.form-lance p {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin: 2px 0;
    text-align: center;
}
.form-lance .ult-lance {
    color: #83aaff;
    font-weight: 600;
}
.form-lance .ultimo-lance-valor {
    color: #ff0000;
    font-weight: 600;
}
.form-lance .usuario {
    color: #ff0000;
    font-weight: 600;
    font-size: 18px;
}
.form-lance label {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 2px;
}
.form-lance input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    margin-bottom: .8rem;
    width: 100%;
}
.form-lance .btn-enviar-lance {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(8 17 36);
    -moz-box-shadow: 0px 3px 3px 0px rgba(8 17 36);
    box-shadow: 0px 3px 3px 0px rgba(8 17 36);
    /*border-radius: 0;*/
    color: #112144;
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    width: 100%;
}
.form-lance .btn-enviar-lance:hover {
    background-color: #144ec7!important;
    color: #fff;
}
.form-lance .nav {
    flex-wrap: nowrap;
    margin: 30px 0 0 0;
}
.form-lance .nav .nav-item .nav-link {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(159 159 159);
    -moz-box-shadow: 5px 5px 5px 0px rgba(159 159 159);
    box-shadow: 5px 5px 5px 0px rgb(159 159 159);
    display: inline-block;
    color: #112143;
    text-align: center;
    text-transform: uppercase;
    width: 212px;
}
.form-lance .nav .nav-item .nav-link:hover {
    color: #254487;
}
.form-contato div.interna {
    border: 2px solid #112144;
    border-radius: 10px;
    padding: 1rem;
    position: relative;
}
.form-contato div.interna legend {
    color: #112144;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.8rem;
}
.form-group {
    position: relative;
    margin: 40px auto;
}
.form-control {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 35px;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #112144;
    background-color: transparent;
    &+label {
        position: absolute;
        top: 10px;
        left: 3px;
        font-size: 16px;
        font-weight: 700;
        color: #112144;
        transition: all 0.4s ease-out;
    }
    &:focus {
        box-shadow: none;
        outline: none;
        border-width: 2px;
        border-color: #112144;
    }
    &:focus+label, &.has-value+label {
        top: -15px;
        color: #112144;
        font-size: 12px;
    }
}
.input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.form-lance .maiores-lances {
    margin: 5px 0 0 0;
}
.form-lance .maiores-lances li h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.form-lance .maiores-lances li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
.form-contato .btn-enviar {
    border: 2px solid #112144;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    padding: 0rem;
    text-transform: uppercase;
    width: 170px;
}
.form-contato .btn-enviar:hover {
    background-color: #112144;
    color: #fff;
}
.descricao h2.obs {
    text-align: left;
}
.resp-email {
    display: none;
}
.valores ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.valores ul li {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.valores ul li .data-leilao {
    display: flex;
    flex-direction: column;
}
.valores ul li i, .valores ul li div.data-leilao strong, .valores ul li strong {
    color: #112143;
    margin: 0;
}
.valores ul li i {
    margin: 0 10px 0 0;
}
.valores ul li strong {
    margin-left: auto;
}
/*QUEM SOMOS*/

section.funciona h2, section.quem-somos h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
section.quem-somos .card.card-principal a .card-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
section.quem-somos .card.card-principal a:hover .card-img {
    filter: brightness(0.7);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
section.quem-somos .card.card-principal a .card-img-overlay {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.quem-somos .card.card-principal a .card-img-overlay h5 {
    border-radius: 50px;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 5px 10px;
    transition: all 0.4s ease-out;
    height: 40px;
    width: 40px;
}
section.quem-somos .card.card-principal a:hover .card-img-overlay h5 {
    background-color: #fff;
    color: #112144;
}
/*CADASTRO*/

.cadastro h1, .login h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cadastro h2 {
    border-bottom: 2px solid;
    border-width: 3px;
    color: #212529;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cadastro .nav-pills .nav-link {
    color: #112144;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.cadastro .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #112144;
    color: #ffffff;
}
.cadastro .btn-voltar, .cadastro .btn-enviar, .login .btn-enviar, .btn-recuperar-senha, .form-contato .btn-enviar-contato {
    background-color: #191919;
    border-color: #191919;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    width: 200px;
}
.cadastro .btn-enviar:hover, .login .btn-enviar:hover, .btn-recuperar-senha:hover, .form-contato .btn-enviar-contato:hover {
    background-color: #000000!important;
    border-color: #000000!important;
    color: #ffffff!important;
}
.btn-recuperar-senha {
    font-size: 16px;
    text-transform: capitalize;
    width: auto;
}
.cadastro .btn-voltar {
    background-color: #6c757d;
    color: #ffffff;
}
.cadastro .btn-voltar:hover {
    background-color: #59626a;
    color: #ffffff;
}
.form-control, .form-select {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 35px;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    border: none;
    /*border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;*/
    border-bottom: 1px solid #112144;
    background-color: transparent;
    /*border-radius: 8px;*/
}
section.cadastro .form-control.rg-cnh, section.cadastro .form-control.comprovante-residencia, section.cadastro .form-control.certidando-nascimento-casamento {
    border: 1px solid #000!important;
    border-radius: 8px 8px 8px 8px;
}
/* .prev-step, .next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step {
    background-color: #0db02b;
} */

.dropdown-menu.show {
    max-height: 200px !important;
    /*min-height: 200px !important;*/
}
/*status*/

.cancelado {
    background-color: #686868 !important;
    color: #c5c5c5 !important;
}
.form-lance .btn-enviar-lance.cancelado:hover, .cancelado:hover {
    background-color: #575757 !important;
}
.encerrado {
    background-color: #196401 !important;
}
.encerrado:hover {
    background-color: #0f4000 !important;
}
@media (max-width: 1400px) {
    .form-lance .nav .nav-item .nav-link {
        width: 182px;
    }
}
@media (max-width: 1199.98px) {
    .navbar-toggler {
        border: 1px solid #fff;
    }
    .navbar-toggler-icon {
        background-image: url('/assets/images/icone-menu-hamburguer.png');
    }
    .form-lance .nav .nav-item .nav-link {
        width: 312px;
    }
    section.destaques.arena .card .card-header ul.contador li p {
        font-size: 11px;
    }
    section.destaques.arena .card .card-header ul.contador li div {
        font-size: 20px;
    }
    section.informacoes .card .card-body h5 {
        font-size: 30px;
    }
    section.newsletter h2 {
        font-size: 22px;
        text-align: center;
    }
}
@media (max-width: 991.98px) {
    section.banner-home .carousel-inner .carousel-item .carousel-caption {
        top: 30%;
    }
    section.banner-home .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 22px;
    }
    .dropdown-menu.show {
        max-height: 90px !important;
    }
    .form-lance .nav .nav-item .nav-link {
        width: 232px;
    }
}
@media (max-width: 767.98px) {
    /*section.banner-home {
        background-image: url('/macedoleiloes/assets/images/banner-home-mobile.jpg');
    }*/
    section.banner-home .carousel-inner {}
    section.banner-home .carousel-inner .img-banner-home {
        height: 400px;
    }
    section.banner-home .carousel-inner .carousel-item .carousel-caption {
        top: 5%;
    }
    section.banner-home .carousel-inner .carousel-item .carousel-caption .barra-pesquisa .dropdown-menu.show {
        /*        transform: translate3d(9px, 40px, 0px) !important;*/
        min-width: 95%;
    }
    section.banner-home .carousel-inner .carousel-item .carousel-caption .barra-pesquisa .btn-light {
        width: 100%;
    }
    section.banner-home .carousel-inner .carousel-item .carousel-caption .barra-pesquisa .btn-filtrar {
        width: 208px;
    }
    section.destaques {
        padding: 50px 0;
    }
    section.informacoes {
        padding: 3rem 0 0rem;
    }
    .form-lance .nav .nav-item .nav-link {
        width: 172px;
    }
    .form-contato .btn-enviar {
        width: 100%;
    }
    .descricao h3 {
        font-size: 27px;
    }
    footer ul.nav {
        display: inline-flex;
    }
    footer ul.nav.list-redes-sociais {
        width: 100%;
    }
    footer ul.nav.list-redes-sociais .nav-item {
        width: 100%;
    }
    footer ul.nav.list-redes-sociais .nav-item .nav-link {
        margin: 0 auto!important;
    }
    footer .faixa-cinza {
        flex-wrap: wrap;
        margin: 10px 0 20px 0;
        height: 125px;
        padding-top: 5px;
        text-align: center;
    }
    footer .faixa-cinza i {
        height: 36px;
        line-height: 36px;
    }
}
@media (max-width: 575.98px) {
    nav.navbar .navbar-brand {
        width: 60%;
    }
    section.banner-home .carousel-inner {}
    section.banner-home .carousel-inner .img-banner-home {
        height: 450px;
    }
    .form-lance ul.contador li div {}
    .form-lance ul.contador li p {
        font-size: 16px;
    }
    .form-lance .nav {
        display: block;
    }
    .form-lance .nav .nav-item {
        margin: 0 0 10px 0;
    }
    .form-lance .nav .nav-item .nav-link {
        width: 100%;
    }
}
@media (max-width: 475px) {
    section.newsletter h2 {
        font-size: 18px;
    }
}