/* MOBILE */
@media screen and (max-width:715px) {
  .btn_header {
    width: 80%;
    height: 35px;
    cursor: pointer;
  }

  .btn_virtual {
    background-color: #00a5ba;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    border: 1px solid #00a5ba;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
    font-family: 'Raleway';
  }

  .btn_webpay {
    font-family: ra;
    background-color: #0EA122;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    border: 1px solid #0EA122;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
    font-family: 'Raleway';
  }
}


@media only screen and (min-width:716px) and (max-width:5000px) {


  .btn_header {
    width: 170px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
  }

  .btn_virtual {
    background-color: #00a5ba;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    border: 1px solid #00a5ba;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }

  .btn_webpay {
    background-color: #0EA122;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    border: 1px solid #0EA122;
    font-size: 14px;
  }

}


/* DEFAULT */