/*ESTILOS GLOBAIS PARA TODOS OS CLIENTES *************/

@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900');

a {
  color: #2a2a2a;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h5 {
  margin-top: 8px;
}

.btn {
  overflow: hidden;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.pagination .page-link {
  color: #343a40;
}
.pagination .page-link:hover {
  color: #343a40;
}

.pagination .active .page-link {
  color: #000;
  border-color: transparent;
  background-color: #DDD;
}

.pagination .active .page-link:hover {
  color: #000;
}

.alert ul {
  margin: 0px;
}

.btn-link,
.btn-link:hover {
  color:#343a40;
}

.btn-light {
  border-color: #ddd;
}

#accordionDuvidas a:hover {
  text-decoration: underline;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.bg-fixed-navbar {
  height: 95px;
}

.carousel-indicators {
  bottom: 5px;
  margin: 0px;
}

.carousel-indicators li {
  width: 15px;
}

.carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-left:10px;
  padding-right: 10px;
  background-color:rgba(0, 0, 0, 0.6);
}

.carousel-caption .title {
  font-weight: 800;
  line-height: 4.5rem;
  font-family: 'Catamaran';
  font-size: 4.5rem;
  margin-bottom: 8px;
}

.carousel-caption p {
  font-family: 'Catamaran';
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.carousel-caption .btn {
  background-color: #ddd;
  color: #000;
  font-weight: bold;
}

.carousel-control-prev {
    justify-content: flex-start !important;
}

.carousel-control-next {
    justify-content: flex-end !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  width: 30px  !important;
  height: 30px  !important;
  margin-left: 45px  !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  width: 30px  !important;
  height: 30px  !important;
  margin-right: 45px  !important;
}

.carousel-mobile .carousel-caption .title {
  font-size: 20px !important;
}

.carousel-mobile .carousel-caption .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.carousel-mobile .carousel-caption p {
  font-size: 80% !important;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

@media (max-width: 1199.9px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

.card {
  height: auto;
}

.card-body {
  padding: 0.25rem;
  text-align: center;
}

.card .card-body > ul {
  margin:0px;
  padding-left: 25px;
}

.modal-content {
  color: #333 !important;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

header .nav-social a.nav-link {
  padding-right: 5px;
  padding-left: 5px;
}

header #form-auth-header {
  margin-bottom: 0px;
}

header #form-auth-header .input-group-text {
  background-color: #ffffff;
}

header #form-auth-header .form-group {
  margin-bottom: 0px;
  margin-left: 5px;
}

header .minhas-compras {
  margin-left: 3px;
  white-space: nowrap;
}

header .header_04 #inputLoginHeader,
header .header_04 #inputPasswordHeader {
  max-width: 140px !important;
}

header .header_01 .logo-mobile {
  display: none;
}

header .header-button.btn-cadastre-se {
  font-weight: bold;
}

header .header_04 .minhas-compras {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 3px;
}

@media (max-width: 575.7px) {
  header .buttons .header-button .fa,
  header .buttons .header-button .fas,
  header .header-button.btn-cadastre-se {
    display: none;
  }

  header .header_02 .buttons,
  header .header_03 .buttons,
  header .header_04 .buttons {
    display: none !important;
  }

  header .navbar-topo .nav-social .nav-link,
  header .navbar-topo .nav-social .nav-link,
  header .navbar-topo .nav-social .nav-link {
    padding-right: 0px;
  }

  header .navbar-topo .nav-social .fa,
  header .navbar-topo .nav-social .fas,
  header .navbar-topo .nav-social .fab {
    font-size: 1.6em;
  }
}

@media (max-width: 767.8px) {
  header .header_01 .logo-desktop {
    display: none !important;
  }

  header .header_01 .logo-mobile {
    width: 100%;
    text-align: center;
    display:inline-block;
    margin-bottom: 10px;
  }

  header .header_02 .navbar-brand,
  header .header_03 .navbar-brand,
  header .header_04 .navbar-brand {
    max-width: 150px !important;
  }

  header .buttons {
    justify-content: center;
  }
}

