.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: #00AEEF;
  color: #00AEEF;
}

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

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

.dg-home-banner-dots li.slick-active > button:before {
  color: #00AEEF;
}

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

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

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

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

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

a.dg-btn.dg-btn-4, button.dg-btn-4, input[type="submit"].dg-btn-4, input[type="button"].dg-btn-4 {
  background-color: #2A4985;
  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: #2A4985;
  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: #2A4985;
  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: #2A4985;
}

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: #00AEEF;
}

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

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: #00AEEF;
}

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: #EC6608;
}

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: #2A4985;
}

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: #1569B2;
}

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: #B8B8B8;
}

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: #00AEEF;
}

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: #990000;
}

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: #141414;
}

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: #00AEEF;
}

a.dg-btn.dg-btn-resultadomapa, button.dg-btn-resultadomapa, input[type="submit"].dg-btn-resultadomapa, input[type="button"].dg-btn-resultadomapa {
  background-color: #2A4985;
  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: #2A4985;
}

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

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

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: #00AEEF;
}

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: #2A4985;
}

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: #00AEEF;
}

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: #2A4985;
}

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: #2A4985;
}

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: #00AEEF;
}

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: #2A4985;
  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: #2A4985;
  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: #2A4985;
}

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: #B8B8B8;
  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: #2A4985;
  background-color: #009fdb;
}

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

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: #203866;
}

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: #18294b;
}

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: #0090c6;
}

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: #0076a3;
}

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: #203866;
}

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: #18294b;
}

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: #031b3f;
}

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: #010d1d;
}

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: #203866;
}

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: #18294b;
}

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: #203866;
}

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: #18294b;
}

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: #203866;
  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: #192b4f;
  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: #0098d0;
}

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: #0089bc;
}

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: #254075;
}

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: #203866;
}

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: #00AEEF;
}

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: #0094cb;
}

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: #0081b2;
}

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: #000;
}

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: #000;
}

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: #009bd6;
}

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: #0089bc;
}

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: #264379;
}

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: #233c6e;
}

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: #d35b07;
}

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: #bb5106;
}

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: #1361a4;
}

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: #125997;
}

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: #b0b0b0;
}

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: darkgray;
}

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: #00a3e0;
}

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: #0098d0;
}

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: maroon;
}

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: #660000;
}

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: #070707;
}

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: black;
}

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: #0094cb;
}

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: #007aa8;
}

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: #213a6a;
  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: #192b4f;
  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: #213a6a;
}

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: #192b4f;
}

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: #254075;
}

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: #203866;
}

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: #0094cb;
}

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: #007aa8;
}

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: #213a6a;
}

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: #192b4f;
}

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: #0094cb;
}

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: #007aa8;
}

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: #213a6a;
}

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: #192b4f;
}

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: #0094cb;
}

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: #007aa8;
}

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: #213a6a;
}

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: #192b4f;
}

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: #213a6a;
}

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: #192b4f;
}

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: #0094cb;
}

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: #007aa8;
}

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: #213a6a;
  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: #192b4f;
  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: #213a6a;
  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: #192b4f;
  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: #213a6a;
}

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: #192b4f;
}

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: #a6a6a6;
  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: #949494;
  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: #2A4985;
  color: #fafafa;
}

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

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: #2A4985;
  color: #2A4985;
}

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: #EC6608;
  color: #EC6608;
}

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

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

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

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

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: #141414;
  color: #141414;
}

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

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

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

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

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

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

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

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

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

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

.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: #00AEEF;
}

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

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

.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: #990000;
}

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

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

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: #262626;
}

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

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: #262626;
}

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

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: #000;
}

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

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: black;
}

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: #00AEEF;
}

.dg-loading .dg-loading-overlay:before {
  border-color: #00AEEF;
  border-top-color: transparent;
}

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

.dg-loading-local:before {
  border-color: #00AEEF;
  border-top-color: transparent;
}

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

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

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

.dg-modal-conteudo {
  color: #2A4985;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dg-paginacao > span {
  background-color: #00AEEF;
  color: #fafafa;
}

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

.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: #00AEEF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dg-ba .dg-btn.dg-btn-ba, .dg-ba .dg-btn.dg-btn-resultadomapa {
  border-color: #0abcff;
}

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

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

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

.dg-footer-box {
  background-color: #2A4985;
}

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

.dg-footer-final {
  background-color: #2A4985;
  color: #4e77c7;
}

h1, h2 {
  color: #2A4985;
}

h3, h4, h5, h6 {
  color: #2A4985;
}

.dg-header-login {
  background-color: #00AEEF;
  border-top-color: #00AEEF;
}

.dg-header-login input {
  background-color: #56d1ff;
  border-color: #23c3ff;
  color: #2A4985;
}

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

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

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

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

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

.dg-leiloes-nome {
  color: #2A4985;
}

.dg-leiloes-conteudo {
  color: #2A4985;
}

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

.dg-leiloes-data-tempo strong {
  color: #00AEEF;
}

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

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

.dg-leiloes-final {
  color: #2A4985;
}

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

.dg-leiloes-final a:hover, .dg-leiloes-final a:focus {
  color: #00AEEF;
}

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

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

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

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

.dg-leiloes-conteudo {
  color: #2A4985;
}

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

.dg-leiloes-data-tempo strong {
  color: #00AEEF;
}

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

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

.dg-leiloes-final {
  color: #2A4985;
}

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

.dg-leiloes-final a:hover, .dg-leiloes-final a:focus {
  color: #00AEEF;
}

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

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

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

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

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

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

.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: #2A4985;
}

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

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

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

.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: #345aa4;
}

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

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

@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 #00AEEF;
  }
}

@media (max-width: 991px) {
  .dg-header-nav-close {
    background-color: #2A4985;
  }
  .dg-header-categorias-close {
    color: #00AEEF;
  }
  .dg-header-categorias-close:hover, .dg-header-categorias-close:focus {
    color: #00AEEF;
  }
  .dg-header-categorias-subitem-close {
    background-color: #00AEEF;
  }
}

.dg-paleta-box.dg-paleta-1 {
  background-color: #00AEEF;
}

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

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

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

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

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

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

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

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

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

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

.dg-agenda-item-situacao .dg-agenda-sustado {
  color: #00AEEF;
}

.dg-agenda-item-situacao .dg-agenda-prejudicado {
  color: #00AEEF;
}

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

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

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

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

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

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

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

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

.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: #00AEEF;
}

.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: #00AEEF;
}

.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: #00AEEF;
}

.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: #00AEEF;
}

