textarea.academix-cuestionario {
    width: 650px;
    max-width: -webkit-fill-available;
    height: 300px;
    padding: 10px;
    border: 1px solid #0055ff;
    border-radius: 5px;
    resize: none;
    font-size: 20px;
    font-family: 'Optima', sans-serif;
}

.cuestionario-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    padding: 20px;
    background-color: rgb(1 99 218);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20%;
}

.actions button {
    width: 300px;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #002061;
    font-size: 20px;
    cursor: pointer;
    font-family: 'Optima', sans-serif;
}

.actions button:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}


.cuestionario-container .actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    width: 650px;
    max-width: -webkit-fill-available;
}

.cuestionario-header {
    max-width: 700px;
    width: 100%;
    margin: 10px 0;
}

.cuestionario-header,
.cuestionario-header label, .cuestionario-header h1,
.cuestionario-header p {
    font-family: 'Optima', sans-serif;
}