@media (max-width: 991.8px) {
  header .buttons .btn,
  header .user-authenticated .btn,
  header .minhas-compras {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 3px;
  }
}

footer {
  clear: both;
  margin-top: 10px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

footer::after,
footer::before {
  display: block;
  clear: both;
  content: "";
}

footer div {
  text-align: center !important;
}

@media (min-width: 992px) {
  footer div  {
    text-align: left !important;
  }
}

@media (max-width: 991.9px) {
  footer table {
    margin: 0 auto;
  }

  footer  table td {
    text-align: left !important;
  }
}

/*****************************TEMAS****************************/
/*USAR GERALMENTE EM NAVBAR E RODAPE*/

/*TEMA CLARO*/

.tema-white {
  color: #3b3b3b;
  background-color: #f6f6f6;
  }
.tema-white a {
  color: #3b3b3b;
  }
.tema-white a:hover {
  color: #000;
  }
.tema-white .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.tema-white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*TEMA ESCURO*/

.tema-black {
  color: #ddd;
  background-color: #111;
  }
.tema-black a {
  color: #ddd;
  }
.tema-black a:hover {
  color: #fff;
  }
.tema-black .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}
.tema-black .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

body > #content {
  min-height: 400px;
}

body > #content::after,
body > #content::before {
  display: block;
  clear: both;
  content: "";
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

/** CLASS BOOTSTRAP4 **/
.has-success .help-block {
  color: #1e7e34;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #dc3545;
}
.has-error .form-control {
  border-color: #dc3545;
}
.has-error .input-group-addon {
  color: #dc3545;
  background-color: #f2dede;
  border-color: #dc3545;
}

label.required:after{
  content: '*';
  color: #c00;
}

/***********************************************************************
 * CLASSE ESPECIFICAS DOS LEILOES
***********************************************************************/
.label_lote {
  display: block;
  padding: .375rem .75rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: .25rem;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}

.label_lote.em_breve {
  background-color: #006bdd;
}

.label_lote.venda_direta,
.icon_label_lote.venda_direta,
.label_lote.proposta,
.icon_label_lote.proposta {
  background-color: #8102d6;
}

.label_lote.divulgacao,
.icon_label_lote.divulgacao {
  background-color: #004;
  border-color: #004;
}

.label_lote.aberto_lance,
.label_lote.presencial {
  background-color: #1e7e34;
  border-color: #1e7e34;
}

.label_lote.vendido {
  background-color: #dc3545;
}

.label_lote.nao_vendido {
  background-color: #a0a0a0;
}

.label_lote.sem_licitante,
.label_lote.fechado_lance,
.label_lote.em_analise {
  background-color: #a0a0a0;
}

.label_lote.aguarde_abertura {
  background-color: #31b0d5;
}

.label_lote.condicional {
  background-color: #ffc107;
  color: #212529 !important;
}

.label_lote.sub_judice,
.label_lote.retirado,
.label_lote.sustado {
  background-color: #e86210;
}

.label_lote.inativo {
  background-color: #a0a0a0;
}

.label_lote.cancelado {
  background-color: #222222;
  color: #ffffff !important;
}

/* LABEL LEILAO */
.label_leilao {
  display: block;
  padding: .375rem .75rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: .25rem;
  font-weight: bold;
  font-size: 1rem;
}

.label_leilao p {
  margin: 0px !important;
}

.label_leilao.venda_direta {
  background-color: #8102d6;
  color: #fff !important;
}
.label_leilao.venda_direta:hover {
  background-color: #7009ba;
}

.label_leilao.divulgacao {
  background-color: #004;
  color: #fff !important;
}
.label_leilao.divulgacao:hover {
  background-color: #002;
}

.label_leilao.proposta {
  background-color: #8102d6;
  color: #fff !important;
}
.label_leilao.proposta:hover {
  background-color: #7009ba;
}

