#fix-position {
    background: -webkit-linear-gradient(to right, #00A536, #39BB67);  
    background: -webkit-linear-gradient(to right, #00A536, #39BB67);  
    background: linear-gradient(to right, #00A536, #39BB67); 
    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;
}