.container {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    margin-bottom: 10px;
  }
}

@media (min-width: 1270px) {
  .container {
    width: 1250px;
  }
}

@media (min-width: 1270px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) and (max-width: 1269px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1269px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1269px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1269px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1270px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1270px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1270px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1270px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1269px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1270px) {
  .hidden-lg {
    display: none !important;
  }
}

.dg-col-20 {
  width: 20%;
}

.dg-col-25 {
  width: 25%;
}

.dg-col-30 {
  width: 30%;
}

.dg-col-33 {
  width: 33.33%;
}

.dg-col-40 {
  width: 40%;
}

.dg-col-60 {
  width: 60%;
}

.dg-col-66 {
  width: 66.66%;
}

.dg-col-50 {
  width: 50%;
}

.dg-col-70 {
  width: 70%;
}

.dg-col-80 {
  width: 80%;
}

.dg-col-100 {
  width: 100%;
}

.dg-colm-70, .dg-colm-80, .dg-colm-66, .dg-colm-40, .dg-colm-100, .dg-colm-60, .dg-colm-50, .dg-colm-33, .dg-colm-30, .dg-colm-25, .dg-colm-20 {
  position: relative;
  float: left;
  min-height: 1px;
}

.dg-col-80, .dg-col-70, .dg-col-66, .dg-col-60, .dg-col-100, .dg-col-50, .dg-col-40, .dg-col-00, .dg-col-33, .dg-col-30, .dg-col-25, .dg-col-20 {
  position: relative;
  float: left;
  min-height: 1px;
}

@media (max-width: 991px) {
  .dg-col-80, .dg-col-70, .dg-col-66, .dg-col-60, .dg-col-100, .dg-col-50, .dg-col-40, .dg-col-00, .dg-col-33, .dg-col-30, .dg-col-25, .dg-col-20 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .dg-colm-20 {
    width: 20%;
  }
  .dg-colm-25 {
    width: 25%;
  }
  .dg-colm-30 {
    width: 30%;
  }
  .dg-colm-33 {
    width: 33.33%;
  }
  .dg-colm-40 {
    width: 40%;
  }
  .dg-colm-50 {
    width: 50%;
  }
  .dg-colm-60 {
    width: 60%;
  }
  .dg-colm-66 {
    width: 66.66%;
  }
  .dg-colm-70 {
    width: 70%;
  }
  .dg-colm-80 {
    width: 80%;
  }
  .dg-colm-100 {
    width: 100%;
  }
}

.dg-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 1px;
}

.dg-row .dg-col-100, .dg-row .dg-col-80, .dg-row .dg-col-70, .dg-row .dg-col-66, .dg-row .dg-col-60, .dg-row .dg-col-50, .dg-row .dg-col-40, .dg-row .dg-col-33, .dg-row .dg-col-30, .dg-row .dg-col-25, .dg-row .dg-col-20 {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .dg-row .dg-col-100, .dg-row .dg-col-80, .dg-row .dg-col-70, .dg-row .dg-col-66, .dg-row .dg-col-60, .dg-row .dg-col-50, .dg-row .dg-col-40, .dg-row .dg-col-33, .dg-row .dg-col-30, .dg-row .dg-col-25, .dg-row .dg-col-20 {
    padding: 0 8px;
  }
}

@media (max-width: 991px) {
  .dg-row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.dg-row-10 {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  min-height: 1px;
}

.dg-row-10 .dg-col-80, .dg-row-10 .dg-col-70, .dg-row-10 .dg-col-66, .dg-row-10 .dg-col-60, .dg-row-10 .dg-col-100, .dg-row-10 .dg-col-50, .dg-row-10 .dg-col-40, .dg-row-10 .dg-col-33, .dg-row-10 .dg-col-30, .dg-row-10 .dg-col-25, .dg-row-10 .dg-col-20 {
  padding: 0 10px;
}

@media (max-width: 1269px) {
  .dg-largehide {
    display: none !important;
  }
}

@media (max-width: 1269px) {
  .dg-largeshow {
    display: block !important;
  }
}

@media (min-width: 1270px) {
  .dg-largeshow {
    display: none !important;
  }
}

.dg-colm-70:before, .dg-colm-80:before, .dg-colm-66:before, .dg-colm-40:before, .dg-colm-100:before, .dg-colm-60:before, .dg-colm-50:before, .dg-colm-33:before, .dg-colm-30:before, .dg-colm-25:before, .dg-colm-20:before, .dg-col-80:before, .dg-col-70:before, .dg-col-66:before, .dg-col-60:before, .dg-col-100:before, .dg-col-50:before, .dg-col-40:before, .dg-col-00:before, .dg-col-33:before, .dg-col-30:before, .dg-col-25:before, .dg-col-20:before, .dg-row:before, .dg-row-10:before, .dg-cad-form:before, .dg-colm-70:after, .dg-colm-80:after, .dg-colm-66:after, .dg-colm-40:after, .dg-colm-100:after, .dg-colm-60:after, .dg-colm-50:after, .dg-colm-33:after, .dg-colm-30:after, .dg-colm-25:after, .dg-colm-20:after, .dg-col-80:after, .dg-col-70:after, .dg-col-66:after, .dg-col-60:after, .dg-col-100:after, .dg-col-50:after, .dg-col-40:after, .dg-col-00:after, .dg-col-33:after, .dg-col-30:after, .dg-col-25:after, .dg-col-20:after, .dg-row:after, .dg-row-10:after, .dg-cad-form:after {
  content: "";
  display: block;
}

.dg-colm-70:after, .dg-colm-80:after, .dg-colm-66:after, .dg-colm-40:after, .dg-colm-100:after, .dg-colm-60:after, .dg-colm-50:after, .dg-colm-33:after, .dg-colm-30:after, .dg-colm-25:after, .dg-colm-20:after, .dg-col-80:after, .dg-col-70:after, .dg-col-66:after, .dg-col-60:after, .dg-col-100:after, .dg-col-50:after, .dg-col-40:after, .dg-col-00:after, .dg-col-33:after, .dg-col-30:after, .dg-col-25:after, .dg-col-20:after, .dg-row:after, .dg-row-10:after, .dg-cad-form:after {
  clear: both;
}

.dg-alert-container.dg-positivo {
  border-color: #309852;
  color: #309852;
}

.dg-alert-container.dg-negativo {
  border-color: #a7363c;
  color: #a7363c;
}

.dg-home-banner-dots li > button:before {
  color: #333;
}

.dg-home-banner-dots li.slick-active > button:before {
  color: #393e46 !important;
}

a.dg-btn, button, input[type="submit"], input[type="button"] {
  color: #fff;
  background-color: #ff5722;
}

a.dg-btn.dg-btn-secundario, button.dg-btn-secundario, input[type="submit"].dg-btn-secundario, input[type="button"].dg-btn-secundario {
  background-color: #ff5722;
}

a.dg-btn.dg-btn-1, button.dg-btn-1, input[type="submit"].dg-btn-1, input[type="button"].dg-btn-1 {
  background-color: #ff5722;
}

a.dg-btn.dg-btn-2, button.dg-btn-2, input[type="submit"].dg-btn-2, input[type="button"].dg-btn-2 {
  background-color: #ff5722;
}

a.dg-btn.dg-btn-3, button.dg-btn-3, input[type="submit"].dg-btn-3, input[type="button"].dg-btn-3 {
  background-color: #d55f3a;
}

a.dg-btn.dg-btn-4, button.dg-btn-4, input[type="submit"].dg-btn-4, input[type="button"].dg-btn-4 {
  background-color: #222831;
  color: #fafafa;
}

a.dg-btn.dg-btn-5, button.dg-btn-5, input[type="submit"].dg-btn-5, input[type="button"].dg-btn-5 {
  background-color: #ff5722;
  color: #fafafa;
}

a.dg-btn.dg-btn-neutro, button.dg-btn-neutro, input[type="submit"].dg-btn-neutro, input[type="button"].dg-btn-neutro {
  background-color: #dedede;
}

a.dg-btn.dg-btn-texto-claro, button.dg-btn-texto-claro, input[type="submit"].dg-btn-texto-claro, input[type="button"].dg-btn-texto-claro {
  color: #fafafa;
}

a.dg-btn.dg-btn-entrar, button.dg-btn-entrar, input[type="submit"].dg-btn-entrar, input[type="button"].dg-btn-entrar {
  background-color: #222831;
  color: #fafafa;
}

a.dg-btn.dg-btn-newsletter, button.dg-btn-newsletter, input[type="submit"].dg-btn-newsletter, input[type="button"].dg-btn-newsletter {
  color: #fafafa;
}

a.dg-btn.dg-btn-facaseucadastro, button.dg-btn-facaseucadastro, input[type="submit"].dg-btn-facaseucadastro, input[type="button"].dg-btn-facaseucadastro {
  color: #fafafa;
  background-color: #ff5722;
}

a.dg-btn.dg-btn-header-buscaavancada, button.dg-btn-header-buscaavancada, input[type="submit"].dg-btn-header-buscaavancada, input[type="button"].dg-btn-header-buscaavancada {
  background-color: #ff5722;
}

a.dg-btn.dg-btn-busca, button.dg-btn-busca, input[type="submit"].dg-btn-busca, input[type="button"].dg-btn-busca {
  color: #555;
}

a.dg-btn.dg-btn-lote-aberto, button.dg-btn-lote-aberto, input[type="submit"].dg-btn-lote-aberto, input[type="button"].dg-btn-lote-aberto {
  background-color: #bcc02e;
}

a.dg-btn.dg-btn-lote-venda, a.dg-btn.dg-btn-lote-venda-direta, button.dg-btn-lote-venda, button.dg-btn-lote-venda-direta, input[type="submit"].dg-btn-lote-venda, input[type="submit"].dg-btn-lote-venda-direta, input[type="button"].dg-btn-lote-venda, input[type="button"].dg-btn-lote-venda-direta {
  background-color: #c881ee;
}

a.dg-btn.dg-btn-lote-aguardando, a.dg-btn.dg-btn-lote-aguardando-datas, button.dg-btn-lote-aguardando, button.dg-btn-lote-aguardando-datas, input[type="submit"].dg-btn-lote-aguardando, input[type="submit"].dg-btn-lote-aguardando-datas, input[type="button"].dg-btn-lote-aguardando, input[type="button"].dg-btn-lote-aguardando-datas {
  background-color: #3DA5FD;
}

a.dg-btn.dg-btn-lote-online, button.dg-btn-lote-online, input[type="submit"].dg-btn-lote-online, input[type="button"].dg-btn-lote-online {
  background-color: #bcc02e;
}

a.dg-btn.dg-btn-lote-encerrado, button.dg-btn-lote-encerrado, input[type="submit"].dg-btn-lote-encerrado, input[type="button"].dg-btn-lote-encerrado {
  background-color: #ff4e4e;
}

a.dg-btn.dg-btn-lote-arrematado, button.dg-btn-lote-arrematado, input[type="submit"].dg-btn-lote-arrematado, input[type="button"].dg-btn-lote-arrematado {
  background-color: #FE6737;
}

a.dg-btn.dg-btn-lote-prejudicado, button.dg-btn-lote-prejudicado, input[type="submit"].dg-btn-lote-prejudicado, input[type="button"].dg-btn-lote-prejudicado {
  background-color: #d1313e;
}

a.dg-btn.dg-btn-lote-sustado, a.dg-btn.dg-btn-lote-suspenso, button.dg-btn-lote-sustado, button.dg-btn-lote-suspenso, input[type="submit"].dg-btn-lote-sustado, input[type="submit"].dg-btn-lote-suspenso, input[type="button"].dg-btn-lote-sustado, input[type="button"].dg-btn-lote-suspenso {
  background-color: #fdbe2a;
}

a.dg-btn.dg-btn-meulance-remover, button.dg-btn-meulance-remover, input[type="submit"].dg-btn-meulance-remover, input[type="button"].dg-btn-meulance-remover {
  background-color: #e6404e;
}

a.dg-btn.dg-btn-buscaavancada, button.dg-btn-buscaavancada, input[type="submit"].dg-btn-buscaavancada, input[type="button"].dg-btn-buscaavancada {
  background-color: #393e46;
}

a.dg-btn.dg-btn-resultadomapa, button.dg-btn-resultadomapa, input[type="submit"].dg-btn-resultadomapa, input[type="button"].dg-btn-resultadomapa {
  background-color: #ff5722;
  color: #fafafa;
}

a.dg-btn.dg-btn-ba, button.dg-btn-ba, input[type="submit"].dg-btn-ba, input[type="button"].dg-btn-ba {
  background-color: #ff5722;
}

a.dg-btn.dg-btn-cadastrar, button.dg-btn-cadastrar, input[type="submit"].dg-btn-cadastrar, input[type="button"].dg-btn-cadastrar {
  background-color: #222831;
}

a.dg-btn.dg-btn-concluiravanc, button.dg-btn-concluiravanc, input[type="submit"].dg-btn-concluiravanc, input[type="button"].dg-btn-concluiravanc {
  background-color: #222831;
}

a.dg-btn.dg-btn-lote-aberto, button.dg-btn-lote-aberto, input[type="submit"].dg-btn-lote-aberto, input[type="button"].dg-btn-lote-aberto {
  background-color: #bcc02e;
}

a.dg-btn.dg-btn-lote-saladedisputa, button.dg-btn-lote-saladedisputa, input[type="submit"].dg-btn-lote-saladedisputa, input[type="button"].dg-btn-lote-saladedisputa {
  background-color: #ff6738;
}

a.dg-btn.dg-btn-lote-darlance, button.dg-btn-lote-darlance, input[type="submit"].dg-btn-lote-darlance, input[type="button"].dg-btn-lote-darlance {
  background-color: #e2e800;
}

a.dg-btn.dg-btn-lote-agendar, button.dg-btn-lote-agendar, input[type="submit"].dg-btn-lote-agendar, input[type="button"].dg-btn-lote-agendar {
  background-color: #e6404e;
}

a.dg-btn.dg-btn-lote-habilitese, button.dg-btn-lote-habilitese, input[type="submit"].dg-btn-lote-habilitese, input[type="button"].dg-btn-lote-habilitese {
  background-color: #ffb400;
}

a.dg-btn.dg-btn-cad-prosseguir, button.dg-btn-cad-prosseguir, input[type="submit"].dg-btn-cad-prosseguir, input[type="button"].dg-btn-cad-prosseguir {
  background-color: #393e46;
}

a.dg-btn.dg-btn-cad-representante, button.dg-btn-cad-representante, input[type="submit"].dg-btn-cad-representante, input[type="button"].dg-btn-cad-representante {
  background-color: #ff5722;
  color: #fafafa;
}

a.dg-btn.dg-btn-facebook, a.dg-btn.dg-btn-header-facebook, button.dg-btn-facebook, button.dg-btn-header-facebook, input[type="submit"].dg-btn-facebook, input[type="submit"].dg-btn-header-facebook, input[type="button"].dg-btn-facebook, input[type="button"].dg-btn-header-facebook {
  color: #fafafa;
}

a.dg-btn.dg-btn-filtro, button.dg-btn-filtro, input[type="submit"].dg-btn-filtro, input[type="button"].dg-btn-filtro {
  background-color: #ff5722;
  color: #fafafa;
}

a.dg-btn.dg-btn-modal-termo, button.dg-btn-modal-termo, input[type="submit"].dg-btn-modal-termo, input[type="button"].dg-btn-modal-termo {
  background-color: #ff5722;
}

a.dg-btn.dg-btn-alert-ok, button.dg-btn-alert-ok, input[type="submit"].dg-btn-alert-ok, input[type="button"].dg-btn-alert-ok {
  background-color: #333;
  color: #fafafa;
}

a.dg-btn.dg-btn-enviar-arquivo, button.dg-btn-enviar-arquivo, input[type="submit"].dg-btn-enviar-arquivo, input[type="button"].dg-btn-enviar-arquivo {
  background-color: #fafafa;
}

a.dg-btn.dg-desativo, button.dg-desativo, input[type="submit"].dg-desativo, input[type="button"].dg-desativo {
  color: #fafafa !important;
}

a.dg-btn:hover, a.dg-btn:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  color: #fff;
  background-color: #ff470e;
}

a.dg-btn:active, button:active, input[type="submit"]:active, input[type="button"]:active {
  background-color: #f83c00;
}

a.dg-btn.dg-btn-texto-claro, button.dg-btn-texto-claro, input[type="submit"].dg-btn-texto-claro, input[type="button"].dg-btn-texto-claro {
  color: #fafafa;
}

a.dg-btn.dg-btn-texto-claro:hover, a.dg-btn.dg-btn-texto-claro:focus, button.dg-btn-texto-claro:hover, button.dg-btn-texto-claro:focus, input[type="submit"].dg-btn-texto-claro:hover, input[type="submit"].dg-btn-texto-claro:focus, input[type="button"].dg-btn-texto-claro:hover, input[type="button"].dg-btn-texto-claro:focus {
  color: #fafafa;
}

a.dg-btn.dg-btn-secundario:hover, a.dg-btn.dg-btn-secundario:focus, button.dg-btn-secundario:hover, button.dg-btn-secundario:focus, input[type="submit"].dg-btn-secundario:hover, input[type="submit"].dg-btn-secundario:focus, input[type="button"].dg-btn-secundario:hover, input[type="button"].dg-btn-secundario:focus {
  background-color: #f83c00;
}

a.dg-btn.dg-btn-secundario:active, button.dg-btn-secundario:active, input[type="submit"].dg-btn-secundario:active, input[type="button"].dg-btn-secundario:active {
  background-color: #d53300;
}

a.dg-btn.dg-btn-1:hover, a.dg-btn.dg-btn-1:focus, button.dg-btn-1:hover, button.dg-btn-1:focus, input[type="submit"].dg-btn-1:hover, input[type="submit"].dg-btn-1:focus, input[type="button"].dg-btn-1:hover, input[type="button"].dg-btn-1:focus {
  background-color: #272a30;
}

a.dg-btn.dg-btn-1:active, button.dg-btn-1:active, input[type="submit"].dg-btn-1:active, input[type="button"].dg-btn-1:active {
  background-color: #17191c;
}

a.dg-btn.dg-btn-2:hover, a.dg-btn.dg-btn-2:focus, button.dg-btn-2:hover, button.dg-btn-2:focus, input[type="submit"].dg-btn-2:hover, input[type="submit"].dg-btn-2:focus, input[type="button"].dg-btn-2:hover, input[type="button"].dg-btn-2:focus {
  background-color: #f83c00;
}

a.dg-btn.dg-btn-2:active, button.dg-btn-2:active, input[type="submit"].dg-btn-2:active, input[type="button"].dg-btn-2:active {
  background-color: #d53300;
}

a.dg-btn.dg-btn-3:hover, a.dg-btn.dg-btn-3:focus, button.dg-btn-3:hover, button.dg-btn-3:focus, input[type="submit"].dg-btn-3:hover, input[type="submit"].dg-btn-3:focus, input[type="button"].dg-btn-3:hover, input[type="button"].dg-btn-3:focus {
  background-color: #be4c28;
}

a.dg-btn.dg-btn-3:active, button.dg-btn-3:active, input[type="submit"].dg-btn-3:active, input[type="button"].dg-btn-3:active {
  background-color: #a04022;
}

a.dg-btn.dg-btn-4:hover, a.dg-btn.dg-btn-4:focus, button.dg-btn-4:hover, button.dg-btn-4:focus, input[type="submit"].dg-btn-4:hover, input[type="submit"].dg-btn-4:focus, input[type="button"].dg-btn-4:hover, input[type="button"].dg-btn-4:focus {
  color: #fafafa;
  background-color: #111419;
}

a.dg-btn.dg-btn-4:active, button.dg-btn-4:active, input[type="submit"].dg-btn-4:active, input[type="button"].dg-btn-4:active {
  color: #fafafa;
  background-color: #030304;
}

a.dg-btn.dg-btn-5:hover, a.dg-btn.dg-btn-5:focus, button.dg-btn-5:hover, button.dg-btn-5:focus, input[type="submit"].dg-btn-5:hover, input[type="submit"].dg-btn-5:focus, input[type="button"].dg-btn-5:hover, input[type="button"].dg-btn-5:focus {
  color: #fafafa;
  background-color: #f83c00;
}

a.dg-btn.dg-btn-5:active, button.dg-btn-5:active, input[type="submit"].dg-btn-5:active, input[type="button"].dg-btn-5:active {
  color: #fafafa;
  background-color: #d53300;
}

a.dg-btn.dg-btn-neutro:hover, a.dg-btn.dg-btn-neutro:focus, button.dg-btn-neutro:hover, button.dg-btn-neutro:focus, input[type="submit"].dg-btn-neutro:hover, input[type="submit"].dg-btn-neutro:focus, input[type="button"].dg-btn-neutro:hover, input[type="button"].dg-btn-neutro:focus {
  background-color: #cacaca;
}

a.dg-btn.dg-btn-neutro:active, button.dg-btn-neutro:active, input[type="submit"].dg-btn-neutro:active, input[type="button"].dg-btn-neutro:active {
  background-color: #b8b8b8;
}

a.dg-btn.dg-btn-entrar:hover, a.dg-btn.dg-btn-entrar:focus, button.dg-btn-entrar:hover, button.dg-btn-entrar:focus, input[type="submit"].dg-btn-entrar:hover, input[type="submit"].dg-btn-entrar:focus, input[type="button"].dg-btn-entrar:hover, input[type="button"].dg-btn-entrar:focus {
  background-color: #111419;
  color: #fafafa;
}

a.dg-btn.dg-btn-entrar:active, button.dg-btn-entrar:active, input[type="submit"].dg-btn-entrar:active, input[type="button"].dg-btn-entrar:active {
  background-color: #050607;
  color: #fafafa;
}

a.dg-btn.dg-btn-newsletter, button.dg-btn-newsletter, input[type="submit"].dg-btn-newsletter, input[type="button"].dg-btn-newsletter {
  color: #fafafa;
}

a.dg-btn.dg-btn-newsletter:hover, a.dg-btn.dg-btn-newsletter:focus, button.dg-btn-newsletter:hover, button.dg-btn-newsletter:focus, input[type="submit"].dg-btn-newsletter:hover, input[type="submit"].dg-btn-newsletter:focus, input[type="button"].dg-btn-newsletter:hover, input[type="button"].dg-btn-newsletter:focus {
  color: #fafafa;
  background-color: #2b2f35;
}

a.dg-btn.dg-btn-newsletter:active, button.dg-btn-newsletter:active, input[type="submit"].dg-btn-newsletter:active, input[type="button"].dg-btn-newsletter:active {
  color: #fafafa;
  background-color: #22252a;
}

