* {
    outline: none;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    background: #f9f9f9;
}

html {
    scroll-behavior: smooth;
}

button:focus {
    outline: none;
}

path {
    transition: 0.4s;
}

a,
a:hover,
button {
    text-decoration: none !important;
    cursor: pointer !important;
    transition: 0.4s;
}

.container {
    max-width: 1200px !important;
    width: 100%;
}

.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

/* ini: Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulsex {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.pulseIcon:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

div.alert-message-danger.w-100 {
    background: linear-gradient(90deg, #c10a0a 12.11%, #ff0000 44.9%);
    /* box-shadow: 0px 4px 10px rgb(0 0 0 / 25%); */
    /*height: 100%;*/
    color: rgb(255, 255, 255);
    padding: 3px;
}

div.alert-message-success.w-100 {
    background: linear-gradient(90deg, #0f9600 12.11%, #3ab411 44.9%);
    /* box-shadow: 0px 4px 10px rgb(0 0 0 / 25%); */
    /*height: 100%;*/
    color: rgb(255, 255, 255);
    padding: 3px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* end: Preloader */

/* Geral */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(90deg, #ffa700 33.59%, #ff8a00 89.84%);
    width: 26px;
    height: 12px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: transparent;
    border: 1px solid #ffa700;
    border-radius: 30px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.4s ease;
}

/* header */
header.fixar {
    position: fixed;
    top: 0;
    z-index: 9999;
    height: auto;
}

header.fixar .navbar-brand {
    padding: 1px 0;
}

header.fixar .navbar-brand img {
    max-width: 77px;
}

header.fixar input#busca,
header.fixar button {
    height: 24px;
}

header.fixar .login img {
    height: 24px;
}

header.fixar .login p {
    font-size: 12px;
    line-height: 12px;
}

header.fixar nav.navbar.navbar-expand-md.w-100 {
    height: 24px;
}

header.fixar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    line-height: 14px;
}

header.fixar .navbar-nav .nav-item .nav-link::after {
    top: 15px;
}

header {
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    width: 100%;
    transition: 0.4s;
}

header .navbar-brand {
    margin-right: 0;
    transition: 0.4s;
    font-size: 0;
    padding: 15px 0;
}

header .navbar-brand img {
    width: 100%;
    max-width: 240px;
    transition: 0.4s;
}

nav.navbar.navbar-expand-md.w-100 {
    background: linear-gradient(90deg, #ffa700 12.11%, #ff8a00 44.9%);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    height: 68px;
}

header .navbar-nav {
    align-items: center;
}

header .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    display: table;
    padding: 0 5px;
}

header .navbar-nav .nav-item .nav-link::after {
    display: block;
    content: "";
    width: 95%;
    height: 3px;
    background: #fcbc56;
    position: absolute;
    top: 21px;
    margin: 0 auto;
    opacity: 0;
    transition: 0.4s;
}

header .navbar-nav .nav-item:hover .nav-link::after {
    opacity: 1;
}

header .navbar-nav .nav-item .nav-link:hover {
    font-weight: bold;
    color: #fff;
}

header form {
    width: 40%;
    display: flex;
    align-items: center;
}

header input#busca {
    border: 1px solid #bdbdbd;
    border-radius: 5px 0px 0px 5px;
    background: transparent;
    height: 40px;
    border-right: none;
}

header .search-button {
    background: linear-gradient(90deg, #ffa700 33.59%, #ff8a00 89.84%);
    border-radius: 0px 5px 5px 0px;
    border: none;
    height: 40px;
    padding: 0 20px;
}

header .search-button:hover {
    background: #ff8a00;
    transition: 0s;
}

.login {
    display: flex;
    align-items: center;
}

.login img {
    margin-right: 15px;
}

.login p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #828282;
    margin: 0;
}

.login a {
    font-weight: bold;
    color: #828282;
}

.login .btn-login {
    color: #ffa700;
}

.login a:hover {
    font-weight: 400;
}

.menu-secundario {
    padding: 30px 0 10px;
}

.menu-secundario .owl-menu {
    /*.menu-secundario ul {*/
    padding: 30px;
    border: 1px solid #ffa700;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.menu-secundario li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #001b42;
    display: inline;
    height: 44px;
}