.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: #00AEEF;
}

.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: #00AEEF;
}

.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: #00AEEF;
}

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

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

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

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

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

.dg-cad-voltar {
  color: #00AEEF;
}

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

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

.dg-cad-question {
  border-color: #00AEEF;
  color: #00AEEF;
}

.dg-cad-question:hover, .dg-cad-question:focus {
  background-color: #00AEEF;
}

.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: #3dcaff;
}

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

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

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

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

.dg-cat-visual > a .dg-cat-balao {
  background-color: #00AEEF;
}

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

.dg-cat-visual > a:hover {
  color: #00AEEF;
}

.dg-cat-visual > a:focus {
  color: #00AEEF;
}

.btn.btn-pad.btn-amarelo.btn-leilao-amarelo {
  color: #00AEEF;
}

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

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

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

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

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

.dg-header-disputa-hora .dg-icon {
  color: #00AEEF;
}

.dg-header-disputa-hora-txt strong {
  color: #00AEEF;
}

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

.dg-filtro {
  background-color: #00AEEF;
}

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

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

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

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

.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: #2A4985;
}

.dg-filtro-form .dg-linha {
  border-bottom-color: #3dcaff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dg-oport-txt:hover, .dg-oport-txt:focus {
  color: #00AEEF;
}

.dg-oport-txt strong {
  color: #00AEEF;
}

.dg-breadcrumb {
  color: #000;
}

.dg-breadcrumb a {
  color: #00AEEF;
}

.dg-breadcrumb a:hover, .dg-breadcrumb a:focus {
  color: #56d1ff;
}

.dg-breadcrumb > ul > li a:before {
  color: #00AEEF;
}

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

p {
  color: #000;
}

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

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

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

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

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

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

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

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

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

.dg-faleconosco-contatos a:last-child {
  color: #00AEEF;
}

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

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

.dg-404 p a {
  color: #00AEEF;
}

.dg-404-retornar:hover, .dg-404-retornar:focus {
  color: #0076a3;
}

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

.dg-comitentes-destaque {
  color: #2A4985;
}

.dg-faq-pergunta {
  color: #00AEEF;
}

.dg-faq-pergunta > span {
  border-color: #00AEEF;
}

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

.dg-faq-pergunta:hover, .dg-faq-pergunta:focus {
  color: #00AEEF;
}

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

.dg-legislacao-txt .dg-subtitulo {
  color: #00AEEF;
}

.dg-comoparticipar-pergunta {
  color: #00AEEF;
}

.dg-comoparticipar-pergunta.dg-toggle-ativo > span {
  background: #00AEEF;
}

.dg-comoparticipar-pergunta:hover {
  color: #00AEEF;
}

.dg-comoparticipar-pergunta:focus {
  background: #00AEEF;
}

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

.dg-lote-titulo-codigo strong {
  color: #00AEEF;
}

.dg-lote-vermais {
  color: #00AEEF;
}

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

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

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

.dg-lote-leilao-lance {
  color: #00AEEF;
}

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

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

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

.dg-lote-valores-enviarproposta {
  color: #00AEEF;
}

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

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

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

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

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

.dg-lote-subtitulo .dg-icon {
  color: #00AEEF;
}

.dg-lote-toggle a:after {
  background: #00AEEF;
}

.dg-lote-documentos-downloads .dg-titulo {
  color: #00AEEF;
}

.dg-lote-documentos-downloads ul li a {
  color: #00AEEF;
}

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

.dg-lote-acao-arrematado-leilao {
  color: #00AEEF;
  border-color: #00AEEF;
}

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

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

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

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

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

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

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

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

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

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

.dg-modal-calendario-date table .day {
  background-color: #88a4d9;
}

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

.dg-modal-calendario-lista .periodo-label {
  color: #00AEEF;
}

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

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

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

.dg-lote-proposta-form label .dg-icon {
  color: #00AEEF;
}

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

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

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

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

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

.dg-lotes-link {
  color: #2A4985;
}

.dg-lotes-link:hover, .dg-lotes-link:focus {
  color: #00AEEF;
}

.dg-pesquisaeditais .dg-pagina-titulo .dg-icon {
  color: #00AEEF;
}

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

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

.dg-pesquisaeditais-item-edital a {
  color: #3dcaff;
}

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

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

.dg-pesquisaeditais-item-situacao .dg-pesquisaeditais-sustado {
  color: #00AEEF;
}

.dg-pesquisaeditais-item-situacao .dg-pesquisaeditais-prejudicado {
  color: #00AEEF;
}

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

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

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

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

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

.dg-usuario-menu ul li a.dg-ativo {
  color: #00AEEF;
}

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

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

a.dg-usuario-lance:hover, a.dg-usuario-lance:focus {
  background: #00AEEF;
}

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

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

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

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

.dg-modal-legenda {
  background-color: #00AEEF;
}

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

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

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

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

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

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

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

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

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

.dg-cor-bg-primaria {
  background-color: #00AEEF;
}

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

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

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

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

.dg-cor-color-primaria {
  color: #00AEEF;
}

.dg-cor-color-secundaria {
  color: #2A4985;
}

.dg-cor-color-complementar {
  color: #052C66;
}

.dg-cor-color-fundoprimaria {
  color: #2A4985;
}

.dg-cor-color-fundosecundaria {
  color: #2A4985;
}

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

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

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

.dg-cor-color-positiva {
  color: #00AEEF;
}

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

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

.dg-cor-bg-aguardandoinicio {
  background-color: #2A4985;
}

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

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

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

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

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

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

.dg-cor-color-aguardandoinicio {
  color: #2A4985;
}

.dg-cor-color-leilaoaberto {
  color: #00AEEF;
}

.dg-cor-color-leilaoonline {
  color: #1569B2;
}

.dg-cor-color-leilaoarrematado {
  color: #00AEEF;
}

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

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

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

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

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

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

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

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

.dg-cor-color-darlance {
  color: #00AEEF;
}

.dg-cor-color-agendarlance {
  color: #2A4985;
}

.dg-cor-color-habilitar {
  color: #2A4985;
}

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

.dg-cor-color-disputa {
  color: #2A4985;
}

.dg-header-login {
  background-color: #f6f5f5;
  border-top-color: #f6f5f5;
  color: #333;
}

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

.dg-header-login-acesse {
  color: #333;
}

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

.dg-header-login input {
  background-color: #fff;
  border-color: #fff;
  color: #222831;
}

.dg-header-login input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a5a5;
  opacity: 1;
  /* Firefox */
}

