.opcion {
    color: #E4ECF0;
}

.seleccion {
    color: #F26513;
}

textarea {
    resize: none;
}

#principal {
    background-color: #F1F4F5;
}

#div_padres {
    display: none;
}

.icono {
    font-size: xxx-large;
}

.btn_opcion {
    padding: 15%;
}

.login {
    margin-top: 10%;
    border: solid 1px #023859;
    background-color: rgba(8, 16, 79, .8);
    border-radius: 15px;
    color: white;
}