/* ------------------------ CORES ------------------------  */
:root {
  --site-100: 85 99% 50%;
  --site-200: 85 100% 48%;
  --site-300: 85 100% 46%;
  --site-500: 27 39% 5%;
  --site-700: 27 39% 5%;
  --site-900: 0 0% 0%;
}


/* ------------------------ HEADER ------------------------ */

.navBtn {
  border-color: transparent !important;
}
.navBtn:hover,
.btnSemBorda:hover{
  background-color: hsl(var(--site-100)) !important;
  color: black !important;
}


/* ------------------------ HOME ----------------------- */


.containerInput:hover,
.containerCheckbox:hover{
  background-color: hsl(var(--site-100)) !important;
  color: black !important;
}
.filtro {
    color: black !important;
}

.containerInput:hover label,
.containerInput:hover span,
.containerCheckbox:hover label,
.containerCheckbox:hover span{
  color: black !important;
}
.homeOpBtn:hover{
  color: black !important;
}
input:checked +.homeOpBtn:hover{
  color: hsl(var(--site-100)) !important;
}
.palavraDestaque{
  color: hsl(var(--site-300))  !important;
}
/* ------------------------ CARDS ------------------------ */



/* ------------------------ LISTA ------------------------ */

.btnSelecionado {
  background-color: hsl(var(--site-100)) !important;
  color: white !important;
}



/* ------------------------ IMÓVEL ------------------------ */



/* ------------------------ FOOTER ------------------------ */



/* ------------------------ WHATS FLUTUANTE ------------------------ */



/* ------------------------ LOADING ------------------------ */

