@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

*,
body {
	font-family: 'Work Sans', sans-serif;
}

.dg-paleta-1 {
	background: #374C60 !important;
	border-radius: 50px !important;
}

.dg-paleta-2 {
	background: #BECACC !important;
	border-radius: 50px !important;
}

.dg-paleta-3 {
	background: #417AA5 !important;
	border-radius: 50px !important;
}

.dg-paleta-4 {
	background: #fff !important;
	border: 1px solid #CCCCCC;
	border-radius: 50px !important;
}

.dg-paleta-5 {
	background: #374C60 !important;
	border-radius: 50px !important;
}

.dg-paleta-positiva {
	background: #22CC77 !important;
	border-radius: 50px !important;
}

.dg-paleta-neutra {
	background: #EE8822 !important;
	border-radius: 50px !important;
}

.dg-paleta-negativa {
	background: #EC0808 !important;
	border-radius: 50px !important;
}

a.dg-btn {
	background: #374C60 !important;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 50px !important;
	color: white !important;
}

a.dg-btn.dg-btn-secundario {
	background: #C19460 !important;
}

a.dg-btn.dg-btn-neutro {
	background: white !important;
	border: 1px solid #374C60 !important;
	color: #374C60 !important;
}

a.dg-btn.dg-btn-lote-aguardando {
	background: #374C60 !important;
	color: #CBBA9E !important;
}

a.dg-btn-lote-online {
	background: #22CC77 !important;
}

a.dg-btn-lote-aberto {
	background: #C19460 !important;
}

a.dg-btn-lote-arrematado {
	background: #EE8822 !important;
}

a.dg-btn.dg-btn-lote-encerrado {
	background: #B8B8B8 !important;
	color: #000 !important;
}

a.dg-btn-lote-prejudicado {
	background: #990000 !important;
}

a.dg-btn-lote-sustado {
	background: #141414 !important;
}

a.dg-btn-lote-venda {
	background: #F1641E !important;
}

span.dg-btn-lote-aguardando {
	background: #22CC77 !important;
	border-radius: 50px !important;
	color: #fff !important;
	border: 0px;
}

span.dg-btn-lote-online {
	background: #22CC77;
	border-radius: 50px !important;
	color: #fff !important;
	border: 0px;
}

span.dg-btn-lote-aberto {
	background: #22CC77;
	border-radius: 50px !important;
	color: #fff !important;
	border: 0px;
}

span.dg-btn-lote-arrematado {
	background: #EE8822;
	border-radius: 50px !important;
	color: #fff !important;
	border: 0px;
}

span.dg-btn-lote-encerrado {
	background: #B8B8B8;
	border-radius: 50px !important;
	color: #fff !important;
	border: 0px;
}

span.dg-btn-lote-prejudicado {
	background: #990000;
	border-radius: 50px !important;
	color: #fff !important;
	border: 0px;
}

span.dg-btn-lote-sustado {
	background: #000000;
	border-radius: 50px !important;
	color: #fff !important;
	border: 0px;
}

span.dg-btn-lote-venda {
	background: #F1641E;
	border-radius: 50px !important;
	color: #fff !important;
	border: 0px;
}

a.dg-btn.dg-btn-lote-habilitese {
	background: #374C60 !important;
	color: #fff !important;
}

a.dg-btn.dg-btn-lote-habilitese {
	background: #fff;
	border: 1px solid #374C60 !important;
}

span.dg-btn-lote-habilitese {
	background: #fff;
	border: 1px solid #374C60 !important;
	border-radius: 50px;
	color: #374C60 !important;
	text-transform: uppercase;
	font-weight: bold !important;
}

a.dg-btn.dg-btn-lote-darlance {
	background: #fff;
	border: 1px solid #374C60 !important;
	color: white !important;
}

a.dg-btn.dg-btn-lote-agendar {
	background: #fff !important;
	border: 1px solid #374C60 !important;
	border-radius: 50px !important;
	color: #374C60 !important;
	text-transform: uppercase;
	font-weight: bold !important;
}

a.dg-btn.dg-btn-lote-saladedisputa {
	background: #fff !important;
	border: 1px solid #374C60 !important;
	border-radius: 50px !important;
	color: #374C60 !important;
	text-transform: uppercase;
	font-weight: bold !important;
}

