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

#contenedor_buscador{
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: center;
}

#seccion_dashboard{
    display: flex;
}

#lista_documentos{
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-top: 25px;
    align-items: center;
}

.obj_documento{
    width: 100%;
    height: auto;
    border-bottom: solid 1px var(--sombraPrimario);
}

.p_paginador_admin{
    display: flex;
    height: auto;
    padding: 10px;
    align-items: center;
    justify-content: flex-start;
}

.filtro_empresa{
    width: 100%;
}

.filtro_proyecto{
    width: 100%;
}

.filtro_contratista{
    width: 205px;
    min-width: 205px;
}

.filtro_documento{
    width: 160px;
    min-width: 160px;
    text-align: center;
}

.filtro_fecha{
    width: 200px;
    min-width: 200px;
    text-align: center;
}

.filtro_botones{
    width: 100px;
    min-width: 100px;
}

.p_paginador_empresa{
    width: 100%;
}

.p_paginador_proyecto{
    width: 100%;
    font-family: var(--monserrat_bold);
}

.p_paginador_contratista{
    width: 205px;
    min-width: 205px;
}

.p_paginador_documento{
    width: 160px;
    min-width: 160px;
    color: var(--secundario);
    font-family: var(--monserrat_bold);
    text-align: center;
    justify-content: center;
}

.p_paginador_fecha{
    width: 200px;
    min-width: 200px;
    text-align: center;
}

.div_botones_paginador{
    width: 100px;
    min-width: 100px;
    align-items: center;
    justify-content: center;
}

.icono_paginador_documento{
    width: 25px;
    height: 25px;
    opacity: 0.6;
    transition: all 0.5s;
    cursor: pointer;
    margin: 7px;
}

.icono_paginador_documento:hover{
    opacity: 1;
}

#capa_pdf{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0;
}

#visor_pdf{
    width: 100%;
    height: 100%;
}

#opciones_pdf{
    width: 430px;
    min-width: 430px;
    height: 100%;
    flex-direction: column;
    padding: 16px;
}

#titulo_pdf{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: var(--primario);
    font-family: var(--monserrat_bold);
    margin-top: 16px;
}

#empresa_pdf{
    width: 100%;
    height: auto;
    font-size: 22px;
    font-family: var(--monserrat_bold);
    margin-top: 16px;
}

#propietario_pdf{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: var(--secundario);
    margin-top: 16px;
}

#btn_cerrar_pdf{
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
}

.caja_opciones{
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
}


.contenedor_opcion{
    width: 140px;
    min-width: 140px;
    height: auto;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 11px;
    padding: 7px;
    margin: 7px;
    border: solid 1px #ffffff;
}

.contenedor_opcion:hover{
    border: solid 1px var(--sombraPrimario);
}

.circulo_opcion{
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px var(--sombraPrimario);
    pointer-events: none;
}

.icono_estado{
    width: 20px;
    height: 20px;
}

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

#btn_guardar_pdf{
    display: none;
    opacity: 0;
}

.btn_guardar_pdf{
    width: 160px;
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: 7px;
    border-radius: 11px;
    border: solid 1px var(--sombraPrimario);
    margin-top: 34px;
    border: var(--sombraPrimario);
    cursor: pointer;
    background: var(--sombraPrimario);
}

#p_elige_opcion{
    width: auto;
    height: auto;
    font-size: 18px;
    margin-top: 25px;
    font-family: var(--monserrat_bold);
    color: var(--primario);
}

.icono_btn_guardar{
    width: 25px;
    height: 25px;
}

.p_btn_guardar{
    width: auto;
    height: auto;
    margin-left: 16px;
}