.menu-secundario li a:hover {
    font-weight: bold;
    color: #ffa700;
}

.menu-secundario img {
    margin-right: 5px;
}

.owl-menu .owl-item img {
    display: inline !important;
    width: unset !important;
}

.leilao-online {
    padding: 30px 0;
}

.leiloes {
    padding: 20px 0 50px;
}

.leiloes aside {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.leiloes h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #001b42;
    margin: 0 auto 40px;
    display: table;
}

.leiloes h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #fcbc56;
    position: relative;
    top: 2px;
    margin: 0 auto;
}

.leiloes .btn-filtro {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #001b42;
    padding: 15px 25px;
    margin: 0;
    border: 1px solid #001b42;
    border-radius: 5px;
    position: absolute;
}

.leiloes .btn-filtro:hover {
    background: #fcbc56;
    border: 1px solid #fcbc56;
}

.leiloes .btn-filtro img {
    margin-left: 5px;
}

.leiloes aside img {
    margin-right: 10px;
}

.leiloes aside h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #001b42;
    margin: 0 0 40px;
}

.leiloes aside li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin: 0 0 30px;
}

.leiloes aside li:last-child {
    border-bottom: none;
}

.leiloes aside a {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #828282;
    display: flex;
    align-items: center;
}

.leiloes aside a:hover {
    color: #fcbc56;
}

.leiloes .card {
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.leiloes .card .topo {
    background: #f2f2f2;
    border-radius: 30px 30px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100%;*/
    overflow: hidden;
}

.leiloes .card .topo img {
    height: 100%;
    width: 100%;
    transition: 0.4s;
    transform: scale(1);
}

.leiloes .card a:hover img {
    transform: scale(1.05);
}

.leiloes .conteudo {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 180px);
}

.leiloes .card h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #828282;
    margin: 15px 0;
}

.leiloes .card h4 {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #001b42;
    margin: 0 0 15px;
}

.leiloes .card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #828282;
    margin: 0 0 20px;
}

.leiloes .card ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.leiloes .card li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #828282;
}

.leiloes .card li img {
    margin-right: 5px;
}

