#seccion_proyectos{
    display: none;
}

#btn_menu_dashboard{
    background: var(--sombraPrimario);
}

.p_perfil{
    display: none;
    font-size: 18px;
    margin-bottom: 25px;
}

#contenedor_paginador_proyectos{
    width: auto;
    height: auto;
    flex-direction: column;
}

#paginador_proyectos{
    width: 100%;
    max-width: 750px;
    height: auto;
    flex-direction: column;
    margin-top: 11px;
}

.obj_paginador_poyectos{
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom: solid 1px var(--sombraPrimario);
    transition: all 0.5s;
}

.obj_paginador_poyectos:hover{
    background: var(--sombraTerciario);
}

.p_paginador_proyectos_nombre{
    width: 100%;
    height: auto;
    font-size: 22px;
    cursor: pointer;
}

.div_progreso_proyecto{
    width: 250px;
    height: auto;
    flex-direction: column;
    margin-left: 25px;
}

.contenedor_progreso_proyecto{
    width: 100%;
    height: 11px;
    border-radius: 11px;
    border: solid 1px var(--sombraPrimario);
}

.barra_progreso_proyecto{
    border-radius: 11px;
}

.p_progreso_proyecto{
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-top: 11px;
    text-align: end;
}

#contenedor_info_progreso{
    display: none;
    width: 100%;
    height: auto;
    flex-direction: row;
}

#lista_documentos_proyecto{
    width: auto;
    height: auto;
    flex-direction: column;
}

.obj_documento{
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    border-bottom: solid 1px var(--sombraPrimario);
    padding: 11px;
    transition: all 0.5s;
}

.obj_documento:hover{
    border-bottom: solid 2px var(--primario);
    border-top: solid 2px var(--primario);
}

.p_documento{
    width: 300px;
    height: auto;
    font-size: 18px;
    font-family: var(--opensans_bold);
    color: var(--primario);
}

.div_estatus_documento{
    width: 300px;
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    padding-top: 43px;
    padding-bottom: 11px;
}

.p_btn_documento{
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: var(--monserrat_bold);
    position: absolute;
    top: 0;
    right: 0;
    color: var(--secundario);
}

.btn_enviar{
    cursor: pointer;
}

.div_icono_documento{
    width: 250px;
    height: auto;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    padding: 11px;
    border: solid 1px var(--sombraPrimario);
    border-radius: 11px;
    transition: all 0.5s;
    position: relative;
}

.div_icono_documento:hover{
    background: var(--sombraTerciario);
}

.input_documento{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 777;
    cursor: pointer;
}

.icono_documento{
    width: 34px;
    height: 34px;
    pointer-events: none;
}

.estatus_documento{
    width: auto;
    height: auto;
    font-size: 16px;
    margin-left: 16px;
    pointer-events: none;
}