.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a, .stricky-header .main-menu__list > li.current > a, .stricky-header .main-menu__list > li:hover > a {
  color: #fff !important;
}

.main-menu .main-menu__list > li > a, .stricky-header .main-menu__list > li > a {
  color: #b2b2b2 !important;
}

.feature-one__single:hover .feature-one__title {
  color: #fff;
}

/* ---- whatsapp ----*/
@keyframes whatsapp_animation {
  0% {
    opacity: 0;
    right: 0;
    bottom: 100px;
  }
  100% {
    opacity: 1;
    right: 35px;
    bottom: 100px;
  }
}
@keyframes whatsapp_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.w-flotante {
  opacity: 0;
  background-color: green;
  width: 4rem;
  height: 4rem;
  position: fixed;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation-name: whatsapp_animation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.w-flotante:hover {
  background-color: #2879ff;
}
.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
  animation-name: whatsapp_rotation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

form button {
  border: unset;
}

.feature-one__icon img, .feature-three__icon img {
  width: 100px;
}

.feature-three__icon img {
  filter: invert(100);
}

@media (max-width: 991px) {
  .main-menu-three__logo img {
    width: 150px;
  }
  .main-slider-three__content img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .image-layer-three {
    background-position: center;
  }
  .cta-one__title-box h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 35px;
  }
  .brand-two .section-title__title {
    text-align: center;
  }
  .site-footer__social {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .apartments-page, .contact-one, .the-building {
    padding: 50px 0 50px;
  }
  .apartments-two__btn {
    padding: 1px 15px 1px;
  }
  .contact-one__left .section-title {
    margin-bottom: 0;
  }
  .apartment-details__content-box {
    margin-top: 0;
  }
  .the-building__top, .feature-three__single {
    margin-bottom: 0;
  }
  .feature-three__single {
    padding: 60px 20px 0px;
  }
  .gallery-three__img {
    text-align: center;
  }
  .gallery-three__img img {
    width: 200px;
    margin-bottom: 25px;
  }
  .section-title__title {
    line-height: 1.2;
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=ajustes.css.map */