<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*FILTERS*/
/* Footer */
/* Footer Fim */
/* Imovel */
/* Imovel Fim */
/* Modal */
/* Modal Fim */
/* Destaques */
/* Destaques Fim */
/* Quem Somos */
/* Quem Somos Fim */
/* Atendimento */
/* Atendimento Fim */
/* Fale Conosco */
/* Fale Conosco Fim */
/* Empreendimento */
/* Empreendimento Fim */
/* Panels */
/* Panels Fim */
.btn-secundary {
  color: #f6f6f6;
  background-color: #D93639;
  border-color: #D93639;
  text-shadow: 0 1px 0 #D93639;
  background-image: -webkit-linear-gradient(top, #D93639 0%, #D93639 100%);
  background-image: -o-linear-gradient(top, #D93639 0%, #D93639 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D93639), to(#D93639));
  background-image: linear-gradient(to bottom, #D93639 0%, #D93639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D93639D9",endColorstr="#D93639D9",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #D93639;
}

.modal-footer .btn-secundary {
  border-color: #84191b;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #D93639;
  border-color: #D93639;
}

.btn-secundary:focus,
.btn-secundary.focus {
  color: #f6f6f6;
  background-color: #D93639;
  border-color: #D93639;
  outline: none;
}

.btn-secundary:hover {
  color: #f6f6f6;
  background-color: #D93639;
  border-color: #D93639;
}

.btn-secundary:active,
.btn-secundary.active,
.open &gt; .dropdown-toggle.btn-secundary {
  color: #f6f6f6;
  background-color: #D93639;
  border-color: #D93639;
  outline: none;
}

.btn-secundary:active:hover,
.btn-secundary.active:hover,
.open &gt; .dropdown-toggle.btn-secundary:hover,
.btn-secundary:active:focus,
.btn-secundary.active:focus,
.open &gt; .dropdown-toggle.btn-secundary:focus,
.btn-secundary:active.focus,
.btn-secundary.active.focus,
.open &gt; .dropdown-toggle.btn-secundary.focus {
  color: #f6f6f6;
  background-color: #D93639;
  border-color: #D93639;
  outline: none;
}

.btn-secundary:active,
.btn-secundary.active,
.open &gt; .dropdown-toggle.btn-secundary {
  background-image: none;
}

.btn-secundary.disabled:hover,
.btn-secundary[disabled]:hover,
fieldset[disabled] .btn-secundary:hover,
.btn-secundary.disabled:focus,
.btn-secundary[disabled]:focus,
fieldset[disabled] .btn-secundary:focus,
.btn-secundary.disabled.focus,
.btn-secundary[disabled].focus,
fieldset[disabled] .btn-secundary.focus {
  background-color: #D93639;
  border-color: #D93639;
}

.btn-secundary .badge {
  color: #fff;
  background-color: #f6f6f6;
}

.btn-primary {
  color: #f6f6f6;
  background-color: #D93639;
  border-color: #D93639;
}

.btn-primary:hover {
  color: #f6f6f6;
  background-color: #D93639;
  border-color: #D93639;
}

.btn-primary:focus {
  color: #f6f6f6;
  background-color: #D93639;
  border-color: #D93639;
}

.btn-primary:active {
  color: #f6f6f6 !important;
  background-color: #D93639 !important;
  border-color: #D93639 !important;
}

/*Ordenação*/
#coluna-campo-ordenacao .multiselect-native-select .btn-group {
  background-color: #D93639;
  border: solid 1px #D93639;
}

#coluna-campo-ordenacao .multiselect-native-select .btn-group button {
  color: #fff;
}

#coluna-campo-ordenacao .multiselect-native-select .btn-group button:hover {
  color: #fff;
}

.voltar-topo {
  background-color: #D93639;
  color: #fff;
  border: solid 1px #fff;
}

.voltar-topo:not(:disabled):not(.disabled):active, .voltar-topo:visited {
  color: #fff;
  background-color: #D93639;
  border-color: #D93639;
}
</pre></body></html>