.label_leilao.em_loteamento {
  background-color: #ffc107;
  color: #212529 !important;
}
.label_leilao.em_loteamento:hover {
  background-color: #e0a800;
}

.label_leilao.ativo {
  background-color: #1e7e34;
  border-color: #1e7e34;
  color: #fff !important;
}
.label_leilao.ativo:hover {
  background-color: #145523;
}

.label_leilao.suspenso {
  background-color: #e86210;
  color: #fff !important;
}
.label_leilao.suspenso:hover {
  background-color: #ce5610;
}

.label_leilao.ao_vivo {
  background-color: #117a8b;
  border-color: #117a8b;
  color: #fff !important;
}
.label_leilao.ao_vivo:hover {
  background-color: #0c525d;
}

.label_leilao.encerrado {
  background-color: #dc3545;
  color: #fff !important;
}
.label_leilao.encerrado:hover {
  background-color: #c82333;
}

.label_leilao.em_breve {
  background-color: #006bdd;
  color: #fff !important;
}

.label_leilao.em_breve:hover {
  background-color: #0052aa;
}

.label_leilao.inativo {
  background-color: #a0a0a0;
  color: #fff !important;
}

.label_leilao.inativo:hover {
  background-color: #878787;
}

.label_leilao.cancelado {
  background-color: #222222;
  color: #fff !important;
}

.label_leilao.cancelado:hover {
  background-color: #000000;
}

.input-group-addon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

/** LISTA DE LEILOES */

.leiloes {
  padding: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-left: #dee2e6 solid 1px;
  border-right: #dee2e6 solid 1px;
  border-bottom: #dee2e6 solid 1px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.tab-leiloes {
  margin-bottom: 0px !important;
}

.leiloes .box-leilao hr {
  margin: 10px 0px;
}

.leiloes .box-leilao .titulo-leilao {
  margin: 5px 0px;
}

.leiloes .box-leilao .btn-outline-secondary {
  text-transform: uppercase;
}

/* TELA SMALL - SM*/
.leiloes .box-leilao .card-img-leilao {
  margin-bottom: 10px;
  min-height: 190px;
}

@media (min-width: 576px) {
  .leiloes .box-leilao .card-img-leilao {
    height: 190px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}

.leiloes .box-leilao .card-img-leilao img {
  max-width: 100%;
  max-height: 190px;
  margin: auto;
}

@media(min-width: 992px) {
  .leiloes .box-leilao .coluna-direita {
    max-width: 25%;
  }
}


/** HEADERL LEILAO */
.header-leilao > h1 {
  font-size: 2rem;
  margin-top: 8px;
}
.header-leilao .label_leilao {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  margin-bottom: 10px;
}

.header-leilao .btn-outline-secondary {
  text-transform: uppercase;
}

.header-leilao hr {
  margin-top: 6px;
  margin-bottom: 6px;
}

.header-leilao .observacoes-leilao img {
  max-width: 100% !important;
  height: auto !important;
}

/** DETALHES DO LOTE **/

.detalhes-lote h1 {
  font-size: 1.5rem;
}

/** AREA DE LANCES **/
.detalhes-lote #data-fecha,
.detalhes-lote #data-inicio {
  display:none;
  color: #333;
  background-color: #f9f9f9;
  border: #ccc solid 1px;
  padding: 5px;
}

.detalhes-lote #relogio {
  display: none;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0px;
}

.detalhes-lote #relogio .relogio-inner {
  font-size: 19px;
  background-color: #f9f9f9;
  border: #ccc solid 1px;
  color: #333;
  padding: 5px 2px;
  font-weight: bold;
  text-align: center;
}

.detalhes-lote #relogio.fechando .relogio-inner {
  background-color: #D60000;
  color: #fff;
  border: #fff solid 1px;
}

.detalhes-lote .area-lances {
  margin-bottom: 0px;
  position: relative;
}