.dg-header-login input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a5a5;
  opacity: 1;
  /* Firefox */
}

.dg-header-login input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a5a5;
  opacity: 1;
  /* Firefox */
}

.dg-header-login input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a5a5;
  opacity: 1;
  /* Firefox */
}

.dg-header-login input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a5a5a5;
}

.dg-header-login input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a5a5a5;
}

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

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: #3a8b7d;
}

.dg-btn.dg-btn-header-facebook {
  background-color: #326df2 !important;
}

.dg-btn.dg-btn-header-facebook .dg-icon {
  background-color: #326df2;
  -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: #0e50e3 !important;
}

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

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

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

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

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

a.dg-btn.dg-btn-header-agenda {
  color: #a5a5a5;
  background: transparent;
  border: 1px solid #a5a5a5;
  text-transform: lowercase;
}

a.dg-btn.dg-btn-header-agenda:hover, a.dg-btn.dg-btn-header-agenda:focus {
  color: #4cb2a0;
  border: 1px solid #4cb2a0;
}

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: #969696;
  text-transform: lowercase;
  color: #fff;
}

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

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;
  }
}

.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%;
}

@media (max-width: 1270px) {
  .dg-lote-img-item {
    min-height: 367px;
  }
}

@media (max-width: 991px) {
  .dg-lote-img-item {
    min-height: 145px;
  }
}

input, select, textarea {
  border-radius: 3px !important;
}

.dg-header-menu {
  text-transform: none;
}

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

.dg-header-botoes a.dg-btn {
  line-height: 22px;
}

@media (min-width: 992px) and (min-width: 992px) {
  body .dg-btn.dg-btn-header-agenda .dg-icon {
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 12px;
  }
}

@media (min-width: 992px) {
  body .dg-header-login-esqueceu-voltar {
    display: inline-block;
    margin-top: 7px;
  }
  body .dg-header-login {
    height: 45px;
  }
  body .dg-header-login input {
    margin-bottom: 0;
  }
  body .dg-header-login-acesse, body .dg-header-login-legenda {
    padding-top: 4px;
    margin-top: 0;
  }
  body .dg-header-login-form {
    height: auto;
  }
  body .dg-header-login-form input {
    height: 31px !important;
    border-radius: 3px !important;
  }
  body .dg-header-login-form form, body .dg-header-login-cadastro {
    height: auto;
  }
  body .dg-header select.dg-header-login-cadastro-select, body .dg-header .dg-btn {
    height: 31px;
  }
  body .dg-header-login-cadastro-label {
    padding-top: 11px;
    margin-bottom: 0;
  }
  body select.dg-header-login-cadastro-select {
    margin-bottom: 0;
  }
  body .dg-header-login-facebook {
    padding-top: 7px;
  }
  body .dg-header-menu, body .dg-header-botoes {
    margin-top: 0;
  }
  body .dg-header-nav-interno {
    height: 119px;
  }
  body .dg-header-nav-interno > .row {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .dg-header-nav-interno > .row > .col-md-10 > .dg-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .dg-header-nav-interno > .row > .col-md-10 > .dg-row > .dg-col-50 {
    width: auto;
  }
  body .dg-header-nav-interno > .row > .col-md-10 > .dg-row > .dg-col-50:first-child {
    margin-left: auto;
  }
  body .dg-header-nav-interno > .row > .col-md-10 > .dg-row > .dg-col-50 > .dg-header-botoes > .dg-row-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body .dg-header-nav-interno > .row > .col-md-10 > .dg-row > .dg-col-50 > .dg-header-botoes > .dg-row-10 > .dg-col-33:first-child {
    width: 195px;
  }
  body .dg-header-nav-interno > .row > .col-md-10 > .dg-row > .dg-col-50 > .dg-header-botoes > .dg-row-10 > .dg-col-33:nth-child(2) {
    width: 155px;
  }
  body .dg-header-nav-interno > .row > .col-md-10 > .dg-row > .dg-col-50 > .dg-header-botoes > .dg-row-10 > .dg-col-33:nth-child(3) {
    width: 187px;
  }
  body .dg-header-nav-interno .dg-header-botoes .dg-btn {
    height: 43px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
  }
  body .dg-header-logo {
    height: auto;
    padding: 0;
    line-height: 1;
  }
  body .dg-header-menu-principal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  body .dg-header-menu-principal > li {
    margin-left: 14px;
  }
  body .dg-header-menu-principal > li > a {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    background-position: left center;
  }
  body .dg-header-menu-principal > li > a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center left;
  }
  body .dg-header-menu-principal .dg-menu-principal-quem-somos-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body .dg-header-menu-principal .dg-menu-principal-quem-somos-link a::before {
    content: '';
    background-image: url(../images/icones/apartamento.png);
  }
  body .dg-header-menu-principal .dg-menu-principal-contato-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body .dg-header-menu-principal .dg-menu-principal-contato-link a::before {
    background-image: url(../images/icones/celular.png);
  }
  body .dg-header-menu-principal .dg-menu-principal-duvidas-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body .dg-header-menu-principal .dg-menu-principal-duvidas-link a::before {
    background-image: url(../images/icones/ajuda.png);
  }
  body .dg-header-menu-principal .dg-menu-principal-legislacao-link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  body .dg-header-menu-principal .dg-menu-principal-legislacao-link a::before {
    background-image: url(../images/icones/balanca.png);
  }
  body .dg-header-categorias nav > ul > li > a {
    text-transform: uppercase;
    padding: 32px 8px 32px 7px;
  }
  body .dg-header-categorias nav > ul > li > a .dg-icon {
    position: static;
    display: inline-block;
    margin-right: 0;
  }
  body .dg-header-categorias nav > ul > li > a:first-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body .dg-banner-item {
    height: 444px;
  }
}

body .dg-banner-search {
  width: 100%;
}

body .dg-banner-search .dg-banner-search__wrapper {
  max-width: 1023px;
  margin: 0 auto;
}

body .dg-banner-search__wrapper {
  padding: 50px 10px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  body .dg-banner-search__wrapper {
    padding: 16px;
  }
}

body .dg-horizontal-search {
  width: 100%;
  margin-top: 0;
}

@media (max-width: 991px) {
  body .dg-horizontal-search {
    padding: 0;
  }
}

