    .botonrevendedores {
        display: block;
        width: 50%;
        height: auto;
        margin-left: 25%;
        margin-right: auto;
    background-color: #03376b;
    border: 5px solid #d5e2ef;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    
  }
  
  @media screen and (max-width: 768px) {
    .botonrevendedores {
      font-size: 14px;
      padding: 8px 16px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .botonrevendedores {
      font-size: 12px;
      padding: 6px 12px;
    }
  }