.btn_espacial {
    border-radius: .25rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
    clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
    height: 40px;
    font-size: 0.7rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    transition: .2s .1s;
    background-image: linear-gradient(90deg,#1c1c1c,#0454f4);
    border: 0 solid;
    overflow: hidden;
    width: 300px;
    position: relative;
    left: 25px;
    margin-top: 10px;
  }

  .btn_espacial2 {
    border-radius: .25rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
    clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
    height: 40px;
    font-size: 0.7rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    transition: .2s .1s;
    background-image: linear-gradient(90deg,#1c1c1c,#0454f4);
    border: 0 solid;
    overflow: hidden;
  }
  .btn_espacial3 {
    border-radius: .25rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
    clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
    height: 40px;
    font-size: 0.7rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    transition: .2s .1s;
    background-image: linear-gradient(90deg,#1c1c1c,#0454f4);
    border: 0 solid;
    overflow: hidden;
    left: 0%;
  }
  .btn_espacial:hover {
      /* background-image: linear-gradient(90deg,#0454f4,#1c1c1c); */
    cursor: pointer;
    transition: all 1s ease-in-out;
    padding-right: 30px;
    padding-left: 30px;
  }

  .btn_content{
    margin-top: 5px;
  }

  .btn_registrar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 7px;
    gap: 15px;
    background-image: linear-gradient(90deg,#1c1c1c,#0454f4);
    outline-offset: -3px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    }


.btn_registrar .text {
    color: white;
    font-weight: 700;
    font-size: 0.9em;
    transition: 400ms;
    position: relative;
    top: 7px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
}

.btn_registrar .text {
  color: white;
  font-weight: 700;
  font-size: 1em;
  transition: 400ms;
}

.btn_registrar:hover .text {
  color: #fff;
}