a.dg-btn.dg-btn-facaseucadastro:hover, a.dg-btn.dg-btn-facaseucadastro:focus, button.dg-btn-facaseucadastro:hover, button.dg-btn-facaseucadastro:focus, input[type="submit"].dg-btn-facaseucadastro:hover, input[type="submit"].dg-btn-facaseucadastro:focus, input[type="button"].dg-btn-facaseucadastro:hover, input[type="button"].dg-btn-facaseucadastro:focus {
  color: #fafafa;
  background-color: #ff470e;
}

a.dg-btn.dg-btn-facaseucadastro:active, button.dg-btn-facaseucadastro:active, input[type="submit"].dg-btn-facaseucadastro:active, input[type="button"].dg-btn-facaseucadastro:active {
  color: #fafafa;
  background-color: #f83c00;
}

a.dg-btn.dg-btn-header-buscaavancada, button.dg-btn-header-buscaavancada, input[type="submit"].dg-btn-header-buscaavancada, input[type="button"].dg-btn-header-buscaavancada {
  background-color: #ff5722;
}

a.dg-btn.dg-btn-header-buscaavancada:hover, a.dg-btn.dg-btn-header-buscaavancada:focus, button.dg-btn-header-buscaavancada:hover, button.dg-btn-header-buscaavancada:focus, input[type="submit"].dg-btn-header-buscaavancada:hover, input[type="submit"].dg-btn-header-buscaavancada:focus, input[type="button"].dg-btn-header-buscaavancada:hover, input[type="button"].dg-btn-header-buscaavancada:focus {
  background-color: #fd3d00;
}

a.dg-btn.dg-btn-header-buscaavancada:active, button.dg-btn-header-buscaavancada:active, input[type="submit"].dg-btn-header-buscaavancada:active, input[type="button"].dg-btn-header-buscaavancada:active {
  background-color: #e43700;
}

a.dg-btn.dg-btn-busca:hover, a.dg-btn.dg-btn-busca:focus, button.dg-btn-busca:hover, button.dg-btn-busca:focus, input[type="submit"].dg-btn-busca:hover, input[type="submit"].dg-btn-busca:focus, input[type="button"].dg-btn-busca:hover, input[type="button"].dg-btn-busca:focus {
  background-color: #cccccc;
  color: #555;
}

a.dg-btn.dg-btn-busca:active, button.dg-btn-busca:active, input[type="submit"].dg-btn-busca:active, input[type="button"].dg-btn-busca:active {
  background-color: #bfbfbf;
  color: #555;
}

a.dg-btn.dg-btn-lote-aberto:hover, a.dg-btn.dg-btn-lote-aberto:focus, button.dg-btn-lote-aberto:hover, button.dg-btn-lote-aberto:focus, input[type="submit"].dg-btn-lote-aberto:hover, input[type="submit"].dg-btn-lote-aberto:focus, input[type="button"].dg-btn-lote-aberto:hover, input[type="button"].dg-btn-lote-aberto:focus {
  background-color: #a8ab29;
}

a.dg-btn.dg-btn-lote-aberto:active, button.dg-btn-lote-aberto:active, input[type="submit"].dg-btn-lote-aberto:active, input[type="button"].dg-btn-lote-aberto:active {
  background-color: #949724;
}

a.dg-btn.dg-btn-lote-aguardando:hover, a.dg-btn.dg-btn-lote-aguardando:focus, a.dg-btn.dg-btn-lote-aguardando-datas:hover, a.dg-btn.dg-btn-lote-aguardando-datas:focus, button.dg-btn-lote-aguardando:hover, button.dg-btn-lote-aguardando:focus, button.dg-btn-lote-aguardando-datas:hover, button.dg-btn-lote-aguardando-datas:focus, input[type="submit"].dg-btn-lote-aguardando:hover, input[type="submit"].dg-btn-lote-aguardando:focus, input[type="submit"].dg-btn-lote-aguardando-datas:hover, input[type="submit"].dg-btn-lote-aguardando-datas:focus, input[type="button"].dg-btn-lote-aguardando:hover, input[type="button"].dg-btn-lote-aguardando:focus, input[type="button"].dg-btn-lote-aguardando-datas:hover, input[type="button"].dg-btn-lote-aguardando-datas:focus {
  background-color: #2e9efd;
}

a.dg-btn.dg-btn-lote-aguardando:active, a.dg-btn.dg-btn-lote-aguardando-datas:active, button.dg-btn-lote-aguardando:active, button.dg-btn-lote-aguardando-datas:active, input[type="submit"].dg-btn-lote-aguardando:active, input[type="submit"].dg-btn-lote-aguardando-datas:active, input[type="button"].dg-btn-lote-aguardando:active, input[type="button"].dg-btn-lote-aguardando-datas:active {
  background-color: #1f97fd;
}

a.dg-btn.dg-btn-lote-venda:hover, a.dg-btn.dg-btn-lote-venda:focus, a.dg-btn.dg-btn-lote-venda-direta:hover, a.dg-btn.dg-btn-lote-venda-direta:focus, button.dg-btn-lote-venda:hover, button.dg-btn-lote-venda:focus, button.dg-btn-lote-venda-direta:hover, button.dg-btn-lote-venda-direta:focus, input[type="submit"].dg-btn-lote-venda:hover, input[type="submit"].dg-btn-lote-venda:focus, input[type="submit"].dg-btn-lote-venda-direta:hover, input[type="submit"].dg-btn-lote-venda-direta:focus, input[type="button"].dg-btn-lote-venda:hover, input[type="button"].dg-btn-lote-venda:focus, input[type="button"].dg-btn-lote-venda-direta:hover, input[type="button"].dg-btn-lote-venda-direta:focus {
  background-color: #be6beb;
}

a.dg-btn.dg-btn-lote-venda:active, a.dg-btn.dg-btn-lote-venda-direta:active, button.dg-btn-lote-venda:active, button.dg-btn-lote-venda-direta:active, input[type="submit"].dg-btn-lote-venda:active, input[type="submit"].dg-btn-lote-venda-direta:active, input[type="button"].dg-btn-lote-venda:active, input[type="button"].dg-btn-lote-venda-direta:active {
  background-color: #b454e8;
}

a.dg-btn.dg-btn-lote-online:hover, a.dg-btn.dg-btn-lote-online:focus, button.dg-btn-lote-online:hover, button.dg-btn-lote-online:focus, input[type="submit"].dg-btn-lote-online:hover, input[type="submit"].dg-btn-lote-online:focus, input[type="button"].dg-btn-lote-online:hover, input[type="button"].dg-btn-lote-online:focus {
  background-color: #b0b42b;
}

a.dg-btn.dg-btn-lote-online:active, button.dg-btn-lote-online:active, input[type="submit"].dg-btn-lote-online:active, input[type="button"].dg-btn-lote-online:active {
  background-color: #a4a728;
}

a.dg-btn.dg-btn-lote-encerrado:hover, a.dg-btn.dg-btn-lote-encerrado:focus, button.dg-btn-lote-encerrado:hover, button.dg-btn-lote-encerrado:focus, input[type="submit"].dg-btn-lote-encerrado:hover, input[type="submit"].dg-btn-lote-encerrado:focus, input[type="button"].dg-btn-lote-encerrado:hover, input[type="button"].dg-btn-lote-encerrado:focus {
  background-color: #ff3f3f;
}

a.dg-btn.dg-btn-lote-encerrado:active, button.dg-btn-lote-encerrado:active, input[type="submit"].dg-btn-lote-encerrado:active, input[type="button"].dg-btn-lote-encerrado:active {
  background-color: #ff2f2f;
}

a.dg-btn.dg-btn-lote-arrematado:hover, a.dg-btn.dg-btn-lote-arrematado:focus, button.dg-btn-lote-arrematado:hover, button.dg-btn-lote-arrematado:focus, input[type="submit"].dg-btn-lote-arrematado:hover, input[type="submit"].dg-btn-lote-arrematado:focus, input[type="button"].dg-btn-lote-arrematado:hover, input[type="button"].dg-btn-lote-arrematado:focus {
  background-color: #fe5b28;
}

a.dg-btn.dg-btn-lote-arrematado:active, button.dg-btn-lote-arrematado:active, input[type="submit"].dg-btn-lote-arrematado:active, input[type="button"].dg-btn-lote-arrematado:active {
  background-color: #fe5019;
}

a.dg-btn.dg-btn-lote-prejudicado:hover, a.dg-btn.dg-btn-lote-prejudicado:focus, button.dg-btn-lote-prejudicado:hover, button.dg-btn-lote-prejudicado:focus, input[type="submit"].dg-btn-lote-prejudicado:hover, input[type="submit"].dg-btn-lote-prejudicado:focus, input[type="button"].dg-btn-lote-prejudicado:hover, input[type="button"].dg-btn-lote-prejudicado:focus {
  background-color: #be2a36;
}

a.dg-btn.dg-btn-lote-prejudicado:active, button.dg-btn-lote-prejudicado:active, input[type="submit"].dg-btn-lote-prejudicado:active, input[type="button"].dg-btn-lote-prejudicado:active {
  background-color: #a92630;
}

a.dg-btn.dg-btn-lote-sustado:hover, a.dg-btn.dg-btn-lote-sustado:focus, a.dg-btn.dg-btn-lote-suspenso:hover, a.dg-btn.dg-btn-lote-suspenso:focus, button.dg-btn-lote-sustado:hover, button.dg-btn-lote-sustado:focus, button.dg-btn-lote-suspenso:hover, button.dg-btn-lote-suspenso:focus, input[type="submit"].dg-btn-lote-sustado:hover, input[type="submit"].dg-btn-lote-sustado:focus, input[type="submit"].dg-btn-lote-suspenso:hover, input[type="submit"].dg-btn-lote-suspenso:focus, input[type="button"].dg-btn-lote-sustado:hover, input[type="button"].dg-btn-lote-sustado:focus, input[type="button"].dg-btn-lote-suspenso:hover, input[type="button"].dg-btn-lote-suspenso:focus {
  background-color: #fdb611;
}

a.dg-btn.dg-btn-lote-sustado:active, a.dg-btn.dg-btn-lote-suspenso:active, button.dg-btn-lote-sustado:active, button.dg-btn-lote-suspenso:active, input[type="submit"].dg-btn-lote-sustado:active, input[type="submit"].dg-btn-lote-suspenso:active, input[type="button"].dg-btn-lote-sustado:active, input[type="button"].dg-btn-lote-suspenso:active {
  background-color: #f2aa02;
}

a.dg-btn.dg-btn-buscaavancada:hover, a.dg-btn.dg-btn-buscaavancada:focus, button.dg-btn-buscaavancada:hover, button.dg-btn-buscaavancada:focus, input[type="submit"].dg-btn-buscaavancada:hover, input[type="submit"].dg-btn-buscaavancada:focus, input[type="button"].dg-btn-buscaavancada:hover, input[type="button"].dg-btn-buscaavancada:focus {
  background-color: #292d32;
}

a.dg-btn.dg-btn-buscaavancada:active, button.dg-btn-buscaavancada:active, input[type="submit"].dg-btn-buscaavancada:active, input[type="button"].dg-btn-buscaavancada:active {
  background-color: #191b1f;
}

a.dg-btn.dg-btn-resultadomapa:hover, a.dg-btn.dg-btn-resultadomapa:focus, button.dg-btn-resultadomapa:hover, button.dg-btn-resultadomapa:focus, input[type="submit"].dg-btn-resultadomapa:hover, input[type="submit"].dg-btn-resultadomapa:focus, input[type="button"].dg-btn-resultadomapa:hover, input[type="button"].dg-btn-resultadomapa:focus {
  background-color: #fd3d00;
  color: #fafafa;
}

a.dg-btn.dg-btn-resultadomapa:active, button.dg-btn-resultadomapa:active, input[type="submit"].dg-btn-resultadomapa:active, input[type="button"].dg-btn-resultadomapa:active {
  background-color: #da3400;
  color: #fafafa;
}

a.dg-btn.dg-btn-ba:hover, a.dg-btn.dg-btn-ba:focus, button.dg-btn-ba:hover, button.dg-btn-ba:focus, input[type="submit"].dg-btn-ba:hover, input[type="submit"].dg-btn-ba:focus, input[type="button"].dg-btn-ba:hover, input[type="button"].dg-btn-ba:focus {
  background-color: #fd3d00;
}

a.dg-btn.dg-btn-ba:active, button.dg-btn-ba:active, input[type="submit"].dg-btn-ba:active, input[type="button"].dg-btn-ba:active {
  background-color: #da3400;
}

a.dg-btn.dg-btn-cadastrar:hover, a.dg-btn.dg-btn-cadastrar:focus, button.dg-btn-cadastrar:hover, button.dg-btn-cadastrar:focus, input[type="submit"].dg-btn-cadastrar:hover, input[type="submit"].dg-btn-cadastrar:focus, input[type="button"].dg-btn-cadastrar:hover, input[type="button"].dg-btn-cadastrar:focus {
  background-color: #1a1e25;
}

a.dg-btn.dg-btn-cadastrar:active, button.dg-btn-cadastrar:active, input[type="submit"].dg-btn-cadastrar:active, input[type="button"].dg-btn-cadastrar:active {
  background-color: #111419;
}

a.dg-btn.dg-btn-mapa:hover, a.dg-btn.dg-btn-mapa:focus, button.dg-btn-mapa:hover, button.dg-btn-mapa:focus, input[type="submit"].dg-btn-mapa:hover, input[type="submit"].dg-btn-mapa:focus, input[type="button"].dg-btn-mapa:hover, input[type="button"].dg-btn-mapa:focus {
  background-color: #292d32;
}

a.dg-btn.dg-btn-mapa:active, button.dg-btn-mapa:active, input[type="submit"].dg-btn-mapa:active, input[type="button"].dg-btn-mapa:active {
  background-color: #191b1f;
}

a.dg-btn.dg-btn-concluiravanc:hover, a.dg-btn.dg-btn-concluiravanc:focus, button.dg-btn-concluiravanc:hover, button.dg-btn-concluiravanc:focus, input[type="submit"].dg-btn-concluiravanc:hover, input[type="submit"].dg-btn-concluiravanc:focus, input[type="button"].dg-btn-concluiravanc:hover, input[type="button"].dg-btn-concluiravanc:focus {
  background-color: #13171c;
}

a.dg-btn.dg-btn-concluiravanc:active, button.dg-btn-concluiravanc:active, input[type="submit"].dg-btn-concluiravanc:active, input[type="button"].dg-btn-concluiravanc:active {
  background-color: #050607;
}

a.dg-btn.dg-btn-lote-aberto:hover, a.dg-btn.dg-btn-lote-aberto:focus, button.dg-btn-lote-aberto:hover, button.dg-btn-lote-aberto:focus, input[type="submit"].dg-btn-lote-aberto:hover, input[type="submit"].dg-btn-lote-aberto:focus, input[type="button"].dg-btn-lote-aberto:hover, input[type="button"].dg-btn-lote-aberto:focus {
  background-color: #a0a327;
}

a.dg-btn.dg-btn-lote-aberto:active, button.dg-btn-lote-aberto:active, input[type="submit"].dg-btn-lote-aberto:active, input[type="button"].dg-btn-lote-aberto:active {
  background-color: #848620;
}

a.dg-btn.dg-btn-lote-saladedisputa:hover, a.dg-btn.dg-btn-lote-saladedisputa:focus, button.dg-btn-lote-saladedisputa:hover, button.dg-btn-lote-saladedisputa:focus, input[type="submit"].dg-btn-lote-saladedisputa:hover, input[type="submit"].dg-btn-lote-saladedisputa:focus, input[type="button"].dg-btn-lote-saladedisputa:hover, input[type="button"].dg-btn-lote-saladedisputa:focus {
  background-color: #ff4c14;
}

a.dg-btn.dg-btn-lote-saladedisputa:active, button.dg-btn-lote-saladedisputa:active, input[type="submit"].dg-btn-lote-saladedisputa:active, input[type="button"].dg-btn-lote-saladedisputa:active {
  background-color: #f03900;
}

a.dg-btn.dg-btn-lote-darlance:hover, a.dg-btn.dg-btn-lote-darlance:focus, button.dg-btn-lote-darlance:hover, button.dg-btn-lote-darlance:focus, input[type="submit"].dg-btn-lote-darlance:hover, input[type="submit"].dg-btn-lote-darlance:focus, input[type="button"].dg-btn-lote-darlance:hover, input[type="button"].dg-btn-lote-darlance:focus {
  background-color: #bfc400;
}

a.dg-btn.dg-btn-lote-darlance:active, button.dg-btn-lote-darlance:active, input[type="submit"].dg-btn-lote-darlance:active, input[type="button"].dg-btn-lote-darlance:active {
  background-color: #9ca100;
}

a.dg-btn.dg-btn-lote-agendar:hover, a.dg-btn.dg-btn-lote-agendar:focus, button.dg-btn-lote-agendar:hover, button.dg-btn-lote-agendar:focus, input[type="submit"].dg-btn-lote-agendar:hover, input[type="submit"].dg-btn-lote-agendar:focus, input[type="button"].dg-btn-lote-agendar:hover, input[type="button"].dg-btn-lote-agendar:focus {
  background-color: #e22031;
}

a.dg-btn.dg-btn-lote-agendar:active, button.dg-btn-lote-agendar:active, input[type="submit"].dg-btn-lote-agendar:active, input[type="button"].dg-btn-lote-agendar:active {
  background-color: #c51a28;
}

a.dg-btn.dg-btn-lote-habilitese:hover, a.dg-btn.dg-btn-lote-habilitese:focus, button.dg-btn-lote-habilitese:hover, button.dg-btn-lote-habilitese:focus, input[type="submit"].dg-btn-lote-habilitese:hover, input[type="submit"].dg-btn-lote-habilitese:focus, input[type="button"].dg-btn-lote-habilitese:hover, input[type="button"].dg-btn-lote-habilitese:focus {
  background-color: #db9b00;
}

a.dg-btn.dg-btn-lote-habilitese:active, button.dg-btn-lote-habilitese:active, input[type="submit"].dg-btn-lote-habilitese:active, input[type="button"].dg-btn-lote-habilitese:active {
  background-color: #b88200;
}

a.dg-btn.dg-btn-cad-prosseguir:hover, a.dg-btn.dg-btn-cad-prosseguir:focus, button.dg-btn-cad-prosseguir:hover, button.dg-btn-cad-prosseguir:focus, input[type="submit"].dg-btn-cad-prosseguir:hover, input[type="submit"].dg-btn-cad-prosseguir:focus, input[type="button"].dg-btn-cad-prosseguir:hover, input[type="button"].dg-btn-cad-prosseguir:focus {
  background-color: #292d32;
}

a.dg-btn.dg-btn-cad-prosseguir:active, button.dg-btn-cad-prosseguir:active, input[type="submit"].dg-btn-cad-prosseguir:active, input[type="button"].dg-btn-cad-prosseguir:active {
  background-color: #191b1f;
}

a.dg-btn.dg-btn-facebook:hover, a.dg-btn.dg-btn-facebook:focus, button.dg-btn-facebook:hover, button.dg-btn-facebook:focus, input[type="submit"].dg-btn-facebook:hover, input[type="submit"].dg-btn-facebook:focus, input[type="button"].dg-btn-facebook:hover, input[type="button"].dg-btn-facebook:focus {
  color: #fafafa;
}

a.dg-btn.dg-btn-facebook:active, button.dg-btn-facebook:active, input[type="submit"].dg-btn-facebook:active, input[type="button"].dg-btn-facebook:active {
  color: #fafafa;
}

a.dg-btn.dg-btn-cad-representante:hover, a.dg-btn.dg-btn-cad-representante:focus, button.dg-btn-cad-representante:hover, button.dg-btn-cad-representante:focus, input[type="submit"].dg-btn-cad-representante:hover, input[type="submit"].dg-btn-cad-representante:focus, input[type="button"].dg-btn-cad-representante:hover, input[type="button"].dg-btn-cad-representante:focus {
  background-color: #fd3d00;
  color: #fafafa;
}

a.dg-btn.dg-btn-cad-representante:active, button.dg-btn-cad-representante:active, input[type="submit"].dg-btn-cad-representante:active, input[type="button"].dg-btn-cad-representante:active {
  background-color: #da3400;
  color: #fafafa;
}

a.dg-btn.dg-btn-filtro:hover, a.dg-btn.dg-btn-filtro:focus, button.dg-btn-filtro:hover, button.dg-btn-filtro:focus, input[type="submit"].dg-btn-filtro:hover, input[type="submit"].dg-btn-filtro:focus, input[type="button"].dg-btn-filtro:hover, input[type="button"].dg-btn-filtro:focus {
  background-color: #fd3d00;
  color: #fafafa;
}

a.dg-btn.dg-btn-filtro:active, button.dg-btn-filtro:active, input[type="submit"].dg-btn-filtro:active, input[type="button"].dg-btn-filtro:active {
  background-color: #da3400;
  color: #fafafa;
}

a.dg-btn.dg-btn-modal-termo:hover, a.dg-btn.dg-btn-modal-termo:focus, button.dg-btn-modal-termo:hover, button.dg-btn-modal-termo:focus, input[type="submit"].dg-btn-modal-termo:hover, input[type="submit"].dg-btn-modal-termo:focus, input[type="button"].dg-btn-modal-termo:hover, input[type="button"].dg-btn-modal-termo:focus {
  background-color: #fd3d00;
}

a.dg-btn.dg-btn-modal-termo:active, button.dg-btn-modal-termo:active, input[type="submit"].dg-btn-modal-termo:active, input[type="button"].dg-btn-modal-termo:active {
  background-color: #da3400;
}

a.dg-btn.dg-btn-alert-ok:hover, a.dg-btn.dg-btn-alert-ok:focus, button.dg-btn-alert-ok:hover, button.dg-btn-alert-ok:focus, input[type="submit"].dg-btn-alert-ok:hover, input[type="submit"].dg-btn-alert-ok:focus, input[type="button"].dg-btn-alert-ok:hover, input[type="button"].dg-btn-alert-ok:focus {
  background-color: #212121;
  color: #fafafa;
}

a.dg-btn.dg-btn-alert-ok:active, button.dg-btn-alert-ok:active, input[type="submit"].dg-btn-alert-ok:active, input[type="button"].dg-btn-alert-ok:active {
  background-color: #0f0f0f;
  color: #fafafa;
}

a.dg-btn.dg-btn-meulance-remover:hover, a.dg-btn.dg-btn-meulance-remover:focus, button.dg-btn-meulance-remover:hover, button.dg-btn-meulance-remover:focus, input[type="submit"].dg-btn-meulance-remover:hover, input[type="submit"].dg-btn-meulance-remover:focus, input[type="button"].dg-btn-meulance-remover:hover, input[type="button"].dg-btn-meulance-remover:focus {
  background-color: #e22031;
}