.dg-paginacao span,
.dg-paginacao a {
	border-radius: 100px !important;
	text-shadow: none;
}

.dg-paginacao>span {
	background: #374C60 !important;
}

.dg-paginacao a {
	background: #CBBA9E;
	color: #9A793E !important;
}

.dg-header-categorias {
	background: #374C60 !important;
}

.dg-header-categorias nav>ul>li>a .dg-icon {
	color: #C19460 !important;
}

button.dg-btn-entrar {
	background: #374C60 !important;
	border-radius: 50px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

body .dg-header-nav-interno {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body .dg-header-nav-interno:before,
body .dg-header-nav-interno:after {
	display: none;
}

body .dg-button-login-cadastrar {
	max-width: 231px;
	background: #216173;
	border-radius: 5px;
	height: 43px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
}

body .dg-button-login-cadastrar svg {
	position: relative;
	top: 2px;
}

body .dg-button-login-cadastrar:hover {
	opacity: 0.8;
}

body .dg-header-menu {
	margin: 0;
}

body .dg-header-menu a:hover {
	color: #216173 !important;
}

body .dg-header-categorias nav>ul {
	display: flex !important;
	justify-content: space-between !important;
}

body .dg-header-login-esqueceu {
	font-weight: bold;
}

body .dg-oport {
	display: none;
}

body .dg-container-destaque {
	background: #F0F0F0 !important;
}

body .dg-leiloes-item {
	background: #F0F0F0 !important;
}

body .dg-leiloes-tempo {
	background: #374C60 !important;
	padding: 5px !important;
	height: auto !important;
}

body .dg-leiloes-tempo-box strong {
	font-size: 30px !important;
	font-weight: 400;
}

body .dg-destaque-slider .dg-leiloes-tempo-box {
	background: #374C60;
}

body .dg-leiloes-tempo-box {
	text-transform: lowercase;
}

body .dg-leiloes-label {
	background: #C19460;
	text-shadow: none;
}

body .dg-leiloes-lotes {
	background: #C19460;
	border-radius: 0 15px 15px 0 !important;
}

body .dg-leiloes-lotes strong,
body .dg-leiloes-lotes span {
	font-size: 37px !important;
	font-weight: 400;
}

body a.dg-btn.dg-btn-lote-online {
	background: #C19460 !important;
}

body .dg-leiloes-conteudo {
	background: #fff !important;
}

body .dg-leiloes-lista-conteudo {
	background: #fff !important;
}

body .dg-leiloes-acao {
	background: #fff !important;
}

body .dg-leiloes-final {
	background: #fff !important;
}

body .dg-leiloes-lista-data {
	background: #fff !important;
}

body .dg-leiloes-nome {
	max-height: initial !important;
}

body .dg-leiloes-nome .dg-leiloes-nome-leilao {
	font-size: 20px !important;
	font-weight: bold !important;
	color: #374C60 !important;
}

body .dg-leiloes-nome .dg-leiloes-nome-subleilao {
	font-size: 12px !important;
	color: #374C60 !important;
}

body .dg-leiloes-data-titulo,
body .ValorMinimoLancePrimeiraPraca,
body .ValorMinimoLanceSegundaPraca,
body .ValorMinimoLanceTerceiraPraca {
	color: #374C60 !important;
	font-size: 12px !important;
	font-weight: 600;
}

body a.dg-btn {
	font-weight: bold !important;
}

body .dg-leiloes-titulo {
	color: #374C60 !important;
	font-weight: normal;
}

body .dg-leiloes-titulo::after {
	background: #374C60 !important;
}

body .dg-leiloes-item-home .dg-leiloes-label {
	background: #374C60 !important;
}

body .dg-leiloes-item-home .dg-leiloes-nome-leilao {
	font-size: 14px !important;
}

body .dg-leiloes-nome span {
	color: #525252 !important;
}

body .dg-container-destaque .dg-leiloes-filtro {
	display: none;
}

body .dg-leiloes-filtro select {
	border-radius: 50px;
	font-weight: 400 !important;
	border: 1px solid #374C60;
	font-size: 14px !important;
}

body .dg-leiloes-data-tempo strong {
	color: #374C60 !important;
	font-weight: bold;
}

body .dg-leiloes-lista-data {
	border-bottom: 1px solid #E0E0E0 !important;
}

.dg-header-categorias nav>ul>li>ul>li>a:hover {
	background: #374C60 !important;
}

.dg-footer-box {
	background: #374C60 !important;
}

.dg-footer-final {
	background: #132B43 !important;
}

button.dg-btn-newsletter {
	background: #BECACC !important;
	height: 31px !important;
	border-radius: 50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px !important;
	font-weight: bold;
	color: #374C60 !important;
	text-transform: uppercase;
}

.dg-footer-social a {
	background: #BECACC !important;
}

.dg-footer-social {
	padding-top: 10px !important;
}

#EmailNews {
	height: 33px;
	border-radius: 50px !important;
	color: #061626 !important;
}

.dg-footer-info-lista .dg-titulo {
	color: #C19460 !important;
	text-transform: uppercase;
}

.dg-footer-titulo--atendimento {
	color: #C19460 !important;
	text-transform: uppercase;
}

.icon-twitter-alt-1 {
	color: #22CC77 !important;
	font-size: 24px !important;
}

.dg-footer-atendimento-whatsapp a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.dg-footer-atendimento-whatsapp a span {
	position: relative !important;
	top: 3px !important;
}

@media (max-width: 991px) {
	.dg-header-nav-interno {
		flex-direction: column;
	}
}

.dg-lote-minimenu ul li.dg-opcoes .dg-opcoes-lote {
	border-radius: 50px;
	background: #C19460;
}

.dg-lote-minimenu ul li a .dg-icon {
	color: #C19460 !important;
}

.dg-breadcrumb a {
	color: #000 !important;
}

.dg-breadcrumb a:before {
	color: #000 !important;
}

.dg-breadcrumb ul {
	color: #000 !important;
}

.dg-lote-meio {
	background: #374C60;
	border-radius: 50px;
}

.dg-lote-label {
	background: #374C60 !important;
	text-shadow: none !important;
}

.dg-lote-leilao-titulo {
	background: #374C60 !important;
}

.dg-lote-leilao-abertura {
	border-right: 0 !important;
}

.dg-lote-leilao-aberturafechamento {
	background: #F0F0F0;
	color: #666666 !important;
}

.dg-lote-leilao-lance {
	background: #F0F0F0;
	color: #666666 !important;
}

body .ValorMinimoLancePrimeiraPraca {
	color: #061626 !important;
	font-size: 18px !important;
}

body .ValorMinimoLanceSegundaPraca {
	color: #061626 !important;
	font-size: 18px !important;
}

body .ValorMinimoLancePrimeiraPraca {
	color: #061626 !important;
	font-size: 18px !important;
}

.dg-lote-acao-contagem {
	background: #374C60 !important;
	opacity: 100%;
}

.dg-lote-leilao-box .dg-lote-acao-contagem .dg-leiloes-tempo-titulo,
.dg-lote-leilao-box .dg-lote-acao-contagem .dg-leiloes-tempo-contagem {
	background: transparent !important;
}

.dg-lote-acao-contagem .dg-leiloes-tempo-box strong {
	font-size: 18px !important;
}

.dg-lote-acao-contagem .dg-leiloes-tempo-titulo {
	font-size: 14px !important;
}

a.dg-btn.dg-btn-lote-habilitese {
	background: #fff !important;
	color: #374C60 !important;
}

body a.dg-btn.dg-btn-lote-darlance {
	background: #22CC77 !important;
	border: 1px solid #22CC77 !important;
}

.dg-lote-valores-avaliacao {
	font-size: 18px !important;
	font-weight: bold !important;
}

.dg-lote-valores-lance {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 12px !important;
}

.dg-lote-valores-incremento {
	font-size: 12px !important;
}

.dg-lote-valores-comissao {
	font-size: 10px !important;
}

.dg-lote-valores-enviarproposta a {
	color: #374C60;
}

.dg-lote-tags span.dg-tag-mensagem.dg-tag-financiamento {
	background: #E0E0E0 !important;
	border: 1px solid #E0E0E0;
	text-shadow: none !important;
	color: #374C60 !important;
}

.dg-lote-subtitulo .dg-icon {
	color: #374C60;
}

.dg-lote-toggle-box.dg-lote-conteudo {
	padding: 0;
	background: #fff;
}

.dg-lote-descricao .dg-lote-conteudo {
	padding: 0;
	background: white;
}

.dg-lote-conteudo {
	background: #fff;
	padding: 0;
}

.table-condensed .prev {
	border-radius: 25px 0 0 0 !important;
	background: #374C60 !important;
}

.table-condensed .picker-switch {
	background: #374C60 !important;
}

.table-condensed .next {
	border-radius: 0 25px 0 0 !important;
	background: #374C60 !important;
}

.month.active,
.year.active {
	background: #374C60 !important;
}

.dg-modal-calendario-lista .periodo-label {
	color: #374C60 !important;
}

body .periodo-horario {
	border-radius: 50px !important;
	color: #525252 !important;
	text-shadow: none !important;
	font-weight: bold;
}

.dg-modal-calendario-lista a.periodo-horario.inativo {
	background: #ffff !important;
	border: 1px solid #CCCCCC !important;
}

.dg-btn.dg-btn-modal-agendarvisita {
	background: #C19460 !important;
}

.table-condensed tr,
.table-condensed td,
.table-condensed th {
	text-shadow: none !important;
}

.dg-seleciona-lotes-botao {
	border-radius: 100% !important;
	width: 30px !important;
	height: 30px !important;
	background: #374C60 !important;
}

.dg-btn-lote-darlance {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

a.dg-btn.dg-btn-lote-agendar {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

a.dg-btn.dg-btn-lote-agendar:hover {
	background: transparent !important;
}

a.dg-btn.dg-btn-lote-saladedisputa {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.dg-modal-login-cadastrar {
	display: none;
	width: 400px;
	height: 296px;
	border-radius: 5px;
	background: #374C60;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 50px;
}

.dg-modal-visible .dg-modal-login-cadastrar {
	display: flex;
}

.dg-modal-login-cadastrar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.dg-modal-login-cadastrar-esqueceu-sua-senha {
	color: #fff !important;
}

.dg-modal-login-cadastrar-titulo {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #C19460;
	text-transform: uppercase;
	font-size: 18px;
}

.dg-modal-login-cadastrar>div {
	max-width: 300px !important;
	width: 100% !important;
}

.dg-modal-login-cadastrar-botoes {
	display: flex;
	gap: 15px;
}

.dg-modal-login-cadastrar-entrar {
	background: #C19460 !important;
	font-size: 14px !important;
	color: #374C60 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.dg-modal-login-cadastrar-cadastrarse {
	border: 1px solid #C19460;
	background: #374C60 !important;
	font-size: 14px !important;
	color: #C19460 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.dg-modal-login-cadastrar-input {
	display: flex;
	position: relative;
	align-items: center;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
}

.dg-modal-login-cadastrar-input svg {
	margin: 10px;
}

.dg-modal-login-cadastrar-input input {
	display: flex;
	margin: 0;
	border: 0;
}

/* .dg-button-login-cadastrar:hover+.dg-modal-login-cadastrar {
	display: flex !important;
} */

.dg-modal-login-cadastrar-esqueci {
	display: none;
}

.dg-modal-login-cadastrar-esqueceu-sua-senha {
	cursor: pointer;
}

.dg-modal-login-cadastrar-botoes {
	display: grid;
	grid-template-columns: 1fr 1fr;

}

.dg-modal-login-cadastrar-cadastrarse {
	display: flex !important;
	height: auto !important;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
}

.dg-modal-login-cadastrar-entrar {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.dg-modal-login-cadastrar-entrar {
	display: flex !important;
}

.dg-modal-login-cadastrar-cadastrarse {
	display: flex !important;
	margin-bottom: 0 !important;
}


.dg-container-destaques {
	padding: 60px 0 !important;
}

.dg-container-destaques select,
.dg-container-destaques input {
	border-radius: 50px !important;
	border-color: #292929;
}


@media (min-width: 992px) {
	.dg-horizontal-search__flex {
		display: flex;
		align-items: center;
		margin: 0 -13px;
		width: 100%;
	}

	.dg-horizontal-search__col {
		flex: 1;
		padding: 0 13px;
		text-align: left;
	}

	.dg-horizontal-search__col:last-child {
		flex: 0;
	}
}

.dg-horizontal-search__col label {
	min-height: 17px;
	color: #545454;
	font-size: 12px;
	font-weight: 600;
}

.dg-horizontal-search__col .dg-filtro-botao {
	width: 38px;
	height: 38px;
	background-image: url("../images/svg/search.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
	border-radius: 50%;
}

.dg-filtro-botao {
	background-color: #374C60 !important;
}

.slick-track {
	background: grey !important;
}


.dg-lote-categoria-codigo {
	display: flex;
	font-size: 14px !important;
	gap: 5px;

	span,
	div {
		font-size: 14px !important;
	}
}

.dg-lote-titulo-categoria {
	font-weight: bold !important;
}

.dg-lote-meio {
	font-size: 14px !important;
	font-weight: normal !important;
	text-transform: initial;
}

.dg-header-login-inputusuario input {
	border-radius: 50px !important;
}

.dg-header-login-inputsenha input {
	border-radius: 50px !important;
}

select.dg-header-login-cadastro-select {
	border-radius: 50px !important;
}

.dg-btn.dg-btn-header-facebook {
	border-radius: 3px !important;
}

.dg-btn.dg-btn-header-facebook .dg-icon {
	background: #005D9F !important;
}

.dg-btn.dg-btn-header-facebook {
	background: #0068B1 !important;
}

body .dg-header-login-esqueceu {
	color: #7A7A7A !important;
}

body .dg-login-cadastrar {
	max-width: 231px !important;
	width: 100% !important;
}

.dg-faixa-preco {
	min-width: 349px !important;
}

.dg-leiloes-codigo {
	text-align: left;
	padding-left: 10px;
	font-size: 10px !important;
}

.dg-leiloes-final {
	text-align: left !important;
	font-size: 10px !important;
}

.dg-leiloes-codigo {
	text-align: left;
	padding-left: 10px;
	font-size: 10px !important;
}

.dg-leiloes-final {
	text-align: left !important;
	font-size: 10px !important;
}

.dg-destaques .dg-leiloes-data-abertura strong {
	font-weight: normal !important;
}

.dg-destaques .dg-leiloes-data-fechamento strong {
	font-weight: normal !important;
}

.dg-footer-link-social-linkedin {
	display: none !important;
}

.dg-modal-login-cadastrar-login,
.dg-modal-login-cadastrar-esqueci {
	max-width: 300px !important;
	width: 100% !important;
}

@media (min-width: 991px) {
	.dg-palavra-chave {
		min-width: 350px !important;
	}
}


.dg-leiloes-item.dg-leiloes-item-home {
	background: #FFFDFA !important;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.dg-leiloes-data-titulo {
	font-weight: bold !important;
}

.dg-login-cadastrar {
	display: none;
}

@media (min-width: 992px) {
	.dg-login-cadastrar {
		display: block;
	}

	.dg-login-cadastrar {
		position: absolute !important;
		top: 88px;
		right: 10px;
	}

	body .dg-header-menu {
		margin: 0 auto;
		padding-right: 231px;
	}

	.dg-button-login-cadastrar {
		margin-bottom: 0;
	}

	.dg-modal-login-cadastrar .dg-mensagem-de-erro,
	.dg-modal-login-cadastrar .dg-mensagem-de-sucesso {
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
	}

	.dg-modal-login-cadastrar .dg-mensagem-de-erro::before,
	.dg-modal-login-cadastrar .dg-mensagem-de-sucesso::before {
		display: none;
	}

	.dg-header-login .dg-modal-login-cadastrar span.error {
		left: 52px;
		bottom: -21px;
	}

	.dg-modal-login-cadastrar form {
		height: 153px;
		flex-direction: column;
	}

	.dg-modal-login-cadastrar form .dg-modal-login-cadastrar-botoes {
		margin-top: auto;
	}
}

@media (max-width: 991px) {
	.dg-filtro-botao .dg-desktophide {
		display: none !important;
	}

	.dg-container-destaques {
		padding: 20px !important;
	}

	a.dg-btn.dg-btn-header-facebook {
		border-radius: 25px !important;
	}
}

.select2-selection {
	border-radius: 25px !important;
	overflow: hidden !important;
}

.dg-pagina-txt h1 {
	color: #374C60 !important;
}

.dg-pagina-txt h2 {
	color: #374C60 !important;
}

.dg-legislacao-txt .dg-subtitulo {
	color: #374C60 !important;
}

.dg-pagina-txt h3 {
	color: #374C60 !important;
}

.dg-toggle-ativo>span {
	background: #374C60 !important;
}

.dg-toggle-pergunta>span {
	border: 1px solid #374C60 !important;
	color: #374C60 !important;
}

.dg-faq-pergunta .dg-icon {
	color: #374C60;
}

.dg-toggle-ativo>span {
	color: #fff !important;
}

.dg-toggle-ativo>span .dg-icon {
	color: #fff;
}

@media (max-width: 991px) {
	.dg-filtro-botao .dg-desktophide {
		display: none !important;
	}

	.dg-container-destaques {
		padding: 20px !important;
	}

	a.dg-btn.dg-btn-header-facebook {
		border-radius: 25px !important;
	}
}

.select2-selection {
	border-radius: 25px !important;
	overflow: hidden !important;
}

.dg-pagina-txt h1 {
	color: #374C60 !important;
}

.dg-pagina-txt h2 {
	color: #374C60 !important;
}

.dg-legislacao-txt .dg-subtitulo {
	color: #374C60 !important;
}

.dg-pagina-txt h3 {
	color: #374C60 !important;
}

.dg-toggle-ativo>span {
	background: #374C60 !important;
}

.dg-toggle-pergunta>span {
	border: 1px solid #374C60 !important;
	color: #374C60 !important;
}

.dg-faq-pergunta .dg-icon {
	color: #374C60;
}

.dg-toggle-ativo>span {
	color: #fff !important;
}

.dg-toggle-ativo>span .dg-icon {
	color: #fff;
}

.dg-header-menu-principal>li>a {
	color: #374C60 !important;
}

.slick-dots-destaque li>button {
	color: #C19460 !important;
}

.slick-dots-destaque .slick-active>button:before {
	color: #374C60 !important;
}

a.dg-btn.dg-btn-lote-venda {
	background: #374C60 !important;
}


.dg-pagina-txt h2 {
	color: #C19460 !important;
}

.dg-faleconosco-form form {
	padding: 20px;
background: #374C60 !important;
	border-radius: 10px;
}

.dg-faleconosco-form label {
	color: #C19460 !important;
	text-transform: uppercase;
}

.dg-faleconosco-form input {
background: #fff !important;
	border-radius: 10px;
}

.dg-faleconosco-form textarea {
background: #fff !important;
		 border-radius: 10px;
}

.dg-faleconosco-form  .code {
		color: #C19460 !important;
	text-transform: uppercase;
}

.dg-faleconosco-form  a.dg-btn {
		background: #C19460 !important;
	text-transform: uppercase;
	font-weight: 500 !important;
}

.dg-pagina-txt h1 {
	color: #C19460 !important;
}

.dg-pagina-txt h1 {
	color: #C19460 !important;
}

.dg-legislacao-txt .dg-titulo {
		color: #C19460 !important;
}

.dg-leiloes-judiciais-bloco .dg-subtitulo {
		color: #C19460 !important;
}

.dg-leiloes-extrajudiciais-bloco .dg-subtitulo {
		color: #C19460 !important;
}

.dg-faleconosco-form .dg-titulo {
	color: #C19460 !important;

}

.dg-faq-resposta.dg-pagina-txt h1,
.dg-faq-resposta.dg-pagina-txt h2,
.dg-faq-resposta.dg-pagina-txt h3,
.dg-faq-resposta.dg-pagina-txt h4,
.dg-faq-resposta.dg-pagina-txt h5,
.dg-faq-resposta.dg-pagina-txt h6 {
    color: #C19460 !important;
}
.dg-faq-resposta .dg-pagina-txt h3 {
    color: #C19460 !important;
}


.dg-botao-whatsapp-custom {
	display: block !important;
}

.dg-alerta-download-login {
	display: none !important
}

@media (max-width: 991px) {
	.dg-lote-documentos-downloads ul li.dg-lote-documentos-downloads__item.dg-documento-alertlogin {
		margin-bottom: 15px;
	}
}