#menu-imoveis > nav > ul > li > ul > li.ng-scope > a,
#menu-imoveis > nav > ul > li > ul > li:nth-child(2) > a{
    color: #FFF!important;
}

/*numero whats*/
#top > div > div > div.pull-right.p-t-10 > div.clearfix.p-t-15.p-b-15 > div.pull-left.p-r-25.p-l-25 > div > h5 > span.cel9{
    font-size: 19px !important;
}



/* Whatsapp novo */ 
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  animation: vibrate 1s infinite;
}

.floating-button a {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-image: url("https://valcinoimoveis.com.br/uploads/imagens/1688821076149_1677517148310-whats-png-png.png");
  background-repeat: no-repeat;
  background-size: 70px;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.floating-button a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

@keyframes vibrate {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px) rotate(3deg);
  }
  50% {
    transform: translateX(-5px) rotate(-3deg);
  }
  75% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

.imagem-classe 

{
  width: 35px;
  height: 35px;
}

/*mobile*/

#logo > a > img

{
    width: 117% !important;
}

#mobile-nav > div.logo > a > img

{
    max-width: 269px !important;
    max-height: 63px !important;
}