/* Custom page CSS */


.naranja {
  color:  #EF9337;
}


.pmpro_level_button{

  background-color: #EF9337;
    border: 1px solid #EF9337;
    display: block;
    border-radius: 2px;
    color: #fff;
    width: 100%;
    padding: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    justify-self: center;
    align-self: center;
    padding: 0.25rem 3rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.mt-3 {
    margin-top: 1rem!important;
}

.form-label {
    margin-bottom: 0.5rem;
}

label {
    display: inline-block;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.text-uppercase {
    text-transform: uppercase!important;
}

 a{
    color: #0d6efd;
    text-decoration: underline;
  }


  .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}