.card {
  transition: all 0.5s;
  color: rgb(168, 63, 21);
  background-color: rgba(152, 160, 140, 0.116);
}
.card:hover {
  transform: scale(0.98);
  color: rgb(3, 3, 3);
  background-color: rgba(255, 255, 255, 0.11);
}

.card_1:hover {
  transform: scale(0.98);
  color: rgb(3, 3, 3);
  background-color: rgba(228, 9, 9, 0.247);
}

.card_residencia {
  transition: all 0.5s;
  color: rgb(168, 63, 21);
  background-color: rgba(152, 160, 140, 0.116);
}
.card_residencia:hover {
  transform: scale(0.98);
  color: rgb(3, 3, 3);
  background-color: rgba(255, 255, 255, 0.11);
}

.inicio:hover {
  color: rgb(219, 136, 11);
}

.inicio {
  color: rgb(255, 255, 255);
}

.esqueceu:hover {
  color: rgb(219, 136, 11);
}

.mudacor:hover {
  color: rgb(219, 136, 11);
}

.divimagem-flex {
  display: flex;

  align-items: center;

  justify-content: center;
}

.topo {
  color: rgb(0, 0, 0);
}

.topo:hover {
  color: rgb(219, 136, 11);
}

.menu_horizontal:hover {
  background: #eee;
  color: rgb(219, 136, 11);
}