a.dg-btn.dg-btn-meulance-remover:active, button.dg-btn-meulance-remover:active, input[type="submit"].dg-btn-meulance-remover:active, input[type="button"].dg-btn-meulance-remover:active {
  background-color: #c51a28;
}

a.dg-btn.dg-btn-enviar-arquivo:hover, a.dg-btn.dg-btn-enviar-arquivo:focus, button.dg-btn-enviar-arquivo:hover, button.dg-btn-enviar-arquivo:focus, input[type="submit"].dg-btn-enviar-arquivo:hover, input[type="submit"].dg-btn-enviar-arquivo:focus, input[type="button"].dg-btn-enviar-arquivo:hover, input[type="button"].dg-btn-enviar-arquivo:focus {
  background-color: #e8e8e8;
}

a.dg-btn.dg-btn-enviar-arquivo:active, button.dg-btn-enviar-arquivo:active, input[type="submit"].dg-btn-enviar-arquivo:active, input[type="button"].dg-btn-enviar-arquivo:active {
  background-color: #d6d6d6;
}

a.dg-btn.dg-desativo:hover, a.dg-btn.dg-desativo:focus, button.dg-desativo:hover, button.dg-desativo:focus, input[type="submit"].dg-desativo:hover, input[type="submit"].dg-desativo:focus, input[type="button"].dg-desativo:hover, input[type="button"].dg-desativo:focus {
  color: #fafafa !important;
}

a.dg-btn.dg-desativo:active, button.dg-desativo:active, input[type="submit"].dg-desativo:active, input[type="button"].dg-desativo:active {
  color: #fafafa !important;
}

a.dg-btn.dg-btn-header-facebook:hover, a.dg-btn.dg-btn-header-facebook:focus, button.dg-btn-header-facebook:hover, button.dg-btn-header-facebook:focus, input[type="submit"].dg-btn-header-facebook:hover, input[type="submit"].dg-btn-header-facebook:focus, input[type="button"].dg-btn-header-facebook:hover, input[type="button"].dg-btn-header-facebook:focus {
  color: #fafafa !important;
}

a.dg-btn.dg-btn-header-facebook:active, button.dg-btn-header-facebook:active, input[type="submit"].dg-btn-header-facebook:active, input[type="button"].dg-btn-header-facebook:active {
  color: #fafafa !important;
}

span.dg-btn {
  display: inline-block;
}

span.dg-btn.dg-btn-entrar, div.dg-btn.dg-btn-entrar {
  background-color: #222831;
  color: #fafafa;
}

span.dg-btn.dg-btn-lote-aberto, div.dg-btn.dg-btn-lote-aberto {
  border-color: #bcc02e;
  color: #bcc02e;
}

span.dg-btn.dg-btn-lote-aguardando, span.dg-btn.dg-btn-lote-aguardando-datas, div.dg-btn.dg-btn-lote-aguardando, div.dg-btn.dg-btn-lote-aguardando-datas {
  border-color: #3DA5FD;
  color: #3DA5FD;
}

span.dg-btn.dg-btn-lote-venda, span.dg-btn.dg-btn-lote-venda-direta, div.dg-btn.dg-btn-lote-venda, div.dg-btn.dg-btn-lote-venda-direta {
  border-color: #c881ee;
  color: #c881ee;
}

span.dg-btn.dg-btn-lote-online, div.dg-btn.dg-btn-lote-online {
  border-color: #bcc02e;
  color: #bcc02e;
}

span.dg-btn.dg-btn-lote-encerrado, div.dg-btn.dg-btn-lote-encerrado {
  border-color: #ff4e4e;
  color: #ff4e4e;
}

span.dg-btn.dg-btn-lote-arrematado, div.dg-btn.dg-btn-lote-arrematado {
  border-color: #FE6737;
  color: #FE6737;
}

span.dg-btn.dg-btn-lote-prejudicado, div.dg-btn.dg-btn-lote-prejudicado {
  border-color: #d1313e;
  color: #d1313e;
}

span.dg-btn.dg-btn-lote-sustado, span.dg-btn.dg-btn-lote-suspenso, div.dg-btn.dg-btn-lote-sustado, div.dg-btn.dg-btn-lote-suspenso {
  border-color: #fdbe2a;
  color: #fdbe2a;
}

span.dg-btn.dg-btn-lote-aberto, div.dg-btn.dg-btn-lote-aberto {
  border-color: #bcc02e;
  color: #bcc02e;
}

span.dg-btn.dg-btn-lote-saladedisputa, div.dg-btn.dg-btn-lote-saladedisputa {
  border-color: #ff6738;
  color: #ff6738;
}

span.dg-btn.dg-btn-lote-darlance, div.dg-btn.dg-btn-lote-darlance {
  border-color: #e2e800;
  color: #e2e800;
}

span.dg-btn.dg-btn-lote-agendar, div.dg-btn.dg-btn-lote-agendar {
  border-color: #e6404e;
  color: #e6404e;
}

span.dg-btn.dg-btn-lote-habilitese, div.dg-btn.dg-btn-lote-habilitese {
  border-color: #ffb400;
  color: #ffb400;
}

span.dg-btn.dg-btn-cad-prosseguir, div.dg-btn.dg-btn-cad-prosseguir {
  border-color: #393e46;
  color: #393e46;
}

span.dg-btn.dg-btn-cad-representante, div.dg-btn.dg-btn-cad-representante {
  border-color: #ff5722;
  color: #ff5722;
}

span.dg-btn.dg-btn-modal-termo, div.dg-btn.dg-btn-modal-termo {
  border-color: #ff5722;
  color: #ff5722;
}

span.dg-btn.dg-btn-alert-ok, div.dg-btn.dg-btn-alert-ok {
  border-color: #333;
  color: #fafafa;
}

.dg-alert-container.dg-positivo .dg-btn.dg-btn-alert-ok {
  background-color: #309852;
}

.dg-alert-container.dg-positivo .dg-btn.dg-btn-alert-ok:hover, .dg-alert-container.dg-positivo .dg-btn.dg-btn-alert-ok:focus {
  background-color: #309852;
}

.dg-alert-container.dg-positivo .dg-btn.dg-btn-alert-ok:active {
  background-color: #309852;
}

.dg-alert-container.dg-negativo .dg-btn.dg-btn-alert-ok {
  background-color: #a7363c;
}

.dg-alert-container.dg-negativo .dg-btn.dg-btn-alert-ok:hover, .dg-alert-container.dg-negativo .dg-btn.dg-btn-alert-ok:focus {
  background-color: #a7363c;
}

.dg-alert-container.dg-negativo .dg-btn.dg-btn-alert-ok:active {
  background-color: #a7363c;
}

input:not([type="submit"]), textarea, select, .dg-fakeselect-fake-link {
  border: 1px solid #dedede;
  color: #555;
}

input:not([type="submit"])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .dg-fakeselect-fake-link::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7b7b7b;
}

input:not([type="submit"])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .dg-fakeselect-fake-link::-moz-placeholder {
  /* Firefox 19+ */
  color: #7b7b7b;
}

input:not([type="submit"]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .dg-fakeselect-fake-link:-ms-input-placeholder {
  /* IE 10+ */
  color: #7b7b7b;
}

input:not([type="submit"]):-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .dg-fakeselect-fake-link:-moz-placeholder {
  /* Firefox 18- */
  color: #7b7b7b;
}

select, .dg-fakeselect-fake-link {
  border-color: #dedede;
}

input[type="checkbox"] + label, input[type="checkbox"] + span + label, input[type="radio"] + label, input[type="radio"] + span + label {
  color: #555;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + span + label:before, input[type="radio"] + label:before, input[type="radio"] + span + label:before {
  color: #555;
}

input[type="checkbox"] + label:hover, input[type="checkbox"] + label:focus, input[type="checkbox"] + span + label:hover, input[type="checkbox"] + span + label:focus, input[type="radio"] + label:hover, input[type="radio"] + label:focus, input[type="radio"] + span + label:hover, input[type="radio"] + span + label:focus {
  color: #3c3c3c;
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + span + label:before, input[type="radio"]:checked + label:before, input[type="radio"]:checked + span + label:before {
  color: #393e46;
}

.dg-loading .dg-loading-overlay:before {
  border-color: #393e46;
  border-top-color: transparent;
}

.dg-loading-geral .dg-loading-overlay:before {
  border-color: #393e46;
  border-top-color: transparent;
}

.dg-loading-local:before {
  border-color: #393e46;
  border-top-color: transparent;
}

.dg-ba-conteudo.dg-loading-local:after {
  background-color: #ff5722;
  border-top-color: transparent;
}

.jsHeaderLogin.dg-loading-local:after, .dg-header-esqueceu.dg-loading-local:after {
  background: #393e46 !important;
}

.dg-modal-titulo {
  background-color: #222831;
}

.dg-modal-conteudo {
  color: #222831;
}

.dg-modal-conteudo-info-titulo {
  color: #555;
}

.dg-modal-conteudo-info-input .dg-icon-aprovado.dg-ativo, .dg-modal-conteudo-info-input-agendar .dg-icon-aprovado.dg-ativo {
  color: #309852;
}

.dg-modal-conteudo-info-input input, .dg-modal-conteudo-info-input-agendar input {
  color: #555;
}

.dg-modal-conteudo-info-incremento, .dg-modal-conteudo-info-incremento-agendar {
  color: #222831;
}

.dg-modal-conteudo-info-incremento-mais a {
  color: #ff5722;
}

.dg-modal-conteudo-info-incremento-mais a.dg-ativo {
  color: #393e46;
}

.dg-modal-termo-checkbox-aceito label {
  color: #b8b8b8;
}

.dg-modal-conteudo-info-select-agendar select {
  color: #555;
}

.dg-modal-amigo input {
  color: #555;
}

.dg-modal-amigo textarea {
  color: #555;
}

.dg-modal-habilitado {
  color: #555;
}

.dg-modal-habilitado strong {
  color: #d55f3a;
}

.dg-paginacao > a {
  background-color: #dedede;
  color: #555;
}

.dg-paginacao > a:hover, .dg-paginacao > a:focus {
  background-color: #393e46;
}

.dg-paginacao > span {
  background-color: #393e46;
  color: #fafafa;
}

.dg-paginacao .prim-pag:before, .dg-paginacao .pag-ant:before, .dg-paginacao .prox-pag:before, .dg-paginacao .ult-pag:before {
  background: #393e46;
}

.dg-paginacao .prim-pag:hover, .dg-paginacao .prim-pag:focus, .dg-paginacao .pag-ant:hover, .dg-paginacao .pag-ant:focus, .dg-paginacao .prox-pag:hover, .dg-paginacao .prox-pag:focus, .dg-paginacao .ult-pag:hover, .dg-paginacao .ult-pag:focus {
  color: #393e46;
}

@media (min-width: 992px) {
  .dg-tooltip {
    background-color: #555;
  }
}

span.error {
  background-color: #a7363c;
}

span.error:before {
  border-color: transparent transparent transparent #a7363c;
}

input.error, select.error, textarea.error {
  border-color: #a7363c !important;
}

.dg-mensagem-de-erro, .dg-mensagem-de-captcha {
  background-color: #a7363c;
}

.dg-mensagem-de-erro:before, .dg-mensagem-de-captcha:before {
  border-color: transparent transparent transparent #a7363c;
}

.dg-mensagem-de-erro.dg-direita:before, .dg-mensagem-de-captcha.dg-direita:before {
  border-color: transparent #a7363c transparent transparent;
}

.dg-mensagem-de-erro.dg-direita.dg-bottom:before, .dg-mensagem-de-captcha.dg-direita.dg-bottom:before {
  border-color: transparent transparent #a7363c transparent;
}

.dg-mensagem-de-sucesso {
  background-color: #309852;
}

.dg-mensagem-de-sucesso:before {
  border-color: transparent transparent transparent #309852;
}

.dg-mensagem-de-sucesso.dg-direita:before {
  border-color: transparent #309852 transparent transparent;
}

.dg-mensagem-de-sucesso.dg-direita.dg-bottom:before {
  border-color: transparent transparent #309852 transparent;
}

.dg-footer-news .dg-mensagem-de-erro {
  background-color: #a7363c;
}

.dg-footer-news .dg-mensagem-de-erro:before {
  border-color: transparent transparent transparent #a7363c;
}

.dg-footer-news .dg-mensagem-de-erro.dg-direita:before {
  border-color: transparent #a7363c transparent transparent;
}

.dg-ba .dg-btn.dg-btn-ba, .dg-ba .dg-btn.dg-btn-resultadomapa {
  border-color: #444a54;
}

.dg-ba input[type="checkbox"]:checked + label:before, .dg-ba input[type="checkbox"]:checked + span + label:before {
  color: #ffa588 !important;
}

.dg-ba-topo {
  background-color: #ff5723;
}

.dg-ba-conteudo {
  background-color: #ff6737;
}

.dg-footer-box {
  background-color: #393e46;
}

.dg-footer-box .dg-titulo {
  color: #fff;
}

.dg-footer-social a {
  color: #ff5722;
}

.dg-footer-final {
  background-color: #222831;
  color: #4c596d;
}

h1, h2 {
  color: #222831;
}

h3, h4, h5, h6 {
  color: #222831;
}

.dg-header-login {
  background-color: #393e46;
  border-top-color: #393e46;
}

.dg-header-login input {
  background-color: #67707e;
  border-color: #505762;
  color: #222831;
}

.dg-header-login input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #414d5e;
}

.dg-header-login input::-moz-placeholder {
  /* Firefox 19+ */
  color: #414d5e;
}

.dg-header-login input:-ms-input-placeholder {
  /* IE 10+ */
  color: #414d5e;
}

.dg-header-login input:-moz-placeholder {
  /* Firefox 18- */
  color: #414d5e;
}

.dg-leiloes-lotes {
  background-color: #ff5722;
}

.dg-leiloes-nome {
  color: #222831;
}

.dg-leiloes-conteudo {
  color: #ff5722;
}

.dg-leiloes-data-titulo.dg-leiloes-suspenso {
  color: #fdbe2a;
}

.dg-leiloes-data-tempo strong {
  color: #393e46;
}

.dg-leiloes-valor-avaliacao, .dg-leiloes-valor-lance {
  color: #7b7b7b;
}

.dg-leiloes-valor-avaliacao strong, .dg-leiloes-valor-lance strong {
  color: #555;
}

.dg-leiloes-final {
  color: #ff5722;
}

.dg-leiloes-final a {
  color: #ff5722;
}

.dg-leiloes-final a:hover, .dg-leiloes-final a:focus {
  color: #393e46;
}

.dg-leiloes-tempo {
  background-color: #ff5722;
}

.dg-destaque-slider .dg-leiloes-tempo {
  background-color: #ff5722;
}

.slick-dots-destaque li.slick-active > button:before {
  color: #393e46;
}

.dg-leiloes-lotes {
  background-color: #ff5722;
}

.dg-leiloes-conteudo {
  color: #ff5722;
}

.dg-leiloes-data-titulo.dg-leiloes-suspenso {
  color: #fdbe2a;
}

.dg-leiloes-data-tempo strong {
  color: #393e46;
}

.dg-leiloes-valor-avaliacao, .dg-leiloes-valor-lance {
  color: #7b7b7b;
}

.dg-leiloes-valor-avaliacao strong, .dg-leiloes-valor-lance strong {
  color: #555;
}

.dg-leiloes-final {
  color: #ff5722;
}

.dg-leiloes-final a {
  color: #ff5722;
}

.dg-leiloes-final a:hover, .dg-leiloes-final a:focus {
  color: #393e46;
}

.dg-leiloes-tempo {
  background-color: #ff5722;
}

.dg-destaque-slider .dg-leiloes-tempo {
  background-color: #ff5722;
}

.slick-dots-destaque li.slick-active > button:before {
  color: #393e46;
}

.dg-header-menu-principal > li {
  color: #222831;
}

.dg-header-menu-principal > li > a {
  color: #222831;
}

.dg-header-menu-principal > li > a:hover, .dg-header-menu-principal > li > a:focus {
  color: #393e46;
}

.dg-header-menu-busca input:not([type="submit"]):hover {
  background-color: #dedede;
}

.dg-header-menu-busca input:not([type="submit"]):focus {
  border: 1px solid #dedede;
}

.dg-header-categorias {
  background-color: #ff5722;
}

.dg-header-categorias nav > ul > li > a {
  -webkit-text-shadow: 0 1px #ee3900;
  -moz-text-shadow: 0 1px #ee3900;
  text-shadow: 0 1px #ee3900;
}

.dg-header-categorias nav > ul > li > a:hover, .dg-header-categorias nav > ul > li > a:focus {
  background-color: #ff6736;
}

.dg-header-categorias nav > ul > li > a.dg-header-categorias-leiloes {
  background-color: #ff5722;
  -webkit-box-shadow: 0 0 15px #ff5722;
  box-shadow: 0 0 15px #ff5722;
}

.dg-header-categorias nav > ul > li > a.dg-header-categorias-leiloes:hover, .dg-header-categorias nav > ul > li > a.dg-header-categorias-leiloes:focus {
  background-color: #ff764b;
}

.dg-header-categorias nav > ul > li > ul > li > a {
  background-color: #ebebeb;
  color: #555;
}

.dg-header-categorias nav > ul > li > ul > li > a:hover, .dg-header-categorias nav > ul > li > ul > li > a:focus {
  background-color: #393e46;
}

@media (min-width: 992px) {
  .dg-header-categorias nav > ul > li > ul > li:nth-child(2) a:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ebebeb;
  }
  .dg-header-categorias nav > ul > li > ul > li:nth-child(2) a:hover:before {
    border-bottom: 8px solid #393e46;
  }
}

@media (max-width: 991px) {
  .dg-header-nav-close {
    background-color: #222831;
  }
  .dg-header-categorias-close {
    color: #393e46;
  }
  .dg-header-categorias-close:hover, .dg-header-categorias-close:focus {
    color: #393e46;
  }
  .dg-header-categorias-subitem-close {
    background-color: #393e46;
  }
}

.dg-paleta-box.dg-paleta-1 {
  background-color: #393e46;
}

.dg-paleta-box.dg-paleta-2 {
  background-color: #ff5722;
}

.dg-paleta-box.dg-paleta-3 {
  background-color: #d55f3a;
}

.dg-paleta-box.dg-paleta-4 {
  background-color: #222831;
}

.dg-paleta-box.dg-paleta-5 {
  background-color: #ff5722;
}

.dg-paleta-box.dg-paleta-positiva {
  background-color: #309852;
}

.dg-paleta-box.dg-paleta-negativa {
  background-color: #a7363c;
}

.dg-paleta-box.dg-paleta-neutra {
  background-color: #333;
}

.dg-agenda-item:hover, .dg-agenda-item:focus {
  color: #ababab;
}

.dg-agenda-item-modalidade {
  color: #309852;
}

.dg-agenda-item-situacao .dg-agenda-online {
  color: #309852;
}

.dg-agenda-item-situacao .dg-agenda-sustado {
  color: #393e46;
}

.dg-agenda-item-situacao .dg-agenda-prejudicado {
  color: #393e46;
}

.dg-agenda-item-situacao .dg-agenda-encerrado {
  color: #ff5722;
}

.dg-agenda-item-situacao .dg-agenda-arrematado {
  color: #ff5722;
}

.dg-agenda-item-situacao .dg-agenda-aguardando {
  color: #ff5722;
}

.dg-agenda-item-situacao .dg-agenda-aberto {
  color: #309852;
}

.dg-cadastro.dg-passo1 .dg-cad-progresso-item:nth-child(1) {
  color: #393e46;
}

.dg-cadastro.dg-passo1 .dg-cad-progresso-item:nth-child(1) .dg-cad-progresso-item-icon {
  background-color: #393e46;
}

@media (min-width: 992px) {
  .dg-cadastro.dg-passo1 .dg-cad-progresso-item:nth-child(1) .dg-linha {
    border-left-color: #393e46;
  }
}

.dg-cadastro.dg-passo2 .dg-cad-progresso-item:nth-child(1), .dg-cadastro.dg-passo2 .dg-cad-progresso-item:nth-child(2) {
  color: #393e46;
}

.dg-cadastro.dg-passo2 .dg-cad-progresso-item:nth-child(1) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo2 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon {
  background-color: #393e46;
}

.dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(1), .dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(2), .dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(3) {
  color: #393e46;
}

.dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(1) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon {
  background-color: #393e46;
}

.dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(1), .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(2), .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(3), .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(4) {
  color: #393e46;
}

.dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(1) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(4) .dg-cad-progresso-item-icon {
  background-color: #393e46;
}

.dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(1), .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(2), .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(3), .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(4), .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(5) {
  color: #393e46;
}

.dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(1) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(4) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(5) .dg-cad-progresso-item-icon {
  background-color: #393e46;
}

.dg-cad-pessoa {
  color: #555;
}

.dg-cad-form {
  color: #555;
}

.dg-cad-form input:not([type="submit"]):focus, .dg-cad-form textarea:focus, .dg-cad-form select:focus {
  border: 1px solid #222831;
}

.dg-cad-form select:focus {
  border: 1px solid #222831 !important;
}

.dg-modal .dg-cad-form select:focus {
  border-color: #222831 !important;
}

.dg-cad-voltar {
  color: #393e46;
}

.dg-cad-voltar:hover, .dg-cad-voltar:focus {
  color: #0b0c0e;
}

.dg-cad-form-naosabecep {
  color: #555;
}

.dg-cad-question {
  border-color: #393e46;
  color: #393e46;
}

.dg-cad-question:hover, .dg-cad-question:focus {
  background-color: #393e46;
}

.dg-broker label {
  color: #b8b8b8;
}

.dg-cad-termo-box h2, .dg-cad-termo-box h3, .dg-cad-termo-box h4, .dg-cad-termo-box h5, .dg-cad-termo-box h6 {
  color: #ababab;
}

.dg-cad-documento-item .dg-cad-documento-hover-msg > strong span.dg-green {
  color: #4ec775;
}

.dg-cad-documento-item.dg-enviado .dg-cad-fakefile {
  background: #309852;
}

.dg-cad-documento-item.dg-enviado .dg-cad-fakefile:hover, .dg-cad-documento-item.dg-enviado .dg-cad-fakefile:focus {
  background: #309852;
}

.dg-cat-titulo-resultados {
  color: #555;
}

.dg-cat-visual > a {
  color: #555;
}

.dg-cat-visual > a .dg-cat-balao {
  background-color: #393e46;
}

.dg-cat-visual > a .dg-cat-balao:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #393e46;
}

.dg-cat-visual > a:hover {
  color: #393e46;
}