.leiloes .btn-detalhe {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    display: table;
    background: linear-gradient(90deg, #ffa700 33.59%, #ff8a00 89.84%);
    border-radius: 5px;
    padding: 15px 30px;
    margin: 0 auto 20px;
}

.leiloes .btn-detalhe:hover {
    color: #ffffff;
    background: #ffa700;
}

.btn-edital {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    display: table;
    background: linear-gradient(90deg, #ffa700 33.59%, #ff8a00 89.84%);
    border-radius: 5px;
    padding: 15px 30px;
}

.btn-edital:hover {
    color: #ffffff;
    background: #ffa700;
}

.div-download-contrato{
    border-radius: 30px; 
    line-height: 1px; 
    border: 1px solid red; 
    padding: 15px;
}


.leiloes .btn-vermais {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffa700;
    display: table;
    margin: 40px auto 0;
    padding: 15px 30px;
    border: 1px solid #ffa700;
    border-radius: 5px;
}

.leiloes .btn-vermais:hover {
    color: #fff;
    background: linear-gradient(90deg, #ffa700 33.59%, #ff8a00 89.84%);
}

.filtro {
    position: fixed;
    top: 20px;
    right: -60%;
    z-index: 99999;
    background: #fff;
    width: 50%;
    border-radius: 15px 0px 0px 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    transition: 0.4s;
}

.filtro.active {
    right: 0;
}

.bg-fitro.active {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.4s;
}

.filtro .topo {
    background: #001b42;
    border-radius: 15px 0px 0px 0px;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 50px;
}

.filtro a.btn-close-filtro {
    position: absolute;
    left: -15px;
    z-index: 99;
}

.filtro a.btn-close-filtro img {
    width: 30px;
}

.filtro .topo h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.filtro .topo h2 img {
    margin-left: 10px;
    width: 20px;
}

.filtro .item {
    padding: 15px 30px 10px;
    border-bottom: 1px solid #e0e0e0;
}

.filtro .item.sem-borda {
    border-bottom: none;
}

.filtro h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #001b42;
    margin: 0 0 10px;
}

.filtro h4 img {
    margin-right: 10px;
    width: 20px;
}

.filtro label {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.filtro span {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #828282;
    margin-left: 10px;
}

.filtro button {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(90deg, #ffa700 33.59%, #ff8a00 89.84%);
    border-radius: 5px;
    border: none;
    padding: 15px 30px;
    margin: 20px 30px 20px;
}

.filtro button:hover {
    background: #ff8a00;
}

.novidades {
    padding: 0 0 50px;
}

.novidades .box {
    padding: 30px 60px;
    background: #001b42;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.novidades h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    width: 35%;
    margin: 0 auto;
    display: table;
}

.novidades h2 span {
    font-weight: 700;
}

.novidades form {
    width: 35%;
    display: flex;
    align-items: center;
}

.novidades input {
    border: 1px solid #bdbdbd;
    border-radius: 50px 0px 0px 50px;
    background: #fff;
    height: 50px;
    border-right: none;
}

.novidades button {
    font-size: 16px;
    color: #fff;
    background: linear-gradient(90deg, #ffa700 33.59%, #ff8a00 89.84%);
    border-radius: 0px 50px 50px 0px;
    border: none;
    height: 50px;
    padding: 0 20px;
}

.novidades button:hover {
    background: #ff8a00;
}

.fale-conosco {
    padding: 0 0 50px;
}

.fale-conosco h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #001b42;
    margin: 0 auto 40px;
    display: table;
}

.fale-conosco h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #fcbc56;
    position: relative;
    top: 2px;
    margin: 0 auto;
}

.fale-conosco input.form-control {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #bdbdbd;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding-left: 20px;
}

.fale-conosco textarea.form-control {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #bdbdbd;
    height: 200px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding-top: 20px;
    padding-left: 20px;
}

.fale-conosco button {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffa700;
    display: table;
    padding: 15px 30px;
    border: 1px solid #ffa700;
    background: transparent;
    border-radius: 5px;
}

.fale-conosco button:hover {
    color: #fff;
    background: linear-gradient(90deg, #ffa700 33.59%, #ff8a00 89.84%);
}

.fale-conosco iframe {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    margin-bottom: 20px;
}

.fale-conosco p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #001b42;
    margin: 0 0 20px;
}

.fale-conosco p span {
    font-weight: 700;
}

.fale-conosco p img {
    margin-right: 5px;
}

footer {
    background: #001b42;
}

footer .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 0;
}

footer li.nav-item {
    display: flex;
    align-items: center;
}

footer .nav-item:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ffa700;
    transform: rotate(45deg);
    margin-right: 15px;
}

footer .nav-item .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    display: table;
    padding: 0 5px;
}

footer .nav-item .nav-link::after {
    display: block;
    content: "";
    width: 95%;
    height: 3px;
    background: #fcbc56;
    position: absolute;
    top: 21px;
    margin: 0 auto;
    opacity: 0;
    transition: 0.4s;
}

footer .nav-item:hover .nav-link::after {
    opacity: 1;
}

footer .nav-item .nav-link:hover {
    font-weight: bold;
    color: #fff;
}

.rodape {
    background: #00122d;
    padding: 20px 0;
}

.rodape p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.leilao-display {
    padding: 30px 0 50px;
}

.leilao-display .box {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    display: flex;
}

.leilao-display .titulo {
    width: 32%;
    /*height: 400px;*/
    background: #f2f2f2;
    border-radius: 30px 0px 0px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.leilao-display h1 {
    font-weight: 900;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #001b42;
    margin: 0 0 20px;
}

.leilao-display .titulo span {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #001b42;
}

.leilao-display .titulo img {
    height: 70px;
}

.leilao-display .conteudo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    width: 68%;
    border-radius: 0 30px 30px 0;
}

.leilao-display h2 {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    text-transform: uppercase;
    color: #001b42;
    margin: 0 0 20px;
}

.leilao-display p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    padding: 10px 15px;
    border: 1px solid #828282;
    border-radius: 5px;
    display: table;
    margin: 0 0 20px;
}

.leilao-display li {
    font-size: 18px;
    line-height: 18px;
    color: #4f4f4f;
    margin-bottom: 10px;
}

