/* Nav */
nav a {
    color: #3e5762;
}

.questions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.join-texts > .left {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.join-btn a {
    padding: 0.3rem;
}

.question a {
    color: #96ca29;
    padding: 0 0.3rem;
}

/* cancelacion */
li {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}

.cancel-form {
    padding: 3rem 2rem 4rem 2rem;
    background: #ffffff;
    box-shadow: 2px 4px 4px rgba(101, 133, 143, 0.2);
    border-radius: 8px;
}

label {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    color: #3e5762;
    margin: 0;
}

.input-formulario {
    background-color: transparent;
    border: none;
    border-bottom: 0.5px solid #65858f;
    border-radius: 0;
}