.dg-cat-visual > a:focus {
  color: #393e46;
}

.btn.btn-pad.btn-amarelo.btn-leilao-amarelo {
  color: #393e46;
}

.dg-header-disputa-login a {
  color: #555;
}

.dg-header-disputa-pag .pag-ctn > span {
  border-color: #393e46;
  background-color: #393e46;
}

.dg-header-disputa-pag .pag-ctn > a {
  color: #555;
}

.dg-header-disputa-pag .pag-ctn > a:hover, .dg-header-disputa-pag .pag-ctn > a:focus {
  background-color: #555;
  border-color: #dedede;
}

.dg-header-disputa-pag .pag-ctn > a:active {
  background-color: #393e46;
  border-color: #393e46;
}

.dg-header-disputa-hora .dg-icon {
  color: #393e46;
}

.dg-header-disputa-hora-txt strong {
  color: #393e46;
}

@media (max-width: 991px) {
  .dg-header-disputa-menu {
    background-color: #222831;
    border-top-color: #222831;
  }
}

.dg-filtro {
  background-color: #393e46;
}

.dg-filtro-form input[type="checkbox"]:checked + label:before, .dg-filtro-form input[type="radio"]:checked + label:before {
  color: #ff5722;
}

.dg-filtro-form .dg-filtro-tipoleiloes input[type="checkbox"] + label, .dg-filtro-form .dg-filtro-tipoleiloes input[type="radio"] + label {
  color: #ff5722;
}

.dg-filtro-form .dg-filtro-tipoleiloes input[type="checkbox"] + label:before, .dg-filtro-form .dg-filtro-tipoleiloes input[type="radio"] + label:before {
  color: #ff5722;
}

.dg-filtro-form .dg-filtro-tipoleiloes input[type="checkbox"]:checked + label, .dg-filtro-form .dg-filtro-tipoleiloes input[type="radio"]:checked + label {
  color: #ff5722;
}

.dg-filtro-form .dg-filtro-tipoleiloes input[type="checkbox"]:checked + label:before, .dg-filtro-form .dg-filtro-tipoleiloes input[type="radio"]:checked + label:before {
  color: #ff5722;
}

.dg-filtro-form .dg-linha {
  border-bottom-color: #5b6370;
}

.dg-disputa-item-topo {
  background-color: #ff5722;
}

.dg-disputa-item-titulo strong {
  color: #393e46;
}

.dg-disputa-item-status.dg-btn-lote-aberto {
  color: #bcc02e;
}

.dg-disputa-item-status.dg-btn-lote-aguardando, .dg-disputa-item-status.dg-btn-lote-aguardando-datas {
  color: #3DA5FD;
}

.dg-disputa-item-status.dg-btn-lote-online {
  color: #bcc02e;
}

.dg-disputa-item-status.dg-btn-lote-encerrado {
  color: #ff4e4e;
}

.dg-disputa-item-status.dg-btn-lote-arrematado {
  color: #FE6737;
}

.dg-disputa-item-status.dg-btn-lote-prejudicado {
  color: #d1313e;
}

.dg-disputa-item-status.dg-btn-lote-venda, .dg-disputa-item-status.dg-btn-lote-venda-direta {
  color: #c881ee;
}

.dg-disputa-item-status.dg-btn-lote-sustado {
  color: #fdbe2a;
}

.dg-disputa-item-rodape > a {
  background-color: #ff7e55;
}

.dg-disputa-item-rodape > a:hover, .dg-disputa-item-rodape > a:focus {
  background: #ff6a3c;
}

.dg-disputa-item-rodape .dg-disputa-item-favorito.dg-ativo {
  color: #ff5722;
}

.dg-oport-txt:hover, .dg-oport-txt:focus {
  color: #393e46;
}

.dg-oport-txt strong {
  color: #393e46;
}

.dg-breadcrumb {
  color: #555;
}

.dg-breadcrumb a {
  color: #393e46;
}

.dg-breadcrumb a:hover, .dg-breadcrumb a:focus {
  color: #67707e;
}

.dg-breadcrumb > ul > li a:before {
  color: #393e46;
}

.dg-breadcrumb > ul > li:last-child:before {
  color: #555;
}

p {
  color: #555;
}

.dg-pagina-txt {
  color: #555;
}

.dg-pagina-txt h1, .dg-pagina-txt h2, .dg-pagina-txt h3 {
  color: #393e46;
}

.dg-pagina-txt p {
  color: #555;
}

.dg-pagina-txt-destaque {
  color: #222831;
}

.dg-faleconosco-lista > ul > li {
  color: #ff5722;
}

.dg-faleconosco-lista > ul > li a {
  color: #222831;
}

.dg-faleconosco-lista > ul .dg-icon {
  color: #d55f3a;
}

.dg-faleconosco-subtitulo {
  color: #555;
}

.dg-faleconosco-contatos .dg-titulo {
  color: #393e46;
}

.dg-faleconosco-contatos a:last-child {
  color: #393e46;
}

.dg-faleconosco-localizacao .dg-icon {
  color: #d55f3a;
}

.dg-faleconosco-txt {
  color: #555;
}

.dg-404 p a {
  color: #393e46;
}

.dg-404-retornar:hover, .dg-404-retornar:focus {
  color: #17191c;
}

.dg-comitentes-titulo {
  color: #555;
}

.dg-comitentes-destaque {
  color: #222831;
}

.dg-faq-pergunta {
  color: #393e46;
}

.dg-faq-pergunta > span {
  border-color: #393e46;
}

.dg-faq-pergunta.dg-toggle-ativo > span {
  background-color: #393e46;
}

.dg-faq-pergunta:hover, .dg-faq-pergunta:focus {
  color: #393e46;
}

.dg-faq-resposta {
  color: #c5c5c5;
}

.dg-legislacao-txt .dg-subtitulo {
  color: #393e46;
}

.dg-comoparticipar-pergunta {
  color: #393e46;
}

.dg-comoparticipar-pergunta.dg-toggle-ativo > span {
  background: #393e46;
}

.dg-comoparticipar-pergunta:hover {
  color: #393e46;
}

.dg-comoparticipar-pergunta:focus {
  background: #393e46;
}

.dg-modal-conteudo-historico-box li .automatico {
  color: #309852;
}

.dg-lote-titulo-codigo strong {
  color: #393e46;
}

.dg-lote-vermais {
  color: #393e46;
}

.dg-lote-vermais:hover, .dg-lote-vermais:focus {
  color: #a04022;
}

.dg-lote-processo {
  color: #555;
}

.dg-lote-leilao-titulo {
  background-color: #222831;
}

.dg-lote-leilao-abertura {
  border-right-color: #ff6a3c;
}

.dg-lote-leilao-lance {
  color: #393e46;
}

.dg-lote-valores-avaliacao strong {
  color: #222831;
}

.dg-lote-valores-lance strong {
  color: #222831;
}

.dg-lote-valores-incremento strong {
  color: #222831;
}

.dg-lote-valores-enviarproposta {
  color: #393e46;
}

.dg-lote-valores-enviarproposta a {
  color: #393e46;
}

.dg-lote-acao-abertura {
  color: #ff5722;
}

.dg-lote-acao-abertura a {
  color: #ff5722;
}

.dg-lote-acao .dg-leiloes-tempo-titulo, .dg-lote-acao-contagem .dg-leiloes-tempo-titulo {
  color: #222831;
}

.dg-btn.dg-btn-lote-saladedisputa {
  color: #fafafa !important;
}

.dg-lote-subtitulo .dg-icon {
  color: #393e46;
}

.dg-lote-toggle a:after {
  background: #393e46;
}

.dg-lote-documentos-downloads .dg-titulo {
  color: #393e46;
}

.dg-lote-documentos-downloads ul li a {
  color: #393e46;
}

.dg-lote-documentos-opcoes ul li a {
  color: #ff5722;
}

.dg-lote-acao-arrematado-leilao {
  color: #393e46;
  border-color: #393e46;
}

.dg-lote-acao-arrematado-vencedor {
  color: #309852;
}

.dg-lote-tags a.dg-tag-mensagem, .dg-lote-tags span.dg-tag-mensagem {
  border-color: #ff5722;
  color: #ff5722;
}

.dg-lote-tags a.dg-tag-mensagem.dg-tag-financiamento, .dg-lote-tags span.dg-tag-mensagem.dg-tag-financiamento {
  background-color: #309852;
  border: 1px solid #309852;
}

.dg-modal-calendario-date table th.prev {
  background-color: #222831;
}

.dg-modal-calendario-date table th.prev:hover, .dg-modal-calendario-date table th.prev:focus {
  background-color: #15191f !important;
}

.dg-modal-calendario-date table th.next {
  background-color: #222831;
}

.dg-modal-calendario-date table th.next:hover, .dg-modal-calendario-date table th.next:focus {
  background-color: #15191f !important;
}

.dg-modal-calendario-date table th.picker-switch {
  background-color: #222831;
}

.dg-modal-calendario-date table th.picker-switch:hover, .dg-modal-calendario-date table th.picker-switch:focus {
  background-color: #15191f !important;
}

.dg-modal-calendario-date table .day.today {
  background-color: #56657c;
}

.dg-modal-calendario-date table .day {
  background-color: #6c7e99;
}

.dg-modal-calendario-date table .day:hover, .dg-modal-calendario-date table .day:focus {
  background-color: #37414f;
}

.dg-modal-calendario-lista .periodo-label {
  color: #393e46;
}

.dg-modal-calendario-lista a.periodo-horario {
  background-color: #222831;
}

.dg-modal-calendario-lista a.periodo-horario:hover, .dg-modal-calendario-lista a.periodo-horario:focus {
  background-color: #424851;
}

.dg-modal-calendario-lista a.periodo-horario.dg-ativo {
  background-color: #292d32;
}

.dg-lote-proposta-form label .dg-icon {
  color: #393e46;
}

.dg-lote-minimenu ul li {
  color: #222831;
}

.dg-lote-minimenu ul li:last-child a.dg-ativo {
  color: #ff5722;
}

.dg-lote-minimenu ul li a {
  color: #222831;
}

.dg-cat-titulo-resultados {
  color: #555;
}

.dg-lotes-titulo {
  color: #555;
}

.dg-lotes-link {
  color: #222831;
}

.dg-lotes-link:hover, .dg-lotes-link:focus {
  color: #393e46;
}

.dg-pesquisaeditais .dg-pagina-titulo .dg-icon {
  color: #393e46;
}

.dg-pesquisaeditais-item {
  color: #dedede;
}

.dg-pesquisaeditais-item:hover, .dg-pesquisaeditais-item:focus {
  color: #ababab;
}

.dg-pesquisaeditais-item-edital a {
  color: #5b6370;
}

.dg-pesquisaeditais-item-edital a:hover, .dg-pesquisaeditais-item-edital a:focus {
  color: #393e46;
}

.dg-pesquisaeditais-item-situacao .dg-pesquisaeditais-online {
  color: #309852;
}

.dg-pesquisaeditais-item-situacao .dg-pesquisaeditais-sustado {
  color: #393e46;
}

.dg-pesquisaeditais-item-situacao .dg-pesquisaeditais-prejudicado {
  color: #393e46;
}

.dg-pesquisaeditais-item-situacao .dg-pesquisaeditais-encerrado {
  color: #ff5722;
}

.dg-pesquisaeditais-item-situacao .dg-pesquisaeditais-arrematado {
  color: #ff5722;
}

.dg-pesquisaeditais-item-situacao .dg-pesquisaeditais-aguardando {
  color: #ff5722;
}

.dg-pesquisaeditais-item-situacao .dg-pesquisaeditais-aberto {
  color: #309852;
}

.dg-usuario-menu ul li a:hover, .dg-usuario-menu ul li a:focus {
  color: #393e46;
}

.dg-usuario-menu ul li a.dg-ativo {
  color: #393e46;
}

.dg-usuario-menu ul li a.dg-ativo:hover, .dg-usuario-menu ul li a.dg-ativo:focus {
  color: #22252a;
}

.dg-usuario-lance-titulo a:hover, .dg-usuario-lance-titulo a:focus {
  color: #393e46;
}

a.dg-usuario-lance:hover, a.dg-usuario-lance:focus {
  background: #393e46;
}

.dg-usuario-perfil-img {
  background: #dedede;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #393e46;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #393e46;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #393e46;
}

.dg-modal-legenda {
  background-color: #393e46;
}

.dg-leiloes-lista-favoritos a:hover, .dg-leiloes-lista-favoritos a:focus {
  background: #272a30;
}

.bootstrap-datetimepicker-widget table td.day:not(.disabled):not(.active):hover {
  background: #d55f3a;
}

.dg-lote-hist-itemb.dg-lance {
  border-left: 5px solid #309852;
}

.dg-lote-hist-itemb.dg-lance .dg-lote-hist-itemb-titulo .dg-icon {
  color: #309852;
}

.dg-lote-hist-itemb.dg-lance-automatico {
  border-left: 5px solid #309852;
}

.dg-lote-hist-itemb.dg-lance-automatico .dg-lote-hist-itemb-titulo .dg-icon, .dg-lote-hist-itemb.dg-lance-automatico .dg-automatico {
  color: #309852;
}

.dg-lote-hist-itemb.dg-proposta {
  border-left: 5px solid #333;
}

.dg-lote-hist-itemb.dg-proposta .dg-lote-hist-itemb-titulo .dg-icon {
  color: #333;
}

.dg-lote-hist-itemb-suspenso a {
  color: #a7363c;
}

.dg-cor-bg-primaria {
  background-color: #393e46;
}

.dg-cor-bg-secundaria {
  background-color: #ff5722;
}

.dg-cor-bg-complementar {
  background-color: #d55f3a;
}

.dg-cor-bg-fundoprimaria {
  background-color: #222831;
}

.dg-cor-bg-fundosecundaria {
  background-color: #ff5722;
}

.dg-cor-color-primaria {
  color: #393e46;
}

.dg-cor-color-secundaria {
  color: #ff5722;
}

.dg-cor-color-complementar {
  color: #d55f3a;
}

.dg-cor-color-fundoprimaria {
  color: #222831;
}

.dg-cor-color-fundosecundaria {
  color: #ff5722;
}

.dg-cor-bg-positiva {
  background-color: #309852;
}

.dg-cor-bg-neutra {
  background-color: #333;
}

.dg-cor-bg-negativa {
  background-color: #a7363c;
}

.dg-cor-color-positiva {
  color: #309852;
}

.dg-cor-color-neutra {
  color: #333;
}

.dg-cor-color-negativa {
  color: #a7363c;
}

.dg-cor-bg-aguardandoinicio {
  background-color: #3DA5FD;
}

.dg-cor-bg-leilaoaberto {
  background-color: #bcc02e;
}

.dg-cor-bg-leilaoonline {
  background-color: #bcc02e;
}

.dg-cor-bg-leilaoarrematado {
  background-color: #FE6737;
}

.dg-cor-bg-leilaoencerrado {
  background-color: #ff4e4e;
}

.dg-cor-bg-leilaoprejudicado {
  background-color: #d1313e;
}

.dg-cor-bg-leilaosustado {
  background-color: #fdbe2a;
}

.dg-cor-color-aguardandoinicio {
  color: #3DA5FD;
}

.dg-cor-color-leilaoaberto {
  color: #bcc02e;
}

.dg-cor-color-leilaoonline {
  color: #bcc02e;
}

.dg-cor-color-leilaoarrematado {
  color: #FE6737;
}

.dg-cor-color-leilaoencerrado {
  color: #ff4e4e;
}

.dg-cor-color-leilaoprejudicado {
  color: #d1313e;
}

.dg-cor-color-leilaosustado {
  color: #fdbe2a;
}

.dg-cor-bg-darlance {
  background-color: #e2e800;
}

.dg-cor-bg-agendarlance {
  background-color: #e6404e;
}

.dg-cor-bg-habilitar {
  background-color: #ffb400;
}

.dg-cor-bg-removerlance {
  background-color: #e6404e;
}

.dg-cor-bg-disputa {
  background-color: #ff6738;
}

.dg-cor-color-darlance {
  color: #e2e800;
}

.dg-cor-color-agendarlance {
  color: #e6404e;
}

.dg-cor-color-habilitar {
  color: #ffb400;
}

.dg-cor-color-removerlance {
  color: #e6404e;
}

.dg-cor-color-disputa {
  color: #ff6738;
}

a.dg-btn.dg-btn-entrar, button.dg-btn-entrar, input[type="submit"].dg-btn-entrar, input[type="button"].dg-btn-entrar {
  background-color: #393e46;
}

a.dg-btn.dg-btn-entrar:hover, a.dg-btn.dg-btn-entrar:focus, a.dg-btn.dg-btn-entrar:active, button.dg-btn-entrar:hover, button.dg-btn-entrar:focus, button.dg-btn-entrar:active, input[type="submit"].dg-btn-entrar:hover, input[type="submit"].dg-btn-entrar:focus, input[type="submit"].dg-btn-entrar:active, input[type="button"].dg-btn-entrar:hover, input[type="button"].dg-btn-entrar:focus, input[type="button"].dg-btn-entrar:active {
  background-color: #22252a;
}

.dg-btn.dg-btn-header-facebook {
  background-color: #3c599c !important;
}

.dg-btn.dg-btn-header-facebook .dg-icon {
  background-color: #3c599c;
  -webkit-transition: 300ms ease background-color;
  transition: 300ms ease background-color;
}

.dg-btn.dg-btn-header-facebook:hover, .dg-btn.dg-btn-header-facebook:focus {
  background-color: #2e4477 !important;
}

.dg-btn.dg-btn-header-facebook:hover .dg-icon, .dg-btn.dg-btn-header-facebook:focus .dg-icon {
  background-color: #2e4477;
}

.dg-header-categorias {
  background-color: #ff5722;
}

.dg-header-nav {
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .dg-header-nav-box, .dg-header-nav {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(51%, #eee));
    background: linear-gradient(to right, #fff 50%, #eee 51%);
  }
  .dg-header-nav {
    background-color: #fff;
  }
}

.dg-header-nav-interno {
  background-color: #eee;
}

.dg-header-categorias nav > ul > li > a:hover, .dg-header-categorias nav > ul > li > a:focus {
  background-color: #ff6a3c;
}

.dg-header-menu-principal > li > a {
  color: #393e46;
}

.dg-header-menu-principal > li > a:hover, .dg-header-menu-principal > li > a:focus {
  color: #393e46;
}

a.dg-btn.dg-btn-header-agenda {
  color: #393e46 !important;
  background: #dadada;
  border: 0 !important;
  text-transform: lowercase;
}

a.dg-btn.dg-btn-header-agenda:hover, a.dg-btn.dg-btn-header-agenda:focus {
  color: #393e46;
  border: 0 !important;
  background: #cdcdcd;
}

a.dg-btn.dg-btn-header-abertos {
  color: #fff;
  text-transform: lowercase;
}

a.dg-btn.dg-btn-header-abertos .dg-icon {
  display: none;
}

a.dg-btn.dg-header-buscaavancada {
  background: #ff5722;
  text-transform: lowercase;
  color: #fff;
}

a.dg-btn.dg-header-buscaavancada:hover, a.dg-btn.dg-header-buscaavancada:focus {
  background: #ee3900;
}

.dg-menu-blog {
  color: #ff5722 !important;
  text-shadow: 0 0 #ff5722;
}

.dg-header-categorias nav > ul > li > a.dg-btn-header-abertos {
  color: #393e46 !important;
}

.dg-btn.dg-btn-busca:hover, .dg-btn.dg-btn-busca:focus, .dg-btn.dg-btn-busca:active {
  background-color: #e1e1e1;
  color: #ff6738 !important;
}

input.dg-header-busca-input:hover {
  background-color: #e1e1e1 !important;
}

input.dg-header-busca-input:hover + .dg-btn.dg-btn-busca {
  background-color: #e1e1e1 !important;
}

.dg-header-login label, .dg-header-login a {
  color: #c4c4c4;
}

.dg-header-login {
  color: #c4c4c4;
  background-color: #393e46;
  border-top: 5px solid #222831;
}

a.dg-btn.dg-btn-entrar, button.dg-btn.dg-btn-entrar, input[type="submit"].dg-btn.dg-btn-entrar, input[type="button"].dg-btn.dg-btn-entrar {
  background-color: #ff5722;
  border: 2px solid #65413b;
  color: #fff !important;
}

a.dg-btn.dg-btn-facaseucadastro, button.dg-btn.dg-btn-facaseucadastro, input[type="submit"].dg-btn.dg-btn-facaseucadastro, input[type="button"].dg-btn.dg-btn-facaseucadastro {
  color: #c4c4c4 !important;
  background-color: #222831;
}

a.dg-btn.dg-btn-facaseucadastro:hover, button.dg-btn.dg-btn-facaseucadastro:hover, input[type="submit"].dg-btn.dg-btn-facaseucadastro:hover, input[type="button"].dg-btn.dg-btn-facaseucadastro:hover {
  background-color: #1a1e25;
}

.dg-container-destaque .dg-leiloes-titulo strong {
  color: #ff5722;
}

.dg-footer {
  background: rgba(0, 0, 0, 0);
}

a.dg-btn.dg-btn-newsletter:hover, a.dg-btn.dg-btn-newsletter:focus, button.dg-btn.dg-btn-newsletter:hover, button.dg-btn.dg-btn-newsletter:focus, input.dg-btn.dg-btn-newsletter:hover, input.dg-btn.dg-btn-newsletter:focus {
  color: #fff !important;
  background: #ff5019;
  opacity: 1;
}

a.dg-btn.dg-btn-newsletter, button.dg-btn.dg-btn-newsletter, input.dg-btn.dg-btn-newsletter {
  color: #fff !important;
}

.dg-footer-final {
  color: #fff;
  background: #393e46 !important;
}

.dg-header-login-form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbbbbb;
}

.dg-header-login-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbbbbb;
}

.dg-header-login-form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbbbbb;
}

.dg-header-login-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #bbbbbb;
}

.dg-pagina-txt h1, .dg-pagina-txt h2, .dg-pagina-txt h3 {
  color: #ff5722;
}

.dg-faq-pergunta.dg-toggle-ativo > span {
  background-color: #d55f3a;
}

.dg-cookies__btn {
  border-color: #ff6738 !important;
  color: #ffb199 !important;
}

.dg-cookies__btn:hover {
  background-color: #ff6738 !important;
  color: #fff !important;
}

.dg-cookies__text a {
  color: #ff5722 !important;
}

a.dg-btn {
  color: #fff !important;
}

input:not([type="submit"]), textarea, select, .dg-fakeselect-fake-link {
  background-color: #efefef;
}

.dg-faleconosco-contatos .dg-titulo {
  color: #ff6738;
}