.leilao-display .btn-habilite-se {
    font-size: 16px;
    line-height: 19px;
    color: #001b42;
    text-align: center;
    max-width: 280px;
    width: 100%;
    display: table;
    border: 1px solid #001b42;
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.leilao-display .btn-habilite-se:hover {
    color: #fff;
    background: #001b42;
}

.leilao-display .btn-live {
    font-size: 16px;
    line-height: 19px;
    color: #001b42;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #001b42;
    border-radius: 15px;
    padding: 15px 20px;
    max-width: 280px;
    margin-bottom: 15px;
}

.leilao-display .btn-live img {
    margin-right: 10px;
}

.leilao-display .btn-live h4 {
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #ff3d00;
    display: table;
    margin: 0;
    transition: 0.4s;
}

.leilao-display .btn-live p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #001b42;
    margin: 0;
    transition: 0.4s;
    padding: 0;
    border: none;
    display: table;
}

.leilao-display .btn-live:hover {
    color: #fff;
    background: #001b42;
}

.leilao-display .btn-live:hover h4,
.leilao-display .btn-live:hover p {
    color: #fff;
}

.leilao-display .btn-status {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background: #27ae60;
    border-radius: 15px;
    padding: 10px 20px;
    max-width: 280px;
    width: 100%;
    display: table;
}

.leilao-listagem .item {
    border-bottom: 1px solid #e0e0e0;
}

.leilao-listagem .item img.img-fluid {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 15px;
}

.leilao-listagem .item .tag {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    border-radius: 5px;
    display: table;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.leilao-listagem .item .tag.vermelho {
    color: #ff0000;
    background: rgba(255, 151, 151, 0.42);
}

.leilao-listagem .item .tag.cinza {
    color: #4f4f4f;
    background: #e0e0e0;
}

.leilao-listagem .item h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #4f4f4f;
    margin: 0 0 15px;
}

.leilao-listagem .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4f4f4f;
    margin: 0 0 15px;
}

.leilao-listagem .item ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.leilao-listagem .item li {
    font-size: 16px;
    line-height: 19px;
    color: #4f4f4f;
    display: flex;
}

.leilao-listagem .item li:after {
    content: "";
    height: 50px;
    width: 1px;
    background: #e0e0e0;
    display: block;
    margin-left: 75px;
}

.leilao-listagem .item li:last-child:after {
    display: none;
}

.leilao-listagem .item li p {
    margin: 0;
}

.leilao-listagem .item a.btn-detalhe {
    margin: 0;
}

.leilao-interna {
    padding: 40px 0;
}

.leilao-interna h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #4f4f4f;
    margin: 0 0 40px;
}

.leilao-interna img.fotorama__img {
    border-radius: 15px !important;
}

.leilao-interna h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #4f4f4f;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 30px;
}

.leilao-interna h2:after {
    content: "";
    width: 126px;
    height: 3px;
    background: #fcbc56;
    display: table;
}

.leilao-interna li {
    font-size: 16px;
    line-height: 19px;
    color: #4f4f4f;
    margin-bottom: 15px;
}

.leilao-interna .navegacao {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 7.5px;
    margin-bottom: 30px;
}

.leilao-interna .navegacao a,
.leilao-interna .navegacao h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #001b42;
    margin: 0;
}

.leilao-interna .navegacao a.inativo,
.leilao-interna .navegacao a.inativo:hover {
    color: #bdbdbd;
}

.leilao-interna .navegacao a:hover {
    color: #fcbc56;
}

.leilao-interna .box-lotes .topo {
    background: #001b42;
    border-radius: 10px 10px 0px 0px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leilao-interna .box-lotes .topo img {
    margin-right: 10px;
}

.leilao-interna .box-lotes .topo h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
}

.leilao-interna .box-lotes .topo h4 span {
    font-weight: 400;
    font-size: 16px;
}

.leilao-interna .box-lotes .conteudo {
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 10px 10px;
    padding: 15px;
}

.leilao-interna .box-lotes .conteudo li {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #4f4f4f;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.leilao-interna .box-lotes .conteudo li span {
    font-weight: 400;
}

.leilao-interna .box-lotes .btn-status {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background: #27ae60;
    border-radius: 15px;
    padding: 10px 20px;
    max-width: 280px;
    width: 100%;
    display: table;
}

.tempo-restante {
    border: 1px solid #bdbdbd;
    border-radius: 15px;
    padding: 10px 5px;
    margin-top: 15px;
}

