/* ------------------------ CORES ------------------------  */
:root {
  --siga-100: 0 100% 64%;
  --siga-200: 0 100% 61%;
  --siga-300: 0 100% 59%;
  --siga-500: 0 80% 50%;
  --siga-700: 0 76% 43%;
  --siga-900: 0 82% 40%;
}
/* ------------------------ HEADER ------------------------ */
.iconeRedeSocialHeader {
  color: hsl(var(--siga-500)) !important;
}
.btnSemBorda:hover,
.navBtn:hover{
  background: hsl(var(--siga-300)) !important;
  color: white !important;
}
@media (min-width: 1280px) {
  .logoTopoHomeTamanhos {
      max-height: 90px !important;
  }
}
/* ------------------------ HOME ----------------------- */
@media (min-width: 1200px) {
div#alturaFiltro {
  margin-top: -190px;
}
div#homeBanner {
  margin-top: -330px;
}
.containerFiltros {
  background: white !important;
}
}
@media (max-width: 992px){
  div#alturaFiltro {
    margin-top: -75px !important;
  }
  div#homeBanner {
    margin-top: -182px !important;
    padding-bottom: 25px;
}
}
h2#tituloBannerHome,
.homeBusca.intro1BuscarContainer {
  display: none !important;
}
div#homeBanner,
.homeMask {
  background: hsl(var(--siga-900)) !important;
} 
.filtro {
  box-shadow: 0 1px 2px 0 hsl(var(--siga-300)) !important;
}
.listaOp div:last-child label {
  border-color: hsl(var(--siga-300)) !important;
}
/* ------------------------ CARDS ------------------------ */



/* ------------------------ LISTA ------------------------ */
.containerInput:hover,
.containerCheckbox:hover,
.dormVagaSuiteCheckbox:hover,
label.selecaoMobilia:hover {
    background: hsl(var(--siga-300)) !important;
    color: white !important;
    border-color: hsl(var(--siga-300)) !important;
}
.containerInput:hover label,
div#comodos span,
.containerCheckbox:hover label{
    color: white !important;
}
div#filtros {
  background: hsl(var(--siga-500)) !important;
}
div#infobarDesktop {
  background: hsl(var(--siga-500)) !important;
  color: white !important;
}
/* ------------------------ IMOVEL ------------------------ */



/* ------------------------ FOOTER ------------------------ */

.indice.textoIndice {
  border-color: #ffffff38 !important;
  color: white !important;
}
#footer svg {
  color: white !important;
}
/* ------------------------ WHATS FLUTUANTE ------------------------ */


.containerTituloPg {
  background: hsl(var(--siga-500)) !important;
}
#tituloImob h1 {
  color: white !important;
}

div#institucional,
button#btn0{
  display: none !important;
}