.dg-faleconosco-contatos .dg-txt a {
  color: #393e46;
}

.dg-faleconosco-contatos a.zap-link {
  color: #2bba61;
}

h1, h2, h3, h4, h5, h6 {
  color: #393e46;
}

@media (max-width: 1049.02px) {
  .dg-footer-topo {
    background-color: #222831;
  }
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + span + label:before, input[type="radio"]:checked + label:before, input[type="radio"]:checked + span + label:before {
  color: #ff6738;
}

.dg-leiloes-tempo-box {
  color: #fff !important;
  background-color: #ff5722;
}

.dg-leiloes-lotes {
  background-color: #bcc02e;
}

.dg-leiloes-lotes.dg-leiloes-lotes-online {
  background-color: #bcc02e;
}

.dg-leiloes-lotes.dg-leiloes-lotes-aberto {
  background-color: #3DA5FD;
}

.dg-lote-valores-enviarproposta a {
  color: #ff5722;
}

a.dg-btn, button.dg-btn, input[type="submit"].dg-btn, input[type="button"].dg-btn {
  border: 0;
  font-size: 0.929em;
  padding: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-shadow: 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  background-color: #ff6738;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

a.dg-btn.dg-btn-block, button.dg-btn.dg-btn-block, input[type="submit"].dg-btn.dg-btn-block, input[type="button"].dg-btn.dg-btn-block {
  width: 100%;
  text-align: center;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

a.dg-btn.dg-btn-secundario, button.dg-btn.dg-btn-secundario, input[type="submit"].dg-btn.dg-btn-secundario, input[type="button"].dg-btn.dg-btn-secundario {
  background: #d7d7d7;
}

a.dg-btn.dg-btn-entrar, button.dg-btn.dg-btn-entrar, input[type="submit"].dg-btn.dg-btn-entrar, input[type="button"].dg-btn.dg-btn-entrar {
  background-color: #ff5722;
  border: 2px solid #65413b;
  color: #fff;
}

a.dg-btn.dg-btn-newsletter, button.dg-btn.dg-btn-newsletter, input[type="submit"].dg-btn.dg-btn-newsletter, input[type="button"].dg-btn.dg-btn-newsletter {
  color: #fff;
}

a.dg-btn.dg-btn-facaseucadastro, button.dg-btn.dg-btn-facaseucadastro, input[type="submit"].dg-btn.dg-btn-facaseucadastro, input[type="button"].dg-btn.dg-btn-facaseucadastro {
  color: #c4c4c4;
  background-color: #222831;
}

a.dg-btn.dg-btn-header-agendaleiloes, button.dg-btn.dg-btn-header-agendaleiloes, input[type="submit"].dg-btn.dg-btn-header-agendaleiloes, input[type="button"].dg-btn.dg-btn-header-agendaleiloes {
  background-color: #dadada;
  color: #333;
}

a.dg-btn.dg-btn-header-buscaavancada, button.dg-btn.dg-btn-header-buscaavancada, input[type="submit"].dg-btn.dg-btn-header-buscaavancada, input[type="button"].dg-btn.dg-btn-header-buscaavancada {
  color: #fff;
  background-color: #ff5722;
}

a.dg-btn.dg-btn-header-beneficentes, button.dg-btn.dg-btn-header-beneficentes, input[type="submit"].dg-btn.dg-btn-header-beneficentes, input[type="button"].dg-btn.dg-btn-header-beneficentes {
  color: #fff;
  background-color: #00c2f3;
}

a.dg-btn.dg-btn-lote-aberto, button.dg-btn.dg-btn-lote-aberto, input[type="submit"].dg-btn.dg-btn-lote-aberto, input[type="button"].dg-btn.dg-btn-lote-aberto {
  background-color: #3DA5FD;
}

a.dg-btn.dg-btn-lote-venda, button.dg-btn.dg-btn-lote-venda, input[type="submit"].dg-btn.dg-btn-lote-venda, input[type="button"].dg-btn.dg-btn-lote-venda {
  background-color: #c881ee;
}

a.dg-btn.dg-btn-lote-aguardando, button.dg-btn.dg-btn-lote-aguardando, input[type="submit"].dg-btn.dg-btn-lote-aguardando, input[type="button"].dg-btn.dg-btn-lote-aguardando {
  background-color: #3DA5FD;
}

a.dg-btn.dg-btn-lote-online, button.dg-btn.dg-btn-lote-online, input[type="submit"].dg-btn.dg-btn-lote-online, input[type="button"].dg-btn.dg-btn-lote-online {
  background-color: #bcc02e;
}

a.dg-btn.dg-btn-lote-encerrado, button.dg-btn.dg-btn-lote-encerrado, input[type="submit"].dg-btn.dg-btn-lote-encerrado, input[type="button"].dg-btn.dg-btn-lote-encerrado {
  background-color: #ff4e4e;
}

a.dg-btn.dg-btn-lote-arrematado, button.dg-btn.dg-btn-lote-arrematado, input[type="submit"].dg-btn.dg-btn-lote-arrematado, input[type="button"].dg-btn.dg-btn-lote-arrematado {
  background-color: #FE6737;
}

a.dg-btn.dg-btn-lote-prejudicado, button.dg-btn.dg-btn-lote-prejudicado, input[type="submit"].dg-btn.dg-btn-lote-prejudicado, input[type="button"].dg-btn.dg-btn-lote-prejudicado {
  background-color: #d1313e;
}

a.dg-btn.dg-btn-lote-sustado, a.dg-btn.dg-btn-lote-suspenso, button.dg-btn.dg-btn-lote-sustado, button.dg-btn.dg-btn-lote-suspenso, input[type="submit"].dg-btn.dg-btn-lote-sustado, input[type="submit"].dg-btn.dg-btn-lote-suspenso, input[type="button"].dg-btn.dg-btn-lote-sustado, input[type="button"].dg-btn.dg-btn-lote-suspenso {
  background-color: #fdbe2a;
}

a.dg-btn.dg-btn-meulance-remover, button.dg-btn.dg-btn-meulance-remover, input[type="submit"].dg-btn.dg-btn-meulance-remover, input[type="button"].dg-btn.dg-btn-meulance-remover {
  background-color: #e6404e;
}

a.dg-btn.dg-btn-buscaavancada, button.dg-btn.dg-btn-buscaavancada, input[type="submit"].dg-btn.dg-btn-buscaavancada, input[type="button"].dg-btn.dg-btn-buscaavancada {
  background-color: #cc4514;
}

a.dg-btn.dg-btn-resultadomapa, button.dg-btn.dg-btn-resultadomapa, input[type="submit"].dg-btn.dg-btn-resultadomapa, input[type="button"].dg-btn.dg-btn-resultadomapa {
  background-color: #ffac05;
  color: #fff;
}

a.dg-btn.dg-btn-ba, button.dg-btn.dg-btn-ba, input[type="submit"].dg-btn.dg-btn-ba, input[type="button"].dg-btn.dg-btn-ba {
  background-color: #ffac05;
}

a.dg-btn.dg-btn-cadastrar, button.dg-btn.dg-btn-cadastrar, input[type="submit"].dg-btn.dg-btn-cadastrar, input[type="button"].dg-btn.dg-btn-cadastrar {
  height: 40px;
  padding-right: 10px;
  background-color: #012450;
}

a.dg-btn.dg-btn-cadastrar .dg-icon, button.dg-btn.dg-btn-cadastrar .dg-icon, input[type="submit"].dg-btn.dg-btn-cadastrar .dg-icon, input[type="button"].dg-btn.dg-btn-cadastrar .dg-icon {
  font-size: 10px;
  position: absolute;
  margin: 4px 0 0 8px;
}

a.dg-btn.dg-btn-concluiravanc, button.dg-btn.dg-btn-concluiravanc, input[type="submit"].dg-btn.dg-btn-concluiravanc, input[type="button"].dg-btn.dg-btn-concluiravanc {
  background-color: #012450;
}

a.dg-btn.dg-btn-lote-aberto, button.dg-btn.dg-btn-lote-aberto, input[type="submit"].dg-btn.dg-btn-lote-aberto, input[type="button"].dg-btn.dg-btn-lote-aberto {
  background-color: #3DA5FD;
}

a.dg-btn.dg-btn-lote-saladedisputa, button.dg-btn.dg-btn-lote-saladedisputa, input[type="submit"].dg-btn.dg-btn-lote-saladedisputa, input[type="button"].dg-btn.dg-btn-lote-saladedisputa {
  background-color: #ff6738;
}

a.dg-btn.dg-btn-lote-darlance, button.dg-btn.dg-btn-lote-darlance, input[type="submit"].dg-btn.dg-btn-lote-darlance, input[type="button"].dg-btn.dg-btn-lote-darlance {
  background-color: #e2e800;
  color: #333;
}

a.dg-btn.dg-btn-lote-agendar, button.dg-btn.dg-btn-lote-agendar, input[type="submit"].dg-btn.dg-btn-lote-agendar, input[type="button"].dg-btn.dg-btn-lote-agendar {
  background-color: #e6404e;
}

a.dg-btn.dg-btn-lote-habilitese, button.dg-btn.dg-btn-lote-habilitese, input[type="submit"].dg-btn.dg-btn-lote-habilitese, input[type="button"].dg-btn.dg-btn-lote-habilitese {
  background-color: #ffb400;
  color: #333;
}

a.dg-btn.dg-btn-cad-prosseguir, button.dg-btn.dg-btn-cad-prosseguir, input[type="submit"].dg-btn.dg-btn-cad-prosseguir, input[type="button"].dg-btn.dg-btn-cad-prosseguir {
  background-color: #ff6738;
}

a.dg-btn.dg-btn-cad-representante, button.dg-btn.dg-btn-cad-representante, input[type="submit"].dg-btn.dg-btn-cad-representante, input[type="button"].dg-btn.dg-btn-cad-representante {
  background-color: #ffb400;
  color: #fff;
}

a.dg-btn.dg-btn-facebook, button.dg-btn.dg-btn-facebook, input[type="submit"].dg-btn.dg-btn-facebook, input[type="button"].dg-btn.dg-btn-facebook {
  background-color: #3c599c;
  color: #fff;
}

a.dg-btn.dg-btn-filtro, button.dg-btn.dg-btn-filtro, input[type="submit"].dg-btn.dg-btn-filtro, input[type="button"].dg-btn.dg-btn-filtro {
  background-color: #ffc000;
  color: #fff;
}

a.dg-btn.dg-btn-modal-termo, button.dg-btn.dg-btn-modal-termo, input[type="submit"].dg-btn.dg-btn-modal-termo, input[type="button"].dg-btn.dg-btn-modal-termo {
  background-color: #cb7d11;
}

a.dg-btn.dg-btn-alert-ok, button.dg-btn.dg-btn-alert-ok, input[type="submit"].dg-btn.dg-btn-alert-ok, input[type="button"].dg-btn.dg-btn-alert-ok {
  background-color: #cb7d11;
}

a.dg-btn.dg-btn-header-facebook, button.dg-btn.dg-btn-header-facebook, input[type="submit"].dg-btn.dg-btn-header-facebook, input[type="button"].dg-btn.dg-btn-header-facebook {
  background-color: #3c599c;
}

a.dg-btn.dg-btn-enviar-arquivo, button.dg-btn.dg-btn-enviar-arquivo, input[type="submit"].dg-btn.dg-btn-enviar-arquivo, input[type="button"].dg-btn.dg-btn-enviar-arquivo {
  background-color: #6d6d6d;
}

a.dg-btn.dg-desativo, button.dg-btn.dg-desativo, input[type="submit"].dg-btn.dg-desativo, input[type="button"].dg-btn.dg-desativo {
  background: #888;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #888), color-stop(100%, #999));
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#999));
  background: linear-gradient(to bottom, #888 0%, #999 100%);
  background: #888 \0  !important;
  color: #fff !important;
  opacity: 0.7;
}

a.dg-btn:hover, a.dg-btn:focus, button.dg-btn:hover, button.dg-btn:focus, input.dg-btn:hover, input.dg-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #ff5724;
}

a.dg-btn:active, button.dg-btn:active, input.dg-btn:active {
  background-color: #ff480f;
}

a.dg-btn.dg-btn-secundario:hover, a.dg-btn.dg-btn-secundario:focus, button.dg-btn.dg-btn-secundario:hover, button.dg-btn.dg-btn-secundario:focus, input.dg-btn.dg-btn-secundario:hover, input.dg-btn.dg-btn-secundario:focus {
  background: #c3c3c3;
}

a.dg-btn.dg-btn-secundario:active, button.dg-btn.dg-btn-secundario:active, input.dg-btn.dg-btn-secundario:active {
  background: #b1b1b1;
}

a.dg-btn.dg-btn-entrar:hover, a.dg-btn.dg-btn-entrar:focus, button.dg-btn.dg-btn-entrar:hover, button.dg-btn.dg-btn-entrar:focus, input.dg-btn.dg-btn-entrar:hover, input.dg-btn.dg-btn-entrar:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #ff470e;
}

a.dg-btn.dg-btn-entrar:active, button.dg-btn.dg-btn-entrar:active, input.dg-btn.dg-btn-entrar:active {
  background-color: #f83c00;
}

a.dg-btn.dg-btn-newsletter, button.dg-btn.dg-btn-newsletter, input.dg-btn.dg-btn-newsletter {
  color: #fff;
}

a.dg-btn.dg-btn-newsletter:hover, a.dg-btn.dg-btn-newsletter:focus, button.dg-btn.dg-btn-newsletter:hover, button.dg-btn.dg-btn-newsletter:focus, input.dg-btn.dg-btn-newsletter:hover, input.dg-btn.dg-btn-newsletter:focus {
  color: #fff;
  background: #ff5019;
  opacity: 1;
}

a.dg-btn.dg-btn-newsletter:active, button.dg-btn.dg-btn-newsletter:active, input.dg-btn.dg-btn-newsletter:active {
  color: #fff;
  background: #ff4005;
  opacity: 1;
}

a.dg-btn.dg-btn-facaseucadastro:hover, a.dg-btn.dg-btn-facaseucadastro:focus, button.dg-btn.dg-btn-facaseucadastro:hover, button.dg-btn.dg-btn-facaseucadastro:focus, input.dg-btn.dg-btn-facaseucadastro:hover, input.dg-btn.dg-btn-facaseucadastro:focus {
  color: #c4c4c4;
  background-color: #1a1e25;
}

a.dg-btn.dg-btn-facaseucadastro:active, button.dg-btn.dg-btn-facaseucadastro:active, input.dg-btn.dg-btn-facaseucadastro:active {
  color: #c4c4c4;
  background-color: #111419;
}

a.dg-btn.dg-btn-header-agendaleiloes, button.dg-btn.dg-btn-header-agendaleiloes, input.dg-btn.dg-btn-header-agendaleiloes {
  background-color: #dadada;
}

a.dg-btn.dg-btn-header-agendaleiloes:hover, a.dg-btn.dg-btn-header-agendaleiloes:focus, button.dg-btn.dg-btn-header-agendaleiloes:hover, button.dg-btn.dg-btn-header-agendaleiloes:focus, input.dg-btn.dg-btn-header-agendaleiloes:hover, input.dg-btn.dg-btn-header-agendaleiloes:focus {
  background-color: #c8c8c8;
}

a.dg-btn.dg-btn-header-agendaleiloes:active, button.dg-btn.dg-btn-header-agendaleiloes:active, input.dg-btn.dg-btn-header-agendaleiloes:active {
  background-color: #bbbbbb;
}

a.dg-btn.dg-btn-header-buscaavancada, button.dg-btn.dg-btn-header-buscaavancada, input.dg-btn.dg-btn-header-buscaavancada {
  color: #fff;
  background-color: #ff5722;
}

a.dg-btn.dg-btn-header-buscaavancada:hover, a.dg-btn.dg-btn-header-buscaavancada:focus, button.dg-btn.dg-btn-header-buscaavancada:hover, button.dg-btn.dg-btn-header-buscaavancada:focus, input.dg-btn.dg-btn-header-buscaavancada:hover, input.dg-btn.dg-btn-header-buscaavancada:focus {
  background-color: #fd3d00;
  color: #ededed;
}

a.dg-btn.dg-btn-header-buscaavancada:active, button.dg-btn.dg-btn-header-buscaavancada:active, input.dg-btn.dg-btn-header-buscaavancada:active {
  background-color: #e43700;
  color: #e0e0e0;
}

a.dg-btn.dg-btn-header-beneficentes, button.dg-btn.dg-btn-header-beneficentes, input.dg-btn.dg-btn-header-beneficentes {
  color: #fff;
  background-color: #00c2f3;
}

a.dg-btn.dg-btn-header-beneficentes:hover, a.dg-btn.dg-btn-header-beneficentes:focus, button.dg-btn.dg-btn-header-beneficentes:hover, button.dg-btn.dg-btn-header-beneficentes:focus, input.dg-btn.dg-btn-header-beneficentes:hover, input.dg-btn.dg-btn-header-beneficentes:focus {
  background-color: #00a5cf;
  color: #ededed;
}

a.dg-btn.dg-btn-header-beneficentes:active, button.dg-btn.dg-btn-header-beneficentes:active, input.dg-btn.dg-btn-header-beneficentes:active {
  background-color: #0091b6;
  color: #e0e0e0;
}

a.dg-btn.dg-btn-lote-aberto:hover, a.dg-btn.dg-btn-lote-aberto:focus, button.dg-btn.dg-btn-lote-aberto:hover, button.dg-btn.dg-btn-lote-aberto:focus, input.dg-btn.dg-btn-lote-aberto:hover, input.dg-btn.dg-btn-lote-aberto:focus {
  background-color: #2499fd;
}

a.dg-btn.dg-btn-lote-aberto:active, button.dg-btn.dg-btn-lote-aberto:active, input.dg-btn.dg-btn-lote-aberto:active {
  background-color: #0b8efc;
}

a.dg-btn.dg-btn-lote-venda:hover, a.dg-btn.dg-btn-lote-venda:focus, button.dg-btn.dg-btn-lote-venda:hover, button.dg-btn.dg-btn-lote-venda:focus, input.dg-btn.dg-btn-lote-venda:hover, input.dg-btn.dg-btn-lote-venda:focus {
  background-color: #b85de9;
}

a.dg-btn.dg-btn-lote-venda:active, button.dg-btn.dg-btn-lote-venda:active, input.dg-btn.dg-btn-lote-venda:active {
  background-color: #b04be7;
}

a.dg-btn.dg-btn-lote-aguardando:hover, a.dg-btn.dg-btn-lote-aguardando:focus, button.dg-btn.dg-btn-lote-aguardando:hover, button.dg-btn.dg-btn-lote-aguardando:focus, input.dg-btn.dg-btn-lote-aguardando:hover, input.dg-btn.dg-btn-lote-aguardando:focus {
  background-color: #2e9efd;
}

a.dg-btn.dg-btn-lote-aguardando:active, button.dg-btn.dg-btn-lote-aguardando:active, input.dg-btn.dg-btn-lote-aguardando:active {
  background-color: #1f97fd;
}

a.dg-btn.dg-btn-lote-online:hover, a.dg-btn.dg-btn-lote-online:focus, button.dg-btn.dg-btn-lote-online:hover, button.dg-btn.dg-btn-lote-online:focus, input.dg-btn.dg-btn-lote-online:hover, input.dg-btn.dg-btn-lote-online:focus {
  background-color: #b0b42b;
}

a.dg-btn.dg-btn-lote-online:active, button.dg-btn.dg-btn-lote-online:active, input.dg-btn.dg-btn-lote-online:active {
  background-color: #a4a728;
}

a.dg-btn.dg-btn-lote-encerrado:hover, a.dg-btn.dg-btn-lote-encerrado:focus, button.dg-btn.dg-btn-lote-encerrado:hover, button.dg-btn.dg-btn-lote-encerrado:focus, input.dg-btn.dg-btn-lote-encerrado:hover, input.dg-btn.dg-btn-lote-encerrado:focus {
  background-color: #ff3f3f;
}

a.dg-btn.dg-btn-lote-encerrado:active, button.dg-btn.dg-btn-lote-encerrado:active, input.dg-btn.dg-btn-lote-encerrado:active {
  background-color: #ff2f2f;
}

a.dg-btn.dg-btn-lote-arrematado:hover, a.dg-btn.dg-btn-lote-arrematado:focus, button.dg-btn.dg-btn-lote-arrematado:hover, button.dg-btn.dg-btn-lote-arrematado:focus, input.dg-btn.dg-btn-lote-arrematado:hover, input.dg-btn.dg-btn-lote-arrematado:focus {
  background-color: #fe5b28;
}

a.dg-btn.dg-btn-lote-arrematado:active, button.dg-btn.dg-btn-lote-arrematado:active, input.dg-btn.dg-btn-lote-arrematado:active {
  background-color: #fe5019;
}

a.dg-btn.dg-btn-lote-prejudicado:hover, a.dg-btn.dg-btn-lote-prejudicado:focus, button.dg-btn.dg-btn-lote-prejudicado:hover, button.dg-btn.dg-btn-lote-prejudicado:focus, input.dg-btn.dg-btn-lote-prejudicado:hover, input.dg-btn.dg-btn-lote-prejudicado:focus {
  background-color: #be2a36;
}

a.dg-btn.dg-btn-lote-prejudicado:active, button.dg-btn.dg-btn-lote-prejudicado:active, input.dg-btn.dg-btn-lote-prejudicado:active {
  background-color: #a92630;
}

a.dg-btn.dg-btn-lote-sustado:hover, a.dg-btn.dg-btn-lote-sustado:focus, a.dg-btn.dg-btn-lote-suspenso:hover, a.dg-btn.dg-btn-lote-suspenso:focus, button.dg-btn.dg-btn-lote-sustado:hover, button.dg-btn.dg-btn-lote-sustado:focus, button.dg-btn.dg-btn-lote-suspenso:hover, button.dg-btn.dg-btn-lote-suspenso:focus, input.dg-btn.dg-btn-lote-sustado:hover, input.dg-btn.dg-btn-lote-sustado:focus, input.dg-btn.dg-btn-lote-suspenso:hover, input.dg-btn.dg-btn-lote-suspenso:focus {
  background-color: #fdb611;
}

a.dg-btn.dg-btn-lote-sustado:active, a.dg-btn.dg-btn-lote-suspenso:active, button.dg-btn.dg-btn-lote-sustado:active, button.dg-btn.dg-btn-lote-suspenso:active, input.dg-btn.dg-btn-lote-sustado:active, input.dg-btn.dg-btn-lote-suspenso:active {
  background-color: #f2aa02;
}

a.dg-btn.dg-btn-buscaavancada:hover, a.dg-btn.dg-btn-buscaavancada:focus, button.dg-btn.dg-btn-buscaavancada:hover, button.dg-btn.dg-btn-buscaavancada:focus, input.dg-btn.dg-btn-buscaavancada:hover, input.dg-btn.dg-btn-buscaavancada:focus {
  background-color: #ab3a11;
}

a.dg-btn.dg-btn-buscaavancada:active, button.dg-btn.dg-btn-buscaavancada:active, input.dg-btn.dg-btn-buscaavancada:active {
  background-color: #8b2f0e;
}

a.dg-btn.dg-btn-resultadomapa:hover, a.dg-btn.dg-btn-resultadomapa:focus, button.dg-btn.dg-btn-resultadomapa:hover, button.dg-btn.dg-btn-resultadomapa:focus, input.dg-btn.dg-btn-resultadomapa:hover, input.dg-btn.dg-btn-resultadomapa:focus {
  background-color: #e09600;
  color: #fff;
}

a.dg-btn.dg-btn-resultadomapa:active, button.dg-btn.dg-btn-resultadomapa:active, input.dg-btn.dg-btn-resultadomapa:active {
  background-color: #bd7e00;
  color: #fff;
}

a.dg-btn.dg-btn-ba:hover, a.dg-btn.dg-btn-ba:focus, button.dg-btn.dg-btn-ba:hover, button.dg-btn.dg-btn-ba:focus, input.dg-btn.dg-btn-ba:hover, input.dg-btn.dg-btn-ba:focus {
  background-color: #e09600;
}

a.dg-btn.dg-btn-ba:active, button.dg-btn.dg-btn-ba:active, input.dg-btn.dg-btn-ba:active {
  background-color: #bd7e00;
}

a.dg-btn.dg-btn-cadastrar:hover, a.dg-btn.dg-btn-cadastrar:focus, button.dg-btn.dg-btn-cadastrar:hover, button.dg-btn.dg-btn-cadastrar:focus, input.dg-btn.dg-btn-cadastrar:hover, input.dg-btn.dg-btn-cadastrar:focus {
  background-color: #011b3c;
}

a.dg-btn.dg-btn-cadastrar:active, button.dg-btn.dg-btn-cadastrar:active, input.dg-btn.dg-btn-cadastrar:active {
  background-color: #001228;
}

a.dg-btn.dg-btn-mapa:hover, a.dg-btn.dg-btn-mapa:focus, button.dg-btn.dg-btn-mapa:hover, button.dg-btn.dg-btn-mapa:focus, input.dg-btn.dg-btn-mapa:hover, input.dg-btn.dg-btn-mapa:focus {
  background-color: #d84613;
}

a.dg-btn.dg-btn-mapa:active, button.dg-btn.dg-btn-mapa:active, input.dg-btn.dg-btn-mapa:active {
  background-color: #b73c10;
}

a.dg-btn.dg-btn-concluiravanc:hover, a.dg-btn.dg-btn-concluiravanc:focus, button.dg-btn.dg-btn-concluiravanc:hover, button.dg-btn.dg-btn-concluiravanc:focus, input.dg-btn.dg-btn-concluiravanc:hover, input.dg-btn.dg-btn-concluiravanc:focus {
  background-color: #01142d;
}

a.dg-btn.dg-btn-concluiravanc:active, button.dg-btn.dg-btn-concluiravanc:active, input.dg-btn.dg-btn-concluiravanc:active {
  background-color: #000409;
}

a.dg-btn.dg-btn-lote-aberto:hover, a.dg-btn.dg-btn-lote-aberto:focus, button.dg-btn.dg-btn-lote-aberto:hover, button.dg-btn.dg-btn-lote-aberto:focus, input.dg-btn.dg-btn-lote-aberto:hover, input.dg-btn.dg-btn-lote-aberto:focus {
  background-color: #1a95fd;
}

a.dg-btn.dg-btn-lote-aberto:active, button.dg-btn.dg-btn-lote-aberto:active, input.dg-btn.dg-btn-lote-aberto:active {
  background-color: #0283f0;
}

a.dg-btn.dg-btn-lote-saladedisputa:hover, a.dg-btn.dg-btn-lote-saladedisputa:focus, button.dg-btn.dg-btn-lote-saladedisputa:hover, button.dg-btn.dg-btn-lote-saladedisputa:focus, input.dg-btn.dg-btn-lote-saladedisputa:hover, input.dg-btn.dg-btn-lote-saladedisputa:focus {
  background-color: #ff4c14;
}

a.dg-btn.dg-btn-lote-saladedisputa:active, button.dg-btn.dg-btn-lote-saladedisputa:active, input.dg-btn.dg-btn-lote-saladedisputa:active {
  background-color: #f03900;
}

a.dg-btn.dg-btn-lote-darlance:hover, a.dg-btn.dg-btn-lote-darlance:focus, button.dg-btn.dg-btn-lote-darlance:hover, button.dg-btn.dg-btn-lote-darlance:focus, input.dg-btn.dg-btn-lote-darlance:hover, input.dg-btn.dg-btn-lote-darlance:focus {
  background-color: #bfc400;
  color: #333;
}

a.dg-btn.dg-btn-lote-darlance:active, button.dg-btn.dg-btn-lote-darlance:active, input.dg-btn.dg-btn-lote-darlance:active {
  background-color: #9ca100;
  color: #333;
}

a.dg-btn.dg-btn-lote-agendar:hover, a.dg-btn.dg-btn-lote-agendar:focus, button.dg-btn.dg-btn-lote-agendar:hover, button.dg-btn.dg-btn-lote-agendar:focus, input.dg-btn.dg-btn-lote-agendar:hover, input.dg-btn.dg-btn-lote-agendar:focus {
  background-color: #e22031;
}

a.dg-btn.dg-btn-lote-agendar:active, button.dg-btn.dg-btn-lote-agendar:active, input.dg-btn.dg-btn-lote-agendar:active {
  background-color: #c51a28;
}

a.dg-btn.dg-btn-lote-habilitese:hover, a.dg-btn.dg-btn-lote-habilitese:focus, button.dg-btn.dg-btn-lote-habilitese:hover, button.dg-btn.dg-btn-lote-habilitese:focus, input.dg-btn.dg-btn-lote-habilitese:hover, input.dg-btn.dg-btn-lote-habilitese:focus {
  background-color: #db9b00;
  color: #333;
}

a.dg-btn.dg-btn-lote-habilitese:active, button.dg-btn.dg-btn-lote-habilitese:active, input.dg-btn.dg-btn-lote-habilitese:active {
  background-color: #b88200;
  color: #333;
}

a.dg-btn.dg-btn-cad-prosseguir:hover, a.dg-btn.dg-btn-cad-prosseguir:focus, button.dg-btn.dg-btn-cad-prosseguir:hover, button.dg-btn.dg-btn-cad-prosseguir:focus, input.dg-btn.dg-btn-cad-prosseguir:hover, input.dg-btn.dg-btn-cad-prosseguir:focus {
  background-color: #ff4c14;
}

a.dg-btn.dg-btn-cad-prosseguir:active, button.dg-btn.dg-btn-cad-prosseguir:active, input.dg-btn.dg-btn-cad-prosseguir:active {
  background-color: #f03900;
}

a.dg-btn.dg-btn-facebook:hover, a.dg-btn.dg-btn-facebook:focus, button.dg-btn.dg-btn-facebook:hover, button.dg-btn.dg-btn-facebook:focus, input.dg-btn.dg-btn-facebook:hover, input.dg-btn.dg-btn-facebook:focus {
  background-color: #324a82;
  color: #fff;
}

a.dg-btn.dg-btn-facebook:active, button.dg-btn.dg-btn-facebook:active, input.dg-btn.dg-btn-facebook:active {
  background-color: #283c68;
  color: #fff;
}

a.dg-btn.dg-btn-cad-representante:hover, a.dg-btn.dg-btn-cad-representante:focus, button.dg-btn.dg-btn-cad-representante:hover, button.dg-btn.dg-btn-cad-representante:focus, input.dg-btn.dg-btn-cad-representante:hover, input.dg-btn.dg-btn-cad-representante:focus {
  background-color: #db9b00;
  color: #fff;
}

a.dg-btn.dg-btn-cad-representante:active, button.dg-btn.dg-btn-cad-representante:active, input.dg-btn.dg-btn-cad-representante:active {
  background-color: #b88200;
  color: #fff;
}

a.dg-btn.dg-btn-filtro:hover, a.dg-btn.dg-btn-filtro:focus, button.dg-btn.dg-btn-filtro:hover, button.dg-btn.dg-btn-filtro:focus, input.dg-btn.dg-btn-filtro:hover, input.dg-btn.dg-btn-filtro:focus {
  background-color: #dba500;
  color: #fff;
}

a.dg-btn.dg-btn-filtro:active, button.dg-btn.dg-btn-filtro:active, input.dg-btn.dg-btn-filtro:active {
  background-color: #b88a00;
  color: #fff;
}

a.dg-btn.dg-btn-modal-termo:hover, a.dg-btn.dg-btn-modal-termo:focus, button.dg-btn.dg-btn-modal-termo:hover, button.dg-btn.dg-btn-modal-termo:focus, input.dg-btn.dg-btn-modal-termo:hover, input.dg-btn.dg-btn-modal-termo:focus {
  background-color: #aa690e;
}

a.dg-btn.dg-btn-modal-termo:active, button.dg-btn.dg-btn-modal-termo:active, input.dg-btn.dg-btn-modal-termo:active {
  background-color: #89540b;
}

a.dg-btn.dg-btn-alert-ok:hover, a.dg-btn.dg-btn-alert-ok:focus, button.dg-btn.dg-btn-alert-ok:hover, button.dg-btn.dg-btn-alert-ok:focus, input.dg-btn.dg-btn-alert-ok:hover, input.dg-btn.dg-btn-alert-ok:focus {
  background-color: #aa690e;
}

a.dg-btn.dg-btn-alert-ok:active, button.dg-btn.dg-btn-alert-ok:active, input.dg-btn.dg-btn-alert-ok:active {
  background-color: #89540b;
}

a.dg-btn.dg-btn-meulance-remover:hover, a.dg-btn.dg-btn-meulance-remover:focus, button.dg-btn.dg-btn-meulance-remover:hover, button.dg-btn.dg-btn-meulance-remover:focus, input.dg-btn.dg-btn-meulance-remover:hover, input.dg-btn.dg-btn-meulance-remover:focus {
  background-color: #e22031;
}

a.dg-btn.dg-btn-meulance-remover:active, button.dg-btn.dg-btn-meulance-remover:active, input.dg-btn.dg-btn-meulance-remover:active {
  background-color: #c51a28;
}

a.dg-btn.dg-btn-enviar-arquivo:hover, a.dg-btn.dg-btn-enviar-arquivo:focus, button.dg-btn.dg-btn-enviar-arquivo:hover, button.dg-btn.dg-btn-enviar-arquivo:focus, input.dg-btn.dg-btn-enviar-arquivo:hover, input.dg-btn.dg-btn-enviar-arquivo:focus {
  background-color: #5b5b5b;
  color: #fff;
}

a.dg-btn.dg-btn-enviar-arquivo:active, button.dg-btn.dg-btn-enviar-arquivo:active, input.dg-btn.dg-btn-enviar-arquivo:active {
  background-color: #494949;
  color: #fff;
}

a.dg-btn.dg-desativo:hover, a.dg-btn.dg-desativo:focus, button.dg-btn.dg-desativo:hover, button.dg-btn.dg-desativo:focus, input.dg-btn.dg-desativo:hover, input.dg-btn.dg-desativo:focus {
  background: #888;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #888), color-stop(100%, #999));
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#999));
  background: linear-gradient(to bottom, #888 0%, #999 100%);
  background: #888 \0  !important;
  color: #fff !important;
  opacity: 0.7;
  cursor: not-allowed;
}

a.dg-btn.dg-desativo:active, button.dg-btn.dg-desativo:active, input.dg-btn.dg-desativo:active {
  background: #888;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #888), color-stop(100%, #999));
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#999));
  background: linear-gradient(to bottom, #888 0%, #999 100%);
  background: #888 \0  !important;
  color: #fff !important;
  opacity: 0.7;
}

a.dg-btn.dg-btn-header-facebook:hover, a.dg-btn.dg-btn-header-facebook:focus, button.dg-btn.dg-btn-header-facebook:hover, button.dg-btn.dg-btn-header-facebook:focus, input.dg-btn.dg-btn-header-facebook:hover, input.dg-btn.dg-btn-header-facebook:focus {
  background-color: #324a82;
  color: #fff !important;
}

a.dg-btn.dg-btn-header-facebook:active, button.dg-btn.dg-btn-header-facebook:active, input.dg-btn.dg-btn-header-facebook:active {
  background-color: #283c68;
  color: #fff !important;
}

span.dg-btn, div.dg-btn {
  border: 0;
  font-size: 0.929em;
  padding: 8px 10px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  border: 1px solid transparent;
  color: transparent;
}

span.dg-btn:hover, span.dg-btn:focus, div.dg-btn:hover, div.dg-btn:focus {
  cursor: default;
}

span.dg-btn.dg-btn-block, div.dg-btn.dg-btn-block {
  width: 100%;
  text-align: center;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

span.dg-btn.dg-btn-entrar, div.dg-btn.dg-btn-entrar {
  border: 1px solid #ff5722;
  color: #ff5722;
}

span.dg-btn.dg-btn-lote-aberto, div.dg-btn.dg-btn-lote-aberto {
  border: 1px solid #3DA5FD;
  color: #3DA5FD;
}

span.dg-btn.dg-btn-lote-venda, div.dg-btn.dg-btn-lote-venda {
  border: 1px solid #c881ee;
  color: #c881ee;
}

span.dg-btn.dg-btn-lote-aguardando, div.dg-btn.dg-btn-lote-aguardando {
  border: 1px solid #3DA5FD;
  color: #3DA5FD;
}

span.dg-btn.dg-btn-lote-online, div.dg-btn.dg-btn-lote-online {
  border: 1px solid #bcc02e;
  color: #bcc02e;
}

span.dg-btn.dg-btn-lote-encerrado, div.dg-btn.dg-btn-lote-encerrado {
  border: 1px solid #ff4e4e;
  color: #ff4e4e;
}

span.dg-btn.dg-btn-lote-arrematado, div.dg-btn.dg-btn-lote-arrematado {
  border: 1px solid #FE6737;
  color: #FE6737;
}

span.dg-btn.dg-btn-lote-prejudicado, div.dg-btn.dg-btn-lote-prejudicado {
  border: 1px solid #d1313e;
  color: #d1313e;
}

span.dg-btn.dg-btn-lote-sustado, span.dg-btn.dg-btn-lote-suspenso, div.dg-btn.dg-btn-lote-sustado, div.dg-btn.dg-btn-lote-suspenso {
  border: 1px solid #fdbe2a;
  color: #fdbe2a;
}

span.dg-btn.dg-btn-lote-aberto, div.dg-btn.dg-btn-lote-aberto {
  border: 1px solid #3DA5FD;
  color: #3DA5FD;
}

span.dg-btn.dg-btn-lote-saladedisputa, div.dg-btn.dg-btn-lote-saladedisputa {
  border: 1px solid #ff6738;
  color: #ff6738;
}

span.dg-btn.dg-btn-lote-darlance, div.dg-btn.dg-btn-lote-darlance {
  border: 1px solid #e2e800;
  color: #e2e800;
}

span.dg-btn.dg-btn-lote-agendar, div.dg-btn.dg-btn-lote-agendar {
  border: 1px solid #e6404e;
  color: #e6404e;
}

span.dg-btn.dg-btn-lote-habilitese, div.dg-btn.dg-btn-lote-habilitese {
  border: 1px solid #ffb400;
  color: #ffb400;
}

span.dg-btn.dg-btn-cad-prosseguir, div.dg-btn.dg-btn-cad-prosseguir {
  border: 1px solid #ff6738;
  color: #ff6738;
}

span.dg-btn.dg-btn-cad-representante, div.dg-btn.dg-btn-cad-representante {
  border: 1px solid #ffb400;
  color: #ffb400;
}

span.dg-btn.dg-btn-modal-termo, div.dg-btn.dg-btn-modal-termo {
  border: 1px solid #cb7d11;
  color: #cb7d11;
}

span.dg-btn.dg-btn-alert-ok, div.dg-btn.dg-btn-alert-ok {
  border: 1px solid #cb7d11;
  color: #cb7d11;
}

/* Alerts */
.dg-alert-container.dg-positivo .dg-btn.dg-btn-alert-ok {
  background-color: #309852;
}

.dg-alert-container.dg-positivo .dg-btn.dg-btn-alert-ok:hover, .dg-alert-container.dg-positivo .dg-btn.dg-btn-alert-ok:focus {
  background-color: #309852;
}

.dg-alert-container.dg-positivo .dg-btn.dg-btn-alert-ok:active {
  background-color: #309852;
}

.dg-alert-container.dg-negativo .dg-btn.dg-btn-alert-ok {
  background-color: #a7363c;
}

.dg-alert-container.dg-negativo .dg-btn.dg-btn-alert-ok:hover, .dg-alert-container.dg-negativo .dg-btn.dg-btn-alert-ok:focus {
  background-color: #a7363c;
}

.dg-alert-container.dg-negativo .dg-btn.dg-btn-alert-ok:active {
  background-color: #a7363c;
}

a.dg-btn, button, input[type="submit"], input[type="button"] {
  border-radius: 0px;
}

span.dg-btn, div.dg-btn {
  border-radius: 0px;
}

body {
  font-family: 'Rubik', sans-serif;
}

@media (min-width: 992px) {
  .dg-header-botoes {
    margin: 50px 0 0 0;
  }
  .dg-header-login-cadastro-label {
    padding-left: 25px;
  }
  .dg-header-categorias nav > ul > li > a {
    border-radius: 0;
  }
  .dg-header-logo {
    line-height: 115px;
  }
  .dg-header-login a {
    font-size: 12px;
  }
  .dg-header-login-acesse {
    font-size: 12px;
  }
}

select.dg-header-login-cadastro-select {
  background-color: #fff;
  height: 30px;
  border-radius: 0;
}

.dg-header-menu-principal > li > a {
  font-weight: 400;
  font-size: 14px;
}

.dg-header-login input {
  border-radius: 0;
  font-size: 12px;
  height: 30px;
}

.dg-header-login input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: lowercase;
}

.dg-header-login input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: lowercase;
}

.dg-header-login input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: lowercase;
}

.dg-header-login input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: lowercase;
}

.dg-header-login input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: lowercase;
}

