.btn-registro
{
    background: #5fcf80;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.btn-registro:hover
{
    background: #3ac162;
    color: white;
}

.card-header i
{
    margin: 0 0.5rem;
    margin-right: 1rem; 
}

.card-header
{
    background: #5fcf80;
    color: white
}
.card
{
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
}
.custom-select
{

  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
}

.custom-select[type="number"]
{
    background: white;
}

/*
    progress bar
*/

.stepnav-container
{
    box-sizing: border-box;
    padding: 1rem 1rem;
}

.stepnav-bar
{
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 5rem;
}

.stepnav-bar::before
{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    height: 4px;
    background-color: var(--lightgray-color);
}

.stepnav-progress
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0%;
    z-index: 2;
    height: 4px;
    margin: 0;
    border: none;
    background-color: var(--green-color);
    opacity: 1;
    transition: 0.4s ease-in;
}

.stepnav-step
{
    position: relative;
    z-index: 5;
}

.stepnav-step-title
{
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    font-weight: 600;
}
.stepnav-circle
{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--lightgray-color);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.stepnav-circle-item
{
    display: none;
}

.stepnav-circle.current
{
    box-shadow: 0px 0px 5px 3px #3ac1627d;
    background: var(--green-color);
    border: none;
    outline: none;
}
.stepnav-circle.done
{
    background: var(--green-color);
    border: none;
    outline: none;
}



.stepnav-circle.current .step-current
{
    display: inline;
    color: white;
    height: 14px;
    line-height: 0px;
    font-size: 25px;
}
.stepnav-circle.preview .step-preview
{
    display: inline;
    color: white;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 900;
}
.stepnav-circle.done .step-done
{
    display: inline;
    color: white;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid;
    border-color: var(--green-color) transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 


.loader-container
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 100;
    background: #ffffffa1;
    align-content: center;
    align-items: center;
    justify-content: center;
}

/* RECIBO */

.recibo
{
    border-radius: .5rem;
    box-shadow: 0px 0px 2px 2px #00000029;
    
    overflow: hidden;
}

.recibo-header
{

    background: var(--green-color);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    padding: .5rem 0;
    gap: .4rem;
}

.pricing .recibo-header h3
{
    background: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
}
.recibo-buttons
{
    display: flex;
    justify-content: space-around;
    padding: .8rem 0;
}
.recibo-btn-back, .recibo-btn-go
{
    width: 40%;
    padding: .2rem;
    border-radius: 1rem;
    text-align: center;
}
.recibo-btn-back
{
  border: solid 1px;
  text-align: center;
  color: gray;
}

.recibo-btn-back:hover
{
    color: var(--green-color);
}
.recibo-btn-go:hover
{
    color: white;
}

.recibo-btn-go
{
  color: white;
  background: var(--green-color);
  font-weight: 600;
}

.recibo-body
{
    padding: 0.8rem .5rem;
}

.success-animation { margin:150px auto;}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}