/* -------------------- Foating Contact BEGINN -------------------- */

.container-contact {
  right: 2%;
  bottom: 5%;
  position: fixed;
  width: 280px;
  display: none !important;
}
.contact-icon {
  display: none !important;
  color: #FFF5E9;
  font-weight: bold;
  background-color: #000;
  transition: all .35s;
  box-shadow: 1px 0px 2px #FFF5E9;
  font-size: 0.65rem;
  z-index: 9;
  border-radius: 50%;
}
.contact-icon:hover {
  color: #8B2738;
  text-decoration: none;
}
@media (min-width: 992px) {
  .contact-icon {
    display: block !important;
  }
  .container-contact {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .content-top-info.scroll {
    opacity: 1 !important;
  }
}

/* -------------------- Floating Contact ENDE -------------------- */