.dg-header-login input::-ms-input-placeholder {
  /* Microsoft Edge */
  text-transform: lowercase;
}

.dg-btn-entrar-box .dg-btn-entrar {
  text-transform: lowercase;
}

.dg-header-login-cadastro-label strong {
  font-weight: 400;
}

a.dg-btn.dg-btn-header-facebook {
  text-transform: lowercase;
}

@media (min-width: 992px) {
  .dg-btn.dg-btn-header-agenda {
    position: relative;
    padding-left: 30px;
  }
  .dg-btn.dg-btn-header-agenda .dg-icon {
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .dg-btn.dg-header-buscaavancada {
    position: relative;
    padding-left: 26px;
  }
  .dg-btn.dg-header-buscaavancada .dg-icon {
    font-size: 14px;
    position: absolute;
    left: 12px;
    top: 12px;
  }
}

body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Source Sans Pro', sans-serif;
}

input:not([type="submit"]), textarea, select, .dg-fakeselect-fake-link {
  border: 0;
  font-size: 0.857em;
  color: #333;
  padding: 5px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
}

select, .dg-fakeselect-fake-link {
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
  text-indent: 0.01px;
  text-overflow: "";
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5 url(../images/content/select.png) right center no-repeat;
  padding-right: 40px;
}

a.dg-btn, button.dg-btn, input[type="submit"].dg-btn, input[type="button"].dg-btn {
  border: 0;
  font-size: 0.929em;
  padding: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-shadow: 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  background-color: #ff6738;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

@media (min-width: 992px) {
  .dg-header-logo {
    display: block;
    background-color: #fff;
    height: 160px;
    padding-top: 50px;
    margin-left: -10px;
    padding-left: 10px;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    line-height: 1;
    padding-bottom: 0;
    text-align: left;
  }
  .dg-header-logo img {
    max-width: 80%;
  }
  .dg-header-menu {
    margin-top: 75px;
  }
  .dg-header-menu-principal > li > a {
    text-shadow: 0 0 black;
  }
  .dg-header-categorias nav > ul > li > a.dg-btn-header-abertos {
    background-color: #ffb400;
    font-size: 14px;
    padding: 17px 35px 17px 55px !important;
    -webkit-box-shadow: 0 0 15px #ffb400;
    box-shadow: 0 0 15px #ffb400;
    -webkit-text-shadow: 0 0;
    -moz-text-shadow: 0 0;
    text-shadow: 0 0;
    border-radius: 30px;
  }
  .dg-header-categorias nav > ul > li > a.dg-btn-header-abertos .dg-icon {
    position: absolute;
    left: 25px;
    top: 17px;
    font-size: 18px;
  }
  .dg-header-botoes {
    margin: 0;
    text-align: right;
    padding-top: 28px;
  }
  .dg-header-menu {
    font-size: 1.071em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
    padding-left: 25px;
    float: left;
    width: 65%;
  }
  .dg-header-botoes .dg-btn {
    display: inline-block !important;
    width: auto;
    position: relative;
    padding-left: 40px;
    padding-right: 30px;
    margin-left: 15px;
  }
  .dg-header-menu-busca {
    float: left;
    width: 35%;
    margin-top: 16px;
  }
  input.dg-header-busca-input {
    background-color: #f1eeee;
    vertical-align: top;
    height: 40px;
    float: left;
    width: 80%;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 0.929em;
    padding-left: 20px;
  }
  .dg-btn.dg-btn-busca {
    vertical-align: top;
    height: 40px;
    float: left;
    width: 20%;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #f1eeee;
    color: #c7bbc0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .dg-btn.dg-btn-busca .dg-icon {
    font-size: 16px;
    margin-top: 2px;
    display: block;
  }
  .dg-header-login-txt {
    font-size: 0.72em;
    min-height: 20px;
    display: block;
    margin-left: 10px;
    padding-top: 3px;
  }
  .dg-header-login-col {
    float: left;
    width: 40%;
    padding-right: 15px;
    position: relative;
  }
  .dg-header-login-col-senha-box {
    float: left;
    width: 60%;
    position: relative;
    padding-bottom: 10px;
  }
  .dg-header-login-col-senha {
    border-radius: 20px;
    background-color: #222831;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
  }
  .dg-header-login-form {
    float: left;
    width: 67%;
    padding: 0;
  }
  .dg-header-login-col-senha-box .dg-header-login-txt {
    text-align: right;
    margin-right: 13px;
  }
  .dg-header-login-col-senha-box a {
    text-decoration: underline;
  }
  .dg-header-login a {
    color: #fff;
  }
  .dg-header-login-col input {
    width: 100%;
    display: block;
    font-size: 0.786em;
    min-height: 31px;
    margin-bottom: 10px;
    padding: 11px 10px 10px 15px;
    background-color: #222831 !important;
    color: #c4c4c4 !important;
    font-style: italic;
  }
  .dg-header-login-form form, .dg-header-login-form {
    height: auto;
  }
  .dg-header-login-acesse, .dg-header-login-col-senha-box a {
    width: 100%;
  }
  .dg-header-login-col-senha-box a {
    text-align: right;
    margin-right: 13px;
  }
  .dg-header-login-col-senha-box input {
    width: 100%;
    display: block;
    font-size: 0.786em;
    min-height: 31px;
    margin-bottom: 10px;
    padding: 11px 10px 10px 15px;
    background-color: #222831 !important;
    color: #c4c4c4 !important;
    font-style: italic;
  }
  .dg-header-login-col-senha input {
    width: 60%;
    float: left;
    margin: 0 !important;
  }
  a.dg-btn.dg-btn-block, button.dg-btn.dg-btn-block, input[type="submit"].dg-btn.dg-btn-block, input[type="button"].dg-btn.dg-btn-block {
    width: 100%;
    text-align: center;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .dg-btn.dg-btn-entrar {
    padding: 0;
    height: 32px;
  }
  .dg-header-login-col-senha .dg-btn {
    float: right;
    width: 35% !important;
    padding: 5px 0px 5px 0px;
    margin: 2px 2px 2px 0 !important;
    -webkit-box-shadow: inset 0 0;
    box-shadow: inset 0 0;
    font-size: 0.929em;
    border-radius: 20px;
  }
  .dg-header-login input {
    height: auto;
  }
  .dg-header-login {
    min-height: 71px;
    height: auto;
  }
  .dg-header-login-txt {
    font-size: 0.72em;
    min-height: 20px;
    display: block;
    float: none;
  }
  .dg-header-login-txt {
    margin-left: 10px;
    padding-top: 3px;
  }
  .dg-header-login-col input, .dg-header-login-col-senha input {
    border: 0;
    border-radius: 20px;
  }
  .dg-header-login-col input:focus, .dg-header-login-col-senha input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .dg-header-login label, a.dg-header-login-txt {
    font-size: 10px;
    margin: 0;
    line-height: normal;
    min-height: 20px;
    line-height: 20px;
    min-height: 20px;
    padding: 0;
  }
  .dg-header-login-facebook {
    float: left;
    width: 32%;
    padding: 20px 0 0 30px;
  }
  a.dg-btn.dg-btn-header-facebook, button.dg-btn.dg-btn-header-facebook, input[type="submit"].dg-btn.dg-btn-header-facebook, input[type="button"].dg-btn.dg-btn-header-facebook {
    background-color: #3c599c;
  }
  .dg-btn.dg-btn-header-facebook {
    position: relative;
    overflow: hidden;
    padding: 10px;
    padding-left: 25px;
    line-height: 15px;
  }
  .dg-header-facebook .dg-btn {
    font-size: 11px;
  }
  .dg-header-login a {
    color: #fff;
  }
  .dg-btn.dg-btn-header-facebook .dg-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #4668b6;
    border-right: 1px solid #5e7cc1;
    padding: 10px 8px 0 13px;
    font-size: 15px;
  }
  a.dg-btn.dg-btn-header-facebook {
    text-transform: none;
  }
  .dg-btn.dg-btn-header-facebook {
    -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  }
  a.dg-btn.dg-btn-entrar, button.dg-btn.dg-btn-entrar, input[type="submit"].dg-btn.dg-btn-entrar, input[type="button"].dg-btn.dg-btn-entrar {
    text-transform: lowercase;
  }
  .dg-header-menu {
    margin-top: -2px;
  }
  .dg-header-cadastro-box .dg-btn.dg-btn-facaseucadastro {
    display: block !important;
    font-size: 0.786em;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    font-size: 10px;
  }
  .dg-header-login .dg-btn {
    line-height: 15px !important;
  }
  .dg-header-cadastro-box .dg-btn.dg-btn-facaseucadastro .dg-icon {
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #29303a;
    border-right: 1px solid #3b434f;
    padding: 10px 9px 10px 12px;
  }
  .dg-header-facaseucadastro {
    font-size: 0.72em;
    min-height: 20px;
    display: block;
    padding-top: 3px;
    padding-left: 10px;
  }
  .dg-header-tel {
    text-align: right;
    font-size: 12px;
    color: #fff;
    padding-top: 14px;
  }
  .dg-header-tel a {
    color: #7ad06d;
    position: relative;
    padding-left: 30px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
  }
  .dg-header-tel > span, .dg-header-tel > a {
    display: inline-block;
  }
  .dg-header-tel a .dg-icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .dg-header-tel .dg-icon:before {
    font-size: 13px;
    margin-right: 5px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .dg-header-tel .icon-twitter-alt-1:before {
    font-size: 15px;
    vertical-align: center;
  }
  .dg-header-tel .icon-telefone:before {
    font-size: 12px;
    vertical-align: center;
  }
  .dg-header-login-facebook .dg-btn.dg-btn-header-facebook {
    font-size: 11px;
  }
  .dg-leiloes-titulo {
    padding: 0 0 10px 0;
    margin: 25px 0;
    font-size: 24px;
  }
}

.dg-leiloes-filtro select, .dg-leiloes-filtro .dg-fakeselect-fake-link {
  width: 188px;
  float: right;
  font-weight: 600;
  font-size: 1.071em;
  line-height: 20px;
  height: 30px;
}

.dg-oport, .dg-footer-newsletter, .dg-footer-homologado {
  display: none;
}

@media (min-width: 1049.02px) {
  .dg-footer-topo {
    height: 370px;
    margin-bottom: -340px;
    background: -webkit-gradient(linear, left top, right top, from(#222831), color-stop(25%, #222831), color-stop(26%, rgba(34, 40, 49, 0)));
    background: linear-gradient(to right, #222831 0%, #222831 25%, rgba(34, 40, 49, 0) 26%);
    background: transparent \0  !important;
  }
}

.dg-footer-topo {
  z-index: 30;
  position: relative;
}

@media (min-width: 1049.02px) {
  .dg-footer-regiao {
    -webkit-border-top-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-radius-topright: 200px;
    -moz-border-radius-bottomright: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    height: 370px;
    padding: 70px 100px 40px 0;
  }
}

.dg-footer-regiao {
  background-color: #222831;
  color: #f8f8f8;
}

.dg-footer-regiao img {
  display: block;
  margin-right: 25%;
  float: left;
}

@media (max-width: 1269px) {
  .dg-footer-regiao img {
    margin-right: 12.5%;
  }
}

@media (max-width: 575px) {
  .dg-footer-regiao img {
    margin: 0 auto 20px;
    float: none;
  }
}

.dg-footer-regiao .dg-titulo {
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 0;
  color: #f8f8f8;
}

.dg-footer-regiao ul {
  padding: 0 10px 0 0;
  margin: 0 0 45px 0;
  list-style: none;
  font-size: 13px;
  font-weight: 300;
  float: left;
  width: 50%;
}

.dg-footer-regiao ul li {
  margin-bottom: 5px;
}

.dg-footer-box {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  padding-top: 40px;
}

.dg-footer-box {
  background-color: #393e46;
}

.dg-footer-atendimento .dg-titulo {
  margin: 0;
  font-weight: 300;
  font-size: 13px;
}

.dg-footer-atendimento a:last-child {
  color: #7ad06d;
}

.dg-footer-atendimento, .dg-footer-endereco, .dg-footer-social-box {
  z-index: 35;
  position: relative;
  margin-bottom: 30px;
}

.dg-footer-atendimento {
  margin-bottom: 14px;
}

.dg-footer-social {
  padding: 0;
}

.dg-footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  vertical-align: top;
  font-size: 16px !important;
}

.dg-footer-box .dg-titulo {
  margin-top: 0;
  margin-bottom: 15px;
}

#footer .dg-titulo {
  margin-bottom: 15px;
  font-size: 15px;
}

.dg-footer-box nav {
  padding-bottom: 0;
}

.dg-footer-atendimento .dg-icon {
  vertical-align: middle;
}

.dg-header-login-col-senha-box .dg-header-login-txt {
  padding-right: 10px;
}

.dg-faq-resposta {
  opacity: 1;
}

.dg-faq-resposta {
  padding: 15px;
}

.dg-faq-resposta > *:first-child, .dg-faq-resposta .dg-pagina-txt > *:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.dg-faq-resposta > *:first-child + p, .dg-faq-resposta .dg-pagina-txt > *:first-child + p {
  margin-top: 0;
}

.dg-faq-resposta p + h1, .dg-faq-resposta p + h2, .dg-faq-resposta p + h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.dg-faq-resposta p + h1 + p, .dg-faq-resposta p + h2 + p, .dg-faq-resposta p + h3 + p {
  margin-top: 0;
}

.dg-faq-resposta p {
  margin: 11px 0;
}

.dg-faleconosco-contatos a:last-child {
  margin-left: 0;
}

.dg-faleconosco-contatos {
  margin-bottom: 20px;
}

.dg-faleconosco-contatos .dg-titulo {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.dg-faleconosco-contatos .dg-titulo .dg-icon {
  vertical-align: middle;
}

.dg-faleconosco-contatos .zap-link {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .dg-faleconosco-contatos {
    margin-top: 0;
  }
  .dg-faleconosco-contatos img {
    display: none;
  }
  .dg-faleconosco-contatos .col-xs-12.col-md-6:first-child .dg-titulo {
    margin-top: 0;
  }
}

.dg-faleconosco input:not([type="submit"]), .dg-faleconosco textarea, .dg-faleconosco select, .dg-faleconosco .dg-fakeselect-fake-link {
  margin-bottom: 0;
}

.dg-faleconosco-contatos a:last-child .dg-icon {
  vertical-align: middle;
  margin-right: 2px;
}

@media (max-width: 991px) {
  .dg-header-login-facebook {
    width: 100%;
  }
  .dg-header-cadastro-box {
    margin-top: 20px;
  }
  .dg-header-cadastro-mobile {
    display: none;
  }
  .dg-header-login-col-senha-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dg-header-login-col-senha-box .dg-header-login-legenda {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dg-header-login-col-senha-box .dg-header-login-col-senha {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.dg-ba.dg-ativo .dg-ba-conteudo {
  -webkit-animation: AparecimentoMenu 500ms ease forwards;
          animation: AparecimentoMenu 500ms ease forwards;
}

@-webkit-keyframes AparecimentoMenu {
  0% {
    left: 60%;
  }
  100% {
    left: 0%;
  }
}

@keyframes AparecimentoMenu {
  0% {
    left: 60%;
  }
  100% {
    left: 0%;
  }
}

.dg-ba-conteudo {
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
}

.dg-ba-topo-box, .dg-ba-conteudo-box {
  max-width: 100%;
}

@media (max-width: 991px) {
  .dg-ba-topo-box, .dg-ba-conteudo-box {
    padding: 0;
  }
}

.dg-ba input, .dg-ba select {
  padding: 14px;
  width: 100%;
  margin-bottom: 20px;
  font-style: italic;
  border-radius: 30px;
  height: 46px;
}

.dg-ba select {
  background: #f5f5f5 url(../images/content/select4.png) right 3px center no-repeat !important;
  padding-right: 70px;
}

@media (min-width: 992px) {
  .inputsTiposLeilao .dg-col-25 {
    width: 12.25%;
  }
}

@media (max-width: 991px) {
  .dg-header-nav-close, .dg-header-categorias-close, .dg-header-categorias-subitem-close {
    padding: 10px 0 0 3px;
  }
  .dg-btn-facaseucadastro .dg-icon {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
  }
  .contact-img {
    display: none;
  }
}

a.dg-btn.dg-btn-header-facebook {
  text-transform: none;
}

.dg-ba .dg-btn {
  border-radius: 30px !important;
  color: #fff !important;
}

@media (max-width: 1049.02px) {
  .dg-footer-regiao {
    padding: 30px 0;
  }
  .dg-footer-atendimento, .dg-footer-endereco, .dg-footer-social-box {
    margin-bottom: 25px;
  }
}

@media (min-width: 1049.02px) {
  .dg-header-menu a:after {
    content: " ";
    position: absolute;
    background: #ff6738;
    width: 30px;
    height: 3px;
    bottom: -5px;
    left: -5px;
    opacity: 0;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .dg-header-menu a:hover:after, .dg-header-menu a:focus:after {
    opacity: 1;
    left: 0;
  }
  .dg-header-menu-principal > li {
    margin: 0 15px 0 10px;
  }
  .dg-header-menu-principal > li > a {
    position: relative;
    padding: 0;
  }
}

.dg-faleconosco-form > .dg-txt {
  margin-top: 0;
  margin-bottom: 20px;
}

.dg-cadastro > .container > .row > .col-md-3, .dg-cadastro > .container > .row .col-md-9 {
  width: 100%;
}

.dg-cadastro .dg-cad-progresso {
  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;
  text-align: center;
}

.dg-cad-progresso-item-icon {
  width: 70px;
  height: 70px;
  float: none;
  padding-top: 20px;
  background: #EFEFEF;
  color: #d1d1d1;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  border: 5px solid #f7f7f7;
  position: relative;
  margin: 0 auto 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dg-cad-progresso-item {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  z-index: 10;
}

.dg-cad-progresso-item-txt {
  float: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
  color: #999797;
  padding-top: 10px;
}

.dg-cad-progresso {
  position: relative;
  padding: 0 80px;
  margin-bottom: 50px;
}

.dg-cad-progresso::before {
  background: #EFEFEF;
  height: 5px;
  position: absolute;
  top: 36px;
  left: 30px;
  right: 30px;
  border-radius: 3px;
}

.dg-cad-progresso::after {
  content: '';
  position: absolute;
  top: 36px;
  left: 30px;
  height: 5px;
  background: #FFB400;
  width: 0%;
  border-radius: 3px;
  -webkit-transition: width 1000ms ease;
  transition: width 1000ms ease;
}

.dg-cadastro.dg-passo1 .dg-cad-progresso::after {
  width: 23%;
}

.dg-cadastro.dg-passo2 .dg-cad-progresso::after {
  width: 41%;
}

.dg-cadastro.dg-passo3 .dg-cad-progresso::after {
  width: 59%;
}

.dg-cadastro.dg-passo4 .dg-cad-progresso::after {
  width: 78%;
}

.dg-cadastro.dg-passo5 .dg-cad-progresso::after {
  width: 100%;
}

.form-senha.dg-header-esqueceu input[type="button"] {
  height: 42px;
}

@media (min-width: 992px) {
  .form-senha.dg-header-esqueceu {
    margin-top: 20px;
  }
  .form-senha.dg-header-esqueceu input {
    height: 36px;
    border: 0;
    border-radius: 20px;
  }
  .form-senha.dg-header-esqueceu input[type="text"] {
    padding: 11px 10px 10px 15px;
    font-style: italic;
    background-color: #222831 !important;
  }
  .form-senha.dg-header-esqueceu input[type="button"] {
    height: 36px;
    padding: 0;
  }
}

.dg-cad-progresso-item:nth-child(1) .dg-cad-progresso-item-icon {
  font-size: 0;
}

.dg-cad-progresso-item:nth-child(1) .dg-cad-progresso-item-icon::after {
  content: "\71";
  font-family: "icones" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

.dg-cadastro.dg-passo1 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon {
  background: #FFB400;
  color: #fff;
  border: 5px solid #ffe7ab;
}

@media (max-width: 1049.02px) {
  .dg-cadastro.dg-passo1 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon {
    border: 0;
  }
}

.dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon {
  font-size: 0;
}

.dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon::after {
  content: "\7e";
  font-family: "icones" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

.dg-cadastro.dg-passo2 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo2 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon {
  background: #FFB400;
  color: #fff;
  border: 5px solid #ffe7ab;
}

@media (max-width: 1049.02px) {
  .dg-cadastro.dg-passo2 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo2 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon {
    border: 0;
  }
}

.dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon {
  font-size: 0;
}

.dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon::after {
  content: "\3e";
  font-family: "icones" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

.dg-cadastro.dg-passo3 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon {
  background: #FFB400;
  color: #fff;
  border: 5px solid #ffe7ab;
}

@media (max-width: 1049.02px) {
  .dg-cadastro.dg-passo3 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo3 .dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon {
    border: 0;
  }
}

.dg-cad-progresso-item:nth-child(4) .dg-cad-progresso-item-icon {
  font-size: 0;
}

.dg-cad-progresso-item:nth-child(4) .dg-cad-progresso-item-icon::after {
  content: "\5f";
  font-family: "icones" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

.dg-cadastro.dg-passo4 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(4) .dg-cad-progresso-item-icon {
  background: #FFB400;
  color: #fff;
  border: 5px solid #ffe7ab;
}

@media (max-width: 1049.02px) {
  .dg-cadastro.dg-passo4 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo4 .dg-cad-progresso-item:nth-child(4) .dg-cad-progresso-item-icon {
    border: 0;
  }
}

.dg-cad-progresso-item:nth-child(5) .dg-cad-progresso-item-icon {
  font-size: 0;
}

.dg-cad-progresso-item:nth-child(5) .dg-cad-progresso-item-icon::after {
  content: "\56";
  font-family: "icones" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

.dg-cadastro.dg-passo5 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(4) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:last-child .dg-cad-progresso-item-icon {
  background: #FFB400;
  color: #fff;
  border: 5px solid #ffe7ab;
}

@media (max-width: 1049.02px) {
  .dg-cadastro.dg-passo5 .dg-cad-progresso-item:first-child .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(2) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(3) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:nth-child(4) .dg-cad-progresso-item-icon, .dg-cadastro.dg-passo5 .dg-cad-progresso-item:last-child .dg-cad-progresso-item-icon {
    border: 0;
  }
}

.dg-cad-pessoa {
  width: auto;
  font-size: 1.071em;
  padding: 8px 10px 0 10px;
  float: left;
  max-width: none;
}

@media (max-width: 1049.02px) {
  .dg-cad-progresso {
    padding: 0;
    margin-bottom: 25px !important;
  }
  .dg-cad-progresso-item-icon {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 16px;
    border: 0;
  }
  .dg-cad-progresso-item-txt {
    display: none !important;
  }
  .dg-cad-progresso .dg-cad-progresso-item {
    margin-bottom: 0 !important;
  }
  .dg-cad-progresso::before, .dg-cad-progresso::after {
    top: 18px;
  }
}

.dg-leiloes-tempo {
  display: none !important;
  padding: 10px 5px;
  margin-top: 10px;
}

.dg-destaque-slider .dg-leiloes-tempo {
  background-color: #899993;
  margin-top: 0;
}

.dg-lote-acao-contagem .dg-leiloes-tempo-box {
  background: none;
  border: 0 !important;
  font-size: 16px;
}

.dg-lote-acao-contagem .dg-leiloes-tempo-box strong {
  border: 0 !important;
}

.dg-lote-acao .dg-leiloes-tempo-box strong, .dg-lote-acao-contagem .dg-leiloes-tempo-box strong {
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 2px rgba(0, 0, 0, 0.1);
  height: 55px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.3);
}

.dg-lote-acao .dg-leiloes-tempo-box .dg-leiloes-tempo-txt, .dg-lote-acao-contagem .dg-leiloes-tempo-box .dg-leiloes-tempo-txt {
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.1);
  font-size: 1.0714285714em;
  display: block;
  height: 35px;
  line-height: 35px;
  background: #466053;
  border-right: 1px solid #899993;
}

.dg-destaque-slider .dg-leiloes-conteudo, .dg-leiloes-lista-txt {
  height: auto;
}

.dg-leiloes-lista-data {
  background-color: #EBF7F3;
}

.dg-leiloes-lista-data:nth-child(2) {
  background: #E3EFEB;
}

.dg-destaque-slider .dg-leiloes-lista-conteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.dg-destaque-slider .dg-leiloes-lista-conteudo .dg-leiloes-rodape {
  margin-top: auto;
}

.dg-leiloes-data-abertura strong {
  font-weight: 600;
  font-size: 1em;
}

.dg-leiloes-data-tempo strong {
  color: #ff5722;
  display: block;
}

.dg-leiloes-data-titulo {
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .dg-destaque-slider .dg-leiloes-img {
    height: 100%;
  }
}

.dg-destaque-slider .dg-leiloes-img span {
  height: 100%;
}

.dg-destaque-slider .dg-leiloes-lista-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.dg-leiloes-label {
  color: #fff;
  background-color: rgba(93, 119, 109, 0.6);
  padding: 14px 15px;
  margin-top: -50px;
  z-index: 100;
  position: relative;
}

.dg-leiloes-data-fechamento strong {
  font-weight: 600;
  font-size: 1em;
}

.dg-leiloes-lista-data {
  position: relative;
}

.dg-leiloes-data-tempo + div {
  position: absolute;
  top: 3px;
  left: 162px;
  float: left;
  font-size: 14px;
  font-weight: 700;
}

.dg-leiloes-data-tempo + div span + span {
  display: none;
}

.dg-leiloes-data-tempo .dg-leiloes-data-fechamento {
  border-left: 1px dashed #999;
  padding-left: 7%;
  margin-left: 0;
}

@media (max-width: 991px) {
  .dg-leiloes-data-fechamento {
    width: 52%;
    padding-right: 0;
    font-size: 12px;
  }
}

.dg-leiloes-data-tempo + div {
  font-size: 12px;
  top: 5px;
}

@media (max-width: 991px) {
  .dg-leiloes-data-tempo + div {
    top: 6px;
    left: auto;
    right: 10px;
  }
}

@media (max-width: 1269px) and (min-width: 992px) {
  .dg-destaque-slider .dg-leiloes-data-tempo + div {
    left: 258px;
  }
}

.dg-leiloes-codigo {
  margin-top: 5px;
}

.dg-leiloes-valor {
  display: none;
}

.dg-leiloes-nome {
  font-size: 1.364em;
  font-weight: 600;
  padding: 5px 10px;
  margin: 0;
  max-height: none;
  overflow: hidden;
  color: #393e46;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ececec;
  white-space: nowrap;
}

.dg-leiloes-comitente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 14px;
}

.dg-leiloes-comitente-categoria .dg-icon {
  vertical-align: middle;
}

.dg-leiloes-final {
  display: none;
}

.dg-leiloes-item-col .dg-leiloes-conteudo {
  min-height: 255px;
  height: auto;
}

@media (min-width: 992px) {
  .dg-leiloes-lista .dg-leiloes-item-col {
    margin-bottom: 15px;
  }
  .dg-leiloes-lista .dg-leiloes-lista-data {
    margin-top: 0;
  }
}

.dg-leiloes-conteudo {
  padding-top: 0;
}

.dg-destaques .dg-leiloes-titulo strong {
  font-weight: 600;
}

.dg-destaques .dg-leiloes-acao {
  padding-top: 0;
}

.dg-leiloes-acao {
  padding: 15px 10px 5px 10px;
  background-color: #f8f8f8;
}

.dg-leiloes-acao .dg-btn {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  padding: 11px 10px 11px 10px;
  position: relative;
}

.dg-leiloes-lotes-porcentagem > div {
  font-size: 12px;
  padding-top: 13px;
  text-align: center;
  padding-left: 3px;
}

.dg-leiloes-lotes > div {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  float: left;
  width: 60%;
  padding: 11px 5px 0 8px;
  text-align: left;
}

.dg-leiloes-lotes-porcentagem > div {
  font-size: 12px;
  padding-top: 13px;
  text-align: center;
  padding-left: 3px;
}

.dg-leiloes-lotes > strong {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  float: left;
  width: 40%;
  text-align: right;
  padding: 7px 0 0 3px;
}

.dg-leiloes-lotes {
  position: absolute;
  top: 0px;
  z-index: 10;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 7px 0 7px 0px;
  height: 50px;
  width: 140px;
  right: 0;
  border-radius: 30px 0 0 30px;
  text-shadow: 0 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dg-leiloes-img:hover .dg-leiloes-lotes, .dg-leiloes-img:focus .dg-leiloes-lotes {
  width: 150px;
  padding: 7px 10px 7px 0px;
}

.dg-lote-titulo-codigo strong {
  font-weight: 400;
  color: #ff5722;
}

.dg-lote-leilao-titulo {
  background-color: rgba(0, 0, 0, 0);
}

.dg-lote-leilao-box {
  font-weight: 400;
  color: #333;
}

.dg-lote-leilao-titulo {
  font-size: 1.0714285714em;
  font-weight: 400;
  padding: 10px 12px 0 12px;
}

.dg-lote-leilao-lance {
  padding: 10px 15px 10px 15px;
  background: #E5E5E5;
  color: #333;
  font-weight: 600;
  font-size: 1.1428571429em;
}

.dg-lote-leilao-abertura strong, .dg-lote-leilao-fechamento strong {
  font-weight: 600;
  display: block;
  color: #ff6738;
}

.dg-lote-valores-avaliacao, .dg-lote-valores-lance {
  margin-bottom: 0;
}

.dg-lote-valores-avaliacao strong {
  font-weight: 700;
  color: #393e46;
}

.dg-lote-valores-comissao, .dg-lote-valores span, .dg-lote-valores-incremento {
  color: #878787;
}

.dg-lote-valores-lance strong {
  font-weight: 600;
  color: #393e46;
}

.dg-lote-valores-incremento strong {
  font-weight: 600;
  color: #393e46;
}

.dg-lote-valores-avaliacao {
  background-color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.dg-lote-acao-abertura {
  display: none;
}

a.dg-btn, button.dg-btn, input[type="submit"].dg-btn, input[type="button"].dg-btn {
  border: 0;
  font-size: 14px;
  padding: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-shadow: none !important;
  border-radius: 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.dg-lote-tags {
  padding: 0;
}

.dg-lote-acao .dg-leiloes-tempo-box .dg-leiloes-tempo-box-numero, .dg-lote-acao-contagem .dg-leiloes-tempo-box .dg-leiloes-tempo-box-numero, .dg-lote-leilao-abertura {
  border-right: 0;
}

span.dg-btn, div.dg-btn {
  border-radius: 20px;
}

.dg-lote-acao .dg-leiloes-tempo-box .dg-leiloes-tempo-txt, .dg-lote-acao-contagem .dg-leiloes-tempo-box .dg-leiloes-tempo-txt {
  border-top: 0;
}

.dg-leiloes-tempo-box:last-child .dg-leiloes-tempo-box-numero .dg-leiloes-tempo-txt {
  border-right: 0;
}

.dg-lote-acao-habilitado {
  float: right;
  width: 100%;
}

.dg-lote-acao-habilitado-botoes {
  float: left;
  width: 100%;
}

.dg-lote-acao-habilitado-botoes .dg-btn {
  margin-bottom: 5px;
  padding: 12px 0;
}

.dg-lote-acao-habilitado-botoes .dg-btn.dg-contador {
  float: left;
}

.dg-lote-acao-habilitado-botoes.dg-contador-1 .dg-btn {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}

.dg-lote-acao-habilitado-botoes.dg-contador-2 .dg-btn {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}

.dg-lote-acao-habilitado-botoes.dg-contador-3 .dg-btn {
  width: 31.3333%;
  margin-right: 1%;
  margin-left: 1%;
}

.dg-lote-acao-habilitado-botoes.dg-contador-4 .dg-btn {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
}

.dg-lote-acao-habilitado-botoes.dg-contador-4 .dg-btn.dg-contar-grande, .dg-lote-acao-habilitado-botoes.dg-contador-4 .dg-btn-lote-saladedisputa {
  width: 38%;
}

.dg-lote-acao-habilitado-botoes.dg-contador-5 .dg-btn {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}

.dg-lote-acao-habilitado-botoes.dg-contador-5 .dg-btn.dg-contar-grande, .dg-lote-acao-habilitado-botoes.dg-contador-5 .dg-btn-lote-saladedisputa {
  width: 98%;
}

.dg-lote-tags a.dg-tag-mensagem, .dg-lote-tags span.dg-tag-mensagem {
  float: left;
  border: 1px solid #222831 !important;
  margin: 5px 5px 0 0;
  padding: 7px 15px !important;
  color: #222831 !important;
  background-color: #fff !important;
  font-size: .8571428571em !important;
  text-shadow: none !important;
}

.dg-lote-tags a.dg-tag-mensagem .dg-icon, .dg-lote-tags span.dg-tag-mensagem .dg-icon {
  display: none !important;
}

a.dg-btn.dg-btn-lote-saladedisputa, button.dg-btn.dg-btn-lote-saladedisputa, input[type="submit"].dg-btn.dg-btn-lote-saladedisputa, input[type="button"].dg-btn.dg-btn-lote-saladedisputa, a.dg-btn.dg-btn-lote-agendar, button.dg-btn.dg-btn-lote-agendar, input[type="submit"].dg-btn.dg-btn-lote-agendar, input[type="button"].dg-btn.dg-btn-lote-agendar {
  color: #fff !important;
}

.dg-lote-label {
  background-color: rgba(104, 133, 122, 0.8);
  color: #fff;
  height: 50px;
  margin-top: -50px;
  z-index: 10;
  position: relative;
}

.dg-btn-lote-saladedisputa .dg-icon {
  vertical-align: top;
  margin-right: 5px;
}

.dg-lote-acao .dg-leiloes-tempo-box .dg-leiloes-tempo-txt, .dg-lote-acao-contagem .dg-leiloes-tempo-box .dg-leiloes-tempo-txt {
  font-size: 15px;
}

.dg-lote-img-item-miniatura {
  display: block;
  padding-bottom: 10px;
}

.fancybox-button svg {
  color: #fff;
}

.dg-lote-img-item-miniatura a {
  height: 94px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dg-lote-img-item-miniatura {
  padding-bottom: 10px;
  display: block;
}

.dg-lote-img-item-miniatura img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dg-lote-miniaturas-anterior .dg-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.dg-lote-miniaturas-anterior .dg-icon, .dg-lote-miniaturas-proximo .dg-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 25px;
  height: 25px;
}

.dg-lote-miniaturas-anterior {
  margin-bottom: 12px;
  margin-top: 12px;
}

.dg-lote-miniaturas-proximo {
  margin-top: 12px;
}

.dg-lote-miniaturas-anterior, .dg-lote-miniaturas-proximo {
  background: transparent;
  border: 0;
  color: #afadad;
  font-size: 22px;
  display: block;
  width: 100%;
  position: relative;
  height: 25px;
}

.dg-lote-miniaturas-anterior:hover, .dg-lote-miniaturas-anterior:focus, .dg-lote-miniaturas-proximo:hover, .dg-lote-miniaturas-proximo:focus {
  background-color: rgba(0, 0, 0, 0);
}

.dg-lote-miniaturas-anterior:hover .dg-icon, .dg-lote-miniaturas-anterior:focus .dg-icon, .dg-lote-miniaturas-proximo:hover .dg-icon, .dg-lote-miniaturas-proximo:focus .dg-icon {
  color: #ff470e;
}

.dg-lote-miniaturas-proximo .dg-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dg-lote-img-itens iframe {
  width: 100% !important;
  height: 100% !important;
}

.dg-lote-img-item {
  display: block;
  overflow: hidden;
  background-color: #121c27;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 470px;
}

.dg-print-lote-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dg-print-lote-status .dg-lote-titulo-status {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  margin-top: 33px;
}

.dg-lote-processo-img img {
  max-height: 50px;
}

.dg-lote-sistemanovo p {
  float: left;
  width: 50%;
  margin: 0 0 20px 0;
}

.dg-lote-sistemanovo a {
  color: #ff6738;
}

.dg-lote-documentos-downloads ul li a {
  color: #ff5722;
}

.dg-lote-documentos-opcoes ul li a {
  color: #393e46;
}

.dg-header-logado {
  padding-top: 12px;
  color: #fff;
}

.dg-categoria .dg-leilao-menu .dg-btn-lote-habilitese {
  display: none;
}

.dg-categoria .dg-leilao-menu .col-md-2.dg-mobilehide + .col-xs-6.col-md-2 {
  display: none;
}

@media (min-width: 992px) {
  .dg-categoria .dg-leilao-menu > .col-md-3:nth-child(1) {
    width: 41.66666667%;
  }
  .dg-leiloes-lista .dg-leiloes-item {
    height: 220px;
  }
  .dg-leiloes-lista .dg-leiloes-img, .dg-leiloes-lista .dg-leiloes-img span {
    height: 220px;
  }
}

.dg-cat-filtro select, .dg-cat-filtro .dg-fakeselect-fake-link {
  background: #222831 url(../images/content/select2.png) right 4px center no-repeat !important;
  color: #fff;
  padding-right: 60px;
  font-weight: 400 !important;
  vertical-align: bottom;
  font-size: 1em;
  height: 35px;
}

.dg-leiloes-lista .dg-leiloes-item-col .dg-leiloes-conteudo {
  min-height: auto;
}

.dg-disputa-item-topo {
  background-color: #213138;
  color: #fff;
}

.dg-disputa-item-topo .dg-disputa-item-titulo strong {
  color: #ff5722;
}

.dg-disputa-item-rodape > a {
  background-color: #d3d3d3;
  color: #fff;
}

.dg-disputa-item-rodape > a:hover, .dg-disputa-item-rodape > a:focus {
  background: #b0b0b0;
  text-decoration: none;
}

.dg-header-disputa-hora-txt strong {
  display: block;
  font-size: 1.333em;
  color: #ff5722;
}

.dg-header-disputa-hora-txt::before {
  content: "\4";
  font-family: "icones" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\26";
  position: absolute;
  left: 0;
  font-size: 24px;
  top: 8px;
  color: #ff5722;
}

.dg-header-disputa-hora-txt {
  padding-left: 32px;
  position: relative;
}

.dg-faq-resposta p + h3 {
  margin-top: 20px;
}

.dg-lote-subtitulo .dg-icon {
  color: #ff5722;
  font-size: 20px;
  margin-right: 3px;
}

.dg-leiloes-titulo-setas {
  display: inline-block;
  position: relative;
  top: 4px;
  padding-left: 50px;
}

.dg-leiloes-comitente-categoria .dg-icon {
  margin-right: 5px;
  opacity: 0.3;
}

.dg-leiloes-titulo-setas .dg-setas {
  width: auto;
  height: 24px;
  background: transparent;
  border: transparent;
  color: #dddddd !important;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.dg-leiloes-titulo-setas .dg-setas:hover {
  color: #ff6738 !important;
}

.dg-leiloes-titulo-setas .dg-setas-anterior {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.dg-leiloes-titulo-setas .dg-setas .dg-icon {
  font-size: 18px;
}

.dg-leiloes-titulo-setas .dg-setas.dg-setas-proximo {
  color: #ff6738 !important;
}

.dg-leiloes-filtro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dg-leiloes-filtro label {
  display: block;
  margin-left: auto;
  margin-right: 6px;
}

.dg-leiloes-filtro label, .dg-leiloes-filtro select {
  margin-bottom: 0;
}

.slick-dots-destaque li.slick-active > button:before {
  color: #ff6738;
}

.dg-destaque-slider .dg-tp {
  bottom: auto;
  top: -33px;
}

.dg-leiloes-label .dg-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dg-paginacao > a {
  background-color: #d9d9d9;
  color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.dg-paginacao > a:hover {
  background-color: #ff5019;
}

.dg-paginacao > span {
  background-color: #ff5019;
  color: #fff;
}

.dg-lote-valores-enviarproposta .dg-ancora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dg-lote-valores-enviarproposta .dg-ancora svg {
  display: inline-block;
  margin-right: 4px;
  fill: #ff5019;
}

.dg-botao-whatsapp {
  position: fixed;
  bottom: 75px;
  right: 0;
  max-width: 50px;
  height: 50px;
  margin: 15px;
  z-index: 9999;
}

@media (max-width: 575px) {
  .dg-footer-atendimento, .dg-footer-endereco, .dg-footer-social-box {
    margin-bottom: 10px;
  }
  .dg-footer-regiao ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .dg-footer-regiao ul li {
    margin-bottom: 5px;
  }
  .dg-footer-box {
    text-align: center;
  }
  .dg-footer-box > .container > .row {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dg-footer-box > .container > .row .dg-titulo {
    margin-top: 10px;
  }
  .dg-footer-box > .container > .row .col-md-2:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dg-footer-box > .container > .row .col-md-2:first-child .dg-titulo {
    margin-top: 0;
  }
  .dg-footer-box > .container > .row .col-md-2:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .dg-footer-box > .container > .row .col-md-3:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dg-footer-box > .container > .row .col-md-6:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .dg-footer-box > .container > .row .dg-footer-atendimento {
    margin-bottom: 10px;
  }
  .dg-footer-box > .container > .row .dg-footer-endereco {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .dg-footer-regiao {
    padding: 15px 0;
    text-align: center;
  }
  .dg-footer-regiao nav {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dg-footer-regiao nav img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dg-footer-regiao nav ul {
    padding-right: 0;
    margin: 20px 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .dg-footer-regiao nav a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.dg-footer-regiao a.dg-btn.dg-btn-newsletter {
  max-width: 320px;
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .dg-footer-regiao a.dg-btn.dg-btn-newsletter {
    max-width: 260px;
  }
}

.dg-lote-proposta-form input, .dg-lote-proposta-form select {
  height: 49px !important;
}

.dg-lote-info-block {
  margin-top: 16px;
}

.dg-lote-info-block:first-child {
  margin-top: 0;
}

.dg-lote-onus-txt > h3, .dg-lote-Condicoes-txt > h3, .dg-lote-debito-txt > h3 {
  margin-top: 0;
  font-weight: 900 !important;
  color: #817f80;
}

.dg-lote-onus-txt strong, .dg-lote-Condicoes-txt strong, .dg-lote-debito-txt strong {
  font-weight: 600 !important;
  color: #817f80;
}

.dg-lote-debito-txt strong {
  font-weight: 900 !important;
}

.dg-lote-acao-habilitado-botoes .dg-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 46px;
  padding: 8px 0 !important;
  line-height: 1 !important;
  white-space: normal !important;
}

@media (max-width: 575px) {
  .dg-lote-acao-habilitado-botoes .dg-btn {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
}

.dg-lote-valores-comissao, .dg-lote-valores span, .dg-lote-valores-incremento {
  color: #000;
}

.dg-alerta-documentos-motivos {
  max-width: 600px;
  width: 100%;
  padding: 16px;
  margin: 0 auto 10px;
  border-left: 3px solid #d9b016;
  border-radius: 6px;
  color: #000;
  background-color: #e5e5e5;
}

.form-senha.dg-header-esqueceu input[type="text"] {
  color: #c4c4c4 !important;
}

.dg-lote-acao .dg-leiloes-tempo-box .dg-leiloes-tempo-txt {
  background: none !important;
}

.dg-footer .row {
  display: block;
}

.dg-lote-leilao.dg-opacidade {
  opacity: 1;
}

.dg-lote-acao .dg-leiloes-tempo-box .dg-leiloes-tempo-box-numero, .dg-lote-acao-contagem .dg-leiloes-tempo-box .dg-leiloes-tempo-box-numero {
  display: block;
}

.dg-lote-acao .dg-leiloes-tempo-titulo, .dg-lote-acao-contagem .dg-leiloes-tempo-titulo {
  text-align: left;
  background: #fff;
}

.dg-lote-acao .dg-leiloes-tempo-titulo, .dg-lote-acao-contagem .dg-leiloes-tempo-titulo {
  padding: 0 0 8px;
}

.dg-lote-acao .dg-leiloes-tempo-contagem, .dg-lote-acao-contagem .dg-leiloes-tempo-contagem {
  padding: 0;
}

.dg-lote-acao-contagem .dg-leiloes-tempo-contagem {
  border-radius: 15px;
  background: #466053 !important;
}

.dg-lote-acao-contagem {
  background: none;
}

.dg-leiloes-lista-data:not(.dg-opacidade) + .dg-leiloes-lista-data.dg-opacidade {
  opacity: 1;
}

.dg-destaque-slider .dg-leiloes-item {
  height: 100%;
}

.dg-leiloes-lista-data {
  min-height: 66px;
  position: relative;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .dg-lote-leiloes {
    margin-top: 16px;
  }
}

.dg-botao-whatsapp {
  display: none;
}

.dg-lote-hist-itens {
  max-height: 600px;
}

.dg-modal-conteudo-info-lance-usuario, .dg-modal-conteudo-info-parc-usuario {
  font-size: 14px;
}

.dg-modal-conteudo-info-parc-ultimo {
  background: #e4e4e4;
  display: block;
  font-size: 13px;
  border-radius: 5px;
  padding: 3px 10px;
  margin-top: 3px;
}

.dg-lote-hist-titulo {
  font-size: 20px;
  margin: 15px 0;
}

.dg-lote-hist-itemb-box {
  min-width: 25%;
}

.dg-legislacao .dg-legislacao-txt {
  padding-top: 29.5%;
  background-image: url(../images/institucional/regulamentacao/banner1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.dg-legislacao .dg-legislacao-txt .dg-titulo {
  margin: 0 0 25px 0;
  font-size: 1.4285714286em;
  font-weight: 600;
}

.dg-legislacao .dg-legislacao-txt .dg-subtitulo {
  margin: 0 0 30px 0;
  font-size: 1.2857142857em;
  color: #ff5722;
  font-weight: 600;
}

.dg-legislacao .dg-legislacao-txt ul > li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 1.1428571429em;
  font-weight: 600;
}

.dg-legislacao .dg-legislacao-txt > li > ul {
  padding: 0 0 0 25px;
}

.dg-legislacao .dg-legislacao-txt ul > li > ul > li {
  font-size: .875em;
  margin: 8px 0;
  font-weight: 400;
}

.dg-legislacao .dg-legislacao-txt a {
  color: #393e46;
  text-decoration: underline;
}

.dg-lote-hist-itens {
  max-height: 273px;
}

.dg-usuario-cadastro-aviso {
  width: 100%;
  float: left;
}

@media (max-width: 1270px) {
  .dg-lote-img-item {
    min-height: 367px;
  }
}

@media (max-width: 991px) {
  .dg-lote-img-item {
    min-height: 145px;
  }
}

@media (min-width: 1270px) {
  .dg-header-categorias nav > ul > li > a {
    padding: 17px 15px 17px 26px;
  }
}

a.dg-btn.dg-btn-facaseucadastro, button.dg-btn.dg-btn-facaseucadastro, input[type="submit"].dg-btn.dg-btn-facaseucadastro, input[type="button"].dg-btn.dg-btn-facaseucadastro {
  background-color: #222831 !important;
}

.dg-header-login input:not([type="submit"]), .dg-header-login textarea, .dg-header-login select, .dg-header-login .dg-fakeselect-fake-link {
  border: 0 !important;
}

.dg-header-login .dg-header-tel a {
  color: #7ad06d !important;
}

a.dg-btn.dg-btn-newsletter {
  background-color: #ff5019 !important;
}

.dg-header-nav-box a.dg-btn.dg-btn-header-agenda {
  color: #333 !important;
}

.dg-header-nav-box a.dg-btn.dg-btn-header-agenda:hover, .dg-header-nav-box a.dg-btn.dg-btn-header-agenda:focus {
  border: 0 !important;
  background: #cdcdcd !important;
}

.dg-header-menu-busca input.dg-header-busca-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.dg-lote-subtitulo .dg-icon, .dg-lote-titulo-codigo strong {
  color: #ff5019 !important;
}

.dg-pagina-txt h1, .dg-pagina-txt h2, .dg-pagina-txt h3, .dg-legislacao-txt .dg-subtitulo, .dg-lote-documentos-downloads .dg-titulo, .dg-lote-documentos-downloads ul li a, .slick-dots-destaque li.slick-active > button:before, .slick-dots-destaque li.slick-active > button:before .dg-home-banner-dots li.slick-active > button:before {
  color: #ff5019 !important;
}

.dg-lote-leilao-titulo {
  background: none !important;
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + span + label:before, input[type="radio"]:checked + label:before, input[type="radio"]:checked + span + label:before {
  color: #ff5019 !important;
}

#formproposta .dg-lote-proposta-form > .row input, #formproposta .dg-lote-proposta-form > .row select, #formproposta .dg-lote-proposta-form > .row textarea {
  border-radius: 20px !important;
}

.dg-leiloes-lance-incial {
  display: block !important;
}

.dg-leiloes-lance-incial strong {
  font-weight: bold !important;
}

.dg-leiloes-lance-incial > span:first-child, .dg-leiloes-lance-incial > span:last-child {
  display: none;
}

#dg-lote-documentos .dg-lote-conteudo {
  margin-bottom: 0;
}

.dg-lote-hist {
  margin-bottom: 0;
}

.dg-lote-hist > .container {
  margin-bottom: 30px;
}

.dg-cad-arquivos + .col-passos {
  margin-top: 40px;
}
/*# sourceMappingURL=app.css.map */