.detalhes-lote .area-lances .title-area-lances {
  text-align: center;
  background-color: #444;
  color: #eee;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.detalhes-lote .area-lances h1,
.detalhes-lote .area-lances h2,
.detalhes-lote .area-lances h3,
.detalhes-lote .area-lances h4,
.detalhes-lote .area-lances h5 {
  margin: 0px;
}

.detalhes-lote .area-lances div#bloqueio{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#FFFFFF;
  z-index: 100;
  opacity:0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

.detalhes-lote .area-lances div#bloqueio-loader {
  display: none;
  position: absolute;
  top: 25%;
  left:15%;
  width:70%;
  min-height:20px;
  font-weight: bold;
  color:#333333;
  background-color: #fff;
  padding:10px 10px;
  /*margin-left:-25%;*/
  border:#999 solid 1px;
  box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.20);
  z-index: 2000;
  text-align: center;
}

.detalhes-lote .area-lances div#bloqueio-fechado {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#FFFFFF;
  z-index: 1000;
  opacity:0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.detalhes-lote .area-lances div#bloqueio-fechado-text {
  position: absolute;
  top: 25%;
  left:5%;
  width:90%;
  min-height:20px;
  font-weight: bold;
  color:#333333;
  background-color: #fff;
  padding:10px 10px;
  /*margin-left:-25%;*/
  border:#999 solid 1px;
  box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.20);
  z-index: 2000;
  text-align: center;
}

.detalhes-lote .area-lances .dados-arrematante td {
  padding: 2px 5px;
}

.detalhes-lote .area-lances .dados-arrematante {
  margin-top: 5px;
  margin-bottom: 10px;
}

.detalhes-lote .area-lances .painel-lances {
  background-color: #f5f5f5;
  color: #000;
  display: none;
}

.detalhes-lote .area-lances .painel-lances .tipos-lances {
  background-color: #fff;
  border-bottom: #ccc solid 1px;
  padding: 0px 10px;
}

.detalhes-lote .area-lances .painel-lances .tipos-lances label {
  display: inline-block;
  padding: 3px 10px;
  margin: 0px;
  font-weight: normal;
  cursor: pointer;
  color: #000;
}

.detalhes-lote .area-lances .painel-lances .tipos-lances label.checked {
  border-top: #063921 solid 2px;
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-bottom: #f5f5f5 solid 1px;
  padding: 3px 10px;
  margin-top: 0px;
  margin-bottom: -1px;
  font-weight: bold;
  background-color: #f5f5f5;
}

.detalhes-lote .area-lances .painel-lances .tipos-lances label input[type=radio] {
  display: none;
}

.detalhes-lote .area-lances .painel-messages {
  display: none;
  padding: 10px 0px;
  text-align: center;
  font-size: 15px;
}