.tempo-restante h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #001b42;
    margin: 0 0 2px;
}

.tempo-restante .clock {
    display: flex;
    justify-content: center;
}

.tempo-restante .clock p {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #ffa700;
    margin: 0;
}

#days {
    margin-right: 8px;
}

.tempo-restante p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #4f4f4f;
    margin: 2px 0 0;
}

.conteudo-interno {
    margin: 50px 0 0;
}

.conteudo-interno .table-responsive {
    display: table;
}

.conteudo-interno .table-responsive th {
    text-transform: uppercase;
}

.leiloes.cadastro {
    padding: 40px 0 50px;
}

.leiloes.cadastro h1 {
    margin: 0 0 40px;
}

.leiloes.cadastro h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #001b42;
    margin: 40px 0 20px;
}

.leiloes.cadastro label {
    font-size: 16px;
    line-height: 19px;
    color: #001b42;
}

.leiloes.cadastro input.form-control,
.leiloes.cadastro select.form-control {
    background: #ffffff;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    height: 50px;
    margin-bottom: 20px;
}

.leiloes.cadastro span.laranja {
    color: #ffa700;
}

.leiloes.cadastro button.btn-detalhe {
    border: none;
    margin: 20px 0;
}

.form-cadastro input.form-control,
select.form-control {
    height: 40px;
    margin-bottom: 10px;
}

.form-cadastro input.form-control,
select.form-control {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #484848;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding-left: 20px;
}

.choose-person-btn {
    width: 100%;
    padding: 20px;
    background-color: #001b42;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.choose-person-btn:hover {
    color: #ffa700;
    -webkit-transform: scale(1.01);
    box-shadow: #001b42;
}

.choose-person-btn:hover img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(39%) saturate(6620%)
        hue-rotate(1deg) brightness(106%) contrast(104%);
}

.cadaster-form-nav {
    border: none;
}

.cadaster-form-nav li {
    width: fit-content;
    margin: 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    line-height: 18px;
    border: 1px solid #001b42;
    overflow: hidden;
}

.cadaster-form-nav li button {
    display: flex;
    justify-content: center;
    margin: 0;
    align-items: center;
    padding: 10px 12px;
    color: #001b42;
    border: none;
    border-radius: 0;
}

.cadaster-form-nav li:first-child {
    border-radius: 10px 0px 0px 10px;
}

.cadaster-form-nav li:last-child {
    border-radius: 0px 10px 10px 0px;
}

.cadaster-form-nav .show-infos li:first-child {
    border-radius: 10px 10px 0px 0px;
}

.cadaster-form-nav .show-infos li:last-child {
    border-radius: 0px 0px 10px 10px;
}

.cadaster-form-nav li .active {
    background-color: #001b42 !important;
    color: #ffffff !important;
    border: none;
    height: 100%;
}

.cadaster-form-nav li img {
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(12%) saturate(6692%)
        hue-rotate(188deg) brightness(99%) contrast(109%);
}

.cadaster-form-nav li .active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(311deg) brightness(102%) contrast(104%);
}

.cadaster-form-tab-number {
    font-size: 30px;
    line-height: 38px;
}

.cadaster-form-nav-btn-carousel {
    display: flex;
    justify-content: center;
    margin: 0;
    align-items: center;
    padding: 10px 12px;
    background-color: #001b42;
    border-radius: 10px 10px 0px 0px;
    color: #ffffff;
}

.cadaster-form-nav-btn-carousel img {
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(311deg) brightness(102%) contrast(104%);
}

#cadasterFormNavCarousel .carousel-control-prev,
#cadasterFormNavCarousel .carousel-control-next {
    filter: brightness(0) saturate(100%) invert(12%) sepia(12%) saturate(6692%)
        hue-rotate(188deg) brightness(99%) contrast(109%);
}

.lista-lotes {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.lista-lotes h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #001b42;
    margin: 0;
    padding: 12px;
}

.lista-lotes .list-group-item {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #001b42;
    text-align: center;
    padding: 12px;
    border-radius: 0 0;
    cursor: pointer;
}

.lista-lotes .list-group-item:last-child {
    border-radius: 0 0 10px 10px;
}

