.parra_form{
    text-align: center;
   font-weight: bold;
   text-transform: uppercase;
}

.textarea-input {
    /* Estilos de la clase 'form-control' */
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.miembro{
    text-align: justify;
}
.barraLateral{
    border-left: 2px solid black;
}

#mensaje{
    height: 15em;
}
.imagenDatos{
    padding-top: 3em;
    width: 20em;
}
.containerImagenDatos{ 
justify-content: center;
display: flex;
align-content: center;

}