.detalhes-lote .area-lances .sugestao-lances {
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.detalhes-lote .area-lances .tpl-sugestao {
  display: none;
}

.detalhes-lote .area-lances .sugestao-lances .col-sm-1,
.detalhes-lote .area-lances .sugestao-lances .col-md-1,
.detalhes-lote .area-lances .sugestao-lances .col-lg-1,
.detalhes-lote .area-lances .sugestao-lances .col-sm-2,
.detalhes-lote .area-lances .sugestao-lances .col-md-2,
.detalhes-lote .area-lances .sugestao-lances .col-lg-2,
.detalhes-lote .area-lances .sugestao-lances .col-sm-3,
.detalhes-lote .area-lances .sugestao-lances .col-md-3,
.detalhes-lote .area-lances .sugestao-lances .col-lg-3,
.detalhes-lote .area-lances .sugestao-lances .col-sm-4,
.detalhes-lote .area-lances .sugestao-lances .col-md-4,
.detalhes-lote .area-lances .sugestao-lances .col-lg-4,
.detalhes-lote .area-lances .sugestao-lances .col-sm-5,
.detalhes-lote .area-lances .sugestao-lances .col-md-5,
.detalhes-lote .area-lances .sugestao-lances .col-lg-5,
.detalhes-lote .area-lances .sugestao-lances .col-sm-6,
.detalhes-lote .area-lances .sugestao-lances .col-md-6,
.detalhes-lote .area-lances .sugestao-lances .col-lg-6,
.detalhes-lote .area-lances .sugestao-lances .col-sm-7,
.detalhes-lote .area-lances .sugestao-lances .col-md-7,
.detalhes-lote .area-lances .sugestao-lances .col-lg-7,
.detalhes-lote .area-lances .sugestao-lances .col-sm-8,
.detalhes-lote .area-lances .sugestao-lances .col-md-8,
.detalhes-lote .area-lances .sugestao-lances .col-lg-8,
.detalhes-lote .area-lances .sugestao-lances .col-sm-9,
.detalhes-lote .area-lances .sugestao-lances .col-md-9,
.detalhes-lote .area-lances .sugestao-lances .col-lg-9,
.detalhes-lote .area-lances .sugestao-lances .col-sm-10,
.detalhes-lote .area-lances .sugestao-lances .col-md-10,
.detalhes-lote .area-lances .sugestao-lances .col-lg-10,
.detalhes-lote .area-lances .sugestao-lances .col-sm-11,
.detalhes-lote .area-lances .sugestao-lances .col-md-11,
.detalhes-lote .area-lances .sugestao-lances .col-lg-11,
.detalhes-lote .area-lances .sugestao-lances .col-sm-12,
.detalhes-lote .area-lances .sugestao-lances .col-md-12,
.detalhes-lote .area-lances .sugestao-lances .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.detalhes-lote .area-lances .sugestao-lances .btn {
  padding-left: 5px;
  padding-right: 5px;
  border-color: #ccc;
  font-size: .9rem;
}

.detalhes-lote .area-lances .painel-parcelado {
  padding: 10px;
  display: none;
}

.detalhes-lote .area-lances .lance-automatico {
  text-align: center;
  padding: 10px;
  border-top: #ccc solid 1px;
  margin-top: 10px;
  display:none;
}

.detalhes-lote .area-lances .msg-auto {
  color: #444;
  padding: 2px 10px;
  font-size: 11px;
  font-style: italic;
  text-align: justify;
  display:none;
}

.detalhes-lote .area-lances #form-manual {
  padding: 10px 0px;
}

.detalhes-lote .area-lances .envio-direto {
  margin: 0px 5px;
}

/** ULTIMOS LANCES **/
.detalhes-lote #ultimos-lances .tpl-lances {
  display: none;
}

.detalhes-lote #ultimos-lances .lance-superado .ult_valor_lance {
  text-decoration: line-through;
  color: #ff0000;
}

.detalhes-lote .ultimos-lances div {
  font-size: 14px;
  line-height: 1rem;
  text-align: center;
  padding: 0;
  margin: 0;
}

.detalhes-lote .line-lance-superado {
  text-decoration: line-through;
}

.detalhes-lote .ultimos-lances .ultimos-lances-item {
  margin-left:0.25rem !important;
  margin-right:0.25rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
  border-top: 1px solid #adb5bd;
}

/** Ultimos Lances Completo **/
.lista-ultimos-lances .row {
  margin-right: 0px;
  margin-left: 0px;
}

.lista-ultimos-lances .col-lg-1,
.lista-ultimos-lances .col-lg-2,
.lista-ultimos-lances .col-lg-3,
.lista-ultimos-lances .col-lg-4,
.lista-ultimos-lances .col-lg-5,
.lista-ultimos-lances .col-lg-6,
.lista-ultimos-lances .col-lg-7,
.lista-ultimos-lances .col-lg-8,
.lista-ultimos-lances .col-lg-9,
.lista-ultimos-lances .col-lg-10,
.lista-ultimos-lances .col-lg-11,
.lista-ultimos-lances .col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.lista-ultimos-lances .ultimos-lances-header {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ccc !important;
}

.lista-ultimos-lances .ultimos-lances-body {
  font-size: 14px;
}

.lista-ultimos-lances .ultimos-lances-body .row {
  border-top: 1px solid #dee2e6;
  padding-top: 5px;
  padding-bottom: 5px;
}

