@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');

.jconfirm .jconfirm-holder{
  margin-left: 30% !important;
  margin-right: 30% !important;
}

.plugin-leilao-card {
	background: #fff;
  padding: 20px;
    border-radius: 8px;
    border: 1px solid #c3c4c7;
    max-width: 96%;
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .jconfirm .jconfirm-holder{
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
}

table {
  margin-bottom: 0;
}

td {
  padding: 5px !important;
}

.plugin-leilao{
   position: relative;
   display: block;
   width: 100%;
}

.plugin-leilao .container-leilao {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .plugin-leilao .container-leilao {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .plugin-leilao .container-leilao {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .plugin-leilao .container-leilao {
    max-width: 980px;
  }
}

@media (min-width: 1200px) {
  .plugin-leilao .container-leilao {
    max-width: 1160px;
  }
}


.plugin-leilao .btn-leilao {
  background: -webkit-gradient(linear, left top, right top, from(#3867d6), to(#6290fa));
  background: linear-gradient(90deg, #3867d6 0%, #6290fa 100%);
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px;
  font-weight: 800;
  font-size: 20px;
  display: block;
  -webkit-transition: 600ms ease;
  transition: 600ms ease;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  text-decoration: none !important;
}

.plugin-leilao .btn-leilao:hover {
  -webkit-transform: scale3d(3px);
          transform: scale3d(3px);
  -webkit-box-shadow: 0 8px 32px rgba(56, 103, 214, 0.4);
          box-shadow: 0 8px 32px rgba(56, 103, 214, 0.4);
}

.plugin-leilao .btn-leilao-nao-iniciado {
  background: -webkit-gradient(linear, left top, right top, from(#ffe288), to(#fedc71));
  background: linear-gradient(90deg, #ffe288 0%, #fedc71 100%);
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px;
  font-weight: 800;
  font-size: 20px;
  display: block;
  -webkit-transition: 600ms ease;
  transition: 600ms ease;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  text-decoration: none !important;
}

.plugin-leilao .btn-leilao-nao-iniciado:hover {
  -webkit-transform: scale3d(3px);
          transform: scale3d(3px);
  -webkit-box-shadow: 0 8px 32px rgba(209, 193, 143, 0.4);
          box-shadow: 0 8px 32px rgba(182, 160, 90, 0.4);
}

.plugin-leilao .btn-leilao-encerrado {
  background: -webkit-gradient(linear, left top, right top, from(#f66459), to(#da392d));
  background: linear-gradient(90deg, #f66459 0%, #da392d 100%);
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px;
  font-weight: 800;
  font-size: 20px;
  display: block;
  -webkit-transition: 600ms ease;
  transition: 600ms ease;
  text-align: center;
  width: 100%;
  margin-top: 35px;
  text-decoration: none !important;
}

.plugin-leilao .btn-leilao-encerrado:hover {
  -webkit-transform: scale3d(3px);
          transform: scale3d(3px);
  -webkit-box-shadow: 0 8px 32px rgba(193, 80, 71, 0.4);
          box-shadow: 0 8px 32px rgba(192, 54, 44, 0.4);
}

[data-segundos] {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  position: relative;
  height: 56px;
  width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 0 4px 0;
  border-radius: 8px;
}

[data-segundos].red {
  background: #eb3b5a;
  color: #FFFFFF;
}

[data-segundos].yellow {
  background: #fed330;
}

[data-segundos].green {
  background: #05c46b;
  color: #FFFFFF;
}

[data-tempo] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}

[data-tempo] span {
  position: relative;
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 24px;
  color: #747d8c;
  height: 56px;
}

[data-tempo] span:nth-of-type(2)::before, [data-tempo] span:nth-of-type(2)::after {
  content: ":";
}

[data-tempo] span:nth-of-type(2)::before {
  margin: 0 8px 0 0;
}

[data-tempo] span:nth-of-type(2)::after {
  margin: 0 0 0 8px;
}

[data-tempo] span:nth-of-type(3)::after {
  content: ":";
  margin: 0 0 0 8px;
}

.plugin-leilao .cards {
  margin: 0;
}

.plugin-leilao .cards h1 {
  color: #747d8c;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 48px 0;
  border-left: 4px solid #3867d6;
  padding: 0 0 0 16px;
}

.plugin-leilao .cards__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .plugin-leilao .cards__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 460px) {
  .plugin-leilao .cards__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.plugin-leilao .cards__grid__card {
  background: #F6F8F9;
  border-radius: 5px;
  border: 1px solid #dfe4ea;
  padding: 10px;
}

.plugin-leilao .cards__grid__card h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #dfe4ea;
  padding: 10px;
  color: #747d8c;
  text-align: center;
  border-radius: 4px;
	margin-bottom: 10px;
}

.plugin-leilao .cards__grid__card figure {
  margin: 28px 0;
}

.plugin-leilao .cards__grid__card figure a {
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
}

.plugin-leilao .cards__grid__card figure a img {
  height: 100%;
  width: auto;
  display: block;
}

.plugin-leilao .cards__grid__card h2 {
  margin-bottom: 10;
  height: 0px;
}

.plugin-leilao .cards__grid__card h2 a {
  color: #747d8c;
  display: block;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.plugin-leilao .cards__grid__card h2 a:hover {
  text-decoration: underline;
}

.plugin-leilao .cards__grid__card h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  margin: 24px 0 12px 0;
}

.plugin-leilao .cards__grid__card h3 {
  font-weight: 600;
  font-size: 24px;
  color: #3867d6;
  text-align: center;
}

.plugin-leilao .produto-page {
  margin: 0 0 80px 0;
}

.plugin-leilao .produto-page h1 {
  font-size: 28px;
  font-weight: 800;
  padding-top: 50px;
}

.plugin-leilao .produto-page h5 {
  margin: 0 0 50px 0;
  font-size: 16px;
}

@media screen and (max-width: 460px) {
  .plugin-leilao .produto-page h1 {
    font-size: 20px;
  }
}

.content {
  margin-top: 50px;
  margin-bottom: -20px;
}

.plugin-leilao .produto-page__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 330px 1fr 330px;
      grid-template-columns: 330px 1fr 330px;
  gap: 16px;
}

@media screen and (max-width: 960px) {
  .plugin-leilao .produto-page__content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.drope-box{
  background: #2fb986;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 600;
}

.drope-box-encerrado{
  background: #f66459;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 600;
}



@media screen and (max-width: 460px) {
  .plugin-leilao .produto{
  height: auto;
}

  .plugin-leilao .produto-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.plugin-leilao .produto-page__content__images__principal {
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto !important;
}

.plugin-leilao .produto-page__content__images__principal img {
  height: auto !important;
  width: 100%;
}

.plugin-leilao .produto-page__content__images__others {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plugin-leilao .produto-page__content__images__others figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #dfe4ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 8px;
}

.plugin-leilao .produto-page__content__images__others figure img {
  height: auto;
  width: 100%;
}

.produto-page__content__infos {
  max-width: 100% !important;
}

@media screen and (max-width: 460px) {
  .plugin-leilao .produto-page__content__infos {
    margin: 24px 0;
    width: 100%;
  }
}

.plugin-leilao .produto-page__content__infos h2 {
  color: #3867d6;
  font-weight: 700;
  font-size: 20px;
}

.plugin-leilao .produto-page__content__infos h3 {
  font-weight: 500;
  font-size: 15px;
}

.plugin-leilao .produto-page__content__infos h4 {
  font-weight: 400;
  font-size: 13px;
}

hr {
  color: #000;
  margin: 10px 0px 10px 0px;
  padding: 0;
}

.plugin-leilao .produto-page__content__infos h5 {
  text-align: center;
  margin: 8px 0 0 0;
  font-weight: 400;
  font-size: 12px;
}

.plugin-leilao .produto-page__content__infos h6 {
  margin: 12px 0 0 0;
  font-weight: 400;
  font-size: 10px;
}

.plugin-leilao .produto-page__content__infos__box {
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  padding: 15px;
  background: #F6F8F9;
}
.plugin-leilao .produto-page__content__infos__box header{
  background: none;
}
.plugin-leilao .produto-page__content__infos__box header section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px 0;
}

.plugin-leilao .produto-page__content__infos__box header section * {
  text-align: right;
}

.plugin-leilao .produto-page__content__infos__box:first-of-type {
  margin: 0 0 16px 0;
}

.plugin-leilao .produto-page__content__infos__box ul {
  margin: 16px 0 0 0;
}

.plugin-leilao .produto-page__content__infos__box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plugin-leilao .produto-page__content__infos__box ul li:not(:last-of-type) {
  margin: 0 0 2px 0;
}

.plugin-leilao .produto-page__content__infos__box h6 {
  text-align: center;
}

.plugin-leilao .produto-page__content__dir {
  width: 100%;
}

.plugin-leilao .produto-page__content__dir__box {
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  padding: 16px 8px;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plugin-leilao .produto-page__content__dir__box h2 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.plugin-leilao .produto-page__content__dir__box p {
  margin: 11px 0 16px 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}

.plugin-leilao .produto-page__content__dir__box a {
  display: inline-block;
  background: #3867d6;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 12px 32px 14px 32px;
  font-weight: 500;
  font-size: 14px;
}

.plugin-leilao .produto-page__content__dir__ultimos-lances {
  border-left: 1px solid #dfe4ea;
  border-right: 1px solid #dfe4ea;
}

.plugin-leilao .produto-page__content__dir__ultimos-lances h3 {
  background: #1b1e24;
  color: #FFFFFF;
  padding: 10px 10px;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  font-weight: 600;
}

.plugin-leilao .produto-page__content__dir__ultimos-lances table {
  border: unset;
}

.plugin-leilao .produto-page__content__dir__ultimos-lances table * {
  border-right: none;
  border-left: none;
  border-top: none;
}

.plugin-leilao .produto-page__content__dir__ultimos-lances table td {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}

.plugin-leilao .produto-page__content__dir__ultimos-lances table thead td {
  width: 100%;
  background: #dfe4ea;
}

.plugin-leilao .produto-page__content__dir__ultimos-lances table tbody td {
  white-space: nowrap;
  width: 100%;
}

.plugin-leilao .ultimos-segundos{
  display: none;
  margin-top: 12px;
}

.plugin-leilao .tempo-completo small{
  position: absolute;
  display: block;
  width: 100%;
  /* clear: both; */
  font-size: 11px;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ALERTAS */
.plugin-leilao .alert-leilao {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.plugin-leilao .alert-leilao-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.plugin-leilao .alert-leilao-primary hr {
  border-top-color: #9fcdff;
}

.plugin-leilao .alert-leilao-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.plugin-leilao .alert-leilao-success hr {
  border-top-color: #b1dfbb;
}

.plugin-leilao .alert-leilao-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.plugin-leilao .alert-leilao-info hr {
  border-top-color: #abdde5;
}

.plugin-leilao .alert-leilao-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.plugin-leilao .alert-leilao-warning hr {
  border-top-color: #ffe8a1;
}

.plugin-leilao .alert-leilao-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.plugin-leilao .alert-leilao-danger hr {
  border-top-color: #f1b0b7;
}

.plugin-leilao .leilao-hide{
display: none
}

/* IMPRIMIR APENAS OS 10 ULTIMOS */
.plugin-leilao #listaDeLances tr:nth-child(1n+11){
  display: none;
}



/* CAMPOS DO FORMULARIO TRADICIONAL */
.leilao-form-group {
  margin-bottom: 1rem;
}

.leilao-form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.leilao-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .leilao-form-control {
    transition: none;
  }
}

 .leilao-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

 .leilao-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

 .leilao-form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

 .leilao-form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

 .leilao-form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

 .leilao-form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

 .leilao-form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

 .leilao-form-control:disabled,
 .leilao-form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}



.min-quantidade-leilao{

}

.max-quantidade-leilao{
  background: #689F38;
  color: #fff;
  font-weight: bold;
}



/*# sourceMappingURL=main.css.map */





