
.navbar-brand{
    font-size: 30px;
    font-weight: 700;
    font-family: Gilroy;
}

.navbar.navbar-light{
    z-index: 1000;
}

.btncch {
    font-family: Gilroy;
    border-radius: 0px;
    border-color: #fff;
    color: #fff;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    font-size: 14px;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-width: 1px;
    border-style: solid;
    outline: none;
    transition: box-shadow 375ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 0px;
    text-decoration: none;
    background: transparent; 
  }

  .btncch:hover {
    background: #fff;
    color: #6216fe;
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 14px 36px -10px;
  }

  .btncch:active {
    background: #fff;
    color: #6216fe;
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 14px 36px -10px;

  }

  .btncch:focus {
    outline: 0;
  }

  .link_ingresar{
      font-family: Gilroy;
      margin-left:500px;
  }