.lista-ultimos-lances .ultimos-lances-body .row:first-child {
  border-top: none;
}

.detalhes-lote #carouselImgsLoteGrande .img-cover {
  padding-top:75%;
}

.detalhes-lote .arquivos-lote .btn {
  white-space: normal !important;
}

/*
.detalhes-lote #carouselImgsLoteGrande {
  min-height: 258px;
}

.detalhes-lote #carouselImgsLoteGrande img {
  max-width: 100%;
  max-height: 258px;
  margin: 0px auto;
}

@media (min-width: 576px) {
  .detalhes-lote #carouselImgsLoteGrande {
    min-height: 393px;
  }

  .detalhes-lote #carouselImgsLoteGrande img {
    max-height: 393px;
  }
}

@media (min-width: 768px) {
  .detalhes-lote #carouselImgsLoteGrande {
    min-height: 528px;
  }

  .detalhes-lote #carouselImgsLoteGrande img {
    max-height: 528px;
  }
}

@media (min-width: 992px) {
  .detalhes-lote #carouselImgsLoteGrande {
    min-height: 470px;
  }

  .detalhes-lote #carouselImgsLoteGrande img {
    max-height: 470px;
  }
}

@media (min-width: 1200px) {
  .detalhes-lote #carouselImgsLoteGrande {
    min-height: 560px;
  }

  .detalhes-lote #carouselImgsLoteGrande img {
    max-height: 560px;
  }
}
*/

.detalhes-lote #carouselImgsLotePequeno .img-cover {
  padding-top:75%;
}

/*
.detalhes-lote #carouselImgsLotePequeno {
  min-height: 251px;
}

.detalhes-lote #carouselImgsLotePequeno img {
  max-width: 100%;
  max-height: 251px;
  margin: 0px auto;
}

@media (min-width: 576px) {
  .detalhes-lote #carouselImgsLotePequeno {
    min-height: 386px;
  }

  .detalhes-lote #carouselImgsLotePequeno img {
    max-height: 386px;
  }
}

@media (min-width: 768px) {
  .detalhes-lote #carouselImgsLotePequeno {
    min-height: 521px;
  }

  .detalhes-lote #carouselImgsLotePequeno img {
    max-height: 521px;
  }
}

@media (min-width: 992px) {
  .detalhes-lote #carouselImgsLotePequeno {
    min-height: 229px;
  }

  .detalhes-lote #carouselImgsLotePequeno img {
    max-height: 229px;
  }
}

@media (min-width: 1200px) {
  .detalhes-lote #carouselImgsLotePequeno {
    min-height: 275px;
  }

  .detalhes-lote #carouselImgsLotePequeno img {
    max-height: 275px;
  }
}
*/

div.google-maps {
  position: relative;
  padding-bottom: 75%; /** This is the aspect ratio **/
  height: 0;
  overflow: hidden;
}
div.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.lista-lotes .lote {
  width: 100%;
}

.lista-lotes .lote img.img-lote {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img-detalhe-lotes {
  z-index: 100;
}

.div-responsive {
  display: block;
  width: 100%;
  overflow: auto;
}

@media (min-width: 768px) {
  .lista-lotes .lote .logo-comitente-lista {
    float: right !important;
    padding-left:  10px;
  }
}

@media (max-width: 767px) {
  .lista-lotes .lote .logo-comitente-lista {
    text-align: center !important;
  }
}

div#calendario-leiloes {
    width: 100%;
    overflow: auto;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

div#calendario-leiloes h1,
div#calendario-leiloes h2,
div#calendario-leiloes h3,
div#calendario-leiloes h4,
div#calendario-leiloes h5,
div#calendario-leiloes h6,
div#calendario-leiloes th {
    line-height: 20px;
    color: white;
    font:bold 20px Arial, Helvetica, sans-serif;
}

