/* ------------------------ CORES ------------------------  */
:root {
  --site-100: 218 62% 37%;
  --site-200: 218 61% 35%;
  --site-300: 218 58% 31%;
  --site-500: 218 53% 21%;
  --site-700: 210 100% 16%;
  --site-900: 210 100% 15%;
}


/* ------------------------ HEADER ------------------------ */

.navBtn{
  border-color: hsl(var(--site-100)) !important;
}
.navBtn:hover,
.btnSemBorda:hover{
  background-color: hsl(var(--site-300)) !important;
  border-color: hsl(var(--site-300)) !important;
}
#headerPremium svg{
  color: white !important;
}
/* ------------------------ HOME ----------------------- */

.containerInput:hover,
.containerCheckbox:hover{
  background-color: hsl(var(--site-300)) !important;
}
.containerCheckbox:hover label,
.containerCheckbox:hover span,
.containerInput:hover label,
.containerInput:hover span{
  color: white !important;
}

/* ------------------------ CARDS ------------------------ */



/* ------------------------ LISTA ------------------------ */



/* ------------------------ IMÓVEL ------------------------ */



/* ------------------------ FOOTER ------------------------ */

div#copyrights {
    background: hsl(var(--site-500)) !important;
}
#copySite,
#copyCNPJ,
#copyMultisites {
  color: white !important;
}
/* ------------------------ WHATS FLUTUANTE ------------------------ */



/* ------------------------ LOADING ------------------------ */
#institucional,
#btn0{
  display: none !important;
}