.form__pro {
    width: 100vw;
    padding: 1rem 4vw;
    margin-top: 3rem;
}


#instrucciones {
    size: 50px;
}

#instrucciones .instrucciones__title {
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    color: rgb(35, 35, 35);
    line-height: 52px;
    font-family: 'Times New Roman', Times, serif;
}


.list_instrucciones {
    border-right: 1px solid gray;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-align: justify;
    font-style: normal;
    font-weight: 300;
    color: rgb(74, 74, 74);
    font-size: 16px;
    line-height: 21px;
    margin-top: 1.2rem;
}

ul.caracteristicas {
    margin: 1rem 0;
}

ul.caracteristicas li {
    display: flex;
    gap: 2rem;
    margin: 2rem 0;
    align-items: center;
}

ul.caracteristicas li img {
    width: 60px;
    height: 60px;
}

#step-indicator {
    width: 100%;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    color: rgb(74, 74, 74);
    margin: 1rem 0 3rem 0.5rem;
}

.solutions {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

.solutions h3 {
    
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    color: rgb(35, 35, 35);
    line-height: 34px;
}

.solution__instructions {
    margin: 3rem 0;
}

ul.opciones li label {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    background-color: #eaeaea;
    color: rgb(35, 35, 35);
    margin: 1rem 0;
    padding: 2rem 1rem;
    border-radius: 1rem;
    text-align: start;

}

ul.opciones li label .name {
    order: 1;
    flex: 1;
}

ul.opciones li label input,ul.opciones li label .checkmark {
    order: 2;
}

.buttons {
    display: flex;
    gap: 2rem;
    flex-direction: row;
    justify-content: end;
}

.buttons button {
    outline: none;
    color: white;
    width: 130px;
    border-radius: 4px;
    box-shadow: 1px 2px 4px rgba(0, 131, 198, 0.4);
    background: #0083c6;
    border: none;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 6px 5px;
    transition: all 0.2s linear;
    display: inline-block;

}

/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}




.new {
    padding: 50px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.hidden {
    display: none;
}

#budget-form{
    width: 100%;
    display: flex;
    flex-direction: column;

}

#budget-form input{
    width: 100%;
  padding: 0.5rem 2rem;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 17px;
  margin-top: 1rem;
  font-style: normal;
  font-weight: 300;

}

.checkmark {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border: 1px solid #979797;
    border-radius: 5px;
    background: #fff;
    position: relative;
}
.checkmark:after {
    transform: rotate(45deg) translateX(-50%);
}

.checkmark:after {
    display: none;
    position: absolute;
    left: 50%;
    content: " ";
    height: 22px;
    width: 10px;
    border-bottom: 3px solid #979797;
    border-right: 3px solid #979797;
}

 input[type="checkbox"]:checked ~ .checkmark:after,
 input[type="checkbox"]:checked ~ .checkmark:before {
    display: block;
}

.terms {
    padding: 0;
}

.terms label .label{
    margin-left: 1rem;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.legal {
    overflow-y: scroll;
    position: relative;
    height: 200px;
    overscroll-behavior: none;
    scrollbar-width: thin;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 3rem;
}

#step-comentario textarea {
    border-radius: 8px;
    border: 1px solid #666666;
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 140px;
    width: 100%;
}