#fix-position {
  background: -webkit-linear-gradient(to right, #18450A, #18450A);
  background: linear-gradient(to right, #18450A, #18450A);
  text-shadow: 0.1em 0.1em 0.2em black;
  color: white;
  font-size: 3vh;
  background-size: cover;
  display: flex;
  font-size: 2vh;
  height: 40px;
  justify-content: center;
  align-items: center;
}


.btn-phone {
  display: none;
  width: 70px;
  height: 70px;
  color: #fff;
  position: fixed;
  right: 80%;
  bottom: 20px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}

.btn-whatsapp {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}


@media screen and (max-width: 413px) {
  .btn-phone {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    right: 85%;
    bottom: 10px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
  }

}

.txt-header1 {
  font-size: 14px;
}

/* Navbar layout fixes */
#main-header {
  background-color: #ffffff;
}

#top-menu-nav {
  background-color: transparent !important;
}

#top-menu a {
  color: #000000 !important;
  font-weight: 600;
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
#top-menu li.current_page_item>a {
  color: #870000 !important;
}