.lista-lotes .list-group .list-group-item.active {
    color: #ffffff;
    background-color: #ffa700;
    border: none;
}

#message {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.lance-cronometro {
    color: #ffffff;
    background-color: #001b42;
    border-radius: 12px;
    margin: 24px 0;
}
.cronometro {
    color: #001b42;
    display: flex;
    justify-content: center;
    background-color: #ffc107;
    border-radius: 12px 0 0 12px ;
}
#clock {
    font-size: 30px;
    align-self: center;
}
#status-arrematado {
    margin: 24px auto;
    display: none;
}
#status-arrematado.visible {
    display: block;
}
#status-arrematado h2 {
    text-align: center;
    text-transform: uppercase;
    color: #198754;
}

#status {
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #27AE60;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0;
}

#status_lote {
  color: white;
  padding: 4px 12px;
  background-color: #27AE60;
  border-radius: 8px;
  text-transform: uppercase;
}

#status_lote.aberto {
  background-color: #27AE60;
}
#status_lote.arrematado {
  background-color: #198754;
}
#status_lote.condicional {
  background-color: var(--bs-link-color);
}
#status_lote.suspenso {
  background-color: #dc3545;
}
#status_lote.repasse {
  background-color: var(--bs-code-color);
}
#status_lote.nao-vendido {
  background-color: #FFA700;
}

.winnerBid {
    background-color: #27AE60;
}