div#calendario-leiloes h3 {
    margin-left: 10px;
    margin-top:10px;
    margin-right:20px;
    font:bold 20px Arial, Helvetica, sans-serif;
    color: #222;
}

div#calendario-leiloes th {
    padding: 0px 10px;
    border:1px solid #ddd;
    background-color: #333;
}

table.leiloes-calendario {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border: 1px solid gray;
    padding: 5px;
}

table.leiloes-calendario tbody tr th {
    font-size: 20px;
    font-weight: normal;
    color: #666666;
}

table.leiloes-calendario tbody tr th a.previous,
table.leiloes-calendario tbody tr th a.next {
    text-decoration: none;
    color: white;
    font-size: 40px;
}

table.leiloes-calendario tr.semana {
    font-weight: bolder;
    font:bold Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
}

table.leiloes-calendario tr.semana td {
    border: 1px solid #ddd;
    padding: 5px;
    font:bold 12px Arial, Helvetica, sans-serif;
    background-color: #999;
}

table.leiloes-calendario tr.dia td {
    border: 1px solid #ddd;
    text-align: right;
    vertical-align: top;
}

table.leiloes-calendario tr.dia {
    width: 100%;
    background-color: #FAFAFA;
}

table.leiloes-calendario tr.dia div.cell-content {
    background-color: #CFCFCF;
    min-height: 100px;
    padding-right: 3px;
    padding-top: 3px;
}

table.leiloes-calendario tr.dia div.cell-content div.content-leiloes {
    font-size: 11px;
}

table.leiloes-calendario tr.dia div.cell-content div.content-leiloes p.content-leiloes-leilao {
    box-shadow: 1px 1px 1px 1px #8A8A8A;
    padding: 3px;
    text-align: left;
    font-size: 11px;
    background-color: #FFFFFF;
    margin-top: 1px;
}

table.leiloes-calendario tr.dia div.cell-content a {
    text-decoration: none;
    color: #000000;
    text-align: left;
    font:bold 10px Arial, Helvetica, sans-serif;
}

table.leiloes-calendario tr.dia div.cell-content a:hover {
    text-decoration: underline;
    color: #000;;
}

table.leiloes-calendario tr.dia div.cell-content span {
    font-size: 20px;
    color: #000000;
}

table.leiloes-calendario tr.dia div.cell-no-content {
    background-color: #FAFAFA;
    min-height: 100px;
    color: #000000;
    padding-right: 3px;
    padding-top: 3px;
}

div#calendario-leiloes .highlight{
    font-size: 20px;
    color: #222;
    min-height: 100px;
    padding-right: 3px;
    padding-top: 3px;
    background-color: #eee;
    border:1px solid #222;
}

table.leiloes-calendario td.sun div.cell-no-content {
    background-color: #999;
    color: #fff;
}

table.leiloes-calendario td.sat div.cell-no-content {
    background-color: #999;
    color: #fff;
}

table.leiloes-calendario div.cell-no-month {
  background-color: #e6e6e6;
}

div#calendario-leiloes .highlight a {
    color: #000;
    text-decoration: none;
    text-align: left;
}

div#calendario-leiloes .highlight p.content-leiloes-leilao{
    box-shadow: 1px 1px 1px 1px #8A8A8A;
    padding: 3px;
    text-align: left;
    font-size: 11px;
}

div#calendario-leiloes .highlight a:hover {
    color: #666666;
    text-decoration: underline;
}

.fields-filtered {
    margin-bottom: 5px;
    margin-top: 5px;
}

.fields-filtered a.clear-filter {
    color: #333;
    font-weight: bold;
    font-style: italic;
}

.fields-filtered ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.fields-filtered ul li {
    display: inline-block;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
}

.fields-filtered ul li a {
    color: #333;
    text-decoration: none;
}


/* Classes bootstrap 4 */

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}


#ajax-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: #000;
  filter: alpha(opacity=65);
  opacity: .65;
}

#ajax-loader img {
  position: absolute;
  top: 40%;
  left: 46%;
  z-index: 2010
}

.section-categorias {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
