*{
    font-size: 100%;
    font-family: 'Poppins', sans-serif;
}
.terms-virtual{
    margin-top: 100px;
}
.navbar .navbar-nav .nav-link:hover {
  color: yellow;
}
.navbar .navbar-nav .nav-link{
    color: #fff;
  }
.navbar{
    background-color: #738b77 !important;
    box-shadow: 0 -1px 2px 2px rgba(0,0,0,.2);
}

.containerButton{
    margin-top: 60px;
}
.button-container{
    position: relative;
   /* background: url(images/bg.jpeg);*/
   background-color: #738b77;
    top:10px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000;
}

.btn-primary{
    background-color: #fff !important;
    border-color: #fff !important;
    -webkit-appearance: none;
    color: #000;
}
.btn-primary:hover{
    background-color: #D1D1D1 !important;
    border-color: #D1D1D1 !important;
    color: #000;
}
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
  }

/* ipad mini */
@media (max-width: 769px) and (min-width: 767px) {
    .button-container{
        width: 600px;
        height: 150px;
        position: flex;
        right: 13.5rem;
        background-color: #738b77;;
      
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px #000;
    }
}
/* ipad air */
@media (max-width: 821px) and (min-width: 819px) {
    .button-container{
        width: 600px;
        height: 150px;
        position: flex;
        right: 13.5rem;
        background-color: #738b77;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px #000;
    }
}

