.body-mostrar-orden{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding-left: 5%;
    padding-right: 5%;
}



.container-tittle-mostrar-orden{
    width: 100%;
    display: flex;
    justify-content: center ;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 20px;
}

.container-tittle-mostrar-orden h4{
   font-size: 1.5rem;
   font-weight: 600;
}

.titles-mostrar-orden{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
}

.borrar-asignacion-button{
    color: rgb(0, 147, 219);
    margin-right: 10px;
}

/*Lista de individuos y rocerias*/

.body-intervenciones{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding-left: 5%;
    padding-right: 5%;
}

/* */