body .dg-horizontal-search__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .dg-horizontal-search__title {
  font-size: 12px;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

body .dg-horizontal-search__fields {
  margin: 0 -19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 991px) {
  body .dg-horizontal-search__fields {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .dg-horizontal-search__wrapper {
  width: 100%;
}

@media (max-width: 991px) {
  body .dg-horizontal-search__wrapper {
    display: block;
    width: auto;
  }
}

body .dg-horizontal-search select {
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  body .dg-horizontal-search select {
    width: 100%;
    background-position: center right 20px !important;
  }
}

body .dg-horizontal-search__col {
  position: relative;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  height: 100%;
  padding: 0 19px;
}

body .dg-horizontal-search__col label {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 991px) {
  body .dg-horizontal-search__col {
    width: 100%;
    padding: 0 19px;
    margin-bottom: 12px;
  }
  body .dg-horizontal-search__col:first-child, body .dg-horizontal-search__col:last-child {
    border-bottom: 0;
  }
  body .dg-horizontal-search__col::after {
    display: none;
  }
}

body .dg-horizontal-search__col:first-child {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

body .dg-horizontal-search__col select, body .dg-horizontal-search__col input {
  height: 44px !important;
  padding: 11px 18px !important;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #B8B8B8 !important;
  color: #888 !important;
}

body .dg-horizontal-search .dg-btn {
  width: auto !important;
  height: 44px !important;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

@media (min-width: 992px) {
  body .dg-horizontal-search .dg-btn {
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

body .dg-horizontal-search .dg-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
}

@media (min-width: 991px) {
  body .dg-horizontal-search .dg-btn {
    padding: 0;
  }
}

body .dg-horizontal-search .dg-btn.dg-header-buscaavancada {
  width: auto !important;
  height: auto !important;
}

body .dg-horizontal-search .dg-filtro-botao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  padding: 8px 16px;
  border-radius: 50px;
  color: #fff !important;
  background-color: #2A4985 !important;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 991px) {
  body .dg-horizontal-search .dg-filtro-botao {
    margin: 0 auto;
  }
  body .dg-horizontal-search .dg-filtro-botao .dg-icon {
    margin-right: 10px;
  }
}

body .dg-horizontal-search .dg-filtro-botao .dg-icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

body .dg-horizontal-search__col select {
  background-position: center right 13px;
  background-image: url(../images/arrow-down.png) !important;
}

body .dg-container-destaque {
  background-color: #f0f0f0;
}

body .dg-container-destaque .dg-leiloes-filtro {
  display: none;
}

body .dg-leiloes-titulo {
  font-weight: bold;
}

body .dg-leiloes-titulo strong {
  font-weight: bold;
}

body .dg-leiloes-titulo:after {
  margin-top: 14px;
}

body .dg-leiloes-titulo {
  padding-bottom: 0;
  margin-bottom: 24px;
}

body .dg-destaque-slider .dg-leiloes-item {
  background: none;
}

body .dg-leiloes-lista-esquerda, body .dg-leiloes-lista-direita {
  border-radius: 0 !important;
}

body .dg-leiloes-lista-data, body .dg-leiloes-conteudo, body .dg-leiloes-final, body .dg-leiloes-lista-conteudo {
  background-color: rgba(0, 0, 0, 0);
}

body .dg-leiloes-lista-data {
  padding: 0 4px 4px;
  margin-bottom: 5px;
  border-bottom: 1px solid #E0E0E0;
}

body .dg-leiloes-lista-direita {
  padding: 12px 12px 11px;
  background-color: #fff;
}

body .dg-leiloes-lista-conteudo {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .dg-leiloes-acao {
  padding: 0;
  background-color: #fff;
}

body .dg-leiloes-nome {
  padding: 0 4px;
  margin-bottom: 15px;
  max-height: none;
}

body .dg-leiloes-nome .dg-leiloes-nome-leilao {
  font-size: 20px;
  font-weight: 600;
  color: #0B387B;
}

body .dg-leiloes-nome .dg-leiloes-nome-subleilao {
  font-size: 12px;
  font-weight: 500;
  color: #525252;
}

body .dg-leiloes-data-titulo {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  color: #265CAE;
}

body .dg-destaque-slider .dg-leiloes-lista-data, body .dg-leiloes-data-abertura, body .dg-leiloes-data-fechamento {
  font-size: 12px;
  line-height: 16px;
}

body .dg-leiloes-lista-conteudo {
  padding-bottom: 0;
}

body .dg-leiloes-label {
  margin-top: 0;
  height: 34px;
  padding: 0 15px;
}

body .dg-leiloes-lista-esquerda .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;
}

@media (min-width: 992px) {
  body .dg-leiloes-lista-esquerda .dg-leiloes-lista-img .dg-leiloes-img {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

body .dg-leiloes-label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .dg-leiloes-label > div {
  width: auto;
  margin-left: 12px;
}

body .dg-leiloes-label .dg-leiloes-label-cat {
  margin-right: auto;
}

body .dg-leiloes-label-cat .dg-icon {
  display: none;
}

body .dg-destaque-slider .dg-leiloes-tempo {
  height: 71px;
  padding: 5px 0;
}

body .dg-leiloes-tempo-box {
  padding: 0;
}

body .dg-leiloes-tempo-box strong {
  font-size: 30px;
}

body .dg-destaque-slider .dg-leiloes-tempo-titulo {
  margin-bottom: 1px;
  font-size: 10px;
}

body .dg-leiloes-item .dg-leiloes-tempo-contagem {
  margin-top: 0;
}

body .dg-leiloes-label {
  text-shadow: none;
  background-color: #99BAFC;
  color: #2A4985;
}

body .dg-header-categorias {
  border: 0;
}

body .dg-destaque-slider .dg-leiloes-tempo-box {
  text-transform: lowercase;
}

body .dg-leiloes-label {
  color: #052C66;
}

body .dg-leiloes-codigo {
  padding-left: 4px;
  margin-top: 0;
  text-align: left;
}

body .dg-leiloes-conteudo {
  font-size: 10px;
}

body .dg-leiloes-valor {
  margin: 0;
}

body .dg-leiloes-valor .dg-leiloes-valor-lance {
  margin: 0;
}

body .dg-leiloes-label-views {
  padding-top: 3px;
}

body .dg-leiloes-label-views, body .dg-leiloes-label-ok, body .dg-leiloes-label-cat {
  font-size: 10px;
}

body .dg-leiloes-label-habilitacoes {
  padding-left: 12px;
  background-image: url(../images/icones/leilao/azulescuro/pessoa.svg);
  background-position: center left;
  background-repeat: no-repeat;
}

body .dg-leiloes-label-habilitacoes .dg-icon::before {
  display: none;
}

body .dg-leiloes-label-views-visitas {
  padding-left: 12px;
  background-image: url(../images/icones/leilao/azulescuro/olho.svg);
  background-position: center left;
  background-repeat: no-repeat;
}

body .dg-leiloes-label-views-visitas .dg-icon::before {
  display: none;
}

body .dg-leiloes-label-views-propostas {
  padding-left: 12px;
  background-image: url(../images/icones/leilao/azulescuro/cartao.svg);
  background-position: center left;
  background-repeat: no-repeat;
}

body .dg-leiloes-label-views-propostas .dg-icon::before {
  display: none;
}

body .dg-leiloes-label-views-lances {
  padding-left: 12px;
  background-image: url(../images/icones/leilao/azulescuro/martelo.svg);
  background-position: center left;
  background-repeat: no-repeat;
}

body .dg-leiloes-label-views-lances .dg-icon::before {
  display: none;
}

body .dg-header .dg-ba-conteudo .dg-btn {
  height: auto;
}

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

body .slick-dots-destaque {
  margin: 50px 0;
}

body .slick-dots-destaque > li > button {
  margin-bottom: 0;
}

body .slick-dots-destaque > li > button::before {
  font-size: 8px;
}

body .slick-dots-destaque > li.slick-active button::before {
  color: #052C66;
}

body .dg-oport {
  background: none;
}

body .dg-leiloes-acao .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;
  height: 51px;
  margin: 0;
}

body .dg-destaque-slider .dg-leiloes-acao {
  padding-top: 0;
}

body .dg-leiloes-rodape {
  padding-top: 9px;
  margin-top: 7px;
  border-top: 1px solid #E0E0E0;
}

body .dg-leiloes-acao .dg-leiloes-icone {
  width: 51px;
}

body .dg-leiloes-acao .dg-btn {
  float: right;
  max-width: 190px;
  width: 100%;
}

body .dg-leiloes-lista-conteudo .dg-leiloes-conteudo {
  padding-top: 0;
}

body .dg-leiloes-item {
  background-color: #F0F0F0;
  border-radius: 0;
}

body .dg-leiloes-item .dg-leiloes-acao {
  background-color: rgba(0, 0, 0, 0);
}

body .dg-leiloes-item .dg-leiloes-lista-conteudo {
  padding: 10px;
}

body .dg-destaque-slider .dg-leiloes-lista-conteudo {
  padding: 0;
}

body .dg-btn.dg-btn-header-agenda .dg-icon {
  width: 15px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../images/icones/agenda.png);
}

body .dg-btn.dg-btn-header-agenda .dg-icon::before {
  display: none;
}

body .dg-header-categorias nav > ul > li > a .dg-icon {
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: center left;
}

body .dg-header-categorias nav > ul > li > a .dg-icon::before {
  display: none;
}

body .dg-header-categorias nav > ul > li > a .icon-escudo {
  width: 16px;
  height: 16px;
  background-image: url(../images/icones/categorias/judiciais.png);
}

body .dg-header-categorias nav > ul > li > a .icon-predio2 {
  width: 17px;
  height: 16px;
  background-image: url(../images/icones/categorias/extrajudiciais.png);
}

body .dg-header-categorias nav > ul > li > a .icon-casa {
  width: 21px;
  height: 16px;
  background-image: url(../images/icones/categorias/residenciais.png);
}

body .dg-header-categorias nav > ul > li > a .icon-engrenagem {
  width: 19px;
  height: 16px;
  background-image: url(../images/icones/categorias/industriais.png);
}

body .dg-header-categorias nav > ul > li > a .icon-terreno {
  width: 17px;
  height: 16px;
  background-image: url(../images/icones/categorias/terrenos.png);
}

body .dg-header-categorias nav > ul > li > a .icon-carro {
  width: 21px;
  height: 16px;
  background-image: url(../images/icones/categorias/veiculos.png);
}

body .dg-header-categorias nav > ul > li > a .icon-game {
  width: 19px;
  height: 16px;
  background-image: url(../images/icones/categorias/diversos.png);
}

body .dg-header-categorias nav > ul > li > a .icon-eye-2 {
  width: 25px;
  height: 16px;
  background-image: url(../images/icones/categorias/mais-acessados.png);
}

body .dg-leiloes-valor {
  display: none;
}

body .dg-leiloes-lista-data {
  position: relative;
}

body .dg-leiloes-lista-data .dg-leiloes-lance-incial {
  position: absolute;
  top: 0;
  right: 0;
  display: block !important;
  width: 100%;
  padding-left: 54.5%;
  color: #00AEEF;
}

body .dg-leiloes-lista-data .dg-leiloes-lance-incial > span {
  display: none;
}

body .dg-leiloes-lista-data .dg-leiloes-lance-incial strong {
  font-weight: bold;
}

body .dg-leiloes-item-col .dg-leiloes-data {
  padding-top: 4px;
  border-top: 1px solid #E0E0E0;
}

body .dg-leiloes-acao .dg-btn {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

body .dg-leiloes-acao .dg-btn .BoxBtLoteLabel::after {
  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: "\75";
  font-size: 12px;
  margin-left: 6px;
}

@media (max-width: 991px) {
  body .dg-destaque-slider .dg-leiloes-img {
    height: 220px;
  }
}

body a.dg-btn.dg-btn-lote-aberto {
  color: #041524 !important;
}

body .dg-leiloes-item-col .dg-leiloes-img {
  height: 220px;
}

body .dg-leiloes-item-col .dg-leiloes-img > span {
  height: 100%;
}

body .dg-leiloes-lotes {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

body .dg-leiloes-lotes > strong {
  font-size: 33px;
}

body .dg-leiloes-lotes {
  padding: 9px 0;
}

body .dg-leiloes-img:hover .dg-leiloes-lotes, body .dg-leiloes-img:focus .dg-leiloes-lotes {
  padding: 9px 0;
}

body .dg-footer > .dg-footer-final {
  background: #21374B;
}

body .dg-leiloes-lotes > div {
  padding-top: 0;
}

body .slick-dots-destaque li > button:before {
  color: #B8B8B8;
}

body .dg-btn.dg-btn-newsletter {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #041524;
}

body .dg-footer-info-lista .dg-titulo, body .dg-footer-atendimento .dg-titulo {
  text-transform: uppercase;
}

body .dg-leiloes-item-col .dg-leiloes-final {
  margin-bottom: 5px;
  text-align: left;
}

body .dg-leiloes-item-col .dg-leiloes-final {
  padding: 0 4px;
}

body .dg-leiloes-conteudo {
  padding: 0;
}

body .dg-footer-box ul li {
  margin-bottom: 0;
}

body .dg-footer-logo {
  display: block !important;
  width: 184px;
  height: 47px;
  margin-top: 16px;
  background-image: url(../images//logo-footer.png);
  background-repeat: no-repeat;
}

body .dg-footer-logo img {
  display: none;
}

body .dg-footer-atendimento .dg-titulo, body .dg-footer-info-lista .dg-titulo {
  font-weight: bold;
}

body .dg-footer-box {
  padding-top: 50px;
  font-size: 14px;
}

body .dg-footer-box ul li a {
  font-size: 12px;
}

body .dg-footer-atendimento-telefone, body .dg-footer-atendimento-whatsapp {
  font-size: 17px;
}

body .dg-footer-homologado {
  margin-top: 20px;
}

body .dg-footer-endereco {
  margin-bottom: 50px;
}

body .dg-oport {
  padding-top: 0;
  margin-top: 0;
}

body .dg-destaque-slider .dg-leiloes-final {
  height: auto;
}

@media (max-width: 991px) {
  body .dg-leiloes-filtro {
    padding-top: 0;
  }
  body .slick-dots-destaque {
    margin: 20px 0;
  }
  body .dg-destaque-slider .dg-leiloes-item {
    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%;
  }
  body .dg-leiloes-lista-direita {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body .dg-leiloes-acao {
    margin-bottom: 0;
  }
}

body .dg-leiloes-titulo {
  color: #052C66;
}

body .dg-leiloes-titulo:after {
  background: #B8B8B8;
}

body .dg-header-categorias nav > ul > li.dg-header-categorias-maisacessados {
  display: none;
}

@media (min-width: 992px) {
  body .dg-header-categorias nav > ul {
    padding-right: 0 !important;
    text-align: center !important;
  }
  body .dg-header-categorias nav > ul > li > a {
    padding: 32px 16px;
  }
}

body .dg-lote-meio {
  border-radius: 3px;
}

body .dg-lote-titulo-categoria {
  font-weight: 600;
}

body .dg-lote-titulo {
  margin-bottom: 0;
}

body .dg-lote-vermais {
  margin-bottom: 7px;
}

body .dg-lote-titulo-status span.dg-btn, body .dg-lote-titulo-status div.dg-btn {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
  border-width: 2px;
}

body .dg-lote-tags a.dg-tag-mensagem, body .dg-lote-tags span.dg-tag-mensagem, body .dg-lote-img, body .dg-lote-leilao-box {
  border-radius: 3px;
}

body .dg-lote-tags a.dg-tag-mensagem, body .dg-lote-tags span.dg-tag-mensagem {
  height: 31px;
  margin: 5px 5px 0 0;
  padding: 5px 15px !important;
  font-weight: 400;
  color: #fff !important;
  background-color: #21374B !important;
  border: 0 !important;
  text-shadow: none !important;
}

body .dg-lote-tags a.dg-tag-mensagem.dg-tag-financiamento, body .dg-lote-tags span.dg-tag-mensagem.dg-tag-financiamento {
  color: #041524 !important;
  background-color: #00AEEF !important;
}

body .dg-lote-tags a.dg-tag-mensagem .dg-icon, body .dg-lote-tags span.dg-tag-mensagem .dg-icon {
  font-size: 10px;
}

body .dg-lote-tags a.dg-tag-mensagem strong, body .dg-lote-tags span.dg-tag-mensagem strong {
  font-weight: 400;
}

body .dg-lote-tags {
  margin-bottom: 0;
}

body .dg-oport-box .slick-track {
  padding-bottom: 0;
}

body .dg-oport-item-box {
  padding: 0 15px;
  margin: 50px 0 26px;
}

body .dg-oport-item {
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

body .dg-oport-txt {
  font-size: 10px;
  font-style: normal;
  color: #525252;
}

body .dg-oport-logo {
  padding: 20px 0;
}

body .dg-lote-meio-wrapper {
  margin-top: 2px;
}

@media (min-width: 992px) {
  body .dg-lote-titulo-status {
    margin-top: 30px;
  }
}

body .dg-lote-leilao-box {
  color: #001E29;
}

body .dg-lote-leilao-titulo {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

body .dg-lote-leilao-abertura, body .dg-lote-leilao-fechamento {
  margin-bottom: 0;
  border: 0;
}

body .dg-lote-leilao-titulo, body .dg-lote-leilao-box .dg-lote-acao-contagem .dg-leiloes-tempo-titulo, body .dg-lote-leilao-box .dg-lote-acao-contagem .dg-leiloes-tempo-contagem {
  background: #21374B !important;
}

body .dg-lote-leilao-box .dg-lote-acao-contagem .dg-leiloes-tempo-titulo {
  font-size: 9px;
}

body .dg-lote-leilao-lance, body .dg-lote-leilao-titulo {
  font-size: 14px;
}

body .dg-lote-leilao-box .dg-lote-acao-contagem .dg-leiloes-tempo-contagem {
  padding: 5px 0 8px;
}

body .dg-lote-leilao-abertura, body .dg-lote-leilao-fechamento {
  font-size: 12px;
}

body .dg-lote-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  margin-top: 0;
  background-color: #21374B;
}

body .dg-lote-label-cat {
  padding: 0;
  font-size: 10px;
  color: #99BAFC;
}

body .dg-lote-label-habilitacoes, body .dg-lote-label-views, body .dg-lote-label-ok {
  padding: 0;
  font-size: 10px;
  color: #99BAFC;
}

body .dg-lote-label > div {
  width: auto !important;
  min-width: 40px;
  margin-left: 20px;
}

body .dg-lote-label > div:last-child {
  margin-right: 20px;
}

body .dg-lote-leilao-box.dg-unico ~ .dg-unico {
  margin: 0;
}

body .dg-lote-tags {
  position: relative;
  top: -5px;
}

body .dg-lote-label-habilitacoes {
  padding-left: 12px;
  background-image: url(../images/icones/leilao/azulclaro/pessoa.svg);
  background-position: center left;
  background-repeat: no-repeat;
}

body .dg-lote-label-habilitacoes .dg-icon::before {
  display: none;
}

body .dg-lote-label-views-visitas {
  padding-left: 12px;
  background-image: url(../images/icones/leilao/azulclaro/olho.svg);
  background-position: center left;
  background-repeat: no-repeat;
}

body .dg-lote-label-views-visitas .dg-icon::before {
  display: none;
}

body .dg-lote-label-views-propostas {
  padding-left: 12px;
  background-image: url(../images/icones/leilao/azulclaro/cartao.svg);
  background-position: center left;
  background-repeat: no-repeat;
}

body .dg-lote-label-views-propostas .dg-icon::before {
  display: none;
}

body .dg-lote-label-views-lances {
  padding-left: 12px;
  background-image: url(../images/icones/leilao/azulclaro/martelo.svg);
  background-position: center left;
  background-repeat: no-repeat;
}

body .dg-lote-label-views-lances .dg-icon::before {
  display: none;
}

body .dg-lote-leilao-lance {
  font-size: 18px;
  font-weight: 600;
}

body .dg-lote-leilao-abertura, body .dg-lote-leilao-fechamento {
  margin-top: 14px;
}

body .dg-lote-valores-incremento, body .dg-lote-valores-lance {
  font-size: 12px;
  text-shadow: 0 0 0 black;
}

body .dg-lote-leilao-lance {
  padding-bottom: 14px;
}

body .dg-lote-valores-incremento, body .dg-lote-valores-lance {
  margin-bottom: 0;
}

body .dg-btn.dg-btn-lote-darlance {
  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;
  font-size: 0;
  min-height: 50px;
}

body .dg-btn.dg-btn-lote-darlance .dg-icon {
  display: inline-block;
  padding-left: 20px;
  height: 16px;
  background-image: url(../images/icones/mao.svg);
  background-repeat: no-repeat;
}

body .dg-btn.dg-btn-lote-darlance .dg-icon::before {
  display: none;
}

body .dg-btn.dg-btn-lote-darlance .dg-icon::after {
  content: 'Dar um lance agora!';
  font-size: 14px;
  text-transform: uppercase;
  color: #041524;
}

body a.dg-btn.dg-btn-lote-habilitese, body span.dg-btn.dg-btn-lote-habilitese, body div.dg-btn.dg-btn-lote-habilitese {
  padding: 9px;
  color: #21374B !important;
  border: 2px solid #21374B;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
}

body .dg-lote-acao-btns .dg-btn {
  text-transform: uppercase;
  min-height: 43px;
}

body .dg-btn.dg-btn-lote-agendar {
  padding-left: 20px;
  font-size: 12px;
  background-image: url(../images/icones/circulo.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
}

body .dg-btn.dg-btn-lote-saladedisputa {
  padding-left: 20px;
  font-size: 12px;
  background-image: url(../images/icones/circulo.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
}

body .dg-lote-enviarproposta {
  font-weight: 400;
}

body .dg-lote-enviarproposta .dg-icon.icon-documento {
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url(../images/icones/arquivo-upload.svg);
  background-repeat: no-repeat;
}

body .dg-lote-enviarproposta .dg-icon.icon-documento::before {
  display: none;
}

body .dg-lote-enviarproposta .dg-icon.icon-calendario {
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url(../images/icones/agenda.svg);
  background-repeat: no-repeat;
  background-position: center;
}

body .dg-lote-enviarproposta .dg-icon.icon-calendario::before {
  display: none;
}

@media (min-width: 992px) {
  body .dg-lote-acao-btns {
    margin-bottom: 25px;
  }
  body .dg-lote-img-item {
    min-height: 460px;
  }
}

body .dg-breadcrumb > ul > li a:before, body .dg-breadcrumb > ul > li:last-child:before {
  content: "\74";
  top: 0 !important;
  left: -19px !important;
  color: #00AEEF !important;
}

body .dg-breadcrumb a, body .dg-breadcrumb li {
  font-size: 14px;
  color: #3E4D52;
}

body .dg-breadcrumb > ul > li {
  margin-right: 26px;
}

body .dg-lote-titulo {
  font-size: 24px;
}

body .dg-btn.dg-btn-modal-termo:hover {
  color: #fff;
}

body .dg-lote-valores-enviarproposta a {
  color: #0B387B;
}

body .dg-lote-enviarproposta .dg-icon {
  vertical-align: middle;
}

body .dg-lote-valores-avaliacao {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

body .dg-lote-valores-comissao {
  font-size: 9px;
  margin-top: 3px;
}

body .dg-lote-acao-habilitado {
  margin: 0 -1.5%;
}

body .dg-lote-leilao.dg-opacidade {
  opacity: 1;
  color: #7A7A7A;
}

body .dg-lote-leilao.dg-opacidade .dg-lote-leilao-titulo {
  color: #666666;
  background: #B8B8B8 !important;
}

body .dg-lote-leilao.dg-opacidade .dg-lote-leilao-box {
  background: #CCCCCC !important;
}

body .dg-lote-leilao.dg-opacidade .dg-lote-leilao-lance {
  color: #7A7A7A;
}

body .dg-modal-calendario-date table .day.today, body .dg-modal-calendario-date table .day, body .dg-modal-calendario-date table .day:hover, body .dg-modal-calendario-date table .day:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #21374B;
}

body .dg-modal-calendario-date table .day:hover, body .dg-modal-calendario-date table .day:focus {
  background-color: #21374B !important;
  color: #fff !important;
}

body .bootstrap-datetimepicker-widget table td span.active {
  background-color: #21374B !important;
}

body .dg-modal-calendario-lista h3 {
  font-size: 14px;
  font-weight: 600;
}

body .dg-modal-calendario-lista .periodo-label {
  font-weight: bold;
  color: #0B387B;
}

body .dg-modal-calendario-lista a.periodo-horario {
  margin: 10px 10px 0 0;
}

body .dg-modal-calendario-lista .periodo-horarios {
  margin-bottom: 34px;
}

body .dg-modal-calendario-lista .periodo-horarios ~ .periodo-horarios:last-child {
  margin-bottom: 0;
}

body .dg-modal-calendario-lista a.periodo-horario {
  padding: 11px 15px !important;
  border: 1px solid #CCCCCC !important;
  text-shadow: none !important;
  font-weight: bold;
  background-color: #fff !important;
  color: #525252 !important;
}

body .dg-modal-calendario-lista a.periodo-horario.inativo {
  background-color: #fff !important;
  opacity: .5;
}

body .dg-modal-calendario-lista a.periodo-horario.dg-ativo {
  opacity: 1;
  background-color: #2A4985 !important;
  border-color: #2A4985 !important;
  color: #fff !important;
}

body .dg-lote-processo {
  display: none;
}

body #PageLote {
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  body #PageLote {
    padding-bottom: 50px;
  }
}

body .dg-lote-subtitulo {
  border-color: rgba(0, 0, 0, 0.1);
}

body .dg-lote-subtitulo .dg-icon {
  background-repeat: no-repeat;
  background-position: center;
}

body .dg-lote-subtitulo .dg-icon.icon-folder {
  display: inline-block;
  width: 24px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icones/pasta.svg);
}

body .dg-lote-subtitulo .dg-icon.icon-folder::before {
  display: none;
}

body .dg-lote-subtitulo .dg-icon.icon-descricao {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -4px;
  background-image: url(../images/icones/edicao.svg);
}

body .dg-lote-subtitulo .dg-icon.icon-descricao::before {
  display: none;
}

body .dg-lote-subtitulo .dg-icon.icon-calendario {
  display: inline-block;
  width: 20px;
  height: 23px;
  vertical-align: -4px;
  background-image: url(../images/icones/agenda.svg);
  background-size: cover;
}

body .dg-lote-subtitulo .dg-icon.icon-calendario::before {
  display: none;
}

body .dg-lote-subtitulo .dg-icon.icon-documento {
  display: inline-block;
  width: 18px;
  height: 24px;
  vertical-align: -4px;
  background-image: url(../images/icones/arquivo-upload2.svg);
  background-size: cover;
}

body .dg-lote-subtitulo .dg-icon.icon-documento::before {
  display: none;
}

body .dg-lote-mapa {
  border-radius: 3px;
}

body .dg-lote-proposta-form input, body .dg-lote-proposta-form select {
  min-height: 54px;
}

body .dg-lote-proposta-form label > span.dg-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icones/informacoes.svg);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -4px;
  margin-left: 5px;
}

body .dg-lote-proposta-form label > span.dg-icon::before {
  display: none;
}

body .dg-lote-proposta-form label strong {
  font-weight: 400;
}

body .dg-lote-proposta-form input, body .dg-lote-proposta-form textarea, body .dg-lote-proposta-form select {
  margin-bottom: 20px;
  border: 0;
  background-color: #FAFAFA;
}

body .dg-lote-proposta-form label {
  font-size: 12px;
}

@media (max-width: 991px) {
  body .dg-modal-calendario-lista .periodo-horarios {
    margin-bottom: 10px;
  }
  body .dg-modal-calendario-lista {
    margin-top: 16px;
  }
  body .dg-breadcrumb {
    margin: 10px 0;
  }
}

body button.dg-opcoes-lote {
  width: 40px;
  height: 40px;
  background-color: #00AEEF;
  color: #041524;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

body .dg-lote-minimenu ul li {
  font-size: 14px;
}

body .dg-lote-minimenu .dg-icon::before {
  display: none;
}

body .dg-lote-minimenu .dg-icon.icon-descricao {
  content: '';
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url(../images/icones/sino.svg);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -3px;
  margin-right: 10px;
}

body .dg-lote-minimenu .dg-icon.icon-calendario {
  content: '';
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url(../images/icones/calendario.svg);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -3px;
  margin-right: 10px;
}

body .dg-lote-minimenu .dg-icon.icon-star {
  content: '';
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url(../images/icones/estrela.svg);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -3px;
  margin-right: 10px;
}

body .dg-btn.dg-btn-modal-agendarvisita {
  padding: 15px 40px;
  margin-bottom: 0;
  color: #041524 !important;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 992px) {
  body .dg-btn.dg-btn-modal-agendarvisita {
    margin-top: 36px;
  }
}

body .dg-btn.dg-btn-modal-agendarvisita::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url(../images/icones/agenda.svg);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -3px;
  margin-right: 10px;
}

body .dg-lote-minimenu ul li a {
  padding-left: 21px;
}

body .dg-lote-hist-itemb.dg-lance {
  border-color: #2A4985 !important;
}

body .dg-lote-hist .dg-lote-hist-titulo {
  color: #2A4985;
}

body .dg-lote-hist .dg-lote-hist-titulo span.dg-icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

body .info-detalhe-ctn {
  font-size: 14px;
  color: #3E4D52;
}

body .info-detalhe-ctn > img {
  display: inline-block;
  vertical-align: -4px;
  -webkit-filter: invert(21%) sepia(78%) saturate(577%) hue-rotate(183deg) brightness(105%) contrast(93%);
          filter: invert(21%) sepia(78%) saturate(577%) hue-rotate(183deg) brightness(105%) contrast(93%);
}

@media (min-width: 992px) {
  body .dg-lote-agendar-wrapper .dg-lote-subtitulo, body #dg-lote-local .dg-lote-subtitulo, body .dg-lote-proposta .dg-lote-subtitulo {
    margin-left: 24px;
  }
  body .dg-lote-proposta .dg-lote-proposta-titulo, body .dg-lote-proposta .dg-lote-proposta-txt, body .dg-lote-proposta .dg-lote-proposta-checkbox {
    margin-left: 24px;
  }
}

@media (max-width: 991px) {
  body .dg-lote-img-item {
    min-height: 190px;
    background-position: center;
  }
  body .dg-lote-leilao-box {
    margin-top: 10px;
  }
  body .dg-lote-toggle-box {
    margin-bottom: 20px;
  }
  body .dg-lote-local-endereco {
    padding-left: 0;
  }
}

body .dg-lote-subtitulo {
  padding-bottom: 24px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #2A4985;
}

@media (max-width: 991px) {
  body .dg-lote-subtitulo {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

body .dg-lote-subtitulo .dg-icon {
  vertical-align: middle;
  margin-right: 12px;
  color: #2A4985;
}

body .dg-lote-conteudo {
  background-color: #fafafa;
}

body .dg-modal-calendario-date table thead tr:first-child th {
  color: #fff !important;
  background-color: #21374B !important;
  border-radius: 0 !important;
}

body .dg-modal-calendario-date table thead tr:first-child th:hover {
  background-color: #192a39 !important;
}

body .dg-modal-calendario-date table .dow {
  padding: 14px 0 8px;
  font-size: 18px;
}

body .dg-modal-calendario-date table .day.today {
  background-color: #21374B !important;
}

body .dg-modal-calendario-date table .day {
  text-shadow: none;
}

body .dg-lote-agendar-calendario .dg-modal-calendario-date {
  height: 295px;
  background-color: #F0F0F0;
}

body .bootstrap-datetimepicker-widget table td.day {
  border-right: 0;
}

body .dg-modal-calendario-date table .day {
  padding: 5px 0;
}

body .dg-modal-calendario-lista .periodo-label {
  font-size: 14px;
}

.dg-leiloes-filtro select, .dg-leiloes-filtro .dg-fakeselect-fake-link {
  background-color: #F0F0F0;
  font-size: 12px;
}
/*# sourceMappingURL=app.css.map */