@media (max-width: 1489px) {
    /*.cronometro {*/
    /*    border-radius: 0 0 12px 12px;*/
    /*}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    .menu-secundario ul {
        padding: 30px 15px;
    }

    .menu-secundario li a {
        font-size: 15px;
    }

    .leiloes .card li {
        font-size: 13px;
        line-height: 13px;
    }

    footer .nav-item .nav-link {
        font-size: 12px;
        line-height: 10px;
        padding: 0 2px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .login img {
        margin-right: 10px;
    }

    .login p {
        font-size: 16px;
        line-height: 18px;
    }

    header form {
        width: 35%;
    }

    header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 16px;
    }

    .menu-secundario ul {
        padding: 20px 10px;
    }

    .menu-secundario img {
        margin-right: 3px;
        width: 25px;
    }

    .menu-secundario li a {
        font-size: 12px;
        line-height: 12px;
    }

    .filtro span {
        font-size: 10px;
        line-height: 14px;
        margin-left: 1px;
    }

    .leiloes aside {
        padding: 30px 5px;
    }

    .leiloes aside img {
        margin-right: 5px;
    }

    .leiloes aside h2 {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 30px;
    }

    .leiloes aside li {
        padding-bottom: 20px;
        margin: 0 0 20px;
    }

    .leiloes aside a {
        font-size: 16px;
        line-height: 18px;
    }

    .leiloes .card .topo img {
        height: auto;
    }

    .leiloes .conteudo {
        height: calc(100% - 60px);
    }

    .leiloes .card .topo {
        height: 100%;
    }

    .leiloes .card ul {
        padding: 10px 5px;
    }

    .leiloes .card li img {
        margin-right: 3px;
        width: 20px;
    }

    .leiloes .card li {
        font-size: 10px;
        line-height: 10px;
    }

    footer .nav-item:before {
        margin-right: 5px;
    }

    footer .nav-item .nav-link {
        font-size: 10px;
        line-height: 10px;
        padding: 0 1px;
    }

    .fale-conosco p {
        font-size: 16px;
        line-height: 18px;
    }

    .leilao-listagem .item .tag {
        font-size: 10px;
        line-height: 10px;
        padding: 8px 20px;
        margin-bottom: 10px;
    }

    .leilao-listagem .item h2 {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 10px;
    }

    .leilao-listagem .item p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 10px;
    }

    .leilao-listagem .item li:after {
        height: 30px;
        margin-left: 40px;
    }

    .leilao-listagem .item img.img-fluid {
        height: 180px;
    }

    .leilao-interna .navegacao a,
    .leilao-interna .navegacao h4 {
        font-size: 10px;
        line-height: 12px;
    }

    .leilao-interna .box-lotes .topo h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .leilao-interna .box-lotes .topo h4 span {
        font-size: 13px;
    }

    .leilao-interna .box-lotes .conteudo li {
        font-size: 10px;
        line-height: 12px;
    }

    .leilao-interna .box-lotes .btn-status {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 5px;
    }

    .leilao-interna .btn-status img {
        width: 20px;
    }

    .tempo-restante .clock p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 768px) {
    .menu-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-mobile {
        position: fixed;
        z-index: 9999;
        width: 90%;
        height: 100vh;
        right: -100%;
        top: 0;
        background: linear-gradient(90deg, #ffa700 12.11%, #ff8a00 44.9%);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
        transition: 0.4s;
        overflow: scroll;
    }

    .menu-mobile.active {
        right: 0;
    }

    .menu-mobile .card {
        border: none;
    }

    #close-menu-mobile {
        width: 58px;
        height: 51px;
        background: #f37021;
        box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
        border-radius: 0 50px 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 5px;
        margin: 30px 0;
    }

    #close-menu-mobile i {
        font-size: 30px;
        color: #fff;
    }

    .menu-mobile .card-body {
        padding: 0;
    }

    .menu-mobile ul.d-table.navbar-nav {
        padding-left: 30px;
    }

    .menu-mobile .nav-link {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        position: relative;
        display: table;
        padding: 10px;
    }

    .menu-mobile .btn-facaparte {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        position: relative;
        display: table;
        background: #f37021;
        border-radius: 15px;
        padding: 10px;
        margin-top: 10px;
    }

    header.fixar {
        /*position: relative;*/
        height: 80px;
    }

    header .navbar-brand {
        padding: 5px 0;
    }

    header .navbar-brand img {
        max-width: 160px;
    }

    .login img {
        margin-left: 20px;
        margin-right: 10px;
        width: 35px;
    }

    .login p {
        font-size: 16px;
        line-height: 22px;
        white-space: nowrap;
    }

    header form {
        width: 60%;
    }

    header input#busca {
        border: 1px solid #fff;
        height: 35px;
        color: #fff;
    }

    header button.search-button {
        background: #fff;
        height: 35px;
        padding: 0 20px;
    }

    i.fa.fa-bars {
        font-size: 30px;
        color: #fff;
    }

    nav.navbar.navbar-expand-md.w-100 {
        height: 55px !important;
    }

    .menu-secundario {
        padding: 10px 0 0px;
    }

    .menu-secundario ul {
        padding: 20px 10px 5px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .menu-secundario li a {
        font-size: 13px;
        line-height: 16px;
        display: inline-block;
    }

    .menu-secundario img {
        margin-right: 3px;
        width: 25px;
    }

    .owl-menu .owl-item img {
        margin-bottom: 10px;
    }

    .menu-secundario li {
        width: 50%;
        margin-bottom: 15px;
    }

    .owl-menu .owl-stage-outer {
        height: 5.5em;
    }

    .owl-menu.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: flex;
        justify-content: space-between;
        text-align: center;
        /* width: fit-content !important; */
    }

    .owl-menu {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }

    .leiloes .btn-filtro {
        font-size: 16px;
        line-height: 18px;
        padding: 10px;
    }

    .leiloes .btn-filtro img {
        margin-left: 3px;
        width: 20px;
    }

    .leiloes {
        padding: 10px 0 30px;
    }

    .leiloes h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 auto 20px;
    }

    .leiloes aside {
        padding: 20px 15px 0;
        margin-bottom: 20px;
    }

    .leiloes aside h2 {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        margin: 0 0 20px;
    }

    .leiloes aside img {
        margin-right: 5px;
        width: 25px;
    }

    .leiloes aside ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .leiloes aside li {
        padding-bottom: 10px;
        width: calc(50% - 6px);
        margin: 0 3px 10px;
    }

    .leiloes aside a {
        font-size: 14px;
        line-height: 15px;
        justify-content: center;
    }

    .leiloes .card .topo {
        height: 100%;
    }

    .leiloes .card .topo img {
        height: auto;
    }

    .leiloes .conteudo {
        padding: 0 5px;
    }

    .leiloes .card h2 {
        font-size: 16px;
        line-height: 18px;
        margin: 10px 0;
    }

    .leiloes .card h4 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px;
    }

    .leiloes .card p {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 10px;
    }

    .leiloes .card li img {
        margin-right: 2px;
        width: 18px;
    }

    .leiloes .card li {
        font-size: 12px;
        line-height: 12px;
    }

    .leiloes .btn-detalhe {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 20px;
        margin: 0 auto 15px;
    }

    .btn-edital {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 20px;
    }

    .leiloes .btn-vermais {
        font-size: 16px;
        line-height: 18px;
        margin: 10px auto 0;
        padding: 10px 30px;
    }

    .novidades {
        padding: 0 0 30px;
    }

    .novidades .box {
        padding: 20px 15px;
        display: block;
    }

    .novidades img {
        width: 50px;
        margin-right: 10px;
        float: left;
    }

    .novidades h2 {
        font-size: 14px;
        line-height: 22px;
        width: auto;
        margin: 0 0 20px;
    }

    .novidades form {
        width: 100%;
    }

    .novidades input,
    .novidades button {
        height: 40px;
    }

    .fale-conosco h1 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 auto 20px;
    }

    .fale-conosco input.form-control {
        height: 40px;
        margin-bottom: 10px;
    }

    .fale-conosco textarea.form-control {
        height: 100px;
        margin-bottom: 10px;
    }

    .fale-conosco button {
        font-size: 16px;
        line-height: 18px;
        padding: 10px 30px;
        margin-bottom: 15px;
    }

    .fale-conosco iframe {
        margin-bottom: 15px;
    }

    .fale-conosco p img {
        margin-right: 2px;
        width: 20px;
    }

    .fale-conosco p {
        font-size: 14px;
        line-height: 16px;
        margin: 0px 0 15px;
    }

    footer .navbar-brand {
        margin: 0 auto 15px;
        display: table;
        width: 40%;
    }

    footer ul.w-100.d-flex.justify-content-between.m-0 {
        display: block !important;
    }

    footer li.nav-item {
        justify-content: center;
        margin-bottom: 15px;
    }

    footer .nav-item:before {
        display: none;
    }

    .rodape {
        padding: 15px 0;
    }

    .rodape p {
        font-size: 12px;
        line-height: 14px;
    }

    .filtro {
        top: 10px;
        right: -100%;
        width: 85%;
    }

    .filtro form {
        overflow: scroll;
        height: calc(100vh - 10px);
        padding-bottom: 100px;
    }

    .leilao-display {
        padding: 30px 0 30px;
    }

    .leilao-display .box {
        display: block;
    }

    .leilao-display .titulo {
        width: 100%;
        /*height: 160px;*/
        background: #f2f2f2;
        border-radius: 30px 30px 0px 0px;
    }

    .leilao-display h1 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .leilao-display .titulo span {
        font-size: 14px;
        line-height: 22px;
    }

    .leilao-display .conteudo {
        display: block;
        padding: 15px;
        width: 100%;
        border-radius: 0 0 30px 30px;
    }

    .leilao-display .btn-habilite-se,
    .leilao-display .btn-live {
        margin: 0 auto 15px;
    }

    .leilao-display .btn-status {
        margin: 0 auto;
    }

    .leilao-display h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .leilao-listagem .item img.img-fluid {
        height: 220px;
        margin-bottom: 15px;
    }

    .leilao-listagem .item li:after {
        height: 40px;
        margin-left: 50px;
    }

    .fotorama {
        margin-bottom: 30px;
    }

    .leilao-interna .box-lotes .btn-status {
        margin: 0 auto;
    }

    .conteudo-interno .table td,
    .conteudo-interno .table th {
        padding: 0.75rem 2px;
        font-size: 10px;
    }

    .lista-lotes .list-group .list-group-item {
        display: none;
    }

    .lista-lotes .list-group .list-group-item.active {
        display: block;
    }
    .cronometro {
        border-radius: 12px 12px 0 0;
    }
}

.form-cadastro .btn-geral {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 30px;
    margin-bottom: 15px;
}

.form-cadastro .btn-geral {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffa700;
    display: table;
    padding: 15px 30px;
    border: 1px solid #ffa700;
    background: transparent;
    border-radius: 5px;
}

.form-cadastro .btn-geral:hover {
    color: #fff;
    background: linear-gradient(90deg, #ffa700 33.59%, #ff8a00 89.84%);
}

@media (max-width: 767px) {
    .menu-form ul {
        padding: 6px;
        border: 1px solid #ffa700;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }
}
